![]() |
4S Device Communication Module Collection
Version 0.6-SNAPSHOT
Full documentation of the modules in the 4SDC collection (aimed at 4SDC module developers)
|
|
Implementation file for the 4SDC stacks main thread class. More...
#include "FSYS/log.h"
#include "FSYS/msgreceiver.h"
#include "FSYS/msgsender.h"
#include "PAL/personalhealthdevice.h"
#include "4SDC/simpledemowrapper.h"
#include "4SDC/core.h"
#include "Gateway/jsongateway.h"
#include "Gateway/4SDC2JSON/platformjsongateway.h"
#include <csignal>
#include <map>
#include <QtCore/QCoreApplication>
#include <QObject>
#include <QString>
#include <QVector>
#include <QDateTime>
#include <iostream>
#include <sstream>
Classes | |
class | PHDListener |
struct | ConnectedDevice |
class | Wrapper |
The class contained in this file has the responsibility of controlling the 4SDC stack's main thread, initialising the stack, and running its message loop.