|
using | funcptr_t = void (*)(const std::int32_t) |
|
using | funcptr_t = void (*)(const std::int32_t) |
|
◆ funcptr_t [1/2]
◆ funcptr_t [2/2]
◆ ClockServer_stepSimulationAndWait_helper() [1/4]
GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::ClockServer_stepSimulationAndWait_helper |
( |
| ) |
|
|
default |
◆ ClockServer_stepSimulationAndWait_helper() [2/4]
GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::ClockServer_stepSimulationAndWait_helper |
( |
const std::int32_t | numberOfSteps | ) |
|
|
explicit |
◆ ClockServer_stepSimulationAndWait_helper() [3/4]
GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::ClockServer_stepSimulationAndWait_helper |
( |
| ) |
|
|
default |
◆ ClockServer_stepSimulationAndWait_helper() [4/4]
GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::ClockServer_stepSimulationAndWait_helper |
( |
const std::int32_t | numberOfSteps | ) |
|
|
explicit |
◆ write() [1/2]
bool GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::write |
( |
yarp::os::ConnectionWriter & | connection | ) |
const |
|
override |
◆ read() [1/2]
bool GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::read |
( |
yarp::os::ConnectionReader & | connection | ) |
|
|
override |
◆ call() [1/2]
void GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::call |
( |
ClockServer * | ptr | ) |
const |
◆ write() [2/2]
bool GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::write |
( |
yarp::os::ConnectionWriter & | connection | ) |
const |
|
override |
◆ read() [2/2]
bool GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::read |
( |
yarp::os::ConnectionReader & | connection | ) |
|
|
override |
◆ call() [2/2]
void GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::call |
( |
ClockServer * | ptr | ) |
const |
◆ cmd
Command GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::cmd |
◆ reply
Reply GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::reply |
◆ s_tag
static constexpr const char * GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::s_tag {"stepSimulationAndWait"} |
|
staticconstexpr |
◆ s_tag_len
static constexpr size_t GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::s_tag_len {1} |
|
staticconstexpr |
◆ s_cmd_len
static constexpr size_t GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::s_cmd_len {2} |
|
staticconstexpr |
◆ s_reply_len
static constexpr size_t GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::s_reply_len {0} |
|
staticconstexpr |
◆ s_prototype
static constexpr const char * GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::s_prototype {"void ClockServer::stepSimulationAndWait(const std::int32_t numberOfSteps)"} |
|
staticconstexpr |
◆ s_help
static constexpr const char * GazeboYarpPlugins::ClockServer_stepSimulationAndWait_helper::s_help |
|
staticconstexpr |
Initial value:{
"Steps the simulation for the provided number of steps.\n"
"The input parameter is the number of steps, not the time (Usually 1 step = 1ms but this is not guaranteed)\n"
"@note: this function is blocking\n"
"@param numberOfSteps number of steps to simulate"
}
The documentation for this class was generated from the following files: