PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <simulator.h>
Public Member Functions | |
Report (int readers) | |
~Report () | |
bool | copyData (void *outbuf, int len) |
void | writeData (void *inbuf) |
Protected Member Functions | |
void | read_lock () |
void | read_unlock () |
void | write_lock () |
void | write_unlock () |
Protected Attributes | |
int | _readidx |
px4_sem_t | _lock |
const int | _max_readers |
const int | _report_len |
RType | _buf [2] |
Definition at line 97 of file simulator.h.
|
inline |
Definition at line 100 of file simulator.h.
|
inline |
Definition at line 109 of file simulator.h.
|
inline |
Definition at line 111 of file simulator.h.
|
inlineprotected |
Definition at line 131 of file simulator.h.
|
inlineprotected |
Definition at line 132 of file simulator.h.
|
inlineprotected |
Definition at line 133 of file simulator.h.
|
inlineprotected |
Definition at line 139 of file simulator.h.
|
inline |
Definition at line 122 of file simulator.h.
|
protected |
Definition at line 150 of file simulator.h.
|
protected |
Definition at line 147 of file simulator.h.
|
protected |
Definition at line 148 of file simulator.h.
|
protected |
Definition at line 146 of file simulator.h.
|
protected |
Definition at line 149 of file simulator.h.