#include <SystemAgent.h>
Inheritance diagram for SystemAgent:
Public Member Functions | |
SystemAgent () | |
~SystemAgent () | |
virtual YCPValue | Read (const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &opt=YCPNull()) |
virtual YCPBoolean | Write (const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull()) |
virtual YCPValue | Execute (const YCPPath &path, const YCPValue &value=YCPNull(), const YCPValue &arg=YCPNull()) |
virtual YCPList | Dir (const YCPPath &path) |
Private Attributes | |
string | tempdir |
|
Constructor |
|
Destructor |
|
Get a list of all subtrees Implements SCRAgent. |
|
Execute a command Reimplemented from SCRAgent. |
|
Read data Implements SCRAgent. |
|
Write data Implements SCRAgent. |
|
|