2023-01-27 18:38:36 +01:00
|
|
|
#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"
|
2023-01-27 18:38:36 +01:00
|
|
|
|
|
|
|
namespace com {
|
|
|
|
|
|
|
|
com::Datarate getCurrentDatarate();
|
|
|
|
void setCurrentDatarate(com::Datarate newRate);
|
|
|
|
|
|
|
|
} // namespace com
|
|
|
|
|
|
|
|
#endif /* MISSION_COMCFG_H_ */
|