delete obsolete folder
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
parent
59d0d880bb
commit
c0da8aef2e
@ -1,18 +0,0 @@
|
|||||||
#ifndef FSFWCONFIG_TMTC_APID_H_
|
|
||||||
#define FSFWCONFIG_TMTC_APID_H_
|
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Application Process Definition: entity, uniquely identified by an
|
|
||||||
* application process ID (APID), capable of generating telemetry source
|
|
||||||
* packets and receiving telecommand packets
|
|
||||||
*
|
|
||||||
* SOURCE APID: 0x73 / 115 / s
|
|
||||||
* APID is a 11 bit number
|
|
||||||
*/
|
|
||||||
namespace apid {
|
|
||||||
static const uint16_t EIVE_OBSW = 0x65;
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif /* FSFWCONFIG_TMTC_APID_H_ */
|
|
@ -1,23 +0,0 @@
|
|||||||
#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_3_PSB = 3,
|
|
||||||
PUS_SERVICE_5 = 5,
|
|
||||||
PUS_SERVICE_6 = 6,
|
|
||||||
PUS_SERVICE_8 = 8,
|
|
||||||
PUS_SERVICE_9 = 9,
|
|
||||||
PUS_SERVICE_17 = 17,
|
|
||||||
PUS_SERVICE_19 = 19,
|
|
||||||
PUS_SERVICE_20 = 20,
|
|
||||||
PUS_SERVICE_23 = 23,
|
|
||||||
PUS_SERVICE_200 = 200,
|
|
||||||
PUS_SERVICE_201 = 201,
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif /* CONFIG_TMTC_PUSIDS_HPP_ */
|
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef CONFIG_TMTC_PUSIDS_H_
|
#ifndef COMMON_CONFIG_TMTC_PUSIDS_H_
|
||||||
#define CONFIG_TMTC_PUSIDS_H_
|
#define COMMON_CONFIG_TMTC_PUSIDS_H_
|
||||||
|
|
||||||
namespace pus {
|
namespace pus {
|
||||||
enum Ids {
|
enum Ids {
|
||||||
@ -21,4 +21,4 @@ enum Ids {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* CONFIG_TMTC_PUSIDS_H_ */
|
#endif /* COMMON_CONFIG_TMTC_PUSIDS_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user