#include <mockIDeviceConfig.hpp>
|
| MOCK_METHOD0 (Init, bool()) |
|
| MOCK_METHOD0 (ReadConfig, void()) |
|
| MOCK_METHOD1 (GetConfig, void(fcf::common::VectorVariant ¶ms)) |
|
| MOCK_METHOD0 (GetIdentifier, std::string()) |
|
| MOCK_METHOD0 (GetPrefix, std::string()) |
|
| MOCK_METHOD0 (GetAddress, std::string()) |
|
| MOCK_METHOD0 (GetType, std::string()) |
|
| MOCK_METHOD0 (GetNamespace, int()) |
|
| MOCK_METHOD0 (GetMapFile, std::string()) |
|
| MOCK_METHOD0 (GetName, std::string()) |
|
| MOCK_METHOD1 (GetNodeId, std::string(const std::string &attrib)) |
|
| MOCK_METHOD1 (GetProcId, std::string(const std::string &attrib)) |
|
| MOCK_METHOD0 (GetObjId, std::string()) |
|
| MOCK_METHOD0 (GetSimulated, bool()) |
|
| MOCK_METHOD0 (GetIgnored, bool()) |
|
virtual void | ReadConfig ()=0 |
| Read the configuration. More...
|
|
virtual void | GetConfig (fcf::common::VectorVariant ¶ms)=0 |
| Obtain the list of configuration parameters. More...
|
|
virtual std::string | GetIdentifier ()=0 |
|
virtual std::string | GetPrefix ()=0 |
|
virtual std::string | GetAddress ()=0 |
|
virtual std::string | GetSimAddress ()=0 |
|
virtual std::string | GetType ()=0 |
|
virtual int | GetNamespace ()=0 |
|
virtual std::string | GetMapFile ()=0 |
|
virtual std::string | GetAlias ()=0 |
|
virtual std::string | GetName ()=0 |
|
virtual std::string | GetNodeId (const std::string &attrib)=0 |
| Get node id. More...
|
|
virtual std::string | GetProcId (const std::string &attrib)=0 |
| Get procedure id. More...
|
|
virtual std::string | GetObjId ()=0 |
| Get object id. More...
|
|
virtual void | SetSimulateFlag (bool flag)=0 |
| Set simulation flag. More...
|
|
virtual void | SetIgnoreFlag (bool flag)=0 |
| Set ignore flag. More...
|
|
virtual bool | GetIgnored ()=0 |
| Get ignored flag. More...
|
|
virtual bool | GetSimulated ()=0 |
| GetSimulated. More...
|
|
MockIDeviceConfig::MOCK_METHOD0 |
( |
Init |
, |
|
|
bool() |
|
|
) |
| |
MockIDeviceConfig::MOCK_METHOD0 |
( |
ReadConfig |
, |
|
|
void() |
|
|
) |
| |
MockIDeviceConfig::MOCK_METHOD0 |
( |
GetIdentifier |
, |
|
|
std:: |
string() |
|
) |
| |
MockIDeviceConfig::MOCK_METHOD0 |
( |
GetPrefix |
, |
|
|
std:: |
string() |
|
) |
| |
MockIDeviceConfig::MOCK_METHOD0 |
( |
GetAddress |
, |
|
|
std:: |
string() |
|
) |
| |
MockIDeviceConfig::MOCK_METHOD0 |
( |
GetType |
, |
|
|
std:: |
string() |
|
) |
| |
MockIDeviceConfig::MOCK_METHOD0 |
( |
GetMapFile |
, |
|
|
std:: |
string() |
|
) |
| |
MockIDeviceConfig::MOCK_METHOD0 |
( |
GetName |
, |
|
|
std:: |
string() |
|
) |
| |
MockIDeviceConfig::MOCK_METHOD0 |
( |
GetObjId |
, |
|
|
std:: |
string() |
|
) |
| |
MockIDeviceConfig::MOCK_METHOD0 |
( |
GetIgnored |
, |
|
|
bool() |
|
|
) |
| |
MockIDeviceConfig::MOCK_METHOD1 |
( |
GetConfig |
, |
|
|
void(fcf::common::VectorVariant ¶ms) |
|
|
) |
| |
MockIDeviceConfig::MOCK_METHOD1 |
( |
GetNodeId |
, |
|
|
std:: |
stringconst std::string &attrib |
|
) |
| |
MockIDeviceConfig::MOCK_METHOD1 |
( |
GetProcId |
, |
|
|
std:: |
stringconst std::string &attrib |
|
) |
| |
The documentation for this class was generated from the following file: