Skip to content

TaskStackInfo (UORB message) ​

stack information for a single running process.

TOPICS: task_stack_info

Fields ​

NameTypeUnit [Frame]Range/EnumDescription
timestampuint64time since system start (microseconds)
stack_freeuint16
task_namechar[24]

Constants ​

NameTypeValueDescription
ORB_QUEUE_LENGTHuint82

Source Message ​

Source file (GitHub)

Click here to see original file
c
# stack information for a single running process

uint64 timestamp		# time since system start (microseconds)

uint16 stack_free
char[24] task_name

uint8 ORB_QUEUE_LENGTH = 2