2#include "gmock/gmock.h"
Definition mockIDeviceConfig.hpp:9
MOCK_CONST_METHOD0(GetSimulated, bool())
MOCK_CONST_METHOD0(GetIgnored, bool())
MOCK_CONST_METHOD1(GetProcId, std::string(const std::string &attrib))
MOCK_METHOD0(GetAddress, std::string())
MOCK_CONST_METHOD0(GetObjId, std::string())
MOCK_METHOD0(GetMapFile, std::string())
MOCK_METHOD0(ReadConfig, void())
MOCK_METHOD0(GetIdentifier, std::string())
MOCK_CONST_METHOD0(GetName, std::string())
MOCK_METHOD0(GetPrefix, std::string())
MOCK_CONST_METHOD1(GetNodeId, std::string(const std::string &attrib))
MOCK_CONST_METHOD1(GetConfig, void(ifw::core::protocol::base::VectorVariant ¶ms))
MOCK_METHOD0(GetNamespace, int())
MOCK_METHOD0(Init, bool())
MOCK_CONST_METHOD0(GetType, std::string())
Device Configuration class.
Definition iDeviceConfig.hpp:29
virtual std::string GetNodeId(const std::string &attrib) const =0
Get node id.
virtual std::string GetAddress() const =0
virtual std::string GetIdentifier() const =0
virtual int GetNamespace() const =0
virtual std::string GetType() const =0
virtual std::string GetName() const =0
virtual std::string GetPrefix() const =0
virtual void GetConfig(ifw::core::protocol::base::VectorVariant ¶ms) const =0
Obtain the list of configuration parameters.
virtual std::string GetMapFile() const =0
virtual std::string GetProcId(const std::string &attrib) const =0
Get procedure id.
virtual bool GetIgnored() const =0
Get ignored flag.
virtual std::string GetObjId() const =0
Get object id.
virtual bool GetSimulated() const =0
GetSimulated.