WB-Toolbox
6.0.0
ASimulinkToolboxforWholeBodyControl
|
Go to the documentation of this file.
9 #ifndef WBT_YARPCLOCK_H
10 #define WBT_YARPCLOCK_H
12 #include <BlockFactory/Core/Block.h>
24 class BlockInformation;
35 std::unique_ptr<impl>
pImpl;
43 bool initialize(blockfactory::core::BlockInformation* blockInfo)
override;
44 bool terminate(
const blockfactory::core::BlockInformation* blockInfo)
override;
45 bool output(
const blockfactory::core::BlockInformation* blockInfo)
override;
48 #endif // WBT_YARPCLOCK_H
bool terminate(const blockfactory::core::BlockInformation *blockInfo) override
Definition: YarpClock.cpp:104
Definition: YarpClock.cpp:34
bool initialize(blockfactory::core::BlockInformation *blockInfo) override
Definition: YarpClock.cpp:85
YarpClock()
Definition: YarpClock.cpp:43
Definition: Configuration.h:17
bool configureSizeAndPorts(blockfactory::core::BlockInformation *blockInfo) override
Definition: YarpClock.cpp:54
unsigned numberOfParameters() override
Definition: YarpClock.cpp:49
bool output(const blockfactory::core::BlockInformation *blockInfo) override
Definition: YarpClock.cpp:109
The wbt::YarpClock class.
Definition: YarpClock.h:31
std::unique_ptr< impl > pImpl
Definition: YarpClock.h:34