PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Controller library code. More...
#include "Block.hpp"
#include <containers/List.hpp>
#include <px4_platform_common/defines.h>
#include <parameters/param.h>
Go to the source code of this file.
Classes | |
class | control::BlockParamBase |
class | control::BlockParam< T > |
Namespaces | |
control | |
Typedefs | |
typedef BlockParam< float > | control::BlockParamFloat |
typedef BlockParam< int32_t > | control::BlockParamInt |
typedef BlockParam< bool > | control::BlockParamBool |
typedef BlockParam< float & > | control::BlockParamExtFloat |
typedef BlockParam< int32_t & > | control::BlockParamExtInt |
Controller library code.
Definition in file BlockParam.hpp.