|
using | funcptr_t = bool(*)(const std::string &) |
|
Definition at line 548 of file yarpActionsPlayer_IDL.cpp.
◆ funcptr_t
◆ yarpActionsPlayer_IDL_choose_action_helper() [1/2]
yarpActionsPlayer_IDL_choose_action_helper::yarpActionsPlayer_IDL_choose_action_helper |
( |
| ) |
|
|
default |
◆ yarpActionsPlayer_IDL_choose_action_helper() [2/2]
yarpActionsPlayer_IDL_choose_action_helper::yarpActionsPlayer_IDL_choose_action_helper |
( |
const std::string & |
action_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 1790 of file yarpActionsPlayer_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 1785 of file yarpActionsPlayer_IDL.cpp.
◆ cmd
Command yarpActionsPlayer_IDL_choose_action_helper::cmd |
◆ reply
Reply yarpActionsPlayer_IDL_choose_action_helper::reply |
◆ s_cmd_len
constexpr size_t yarpActionsPlayer_IDL_choose_action_helper::s_cmd_len {3} |
|
staticconstexpr |
◆ s_help
constexpr const char* yarpActionsPlayer_IDL_choose_action_helper::s_help |
|
staticconstexpr |
Initial value:{
"Choose the current action and wait for further commands.\n"
"@return true/false on success/failure"
}
Definition at line 607 of file yarpActionsPlayer_IDL.cpp.
◆ s_prototype
◆ s_reply_len
constexpr size_t yarpActionsPlayer_IDL_choose_action_helper::s_reply_len {1} |
|
staticconstexpr |
◆ s_tag
constexpr const char* yarpActionsPlayer_IDL_choose_action_helper::s_tag {"choose_action"} |
|
staticconstexpr |
◆ s_tag_len
constexpr size_t yarpActionsPlayer_IDL_choose_action_helper::s_tag_len {2} |
|
staticconstexpr |
The documentation for this class was generated from the following file: