Firmware
|
Public Member Functions | |
void | activate () |
void | deactivate () |
bool | is_active () |
bool | weathervane_enabled () |
void | update (const matrix::Quatf &q_sp_prev, float yaw) |
float | get_weathervane_yawrate () |
void | update_parameters () |
![]() | |
ModuleParams (ModuleParams *parent) | |
void | setParent (ModuleParams *parent) |
Sets the parent module. More... | |
ModuleParams (const ModuleParams &)=delete | |
ModuleParams & | operator= (const ModuleParams &)=delete |
ModuleParams (ModuleParams &&)=delete | |
ModuleParams & | operator= (ModuleParams &&)=delete |
![]() | |
void | setSibling (ModuleParams * sibling) |
const ModuleParams * | getSibling () const |
Additional Inherited Members | |
![]() | |
virtual void | updateParams () |
Call this method whenever the module gets a parameter change notification. More... | |
virtual void | updateParamsImpl () |
The implementation for this is generated with the macro DEFINE_PARAMETERS() | |
![]() | |
ModuleParams * | _sibling |