1
0
forked from fsfw/fsfw

added some param structs

This commit is contained in:
2022-08-09 21:03:56 +02:00
parent 0cb15e901e
commit 507c6ddff1
12 changed files with 98 additions and 51 deletions

View File

@ -5,11 +5,11 @@
namespace cfdp {
class RemoteConfigTableMock: public RemoteConfigTableIF {
class RemoteConfigTableMock : public RemoteConfigTableIF {
public:
bool getRemoteCfg(EntityId remoteId, RemoteEntityCfg *cfg) override;
};
}
} // namespace cfdp
#endif // FSFW_TESTS_CFDP_REMOTCONFIGTABLEMOCK_H