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

Public Types

enum  Type : int { Type::None, Type::resetMixer, Type::loadMixer }
 

Public Attributes

px4::atomic< int > command {(int)Type::None}
 
const char * mixer_buf
 
unsigned mixer_buf_length
 
int result
 

Detailed Description

Definition at line 205 of file mixer_module.hpp.

Member Enumeration Documentation

◆ Type

enum MixingOutput::Command::Type : int
strong
Enumerator
None 
resetMixer 
loadMixer 

Definition at line 206 of file mixer_module.hpp.

Member Data Documentation

◆ command

px4::atomic<int> MixingOutput::Command::command {(int)Type::None}

◆ mixer_buf

const char* MixingOutput::Command::mixer_buf

◆ mixer_buf_length

unsigned MixingOutput::Command::mixer_buf_length

◆ result

int MixingOutput::Command::result

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