gazebo-yarp-plugins
Gazebo Plugins exposing YARP interfaces.
Loading...
Searching...
No Matches
GazeboYarpPlugins::ClockServer_getSimulationTime_helper Class Reference
Inheritance diagram for GazeboYarpPlugins::ClockServer_getSimulationTime_helper:
Collaboration diagram for GazeboYarpPlugins::ClockServer_getSimulationTime_helper:

Classes

class  Command
 
class  Reply
 

Public Types

using funcptr_t = double (*)()
 
using funcptr_t = double (*)()
 

Public Member Functions

 ClockServer_getSimulationTime_helper ()=default
 
bool write (yarp::os::ConnectionWriter &connection) const override
 
bool read (yarp::os::ConnectionReader &connection) override
 
void call (ClockServer *ptr)
 
 ClockServer_getSimulationTime_helper ()=default
 
bool write (yarp::os::ConnectionWriter &connection) const override
 
bool read (yarp::os::ConnectionReader &connection) override
 
void call (ClockServer *ptr)
 

Public Attributes

Command cmd
 
Reply reply
 

Static Public Attributes

static constexpr const char * s_tag {"getSimulationTime"}
 
static constexpr size_t s_tag_len {1}
 
static constexpr size_t s_cmd_len {1}
 
static constexpr size_t s_reply_len {1}
 
static constexpr const char * s_prototype {"double ClockServer::getSimulationTime()"}
 
static constexpr const char * s_help
 

Member Typedef Documentation

◆ funcptr_t [1/2]

◆ funcptr_t [2/2]

Constructor & Destructor Documentation

◆ ClockServer_getSimulationTime_helper() [1/2]

GazeboYarpPlugins::ClockServer_getSimulationTime_helper::ClockServer_getSimulationTime_helper ( )
default

◆ ClockServer_getSimulationTime_helper() [2/2]

GazeboYarpPlugins::ClockServer_getSimulationTime_helper::ClockServer_getSimulationTime_helper ( )
default

Member Function Documentation

◆ write() [1/2]

bool GazeboYarpPlugins::ClockServer_getSimulationTime_helper::write ( yarp::os::ConnectionWriter & connection) const
override

◆ read() [1/2]

bool GazeboYarpPlugins::ClockServer_getSimulationTime_helper::read ( yarp::os::ConnectionReader & connection)
override

◆ call() [1/2]

void GazeboYarpPlugins::ClockServer_getSimulationTime_helper::call ( ClockServer * ptr)

◆ write() [2/2]

bool GazeboYarpPlugins::ClockServer_getSimulationTime_helper::write ( yarp::os::ConnectionWriter & connection) const
override

◆ read() [2/2]

bool GazeboYarpPlugins::ClockServer_getSimulationTime_helper::read ( yarp::os::ConnectionReader & connection)
override

◆ call() [2/2]

void GazeboYarpPlugins::ClockServer_getSimulationTime_helper::call ( ClockServer * ptr)

Member Data Documentation

◆ cmd

Command GazeboYarpPlugins::ClockServer_getSimulationTime_helper::cmd

◆ reply

Reply GazeboYarpPlugins::ClockServer_getSimulationTime_helper::reply

◆ s_tag

static constexpr const char * GazeboYarpPlugins::ClockServer_getSimulationTime_helper::s_tag {"getSimulationTime"}
staticconstexpr

◆ s_tag_len

static constexpr size_t GazeboYarpPlugins::ClockServer_getSimulationTime_helper::s_tag_len {1}
staticconstexpr

◆ s_cmd_len

static constexpr size_t GazeboYarpPlugins::ClockServer_getSimulationTime_helper::s_cmd_len {1}
staticconstexpr

◆ s_reply_len

static constexpr size_t GazeboYarpPlugins::ClockServer_getSimulationTime_helper::s_reply_len {1}
staticconstexpr

◆ s_prototype

static constexpr const char * GazeboYarpPlugins::ClockServer_getSimulationTime_helper::s_prototype {"double ClockServer::getSimulationTime()"}
staticconstexpr

◆ s_help

static constexpr const char * GazeboYarpPlugins::ClockServer_getSimulationTime_helper::s_help
staticconstexpr
Initial value:
{
"Get the current simulation time\n"
"@return the simulation time."
}

The documentation for this class was generated from the following files: