WB-Toolbox
6.0.0
ASimulinkToolboxforWholeBodyControl
|
Go to the documentation of this file.
9 #ifndef WBT_RELATIVETRASFORM_H
10 #define WBT_RELATIVETRASFORM_H
19 class RelativeTransform;
25 class BlockInformation;
46 std::unique_ptr<impl>
pImpl;
53 bool parseParameters(blockfactory::core::BlockInformation* blockInfo)
override;
55 bool initialize(blockfactory::core::BlockInformation* blockInfo)
override;
56 bool terminate(
const blockfactory::core::BlockInformation* blockInfo)
override;
57 bool output(
const blockfactory::core::BlockInformation* blockInfo)
override;
60 #endif // WBT_RELATIVETRASFORM_H
Definition: Configuration.h:17
Extension of blockfactory::core::Block for simplifying the development of whole-body blocks.
Definition: WBBlock.h:62