Constructor.
- Parameters
-
frame | The glsDisplayFrame to associate with this adapter |
Searches all instantiated assets by name
- Parameters
-
assetName | Asset instance name to find |
- Returns
- Returns a pointer to the asset if found or NULL if not found
Searches all instantiated assets for the attribute
- Parameters
-
name | The fully qualified name of the attribute to find (e.g. assetName.attribName) |
- Returns
- Returns a pointer to the attribute or NULL if not found
glsDisplayFrame* GetDisplayFrame |
( |
| ) |
|
|
inline |
- Returns
- Returns a pointer to the glsDisplayFrame associated with this adapter
bool LoadXML |
( |
const char * |
filename | ) |
|
Load a Data Director XML config file. Any RSO assets in the config file will be treated as references to RSOs contained in the associated glDisplayFrame
- Parameters
-
filename | The name of the XML file to load |
- Returns
- True if the XML was successfully parsed
void Process |
( |
double |
time | ) |
|
Pump the Data Director instance associated with this adapter. This call is normally placed into the Calculate method of the glsDisplayFrame associated with this adapter
- Parameters
-
time | The process/calculate time |
glsDisplayFrame associated with this adapter
The documentation for this class was generated from the following file: