|
gusimplewhiteboard
|
#include <gu_util.h>#include <stdint.h>#include "wb_filtered_vision_object.h"#include "wb_filtered_vision_ball_type.h"Go to the source code of this file.
Classes | |
| struct | wb_filtered_arrayballsightings |
| The class of landmarks filtered regarding goal sightings. More... | |
Macros | |
| #define | _XOPEN_SOURCE 700 |
| #define | FILTERED_ARRAYBALLSIGHTINGS_GENERATED |
| #define | FILTERED_ARRAYBALLSIGHTINGS_C_STRUCT wb_filtered_arrayballsightings |
| #define | FILTERED_ARRAYBALLSIGHTINGS_NUMBER_OF_VARIABLES 1 |
| #define | FILTERED_ARRAYBALLSIGHTINGS_DESC_BUFFER_SIZE 521 |
| #define | FILTERED_ARRAYBALLSIGHTINGS_TO_STRING_BUFFER_SIZE 513 |
| #define | FILTERED_ARRAYBALLSIGHTINGS_OBJECTS_ARRAY_SIZE 2 |
| WHITEBOARD_POSTER_STRING_CONVERSION. More... | |
Functions | |
| const char * | wb_filtered_arrayballsightings_description (const struct wb_filtered_arrayballsightings *self, char *descString, size_t bufferSize) |
| Convert to a description string. More... | |
| const char * | wb_filtered_arrayballsightings_to_string (const struct wb_filtered_arrayballsightings *self, char *toString, size_t bufferSize) |
| Convert to a string. More... | |
| struct wb_filtered_arrayballsightings * | wb_filtered_arrayballsightings_from_string (struct wb_filtered_arrayballsightings *self, const char *str) |
| Convert from a string. More... | |
| size_t | wb_filtered_arrayballsightings_to_network_serialised (const struct wb_filtered_arrayballsightings *self, char *dst) |
| WHITEBOARD_POSTER_STRING_CONVERSION. More... | |
| size_t | wb_filtered_arrayballsightings_from_network_serialised (const char *src, struct wb_filtered_arrayballsightings *dst) |
| Network stream deserialisation. More... | |
| #define _XOPEN_SOURCE 700 |
Definition at line 72 of file wb_filtered_arrayballsightings.h.
| #define FILTERED_ARRAYBALLSIGHTINGS_C_STRUCT wb_filtered_arrayballsightings |
Definition at line 92 of file wb_filtered_arrayballsightings.h.
| #define FILTERED_ARRAYBALLSIGHTINGS_DESC_BUFFER_SIZE 521 |
Definition at line 96 of file wb_filtered_arrayballsightings.h.
| #define FILTERED_ARRAYBALLSIGHTINGS_GENERATED |
Definition at line 91 of file wb_filtered_arrayballsightings.h.
| #define FILTERED_ARRAYBALLSIGHTINGS_NUMBER_OF_VARIABLES 1 |
Definition at line 93 of file wb_filtered_arrayballsightings.h.
| #define FILTERED_ARRAYBALLSIGHTINGS_OBJECTS_ARRAY_SIZE 2 |
WHITEBOARD_POSTER_STRING_CONVERSION.
Definition at line 100 of file wb_filtered_arrayballsightings.h.
| #define FILTERED_ARRAYBALLSIGHTINGS_TO_STRING_BUFFER_SIZE 513 |
Definition at line 97 of file wb_filtered_arrayballsightings.h.
| const char * wb_filtered_arrayballsightings_description | ( | const struct wb_filtered_arrayballsightings * | self, |
| char * | descString, | ||
| size_t | bufferSize | ||
| ) |
Convert to a description string.
Definition at line 125 of file wb_filtered_arrayballsightings.c.
References FILTERED_ARRAYBALLSIGHTINGS_OBJECTS_ARRAY_SIZE, FILTERED_VISION_OBJECT_DESC_BUFFER_SIZE, and wb_filtered_vision_object_description().
Referenced by guWhiteboard::FilteredArrayBallSightings::description().
| size_t wb_filtered_arrayballsightings_from_network_serialised | ( | const char * | src, |
| struct wb_filtered_arrayballsightings * | dst | ||
| ) |
Network stream deserialisation.
Network stream deserialisation.
Definition at line 394 of file wb_filtered_arrayballsightings.c.
References wb_filtered_arrayballsightings::objects.
| struct wb_filtered_arrayballsightings * wb_filtered_arrayballsightings_from_string | ( | struct wb_filtered_arrayballsightings * | self, |
| const char * | str | ||
| ) |
Convert from a string.
Definition at line 205 of file wb_filtered_arrayballsightings.c.
References FILTERED_ARRAYBALLSIGHTINGS_DESC_BUFFER_SIZE, FILTERED_ARRAYBALLSIGHTINGS_OBJECTS_ARRAY_SIZE, and wb_filtered_vision_object_from_string().
| size_t wb_filtered_arrayballsightings_to_network_serialised | ( | const struct wb_filtered_arrayballsightings * | self, |
| char * | dst | ||
| ) |
WHITEBOARD_POSTER_STRING_CONVERSION.
Network stream serialisation
WHITEBOARD_POSTER_STRING_CONVERSION.
Definition at line 362 of file wb_filtered_arrayballsightings.c.
| const char * wb_filtered_arrayballsightings_to_string | ( | const struct wb_filtered_arrayballsightings * | self, |
| char * | toString, | ||
| size_t | bufferSize | ||
| ) |
Convert to a string.
Definition at line 165 of file wb_filtered_arrayballsightings.c.
References FILTERED_ARRAYBALLSIGHTINGS_OBJECTS_ARRAY_SIZE, FILTERED_VISION_OBJECT_TO_STRING_BUFFER_SIZE, and wb_filtered_vision_object_to_string().
Referenced by guWhiteboard::FilteredArrayBallSightings::to_string().