WB-Toolbox
6.0.0
ASimulinkToolboxforWholeBodyControl
|
Go to the documentation of this file.
9 #ifndef WBT_SIMULATORSYNCHRONIZER_H
10 #define WBT_SIMULATORSYNCHRONIZER_H
12 #include <BlockFactory/Core/Block.h>
26 class BlockInformation;
48 std::unique_ptr<impl>
pImpl;
56 bool parseParameters(blockfactory::core::BlockInformation* blockInfo)
override;
58 bool initialize(blockfactory::core::BlockInformation* blockInfo)
override;
59 bool terminate(
const blockfactory::core::BlockInformation* blockInfo)
override;
60 bool output(
const blockfactory::core::BlockInformation* blockInfo)
override;
63 #endif // WBT_SIMULATORSYNCHRONIZER_H
~SimulatorSynchronizer() override
std::unique_ptr< impl > pImpl
Definition: SimulatorSynchronizer.h:47
Definition: Configuration.h:17
bool initialize(blockfactory::core::BlockInformation *blockInfo) override
bool terminate(const blockfactory::core::BlockInformation *blockInfo) override
std::vector< std::string > additionalBlockOptions() override
bool output(const blockfactory::core::BlockInformation *blockInfo) override
unsigned numberOfParameters() override
bool configureSizeAndPorts(blockfactory::core::BlockInformation *blockInfo) override
bool parseParameters(blockfactory::core::BlockInformation *blockInfo) override
The wbt::SimulatorSynchronizer class.
Definition: SimulatorSynchronizer.h:44