|
gusimplewhiteboard
|
Class for controlling differential robots Defines whiteboard message. More...
#include <NXT_Sound_Control.hpp>
Public Member Functions | |
| NXT_Sound_Control () | |
| Designated constructor. More... | |
| NXT_Sound_Control (const std::string &name) | |
| String constructor. More... | |
| std::string | description () |
| get message description More... | |
| void | from_string (std::string str) |
| string conversion More... | |
| bool | operator== (const NXT_Sound_Control &s) |
| override equality operator so we can compare instances More... | |
Public Member Functions inherited from wb_sound | |
| PROPERTY (uint16_t, frequency) PROPERTY(uint16_t | |
| duraiton is milli-seconds More... | |
| duration | wb_sound () |
| Default constructor. More... | |
| wb_sound (const wb_sound &other) | |
| Copy Constructor. More... | |
| wb_sound & | operator= (const wb_sound &other) |
| Assignment Operator. More... | |
Class for controlling differential robots Defines whiteboard message.
Definition at line 17 of file NXT_Sound_Control.hpp.
|
inline |
Designated constructor.
Definition at line 20 of file NXT_Sound_Control.hpp.
|
inline |
|
inline |
get message description
Definition at line 29 of file NXT_Sound_Control.hpp.
|
inline |
string conversion
Definition at line 37 of file NXT_Sound_Control.hpp.
Referenced by NXT_Sound_Control().
|
inline |
override equality operator so we can compare instances
Definition at line 52 of file NXT_Sound_Control.hpp.