unittest folder added
This commit is contained in:
29
unittest/config/tmtc/PusIds.hpp
Normal file
29
unittest/config/tmtc/PusIds.hpp
Normal file
@ -0,0 +1,29 @@
|
||||
/*
|
||||
* PusIds.hpp
|
||||
*
|
||||
* Created on: 27.02.2019
|
||||
* Author: jakob
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_TMTC_PUSIDS_HPP_
|
||||
#define CONFIG_TMTC_PUSIDS_HPP_
|
||||
|
||||
namespace PUS{
|
||||
enum Ids{
|
||||
PUS_SERVICE_1 = 1,
|
||||
PUS_SERVICE_2 = 2,
|
||||
PUS_SERVICE_3 = 3,
|
||||
PUS_SERVICE_5 = 5,
|
||||
PUS_SERVICE_6 = 6,
|
||||
PUS_SERVICE_8 = 8,
|
||||
PUS_SERVICE_9 = 9,
|
||||
PUS_SERVICE_17 = 17,
|
||||
PUS_SERVICE_23 = 23,
|
||||
PUS_SERVICE_200 = 200,
|
||||
PUS_SERVICE_201 = 201,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif /* CONFIG_TMTC_PUSIDS_HPP_ */
|
Reference in New Issue
Block a user