|
gusimplewhiteboard
|
#include <cstdlib>#include <sstream>#include <gu_util.h>Go to the source code of this file.
Classes | |
| class | guWhiteboard::WEBOTS_NXT_vector_bridge |
| class | guWhiteboard::WEBOTS_NXT_bridge |
| This is the base class for the WEBOTS_NXT_bridge library. More... | |
| class | guWhiteboard::WEBOTS_NXT_colorLine_walk |
| This class reports the status of the ColorLine_Walk behaviour. More... | |
| class | guWhiteboard::WEBOTS_NXT_walk_isRunning |
| This class reports the status of the Walk is running behaviour. More... | |
| class | guWhiteboard::WEBOTS_NXT_deadReakoning_walk |
| This class reports the status of the Dead Reakoning Walk behaviour. More... | |
| class | guWhiteboard::WEBOTS_NXT_bumper |
| This class reports the status of the Bumper behaviour. More... | |
| class | guWhiteboard::WEBOTS_NXT_encoders |
| This class reports the status of the Encoder Status. More... | |
| class | guWhiteboard::WEBOTS_NXT_camera |
| This class reports the status of the Camera. More... | |
| class | guWhiteboard::WEBOTS_NXT_gridMotions |
| This class of messages are for the motion module for the miPal demo grid world. More... | |
Namespaces | |
| namespace | guWhiteboard |
| /file APM_Interface.h | |
Macros | |
| #define | WEBOTS_NXT_encoders_DEFINED |
| #define | WEBOTS_NXT_bumper_DEFINED |
| #define | WEBOTS_NXT_camera_DEFINED |
| #define | WEBOTS_NXT_deadReakoning_walk_DEFINED |
| #define | WEBOTS_NXT_walk_isRunning_DEFINED |
| #define | WEBOTS_NXT_colorLine_walk_DEFINED |
| #define | WEBOTS_NXT_gridMotions_DEFINED |
| #define | WEBOTS_NXT_vector_bridge_DEFINED |
Variables | |
| const char | OBJECT_SEPARATOR = '|' |
| const char | FIELD_SERPARATOR = ',' |
| const char | EQUALS = '=' |
| #define WEBOTS_NXT_bumper_DEFINED |
Definition at line 60 of file WEBOTS_NXT_bridge.hpp.
| #define WEBOTS_NXT_camera_DEFINED |
Definition at line 61 of file WEBOTS_NXT_bridge.hpp.
| #define WEBOTS_NXT_colorLine_walk_DEFINED |
Definition at line 64 of file WEBOTS_NXT_bridge.hpp.
| #define WEBOTS_NXT_deadReakoning_walk_DEFINED |
Definition at line 62 of file WEBOTS_NXT_bridge.hpp.
| #define WEBOTS_NXT_encoders_DEFINED |
Definition at line 59 of file WEBOTS_NXT_bridge.hpp.
| #define WEBOTS_NXT_gridMotions_DEFINED |
Definition at line 65 of file WEBOTS_NXT_bridge.hpp.
| #define WEBOTS_NXT_vector_bridge_DEFINED |
Definition at line 66 of file WEBOTS_NXT_bridge.hpp.
| #define WEBOTS_NXT_walk_isRunning_DEFINED |
Definition at line 63 of file WEBOTS_NXT_bridge.hpp.
| const char EQUALS = '=' |
Definition at line 77 of file WEBOTS_NXT_bridge.hpp.
Referenced by guWhiteboard::WEBOTS_NXT_vector_bridge::description(), and guWhiteboard::WEBOTS_NXT_vector_bridge::from_string().
| const char FIELD_SERPARATOR = ',' |
Definition at line 76 of file WEBOTS_NXT_bridge.hpp.
Referenced by guWhiteboard::WEBOTS_NXT_vector_bridge::description(), guWhiteboard::WEBOTS_NXT_bumper::from_string(), guWhiteboard::WEBOTS_NXT_encoders::from_string(), guWhiteboard::WEBOTS_NXT_camera::from_string(), and guWhiteboard::WEBOTS_NXT_vector_bridge::from_string().
| const char OBJECT_SEPARATOR = '|' |
Definition at line 75 of file WEBOTS_NXT_bridge.hpp.
Referenced by guWhiteboard::WEBOTS_NXT_encoders::from_string(), and guWhiteboard::WEBOTS_NXT_camera::from_string().