model interface returns data
This commit is contained in:
@@ -29,8 +29,9 @@ DataModel::DataModel()
|
||||
Kennfeld_Ueberhitzung = Kennfeld_Ueberhitzung_Default;
|
||||
}
|
||||
|
||||
// provide current process data ( relevant sensor data for the control algorithm )
|
||||
void* DataModel::CurrentData(void)
|
||||
// provide current process data ( relevant process data for the control algorithm )
|
||||
QList<Input_t>* DataModel::getInputs()
|
||||
{
|
||||
return nullptr;
|
||||
return ∈
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user