AutosarOS
|
Structure for expiry point. More...
#include <ScheduleTableTypes.h>
Data Fields | |
const TickType | offset |
Offset from schedule table start. More... | |
const uint8_t | numTaskActions |
Length of taskActionList. More... | |
const struct scheduleTableExpiryActionTask_s * | taskActionList |
List of task activation actions (may be NULL if numTaskActions equals zero) More... | |
const uint8_t | numEventActions |
Length of eventActionList. More... | |
const struct scheduleTableExpiryActionEvent_s * | eventActionList |
List of event activation actions (may be NULL if numEventActions equals zero) More... | |
Structure for expiry point.
Definition at line 60 of file ScheduleTableTypes.h.
const struct scheduleTableExpiryActionEvent_s* eventActionList |
List of event activation actions (may be NULL if numEventActions equals zero)
Definition at line 66 of file ScheduleTableTypes.h.
const uint8_t numEventActions |
Length of eventActionList.
Definition at line 65 of file ScheduleTableTypes.h.
const uint8_t numTaskActions |
Length of taskActionList.
Definition at line 62 of file ScheduleTableTypes.h.
const TickType offset |
Offset from schedule table start.
Definition at line 61 of file ScheduleTableTypes.h.
const struct scheduleTableExpiryActionTask_s* taskActionList |
List of task activation actions (may be NULL if numTaskActions equals zero)
Definition at line 63 of file ScheduleTableTypes.h.