14 #include <scr/SCRAgent.h>
25 #include <sys/types.h>
70 resource_group_t frommap_rg(YCPMap map);
75 YCPMap tomap_rg(resource_group_t rgroup);
80 vector<resource_entry_t> fromlist_re(YCPList list);
85 resource_entry_t frommap_re(YCPMap map);
90 YCPMap tomap_re(resource_entry_t rentry);
108 virtual YCPValue Read(
const YCPPath &path,
109 const YCPValue& arg = YCPNull(),
110 const YCPValue& opt = YCPNull());
115 virtual YCPBoolean Write(
const YCPPath &path,
116 const YCPValue& value,
117 const YCPValue& arg = YCPNull());
122 virtual YCPValue Execute(
const YCPPath &path,
123 const YCPValue& value = YCPNull(),
124 const YCPValue& arg = YCPNull());
129 virtual YCPList Dir(
const YCPPath& path);
134 virtual YCPValue otherCommand(
const YCPTerm& term);