AutosarOS
scheduleTableExpiryPoint_s Struct Reference

Structure for expiry point. More...

#include <ScheduleTableTypes.h>

Collaboration diagram for scheduleTableExpiryPoint_s:

Data Fields

const TickType offset
 Offset from schedule table start. More...
 
const uint8_t numTaskActions
 Length of taskActionList. More...
 
const struct scheduleTableExpiryActionTask_staskActionList
 List of task activation actions (may be NULL if numTaskActions equals zero) More...
 
const uint8_t numEventActions
 Length of eventActionList. More...
 
const struct scheduleTableExpiryActionEvent_seventActionList
 List of event activation actions (may be NULL if numEventActions equals zero) More...
 

Detailed Description

Structure for expiry point.

Definition at line 60 of file ScheduleTableTypes.h.

Field Documentation

◆ eventActionList

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.

◆ numEventActions

const uint8_t numEventActions

Length of eventActionList.

Definition at line 65 of file ScheduleTableTypes.h.

◆ numTaskActions

const uint8_t numTaskActions

Length of taskActionList.

Definition at line 62 of file ScheduleTableTypes.h.

◆ offset

const TickType offset

Offset from schedule table start.

Definition at line 61 of file ScheduleTableTypes.h.

◆ taskActionList

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.


The documentation for this struct was generated from the following file: