libsbp  v2.4.7
msg_thread_state_t Struct Reference

#include <piksi.h>

Data Fields

char name [20]
 Thread name (NULL terminated) More...
 
u16 cpu
 Percentage cpu use for this thread. More...
 
u32 stack_free
 Free stack space for this thread [bytes]. More...
 

Detailed Description

Definition at line 116 of file piksi.h.

Field Documentation

u16 cpu

Percentage cpu use for this thread.

Values range from 0

  • 1000 and needs to be renormalized to 100

Definition at line 118 of file piksi.h.

char name[20]

Thread name (NULL terminated)

Definition at line 117 of file piksi.h.

u32 stack_free

Free stack space for this thread [bytes].

Definition at line 121 of file piksi.h.


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