simple function headers supplied
This commit is contained in:
@@ -14,6 +14,7 @@ Notes: [Any relevant details, such as dependencies, usage examples, or kno
|
|||||||
|
|
||||||
#include "datamodel.h"
|
#include "datamodel.h"
|
||||||
|
|
||||||
|
// initialze data for the control algorithm
|
||||||
DataModel::DataModel()
|
DataModel::DataModel()
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -28,6 +29,7 @@ DataModel::DataModel()
|
|||||||
Kennfeld_Ueberhitzung = Kennfeld_Ueberhitzung_Default;
|
Kennfeld_Ueberhitzung = Kennfeld_Ueberhitzung_Default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// provide current process data ( relevant sensor data for the control algorithm )
|
||||||
void* DataModel::CurrentData(void)
|
void* DataModel::CurrentData(void)
|
||||||
{
|
{
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user