#include <ThinkFingerAgent.h>
Inheritance diagram for ThinkFingerAgent:

Public Member Functions | |
| ThinkFingerAgent () | |
| virtual | ~ThinkFingerAgent () |
| virtual YCPValue | Read (const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &opt=YCPNull()) |
| virtual YCPBoolean | Write (const YCPPath &path, const YCPValue &val, const YCPValue &arg=YCPNull()) |
| virtual YCPValue | Execute (const YCPPath &path, const YCPValue &val=YCPNull(), const YCPValue &arg=YCPNull()) |
| virtual YCPList | Dir (const YCPPath &path) |
| virtual YCPValue | otherCommand (const YCPTerm &term) |
Public Attributes | |
| int | data_pipe [2] |
| pid_t | child_pid |
|
|
Default constructor. |
|
|
Destructor. |
|
|
Provides SCR Dir (). Implements SCRAgent. |
|
||||||||||||||||
|
Provides SCR Execute (). Reimplemented from SCRAgent. |
|
|
Used for mounting the agent. Reimplemented from SCRAgent. |
|
||||||||||||||||
|
Provides SCR Read ().
Implements SCRAgent. |
|
||||||||||||||||
|
Provides SCR Write (). Implements SCRAgent. |
|
|
pid of the child process after fork |
|
|
array with pipe file descriptors |
1.4.6