This group contains APIs that help users manage schedule tables in master node only.
Functions | |
l_u8 | l_sch_tick (l_ifc_handle iii) |
This function follows a schedule. When a frame becomes due, its transmission is initiated. When the end of the current schedule is reached, this function starts again at the beginning of the schedule. More... | |
void | l_sch_set (l_ifc_handle iii, l_schedule_handle schedule_iii, l_u8 entry) |
Set up the next schedule to be followed by the l_sch_tick function for a certain interface. The new schedule will be activated as soon as the current schedule reaches its next schedule entry point. More... | |
void l_sch_set | ( | l_ifc_handle | iii, |
l_schedule_handle | schedule_iii, | ||
l_u8 | entry | ||
) |
Set up the next schedule to be followed by the l_sch_tick function for a certain interface. The new schedule will be activated as soon as the current schedule reaches its next schedule entry point.
[in] | iii | Interface name |
[in] | schedule_iii | Schedule table for interface |
[in] | entry | Entry to be set |
Definition at line 76 of file lin_common_api.c.
l_u8 l_sch_tick | ( | l_ifc_handle | iii | ) |
This function follows a schedule. When a frame becomes due, its transmission is initiated. When the end of the current schedule is reached, this function starts again at the beginning of the schedule.
[in] | Interface | name |
Definition at line 243 of file lin_common_api.c.