fsfw-example-common/example/utility/PusPacketCreator.h

17 lines
299 B
C
Raw Normal View History

2021-06-08 13:29:49 +02:00
/*
* 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_ */