PX4 Firmware
PX4 Autopilot Software http://px4.io
|
bus configurations More...
Public Member Functions | |
void | add (T newNode) |
bool | remove (T removeNode) |
Iterator | begin () |
Iterator | end () |
const T | getHead () const |
bool | empty () const |
size_t | size () const |
void | deleteNode (T node) |
void | clear () |
Protected Attributes | |
T | _head {nullptr} |
bus configurations
|
inline |
Definition at line 63 of file List.hpp.
Referenced by Mavlink::add_orb_subscription().
|
inline |
Definition at line 162 of file List.hpp.
Referenced by Mavlink::task_main().
|
inline |
Definition at line 143 of file List.hpp.
Referenced by Mavlink::publish_telemetry_status().