| 
    PX4 Firmware
    
   PX4 Autopilot Software http://px4.io 
   | 
 
#include <List.hpp>
Public Member Functions | |
| void | setSibling (T sibling) | 
| const T | getSibling () const | 
Protected Attributes | |
| T | _list_node_sibling {nullptr} | 
      
  | 
  inline | 
Definition at line 50 of file List.hpp.
Referenced by control::SuperBlock::setDt(), control::SuperBlock::updateChildParams(), and control::Block::updateParams().
      
  | 
  inline | 
      
  | 
  protected | 
Definition at line 54 of file List.hpp.
Referenced by ListNode< testContainer *>::getSibling(), and ListNode< testContainer *>::setSibling().