PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <BlockRandGauss.hpp>
Public Member Functions | |
BlockRandGauss (SuperBlock *parent, const char *name) | |
virtual | ~BlockRandGauss ()=default |
float | update () |
float | getMean () |
float | getStdDev () |
Public Member Functions inherited from control::Block | |
Block (SuperBlock *parent, const char *name) | |
virtual | ~Block ()=default |
Block (const Block &)=delete | |
Block & | operator= (const Block &)=delete |
Block (Block &&)=delete | |
Block & | operator= (Block &&)=delete |
void | getName (char *name, size_t n) |
virtual void | updateParams () |
virtual void | setDt (float dt) |
float | getDt () |
Public Member Functions inherited from ListNode< Block *> | |
void | setSibling (Block * sibling) |
const Block * | getSibling () const |
Private Attributes | |
control::BlockParamFloat | _mean |
control::BlockParamFloat | _stdDev |
Additional Inherited Members | |
Protected Member Functions inherited from control::Block | |
virtual void | updateParamsSubclass () |
SuperBlock * | getParent () |
List< BlockParamBase * > & | getParams () |
Protected Attributes inherited from control::Block | |
const char * | _name |
SuperBlock * | _parent |
float | _dt {0.0f} |
List< BlockParamBase * > | _params |
Protected Attributes inherited from ListNode< Block *> | |
Block * | _list_node_sibling |
Definition at line 58 of file BlockRandGauss.hpp.
|
inline |
Definition at line 62 of file BlockRandGauss.hpp.
|
virtualdefault |
|
inline |
Definition at line 98 of file BlockRandGauss.hpp.
Referenced by control::blockRandGaussTest(), and blockRandGaussTest().
|
inline |
Definition at line 99 of file BlockRandGauss.hpp.
Referenced by control::blockRandGaussTest(), and blockRandGaussTest().
|
inline |
Definition at line 73 of file BlockRandGauss.hpp.
References f().
Referenced by control::blockRandGaussTest(), and blockRandGaussTest().
|
private |
Definition at line 102 of file BlockRandGauss.hpp.
|
private |
Definition at line 103 of file BlockRandGauss.hpp.