CheckPointEvent structure. More...
Public Member Functions | |
CheckPointEvent (Time start, Time stop, Time interval, uint32_t ueIndex, uint32_t enbIndex) | |
Constructor. | |
Public Attributes | |
Time | checkInterval |
check interval | |
Time | checkStartTime |
check start time | |
Time | checkStopTime |
check stop time | |
uint32_t | enbDeviceIndex |
ENB device index. | |
uint32_t | ueDeviceIndex |
UE device index. | |
CheckPointEvent structure.
Definition at line 31 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 48 of file test-lte-x2-handover-measures.cc.
Time CheckPointEvent::checkInterval |
check interval
Definition at line 35 of file test-lte-x2-handover-measures.cc.
Time CheckPointEvent::checkStartTime |
check start time
Definition at line 33 of file test-lte-x2-handover-measures.cc.
Time CheckPointEvent::checkStopTime |
check stop time
Definition at line 34 of file test-lte-x2-handover-measures.cc.
uint32_t CheckPointEvent::enbDeviceIndex |
ENB device index.
Definition at line 37 of file test-lte-x2-handover-measures.cc.
uint32_t CheckPointEvent::ueDeviceIndex |
UE device index.
Definition at line 36 of file test-lte-x2-handover-measures.cc.