eive-obsw/mission/config/comCfg.h

16 lines
269 B
C
Raw Normal View History

#ifndef MISSION_COMCFG_H_
#define MISSION_COMCFG_H_
#include <fsfw/ipc/MutexIF.h>
2023-03-24 19:37:03 +01:00
#include "mission/com/defs.h"
namespace com {
com::Datarate getCurrentDatarate();
void setCurrentDatarate(com::Datarate newRate);
} // namespace com
#endif /* MISSION_COMCFG_H_ */