adapter size of rx registers reply
This commit is contained in:
parent
7710fda755
commit
99780cdc62
@ -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
@ -1 +1 @@
|
|||||||
Subproject commit ae06e6417702b770c49289c9e7162cb3f4a5a217
|
Subproject commit 1ac3b77ef40aa783024d15185ee8ff41ae04a73e
|
2
fsfw
2
fsfw
@ -1 +1 @@
|
|||||||
Subproject commit 7d0916a44e18c87b00998448333023186b3d85b1
|
Subproject commit e994d81e1862fade52b090311b3978fb59061966
|
@ -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
@ -1 +1 @@
|
|||||||
Subproject commit 1d5fe4ebc7165c2a4979c5f9be9cfa0324e366fb
|
Subproject commit 50c6752b324c080c9adc3f14e2072d575549c90d
|
Loading…
Reference in New Issue
Block a user