ccsds handler wip
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#define OBSW_USE_TMTC_TCP_BRIDGE 1
|
||||
// This will cause the OBSW to initialize the TMTC bridge responsible for exchanging data with the
|
||||
// CCSDS IP Cores.
|
||||
#define OBSW_USE_TMTC_IP_CORE_BRIDGE 0
|
||||
#define OBSW_USE_CCSDS_IP_CORE 1
|
||||
// Set to 1 if all telemetry should be sent to the PTME IP Core
|
||||
#define OBSW_TM_TO_PTME 0
|
||||
// Set to 1 if telecommands are received via the PDEC IP Core
|
||||
|
@ -13,9 +13,9 @@ enum commonObjects: uint32_t {
|
||||
FILE_SYSTEM_HANDLER = 0x50000500,
|
||||
PTME = 0x50000600,
|
||||
PAPB_VC0 = 0x50000700,
|
||||
PAPB_VC0 = 0x500007001,
|
||||
PAPB_VC0 = 0x500007002,
|
||||
PAPB_VC0 = 0x500007003,
|
||||
PAPB_VC1 = 0x500007001,
|
||||
PAPB_VC2 = 0x500007002,
|
||||
PAPB_VC3 = 0x500007003,
|
||||
|
||||
/* 0x43 ('C') for Controllers */
|
||||
THERMAL_CONTROLLER = 0x43400001,
|
||||
|
Reference in New Issue
Block a user