removed deprecated SusData input
This commit is contained in:
parent
430646afd0
commit
7be6bbc948
@ -443,8 +443,8 @@ void SensorProcessing::processGps(const double gps0latitude, const double gps0lo
|
||||
}
|
||||
}
|
||||
|
||||
void SensorProcessing::process(acsctrl::SusDataRaw *susData, timeval now,
|
||||
ACS::SensorValues *sensorValues, ACS::OutputValues *outputValues,
|
||||
void SensorProcessing::process(timeval now, ACS::SensorValues *sensorValues,
|
||||
ACS::OutputValues *outputValues,
|
||||
const AcsParameters *acsParameters) {
|
||||
sensorValues->update();
|
||||
// processGps(sensorValues->gps0latitude, sensorValues->gps0longitude, sensorValues->gps0Valid,
|
||||
|
@ -23,8 +23,7 @@ class SensorProcessing {
|
||||
SensorProcessing(AcsParameters *acsParameters_);
|
||||
virtual ~SensorProcessing();
|
||||
|
||||
void process(acsctrl::SusDataRaw *susData, timeval now, ACS::SensorValues *sensorValues,
|
||||
ACS::OutputValues *outputValues,
|
||||
void process(timeval now, ACS::SensorValues *sensorValues, ACS::OutputValues *outputValues,
|
||||
const AcsParameters *acsParameters); // Will call protected functions
|
||||
private:
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user