WIP: PLOC TmCamCmdReport #461

Closed
muellerr wants to merge 4 commits from meier/plocTmCamCmdReport into develop
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 969a70cae5 - Show all commits

View File

@ -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;

View File

@ -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,