WB-Toolbox
6.0.0
ASimulinkToolboxforWholeBodyControl
|
Go to the documentation of this file.
10 #ifndef WBT_SETMOTORPARAMETERS_H
11 #define WBT_SETMOTORPARAMETERS_H
20 class SetMotorParameters;
26 class BlockInformation;
53 std::unique_ptr<impl>
pImpl;
61 bool parseParameters(blockfactory::core::BlockInformation* blockInfo)
override;
62 bool initialize(blockfactory::core::BlockInformation* blockInfo)
override;
63 bool terminate(
const blockfactory::core::BlockInformation* blockInfo)
override;
64 bool output(
const blockfactory::core::BlockInformation* blockInfo)
override;
67 #endif // WBT_SETMOTORPARAMETERS_H
Definition: Configuration.h:17
bool output(const blockfactory::core::BlockInformation *blockInfo) override
Definition: SetMotorParameters.cpp:358
bool configureSizeAndPorts(blockfactory::core::BlockInformation *blockInfo) override
Definition: SetMotorParameters.cpp:111
~SetMotorParameters() override
bool parseParameters(blockfactory::core::BlockInformation *blockInfo) override
Definition: SetMotorParameters.cpp:89
SetMotorParameters()
Definition: SetMotorParameters.cpp:78
bool terminate(const blockfactory::core::BlockInformation *blockInfo) override
Definition: SetMotorParameters.cpp:320
The wbt::SetMotorParameters class.
Definition: SetMotorParameters.h:49
bool initialize(blockfactory::core::BlockInformation *blockInfo) override
Definition: SetMotorParameters.cpp:189
std::unique_ptr< impl > pImpl
Definition: SetMotorParameters.h:52
unsigned numberOfParameters() override
Definition: SetMotorParameters.cpp:84
Definition: SetMotorParameters.cpp:55
Extension of blockfactory::core::Block for simplifying the development of whole-body blocks.
Definition: WBBlock.h:62