Files
fsfw-example-common/example/utility/PusPacketCreator.h
2022-05-05 20:55:28 +02:00

17 lines
301 B
C++

/*
* PusPacketCreator.h
*
* Created on: 21.03.2019
* Author: gaisser
*/
#ifndef MISSION_UTILITY_PUSPACKETCREATOR_H_
#define MISSION_UTILITY_PUSPACKETCREATOR_H_
class PusPacketCreator {
public:
static void createPusPacketAndPrint();
};
#endif /* MISSION_UTILITY_PUSPACKETCREATOR_H_ */