Topology link descriptor. More...
#include <sch_int_tm.h>
Data Fields | |
bool_t | enabled |
bool_t | movable |
uint32_t | interUsec |
uint32_t | durUsec |
GetTopRefTimeCb_t | refTimeCb |
Topology link descriptor.
Definition at line 56 of file sch_int_tm.h.
uint32_t durUsec |
Duration in microseconds.
Definition at line 61 of file sch_int_tm.h.
bool_t enabled |
TRUE if the link is enabled.
Definition at line 58 of file sch_int_tm.h.
uint32_t interUsec |
Interval in microseconds.
Definition at line 60 of file sch_int_tm.h.
bool_t movable |
TRUE if the link is movable.
Definition at line 59 of file sch_int_tm.h.
GetTopRefTimeCb_t refTimeCb |
Callback function to get reference time of the handle.
Definition at line 62 of file sch_int_tm.h.