|
gusimplewhiteboard
|
#include <cstdlib>#include <sstream>#include <gu_util.h>#include "typeClassDefs/FilteredOneDimSonar.h"#include "wb_arrayoffilteredsonarobjects.h"Go to the source code of this file.
Classes | |
| class | guWhiteboard::FilteredArrayOneDimSonar |
| Class for for the array of sonar messages, LEFT and RIGHT. More... | |
Namespaces | |
| namespace | guWhiteboard |
| /file APM_Interface.h | |
Macros | |
| #define | SEPARATOR_IS_COMMA ',' |
| #define | SEPARATOR_IS_COLON ':' |
| #define | IS_VISIBLE_ID 'I' |
| #define | LEFT_ID 'L' |
| #define | RIGHT_ID 'R' |
| #define IS_VISIBLE_ID 'I' |
Definition at line 85 of file FilteredArrayOneDimSonar.hpp.
| #define LEFT_ID 'L' |
Definition at line 86 of file FilteredArrayOneDimSonar.hpp.
| #define RIGHT_ID 'R' |
Definition at line 87 of file FilteredArrayOneDimSonar.hpp.
| #define SEPARATOR_IS_COLON ':' |
Definition at line 84 of file FilteredArrayOneDimSonar.hpp.
| #define SEPARATOR_IS_COMMA ',' |
Definition at line 83 of file FilteredArrayOneDimSonar.hpp.