This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
fsfw_example_public/mission/utility/PusPacketCreator.h

17 lines
299 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_ */