hk set fixes
This commit is contained in:
parent
cbb8832fab
commit
f47712552e
@ -202,6 +202,8 @@ LocalPoolDataSetBase* ThermalController::getDataSetHandle(sid_t sid) {
|
|||||||
return &sensorTemperatures;
|
return &sensorTemperatures;
|
||||||
case thermalControllerDefinitions::SUS_TEMPERATURES:
|
case thermalControllerDefinitions::SUS_TEMPERATURES:
|
||||||
return &susTemperatures;
|
return &susTemperatures;
|
||||||
|
case thermalControllerDefinitions::DEVICE_TEMPERATURES:
|
||||||
|
return &deviceTemperatures;
|
||||||
default:
|
default:
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
@ -279,6 +279,7 @@ ReturnValue_t RwHandler::initializeLocalDataPool(localpool::DataPool& localDataP
|
|||||||
localDataPoolMap.emplace(RwDefinitions::SPI_TOTAL_ERRORS, new PoolEntry<uint32_t>({0}));
|
localDataPoolMap.emplace(RwDefinitions::SPI_TOTAL_ERRORS, new PoolEntry<uint32_t>({0}));
|
||||||
poolManager.subscribeForPeriodicPacket(statusSet.getSid(), false, 5.0, true);
|
poolManager.subscribeForPeriodicPacket(statusSet.getSid(), false, 5.0, true);
|
||||||
poolManager.subscribeForPeriodicPacket(tmDataset.getSid(), false, 30.0, false);
|
poolManager.subscribeForPeriodicPacket(tmDataset.getSid(), false, 30.0, false);
|
||||||
|
poolManager.subscribeForPeriodicPacket(lastResetStatusSet.getSid(), false, 30.0, false);
|
||||||
return RETURN_OK;
|
return RETURN_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
4
scripts/q7s-port-local.sh
Normal file → Executable file
4
scripts/q7s-port-local.sh
Normal file → Executable file
@ -4,5 +4,5 @@ echo "-L 1534:192.168.155.55:1534 for connection to the TCF agent on the FM"
|
|||||||
echo "-L 1536:192.168.155.55:7301 for TMTC commanding using the TCP/IP IF on the FM"
|
echo "-L 1536:192.168.155.55:7301 for TMTC commanding using the TCP/IP IF on the FM"
|
||||||
|
|
||||||
|
|
||||||
ssh -L 1534:192.168.155.55:1534 root@192.168.155.55
|
ssh -L 1534:localhost:1534 root@192.168.155.55
|
||||||
ssh -L 1536:192.168.155.55:7301 root@192.168.155.55
|
ssh -L 1560:localhost:7301 root@192.168.155.55
|
Loading…
Reference in New Issue
Block a user