Init commit
This commit is contained in:
16
mission/utility/PusPacketCreator.h
Normal file
16
mission/utility/PusPacketCreator.h
Normal file
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* 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_ */
|
Reference in New Issue
Block a user