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

Public Attributes

InputBaseinput_objs [input_objs_len_max] = {nullptr, nullptr, nullptr}
 
int input_objs_len = 0
 
OutputBaseoutput_obj = nullptr
 

Detailed Description

Definition at line 79 of file vmount.cpp.

Member Data Documentation

◆ input_objs

InputBase* ThreadData::input_objs[input_objs_len_max] = {nullptr, nullptr, nullptr}

Definition at line 80 of file vmount.cpp.

Referenced by vmount_main(), and vmount_thread_main().

◆ input_objs_len

int ThreadData::input_objs_len = 0

Definition at line 81 of file vmount.cpp.

Referenced by vmount_main(), and vmount_thread_main().

◆ output_obj

OutputBase* ThreadData::output_obj = nullptr

Definition at line 82 of file vmount.cpp.

Referenced by vmount_main(), and vmount_thread_main().


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