fixed datasets
All checks were successful
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good
This commit is contained in:
parent
fec4f64a07
commit
f22236b419
@ -848,6 +848,8 @@ LocalPoolDataSetBase *AcsController::getDataSetHandle(sid_t sid) {
|
|||||||
return &actuatorCmdData;
|
return &actuatorCmdData;
|
||||||
case acsctrl::FUSED_ROTATION_RATE_DATA:
|
case acsctrl::FUSED_ROTATION_RATE_DATA:
|
||||||
return &fusedRotRateData;
|
return &fusedRotRateData;
|
||||||
|
case acsctrl::FUSED_ROTATION_RATE_SOURCES_DATA:
|
||||||
|
return &fusedRotRateSourcesData;
|
||||||
default:
|
default:
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
@ -307,7 +307,7 @@ class FusedRotRateData : public StaticLocalDataSet<FUSED_ROT_RATE_SET_ENTRIES> {
|
|||||||
private:
|
private:
|
||||||
};
|
};
|
||||||
|
|
||||||
class FusedRotRateSourcesData : public StaticLocalDataSet<FUSED_ROT_RATE_SET_ENTRIES> {
|
class FusedRotRateSourcesData : public StaticLocalDataSet<FUSED_ROT_RATE_SOURCES_SET_ENTRIES> {
|
||||||
public:
|
public:
|
||||||
FusedRotRateSourcesData(HasLocalDataPoolIF* hkOwner)
|
FusedRotRateSourcesData(HasLocalDataPoolIF* hkOwner)
|
||||||
: StaticLocalDataSet(hkOwner, FUSED_ROTATION_RATE_SOURCES_DATA) {}
|
: StaticLocalDataSet(hkOwner, FUSED_ROTATION_RATE_SOURCES_DATA) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user