#include <SADBStringTable.h>
Public Member Functions | |
| void | Initialize (void) |
| void | Free (void) |
| void | SetName (const char *name) |
| void | GetByName (const char *name) |
| void | SetDescription (const char *desc) |
| void | SetBlackboard (Blackboard *board) |
| void | SetDimensions (int X, int Y) |
| void | SetString (int X, int Y, const char *Str) |
| const char * | GetString (int X, int Y) |
| char * | GetNewString (int X, int Y) |
| void | LoadCSV (const char *Filename) |
| void | GetLatestValues (void) |
| void | GetLatestValue (int X, int Y) |
Public Attributes | |
| SADBu8 * | Name |
| Human Readable Object Name. | |
| BlackboardObject | Object |
| Object to store the list of indices. | |
| int | nCols |
| Number of Columns. | |
| int | nRows |
| Number of Rows. | |
| Blackboard * | Board |
| Blackboard. | |
Class used to store tables of strings in SADB
1.8.8