WIP: PLOC TmCamCmdReport #461
@ -770,8 +770,8 @@ void PlocMPSoCHandler::setNextReplyId() {
|
||||
nextReplyId = mpsoc::TM_MEMORY_READ_REPORT;
|
||||
break;
|
||||
case mpsoc::TC_CAM_CMD_SEND:
|
||||
nextReplyId = mpsoc::TM_CAM_CMD_RPT;
|
||||
break;
|
||||
nextReplyId = mpsoc::TM_CAM_CMD_RPT;
|
||||
break;
|
||||
default:
|
||||
/* If no telemetry is expected the next reply is always the execution report */
|
||||
nextReplyId = mpsoc::EXE_REPORT;
|
||||
|
@ -49,7 +49,7 @@ void ActuatorCmd::cmdSpeedToRws(int32_t speedRw0, int32_t speedRw1, int32_t spee
|
||||
} else if (rwCmdSpeed[i] < -maxRwSpeed) {
|
||||
rwCmdSpeed[i] = -maxRwSpeed;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void ActuatorCmd::cmdDipolMtq(const double *dipolMoment, int16_t *dipolMomentActuator,
|
||||
|
Loading…
x
Reference in New Issue
Block a user