DAQ
1.0.0
Data Acquisition System (basic demo)
|
▼ src | |
▼ database-server | |
▼ client | |
client.cc | This file have the implementation for Client class |
client.h | This file have the interface for Client class |
▼ data-access | |
▼ test | |
dataaccess_unit_test.cc | This file have the data access unit test |
dataaccesstest.cc | This file have the implementation for DataAccessTest class |
mocksqlitewrapper.h | This file have the sqlitewrapper mock implementation |
dataaccess.cc | This file have the implementation for DataAccess class |
dataaccess.h | This file have the interface for DataAccess class |
idataaccess.h | This file have the interface for IDataAccess class |
▼ data-model | |
variable.cc | This file have the implementation for Variable class |
variable.h | This file have the interface for Variable class |
varvalue.cc | This file have the implementation for VarValue class |
varvalue.h | This file have the interface for VarValue class |
▼ data-source | |
▼ test | |
sqlitedatasource_integration_test.cc | This file have the implementation for sqlitedatamodel integration tests |
testutil.cc | This file have the implementation for test utils |
testutil.h | This file have the interface for test utils |
idatasource.h | This file have the interface for the IDataSource class |
sqlitewrapper.cc | This file have the implementation for SQLiteWrapper class |
sqlitewrapper.h | This file have the interface for SQLiteWrapper class |
server.cc | |
session.cc | This file have the implementation for Session class |
session.h | This file have the interface for Session class |
▼ hmi | |
▼ model | |
varmodel.cc | |
varmodel.h | This file have the interface for VarModel class |
varsmodel.cc | This file have the implementation for VarsModel class |
varsmodel.h | This file have the interface for VarsModel class |
varvaluemodel.cc | This file have the interface for VarValueModel class |
varvaluemodel.h | This file have the interface for VarValueModel class |
varvaluesmodel.cc | This file have the implementation for VarValuesModel class |
varvaluesmodel.h | This file have the interface for VarValuesModel class |
main.cc | This file have the startup/seupt for the HMI application |
MainPage.h | This file is for doxygen main page |