PX4 Firmware
PX4 Autopilot Software http://px4.io
Block.hpp File Reference

Controller library code. More...

#include <containers/List.hpp>
#include <controllib/block/BlockParam.hpp>
#include <cstdint>
Include dependency graph for Block.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  control::Block
 
class  control::SuperBlock
 

Namespaces

 control
 

Variables

static constexpr uint8_t control::maxChildrenPerBlock = 100
 
static constexpr uint8_t control::maxParamsPerBlock = 110
 
static constexpr uint8_t control::blockNameLengthMax = 40
 

Detailed Description

Controller library code.

Definition in file Block.hpp.