|
Urbi SDK Remote for C++
2.7.5
|
#include <iosfwd>#include <list>#include <string>#include <urbi/export.hh>#include <urbi/fwd.hh>#include <urbi/ubinary.hh>#include <urbi/umessage.hxx>

Go to the source code of this file.
Classes | |
| class | urbi::UMessage |
| Class containing all informations related to an URBI message. More... | |
Namespaces | |
| namespace | urbi |
Global definition of the starterlist. | |
Enumerations | |
| enum | urbi::UMessageType { urbi::MESSAGE_SYSTEM, urbi::MESSAGE_ERROR, urbi::MESSAGE_DATA } |
Functions | |
| std::ostream & | urbi::operator<< (std::ostream &s, const UMessage &m) |
| For debugging purpose. | |
| template<typename T > | |
| int | urbi::getValue (UMessage *m, T &val) |
| Set val to the value of m. | |
Definition in file umessage.hh.