Robin Mueller
9dc0c5bde0
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
16 lines
269 B
C++
16 lines
269 B
C++
#ifndef MISSION_COMCFG_H_
|
|
#define MISSION_COMCFG_H_
|
|
|
|
#include <fsfw/ipc/MutexIF.h>
|
|
|
|
#include "mission/com/defs.h"
|
|
|
|
namespace com {
|
|
|
|
com::Datarate getCurrentDatarate();
|
|
void setCurrentDatarate(com::Datarate newRate);
|
|
|
|
} // namespace com
|
|
|
|
#endif /* MISSION_COMCFG_H_ */
|