10#ifndef _HardwareDetectionAgent_h
11#define _HardwareDetectionAgent_h
14#include <scr/SCRAgent.h>
42 virtual YCPValue
Read(
const YCPPath &path,
43 const YCPValue& arg = YCPNull(),
44 const YCPValue& opt = YCPNull());
49 virtual YCPBoolean
Write(
const YCPPath &path,
50 const YCPValue& value,
51 const YCPValue& arg = YCPNull());
56 virtual YCPValue
Execute(
const YCPPath &path,
57 const YCPValue& value = YCPNull(),
58 const YCPValue& arg = YCPNull());
63 virtual YCPList
Dir(
const YCPPath& path);
An interface class between YaST2 and HardwareDetection Agent.
Definition: HardwareDetectionAgent.h:20
virtual YCPValue Execute(const YCPPath &path, const YCPValue &value=YCPNull(), const YCPValue &arg=YCPNull())
Definition: HardwareDetectionAgent.cc:57
virtual YCPList Dir(const YCPPath &path)
Definition: HardwareDetectionAgent.cc:29
virtual YCPValue otherCommand(const YCPTerm &term)
Definition: HardwareDetectionAgent.cc:67
virtual YCPValue Read(const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &opt=YCPNull())
Definition: HardwareDetectionAgent.cc:38
virtual YCPBoolean Write(const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull())
Definition: HardwareDetectionAgent.cc:47
virtual ~HardwareDetectionAgent()
Definition: HardwareDetectionAgent.cc:22
HardwareDetectionAgent()
Definition: HardwareDetectionAgent.cc:15