IQRF Gateway Daemon
|
#include "PrfThermometer.h"
#include "JsonUtils.h"
#include "IService.h"
#include "ISerializer.h"
#include "IMessaging.h"
#include "IScheduler.h"
#include "TaskQueue.h"
#include <string>
#include <chrono>
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | ScheduleDpaTask< T > |
class | ServiceExample |
Typedefs | |
typedef std::basic_string< unsigned char > | ustring |
typedef ScheduleDpaTask< PrfThermometer > | PrfThermometerSchd |
typedef ScheduleDpaTask<PrfThermometer> PrfThermometerSchd |
typedef std::basic_string<unsigned char> ustring |