PX4 Firmware
PX4 Autopilot Software http://px4.io
work_q_t Struct Reference
Collaboration diagram for work_q_t:

Public Attributes

sq_queue_t q
 
px4_sem_t mutex
 
unsigned size
 
unsigned max_size
 

Detailed Description

Definition at line 263 of file dataman.cpp.

Member Data Documentation

◆ max_size

unsigned work_q_t::max_size

◆ mutex

px4_sem_t work_q_t::mutex

Definition at line 265 of file dataman.cpp.

Referenced by destroy_q(), init_q(), lock_queue(), and unlock_queue().

◆ q

◆ size

unsigned work_q_t::size

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