CheckPointEvent structure. More...
Public Member Functions | |
CheckPointEvent (Time start, Time stop, Time interval, uint32_t ueIndex, uint32_t enbIndex) | |
Constructor. More... | |
Public Attributes | |
Time | checkInterval |
check interval More... | |
Time | checkStartTime |
check start time More... | |
Time | checkStopTime |
check stop time More... | |
uint32_t | enbDeviceIndex |
ENB device index. More... | |
uint32_t | ueDeviceIndex |
UE device index. More... | |
CheckPointEvent structure.
Definition at line 40 of file test-lte-x2-handover-measures.cc.
|
inline |
Constructor.
start | the start time |
stop | the stop time |
interval | the interval time |
ueIndex | the UE index |
enbIndex | the ENB index |
Definition at line 57 of file test-lte-x2-handover-measures.cc.
Time CheckPointEvent::checkInterval |
check interval
Definition at line 44 of file test-lte-x2-handover-measures.cc.
Time CheckPointEvent::checkStartTime |
check start time
Definition at line 42 of file test-lte-x2-handover-measures.cc.
Time CheckPointEvent::checkStopTime |
check stop time
Definition at line 43 of file test-lte-x2-handover-measures.cc.
uint32_t CheckPointEvent::enbDeviceIndex |
ENB device index.
Definition at line 46 of file test-lte-x2-handover-measures.cc.
uint32_t CheckPointEvent::ueDeviceIndex |
UE device index.
Definition at line 45 of file test-lte-x2-handover-measures.cc.