#include <Y2AgentComponent.h>
Inheritance diagram for Y2AgentComp< Agent >:

Public Member Functions | |
| Y2AgentComp (const char *) | |
| ~Y2AgentComp () | |
| string | name () const |
| YCPValue | evaluate (const YCPValue &command) |
| SCRAgent * | getSCRAgent () |
| YCPValue | Read (const YCPPath &path) |
Private Attributes | |
| const char * | my_name |
| Agent * | agent |
|
||||||||||
|
Constructor for a Y2AgentComp. |
|
|||||||||
|
Clean up. |
|
||||||||||
|
Evaluates a command to the agent. Reimplemented from Y2Component. |
|
|||||||||
|
Returns the SCRAgent of the Y2Component. Reimplemented from Y2Component. |
|
|||||||||
|
Returns the name of the component. Implements Y2Component. |
|
||||||||||
|
|
|
|||||
|
Pointer to my agent. |
|
|||||
|
Name of my agent. |
1.4.6