#include <Interfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| DIAgent1 * | CreateAgent (const char *agentName, const char *templateName) |
| Creates an instance of an Agent. | |
| DIAgent1 * | GetAgent (const char *name) |
| Returns an interface to an existing Agent. | |
| void | GetAgentList (DIStringList1 *iList) |
| Provides a list of names of instanced Agents. | |
| void | AddTemplate (const char *name, const char *file) |
| A Template is an XML file that contains configuration data for both the Agent Manager (what implementation to instance), and data for the implementation. | |
| void | GetTemplateList (DIStringList1 *iList) |
| Provides a list of names of parsed Templates. | |
| DIAgent1* DigitalSpaces::DIAgentManager1::CreateAgent | ( | const char * | agentName, | |
| const char * | templateName | |||
| ) |
Creates an instance of an Agent.
| agentName | A unique name assigned to the Agent instance. | |
| templayeName | The name of a template, loaded with AddTemplate |
1.5.6