Stima V4 Slave RAIN  4.2
task_t Struct Reference

Task Info structure. More...

#include <local_typedef.h>

Public Attributes

wdt_flag watch_dog
 WatchDog of Task. More...
 
int32_t watch_dog_ms
 WatchDog of Task Timer. More...
 
uint16_t stack
 Stack Max Usage Monitor. More...
 
task_flag state
 Long sleep Task. More...
 
uint8_t running_pos
 !=0 (CREATE) Task Started (Generic state of Task) More...
 
uint8_t running_sub
 Optional SubState of Task. More...
 

Detailed Description

Task Info structure.

Definition at line 72 of file local_typedef.h.

Member Data Documentation

◆ running_pos

uint8_t task_t::running_pos

!=0 (CREATE) Task Started (Generic state of Task)

Definition at line 78 of file local_typedef.h.

◆ running_sub

uint8_t task_t::running_sub

Optional SubState of Task.

Definition at line 79 of file local_typedef.h.

◆ stack

uint16_t task_t::stack

Stack Max Usage Monitor.

Definition at line 76 of file local_typedef.h.

◆ state

task_flag task_t::state

Long sleep Task.

Definition at line 77 of file local_typedef.h.

◆ watch_dog

wdt_flag task_t::watch_dog

WatchDog of Task.

Definition at line 74 of file local_typedef.h.

◆ watch_dog_ms

int32_t task_t::watch_dog_ms

WatchDog of Task Timer.

Definition at line 75 of file local_typedef.h.


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