WB-Toolbox
6.0.0
ASimulinkToolboxforWholeBodyControl
|
The wbt::YarpWrite class. More...
#include <YarpWrite.h>
The wbt::YarpWrite class.
In addition to block_parameters, wbt::YarpWrite requires:
Type | Index | Rows | Cols | Name |
---|---|---|---|---|
::STRING | 0 + Block::NumberOfParameters | 1 | 1 | "PortName" |
::BOOL | 1 + Block::NumberOfParameters | 1 | 1 | "Autoconnect" |
::BOOL | 2 + Block::NumberOfParameters | 1 | 1 | "ErrorOnMissingPort" |
Classes | |
class | impl |
Public Member Functions | |
YarpWrite () | |
~YarpWrite () override | |
unsigned | numberOfParameters () override |
bool | parseParameters (blockfactory::core::BlockInformation *blockInfo) override |
bool | configureSizeAndPorts (blockfactory::core::BlockInformation *blockInfo) override |
bool | initialize (blockfactory::core::BlockInformation *blockInfo) override |
bool | terminate (const blockfactory::core::BlockInformation *blockInfo) override |
bool | output (const blockfactory::core::BlockInformation *blockInfo) override |
Private Attributes | |
std::unique_ptr< impl > | pImpl |
YarpWrite::YarpWrite | ( | ) |
|
overridedefault |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
private |