adapter size of rx registers reply
This commit is contained in:
@ -105,10 +105,11 @@ void ObjectFactory::produce(){
|
|||||||
* Setting PCDU devices to mode normal immediately after start up because PCDU is always
|
* Setting PCDU devices to mode normal immediately after start up because PCDU is always
|
||||||
* running.
|
* running.
|
||||||
*/
|
*/
|
||||||
p60dockhandler->setModeNormal();
|
/** For now this needs to be commented out because there is no PCDU connected to the OBC */
|
||||||
pdu1handler->setModeNormal();
|
// p60dockhandler->setModeNormal();
|
||||||
pdu2handler->setModeNormal();
|
// pdu1handler->setModeNormal();
|
||||||
acuhandler->setModeNormal();
|
// pdu2handler->setModeNormal();
|
||||||
|
// acuhandler->setModeNormal();
|
||||||
#endif
|
#endif
|
||||||
/* Temperature sensors */
|
/* Temperature sensors */
|
||||||
Tmp1075Handler* tmp1075Handler_1 = new Tmp1075Handler(
|
Tmp1075Handler* tmp1075Handler_1 = new Tmp1075Handler(
|
||||||
|
2
etl
2
etl
Submodule etl updated: ae06e64177...1ac3b77ef4
2
fsfw
2
fsfw
Submodule fsfw updated: 7d0916a44e...e994d81e18
@ -23,7 +23,7 @@ namespace SYRLINKS {
|
|||||||
/** The size of the header with the message identifier and the payload size field */
|
/** The size of the header with the message identifier and the payload size field */
|
||||||
static const uint8_t MESSAGE_HEADER_SIZE = 5;
|
static const uint8_t MESSAGE_HEADER_SIZE = 5;
|
||||||
/** Size of reply to an rx status registers request */
|
/** Size of reply to an rx status registers request */
|
||||||
static const uint8_t RX_STATUS_REGISTERS_REPLY_SIZE = 30;
|
static const uint8_t RX_STATUS_REGISTERS_REPLY_SIZE = 49;
|
||||||
static const uint8_t READ_TX_STATUS_REPLY_SIZE = 13;
|
static const uint8_t READ_TX_STATUS_REPLY_SIZE = 13;
|
||||||
|
|
||||||
static const uint8_t RX_DATASET_ID = READ_RX_STATUS_REGISTERS;
|
static const uint8_t RX_DATASET_ID = READ_RX_STATUS_REGISTERS;
|
||||||
|
2
tmtc
2
tmtc
Submodule tmtc updated: 1d5fe4ebc7...50c6752b32
Reference in New Issue
Block a user