40#ifndef WOSS_CONTROLLER_H
41#define WOSS_CONTROLLER_H
55 class TransducerHandler;
116 void setDebug(
bool flag) {
debug = flag;}
136 bool getDebug()
const {
return debug; }
Singleton design pattern template.
Definition singleton-definitions.h:54
Transducer creator and handler class.
Definition transducer-handler.h:63
Class for managing all WOSS classes involved.
Definition woss-controller.h:64
bool initialized
Definition woss-controller.h:149
WossController & operator=(WossController ©)
Definition woss-controller.cpp:109
double debug
Definition woss-controller.h:144
virtual ~WossController()
Definition woss-controller.cpp:70
bool initialize()
Definition woss-controller.cpp:139
WossController()
Definition woss-controller.cpp:53
Abstract class that provides correctly initialized Woss objects.
Definition woss-creator.h:65
Abstract class that provides the interface of database creator ( Factory object )
Definition woss-db-creator.h:64
Abstraction layer for database and data manipulation.
Definition woss-db-manager.h:84
Abstract class that interfaces Pressure or TimeArr requests from user layer.
Definition woss-manager.h:93
Definitions of woss::Singleton template.