PX4 Firmware
PX4 Autopilot Software http://px4.io
ListNode< T > Class Template Reference

#include <List.hpp>

Collaboration diagram for ListNode< T >:

Public Member Functions

void setSibling (T sibling)
 
const T getSibling () const
 

Protected Attributes

_list_node_sibling {nullptr}
 

Detailed Description

template<class T>
class ListNode< T >

Definition at line 45 of file List.hpp.

Member Function Documentation

◆ getSibling()

template<class T>
const T ListNode< T >::getSibling ( ) const
inline

Definition at line 50 of file List.hpp.

Referenced by control::SuperBlock::setDt(), control::SuperBlock::updateChildParams(), and control::Block::updateParams().

Here is the caller graph for this function:

◆ setSibling()

template<class T>
void ListNode< T >::setSibling ( sibling)
inline

Definition at line 49 of file List.hpp.

Member Data Documentation

◆ _list_node_sibling

template<class T>
T ListNode< T >::_list_node_sibling {nullptr}
protected

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