10 #ifndef WBT_SETMOTORPARAMETERS_H
11 #define WBT_SETMOTORPARAMETERS_H
20 class SetMotorParameters;
26 class BlockInformation;
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;
Definition: SetMotorParameters.cpp:56
Extension of blockfactory::core::Block for simplifying the development of whole-body blocks.
Definition: WBBlock.h:63
The wbt::SetMotorParameters class.
Definition: SetMotorParameters.h:50
bool configureSizeAndPorts(blockfactory::core::BlockInformation *blockInfo) override
Definition: SetMotorParameters.cpp:111
std::unique_ptr< impl > pImpl
Definition: SetMotorParameters.h:52
~SetMotorParameters() override
bool output(const blockfactory::core::BlockInformation *blockInfo) override
Definition: SetMotorParameters.cpp:358
SetMotorParameters()
Definition: SetMotorParameters.cpp:78
bool terminate(const blockfactory::core::BlockInformation *blockInfo) override
Definition: SetMotorParameters.cpp:320
bool parseParameters(blockfactory::core::BlockInformation *blockInfo) override
Definition: SetMotorParameters.cpp:89
unsigned numberOfParameters() override
Definition: SetMotorParameters.cpp:84
bool initialize(blockfactory::core::BlockInformation *blockInfo) override
Definition: SetMotorParameters.cpp:189
Definition: Configuration.h:17