User Tools

Site Tools


eeros_architecture:control_system:custom_blocks

This is an old revision of the document!


Custom Blocks

If a certain functionality cannot be found in the Available Blocks you have to implement it in your own block. This is also the case if you want to create aSubsystem.

How Many Inputs and Outputs?

If your block has one input, one output, or one input and one output, you should design your block as an extension of Block1i, Block1o, or Block1i1o, respectively.

For all other cases your block will have to define the necessary inputs and outputs as fields of your new block class.

What Kind of Signals?

Depending on the type of the signals you have to define

eeros_architecture/control_system/custom_blocks.1542102658.txt.gz · Last modified: 2018/11/13 10:50 by graf