new cfdp mock folder, added additional cfdp mocks
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
namespace cfdp {
|
||||
|
||||
class RemoteConfigTableIF {
|
||||
public:
|
||||
virtual ~RemoteConfigTableIF() = default;
|
||||
virtual bool getRemoteCfg(EntityId remoteId, RemoteEntityCfg* cfg) = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user