gusimplewhiteboard
FilteredArrayOneDimBall.hpp File Reference
#include <cstdlib>
#include <sstream>
#include <gu_util.h>
#include "FilteredOneDimObject.h"
#include "FilteredArrayBallSightings.h"
Include dependency graph for FilteredArrayOneDimBall.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  guWhiteboard::FilteredArrayOneDimBall
 Class for for the array of ball sighthings TOP or Bottom. More...
 

Namespaces

namespace  guWhiteboard
 /file APM_Interface.h
 

Macros

#define SEPARATOR_IS_COMMA   ','
 
#define SEPARATOR_IS_COLON   ':'
 
#define IS_VISIBLE_ID   'I'
 
#define TOP_ID   'T'
 
#define BOTTM_ID   'B'
 

Macro Definition Documentation

◆ BOTTM_ID

#define BOTTM_ID   'B'

Definition at line 81 of file FilteredArrayOneDimBall.hpp.

◆ IS_VISIBLE_ID

#define IS_VISIBLE_ID   'I'

Definition at line 79 of file FilteredArrayOneDimBall.hpp.

◆ SEPARATOR_IS_COLON

#define SEPARATOR_IS_COLON   ':'

Definition at line 78 of file FilteredArrayOneDimBall.hpp.

◆ SEPARATOR_IS_COMMA

#define SEPARATOR_IS_COMMA   ','

Definition at line 77 of file FilteredArrayOneDimBall.hpp.

◆ TOP_ID

#define TOP_ID   'T'

Definition at line 80 of file FilteredArrayOneDimBall.hpp.