|
| | MOCK_METHOD (void, GetConfig,((std::vector< std::pair< std::string, ifw::fnd::defs::Value > > ¶ms)),(const, override)) |
| |
| | MOCK_METHOD (std::string, GetIdentifier,(),(const, override)) |
| |
| | MOCK_METHOD (std::string, GetPrefix,(),(const, override)) |
| |
| | MOCK_METHOD (std::string, GetAddress,(),(const, override)) |
| |
| | MOCK_METHOD (std::string, GetSimAddress,(),(const, override)) |
| |
| | MOCK_METHOD (std::string, GetType,(),(const, override)) |
| |
| | MOCK_METHOD (int, GetNamespace,(),(const, override)) |
| |
| | MOCK_METHOD (std::string, GetMapFile,(),(const, override)) |
| |
| | MOCK_METHOD (std::string, GetCfgAsString,(),(const, override)) |
| |
| | MOCK_METHOD (std::string, GetAlias,(),(const, override)) |
| |
| | MOCK_METHOD (std::string, GetName,(),(const, override)) |
| |
| | MOCK_METHOD (std::string, GetNodeId,(const std::string &attrib),(const, override)) |
| |
| | MOCK_METHOD (std::string, GetProcId,(const std::string &attrib),(const, override)) |
| |
| | MOCK_METHOD (std::string, GetObjId,(),(const, override)) |
| |
| | MOCK_METHOD (void, SetSimulateFlag,(const bool flag),(override)) |
| |
| | MOCK_METHOD (void, SetIgnoreFlag,(const bool flag),(override)) |
| |
| | MOCK_METHOD (bool, GetIgnored,(),(const, override)) |
| |
| | MOCK_METHOD (bool, GetSimulated,(),(const, override)) |
| |
| | 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 (std::vector< std::pair< std::string, ifw::fnd::defs::Value > > ¶ms) const =0 |
| | Obtain the list of configuration parameters as (logical short-name, value) pairs.
|
| |
| 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.
|
| |