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

17 lines
301 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 {
2022-08-08 12:32:06 +02:00
public:
2022-05-05 20:55:28 +02:00
static void createPusPacketAndPrint();
2021-06-08 13:29:49 +02:00
};
#endif /* MISSION_UTILITY_PUSPACKETCREATOR_H_ */