cocoOS
5.0.3
|
Data Fields | |
taskproctype | taskproc |
TaskState_t | state |
current runstate More... | |
TaskState_t | savedState |
saves the task state when suspending More... | |
uint16_t | internal_state |
is set when calling OS_SCHEDULE More... | |
uint32_t | time |
uint8_t | tid |
uint8_t | prio |
Sem_t | semaphore |
MsgQ_t | msgQ |
MsgQ_t | waitQ |
The queue the task is waiting for (post or receive) More... | |
Evt_t | msgChangeEvent |
The change event of the message queue the task is waiting for. More... | |
uint8_t | msgResult |
The result of msg_receive or msg_post. More... | |
uint8_t | waitSingleEvent |
uint8_t | clockId |
EventQueue_t | eventQueue |
void * | data |
uint8_t clockId |
void* data |
EventQueue_t eventQueue |
uint16_t internal_state |
is set when calling OS_SCHEDULE
Evt_t msgChangeEvent |
The change event of the message queue the task is waiting for.
MsgQ_t msgQ |
uint8_t msgResult |
The result of msg_receive or msg_post.
uint8_t prio |
TaskState_t savedState |
saves the task state when suspending
Sem_t semaphore |
TaskState_t state |
current runstate
taskproctype taskproc |
uint8_t tid |
uint32_t time |
MsgQ_t waitQ |
The queue the task is waiting for (post or receive)
uint8_t waitSingleEvent |