SADB-Client  0.99
Situational Awareness Database
 All Classes Functions Variables
Public Member Functions | Public Attributes | List of all members
SADBStringTable Class Reference

#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.
 
BlackboardBoard
 Blackboard.
 

Detailed Description

Class used to store tables of strings in SADB

Note
If you change the dimensions of the table to a smaller size (shrink), some object will remain on the blackboard without being linked to a string table. If the table size is incremented at a later time, the objects will be linked again. This is to preserve history.

The documentation for this class was generated from the following file: