Constructor. 
- Parameters
- 
  
    | frame | The ComponentBase 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 
 
 
  
  | 
        
          | ComponentBase* GetComponentBase | ( |  | ) |  |  | inline | 
 
- Returns
- Returns a pointer to the glsComponentBase 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 ComponentBase 
- 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 glsComponentBase associated with this adapter 
- Parameters
- 
  
    | time | The process/calculate time |  
 
 
 
  
  | 
        
          | ComponentBase* _component |  | protected | 
 
ComponentBase associated with this adapter 
 
 
The documentation for this class was generated from the following file: