|
gusimplewhiteboard
|
Provides a C++ wrapper around wb_teleoperation_status.
More...
#include <TeleoperationStatus.hpp>
Public Member Functions | |
| TeleoperationStatus (std::string t_sayString="") | |
Create a new TeleoperationStatus. More... | |
| TeleoperationStatus (const TeleoperationStatus &t_other) | |
| Copy Constructor. More... | |
| TeleoperationStatus (const struct wb_teleoperation_status &t_other) | |
| Copy Constructor. More... | |
| TeleoperationStatus & | operator= (const TeleoperationStatus &t_other) |
| Copy Assignment Operator. More... | |
| TeleoperationStatus & | operator= (const struct wb_teleoperation_status &t_other) |
| Copy Assignment Operator. More... | |
| bool | operator== (const TeleoperationStatus &t_other) const |
| bool | operator!= (const TeleoperationStatus &t_other) const |
| bool | operator== (const wb_teleoperation_status &t_other) const |
| bool | operator!= (const wb_teleoperation_status &t_other) const |
| const char * | sayString () const |
| size_t | sayString_size () const |
| char & | sayString (int t_i) |
| const char & | sayString (int t_i) const |
| void | set_sayString (const char *t_newValue) |
| TeleoperationStatus (const std::string &t_str) | |
| String Constructor. More... | |
| std::string | description () |
| std::string | to_string () |
| void | from_string (const std::string &t_str) |
Additional Inherited Members | |
Public Attributes inherited from wb_teleoperation_status | |
| char | sayString [30] |
| String passed to Say_t. More... | |
Provides a C++ wrapper around wb_teleoperation_status.
Definition at line 83 of file TeleoperationStatus.hpp.
|
inline |
Create a new TeleoperationStatus.
Definition at line 99 of file TeleoperationStatus.hpp.
Referenced by operator==().
|
inline |
|
inline |
Copy Constructor.
Definition at line 113 of file TeleoperationStatus.hpp.
References wb_teleoperation_status::sayString.
|
inline |
String Constructor.
Definition at line 182 of file TeleoperationStatus.hpp.
References from_string().
|
inline |
USE_WB_TELEOPERATION_STATUS_C_CONVERSION
Definition at line 187 of file TeleoperationStatus.hpp.
References sayString(), TELEOPERATIONSTATUS_DESC_BUFFER_SIZE, and wb_teleoperation_status_description().
|
inline |
USE_WB_TELEOPERATION_STATUS_C_CONVERSION
Definition at line 225 of file TeleoperationStatus.hpp.
References wb_teleoperation_status::sayString, and TELEOPERATIONSTATUS_DESC_BUFFER_SIZE.
Referenced by TeleoperationStatus().
|
inline |
Definition at line 138 of file TeleoperationStatus.hpp.
|
inline |
Definition at line 148 of file TeleoperationStatus.hpp.
|
inline |
Copy Assignment Operator.
Definition at line 128 of file TeleoperationStatus.hpp.
References wb_teleoperation_status::sayString.
|
inline |
Copy Assignment Operator.
Definition at line 120 of file TeleoperationStatus.hpp.
References sayString().
|
inline |
Definition at line 133 of file TeleoperationStatus.hpp.
References sayString().
|
inline |
Definition at line 143 of file TeleoperationStatus.hpp.
References TeleoperationStatus().
|
inline |
Definition at line 153 of file TeleoperationStatus.hpp.
References wb_teleoperation_status::sayString.
Referenced by TeleoperationStatus(), description(), operator=(), operator==(), and to_string().
|
inline |
Definition at line 163 of file TeleoperationStatus.hpp.
References wb_teleoperation_status::sayString.
|
inline |
Definition at line 168 of file TeleoperationStatus.hpp.
References wb_teleoperation_status::sayString.
|
inline |
Definition at line 158 of file TeleoperationStatus.hpp.
|
inline |
Definition at line 173 of file TeleoperationStatus.hpp.
References wb_teleoperation_status::sayString.
|
inline |
USE_WB_TELEOPERATION_STATUS_C_CONVERSION
Definition at line 204 of file TeleoperationStatus.hpp.
References sayString(), TELEOPERATIONSTATUS_TO_STRING_BUFFER_SIZE, and wb_teleoperation_status_to_string().