added fat TODO
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-10-19 19:11:21 +02:00
parent 6bdc420d0e
commit 42bb2f554f
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -44,6 +44,11 @@ void ImtqHandler::doStartUp() {
void ImtqHandler::doShutDown() { setMode(_MODE_POWER_DOWN); }
ReturnValue_t ImtqHandler::buildNormalDeviceCommand(DeviceCommandId_t* id) {
// TODO: Add IMTQ torque handling here, will be set in the software and thus must be part
// of normal handling. Keep in mind that torqueing should happen after all HK data was read
// because the MGM values might be useless if the IMTQ is torqueing. Also, remove
// calibrated MGM polling, we have our own calibration. Thus, there are 3 communication
// steps per IMTQ cycle.
switch (communicationStep) {
case CommunicationStep::GET_ENG_HK_DATA:
*id = IMTQ::GET_ENG_HK_DATA;