|
using | funcptr_t = std::int32_t(*)(const std::string &) |
|
Definition at line 239 of file yarpdataplayer_IDL.cpp.
◆ funcptr_t
◆ yarpdataplayer_IDL_getFrame_helper() [1/2]
yarpdataplayer_IDL_getFrame_helper::yarpdataplayer_IDL_getFrame_helper |
( |
| ) |
|
|
default |
◆ yarpdataplayer_IDL_getFrame_helper() [2/2]
yarpdataplayer_IDL_getFrame_helper::yarpdataplayer_IDL_getFrame_helper |
( |
const std::string & |
name | ) |
|
|
explicit |
◆ call()
◆ read()
Read this object from a network connection.
Override this for your particular class.
- Parameters
-
reader | an interface to the network connection for reading |
- Returns
- true iff the object is successfully read
Implements yarp::os::Portable.
Definition at line 1036 of file yarpdataplayer_IDL.cpp.
◆ write()
Write this object to a network connection.
Override this for your particular class. Be aware that depending on the nature of the connections a port has, and what protocol they use, and how efficient the YARP implementation is, this method may be called once, twice, or many times, as the result of a single call to Port::write
- Parameters
-
writer | an interface to the network connection for writing |
- Returns
- true iff the object is successfully written
Implements yarp::os::Portable.
Definition at line 1031 of file yarpdataplayer_IDL.cpp.
◆ cmd
Command yarpdataplayer_IDL_getFrame_helper::cmd |
◆ reply
Reply yarpdataplayer_IDL_getFrame_helper::reply |
◆ s_cmd_len
constexpr size_t yarpdataplayer_IDL_getFrame_helper::s_cmd_len {2} |
|
staticconstexpr |
◆ s_help
constexpr const char* yarpdataplayer_IDL_getFrame_helper::s_help |
|
staticconstexpr |
Initial value:{
"Gets the frame number the user is requesting\n"
"@param name specifies the name of the data to modify\n"
" would like to skip to\n"
"@return i32 returns the current frame index"
}
Definition at line 298 of file yarpdataplayer_IDL.cpp.
◆ s_prototype
constexpr const char* yarpdataplayer_IDL_getFrame_helper::s_prototype {"std::int32_t yarpdataplayer_IDL::getFrame(const std::string& name)"} |
|
staticconstexpr |
◆ s_reply_len
constexpr size_t yarpdataplayer_IDL_getFrame_helper::s_reply_len {1} |
|
staticconstexpr |
◆ s_tag
constexpr const char* yarpdataplayer_IDL_getFrame_helper::s_tag {"getFrame"} |
|
staticconstexpr |
◆ s_tag_len
constexpr size_t yarpdataplayer_IDL_getFrame_helper::s_tag_len {1} |
|
staticconstexpr |
The documentation for this class was generated from the following file: