|
| | MOCK_METHOD0 (Init, bool()) |
| |
| | MOCK_METHOD0 (ReadConfig, void()) |
| |
| | MOCK_CONST_METHOD1 (GetConfig, void(ifw::core::protocol::base::VectorVariant ¶ms)) |
| |
| | MOCK_METHOD0 (GetIdentifier, std::string()) |
| |
| | MOCK_METHOD0 (GetPrefix, std::string()) |
| |
| | MOCK_METHOD0 (GetAddress, std::string()) |
| |
| | MOCK_CONST_METHOD0 (GetType, std::string()) |
| |
| | MOCK_METHOD0 (GetNamespace, int()) |
| |
| | MOCK_METHOD0 (GetMapFile, std::string()) |
| |
| | MOCK_CONST_METHOD0 (GetName, std::string()) |
| |
| | MOCK_CONST_METHOD1 (GetNodeId, std::string(const std::string &attrib)) |
| |
| | MOCK_CONST_METHOD1 (GetProcId, std::string(const std::string &attrib)) |
| |
| | MOCK_CONST_METHOD0 (GetObjId, std::string()) |
| |
| | MOCK_CONST_METHOD0 (GetSimulated, bool()) |
| |
| | MOCK_CONST_METHOD0 (GetIgnored, bool()) |
| |
| | MOCK_METHOD0 (Init, bool()) |
| |
| | MOCK_METHOD0 (ReadConfig, void()) |
| |
| | MOCK_METHOD1 (GetConfig, void(ifw::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 | GetConfig (ifw::core::protocol::base::VectorVariant ¶ms) const =0 |
| | Obtain the list of configuration parameters.
|
| |
| virtual std::string | GetIdentifier () const =0 |
| |
| virtual std::string | GetPrefix () const =0 |
| |
| virtual std::string | GetAddress () const =0 |
| |
| virtual std::string | GetSimAddress () const =0 |
| |
| virtual std::string | GetType () const =0 |
| |
| virtual int | GetNamespace () const =0 |
| |
| virtual std::string | GetMapFile () const =0 |
| |
| virtual std::string | GetCfgAsString () const =0 |
| |
| virtual std::string | GetAlias () const =0 |
| |
| virtual std::string | GetName () const =0 |
| |
| virtual std::string | GetNodeId (const std::string &attrib) const =0 |
| | Get node id.
|
| |
| virtual std::string | GetProcId (const std::string &attrib) const =0 |
| | Get procedure id.
|
| |
| virtual std::string | GetObjId () const =0 |
| | Get object id.
|
| |
| virtual void | SetSimulateFlag (const bool flag)=0 |
| | Set simulation flag.
|
| |
| virtual void | SetIgnoreFlag (const bool flag)=0 |
| | Set ignore flag.
|
| |
| virtual bool | GetIgnored () const =0 |
| | Get ignored flag.
|
| |
| virtual bool | GetSimulated () const =0 |
| | GetSimulated.
|
| |