some bugfixes for save table feature
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
4e92fd4421
commit
87f430fdee
@ -131,6 +131,8 @@ ReturnValue_t GomspaceDeviceHandler::buildCommandFromCommand(DeviceCommandId_t d
|
||||
}
|
||||
rawPacket = cspPacket;
|
||||
rawPacketLen = sizeof(GOMSPACE::TableInfo);
|
||||
cspCookie->setCspPort(CspPorts::P60_PORT_RPARAM_ENUM);
|
||||
cspCookie->setRequest(SpecialRequestTypes::SAVE_TABLE, 0);
|
||||
rememberCommandId = deviceCommand;
|
||||
break;
|
||||
}
|
||||
@ -146,6 +148,8 @@ ReturnValue_t GomspaceDeviceHandler::buildCommandFromCommand(DeviceCommandId_t d
|
||||
info->targetTable = info->sourceTable + 4;
|
||||
rawPacket = cspPacket;
|
||||
rawPacketLen = sizeof(GOMSPACE::TableInfo);
|
||||
cspCookie->setCspPort(CspPorts::P60_PORT_RPARAM_ENUM);
|
||||
cspCookie->setRequest(SpecialRequestTypes::SAVE_TABLE, 0);
|
||||
rememberCommandId = deviceCommand;
|
||||
break;
|
||||
}
|
||||
|
2
tmtc
2
tmtc
@ -1 +1 @@
|
||||
Subproject commit abecbe44016313f1b51a29d1358fccb9f541d542
|
||||
Subproject commit e162e5c51b0bf08b2018e4169a07eed1e4f7eacb
|
Loading…
Reference in New Issue
Block a user