Definition at line 578 of file IMap2DMsgs.cpp.
◆ funcptr_t
◆ IMap2DMsgs_get_area_RPC_helper() [1/2]
IMap2DMsgs_get_area_RPC_helper::IMap2DMsgs_get_area_RPC_helper |
( |
| ) |
|
|
default |
◆ IMap2DMsgs_get_area_RPC_helper() [2/2]
IMap2DMsgs_get_area_RPC_helper::IMap2DMsgs_get_area_RPC_helper |
( |
const std::string & |
area_name | ) |
|
|
explicit |
◆ call()
void IMap2DMsgs_get_area_RPC_helper::call |
( |
IMap2DMsgs * |
ptr | ) |
|
◆ 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 3560 of file IMap2DMsgs.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 3555 of file IMap2DMsgs.cpp.
◆ cmd
Command IMap2DMsgs_get_area_RPC_helper::cmd |
◆ reply
Reply IMap2DMsgs_get_area_RPC_helper::reply |
◆ s_cmd_len
constexpr size_t IMap2DMsgs_get_area_RPC_helper::s_cmd_len {4} |
|
staticconstexpr |
◆ s_help
constexpr const char* IMap2DMsgs_get_area_RPC_helper::s_help {""} |
|
staticconstexpr |
◆ s_prototype
constexpr const char* IMap2DMsgs_get_area_RPC_helper::s_prototype {"return_get_area IMap2DMsgs::get_area_RPC(const std::string& area_name)"} |
|
staticconstexpr |
◆ s_reply_len
constexpr size_t IMap2DMsgs_get_area_RPC_helper::s_reply_len {2} |
|
staticconstexpr |
◆ s_tag
constexpr const char* IMap2DMsgs_get_area_RPC_helper::s_tag {"get_area_RPC"} |
|
staticconstexpr |
◆ s_tag_len
constexpr size_t IMap2DMsgs_get_area_RPC_helper::s_tag_len {3} |
|
staticconstexpr |
The documentation for this class was generated from the following file: