IQRF Gateway Daemon
Classes | Typedefs
JsonSerializer.h File Reference
#include "ISerializer.h"
#include "ObjectFactory.h"
#include "DpaRaw.h"
#include "PrfFrc.h"
#include "PrfThermometer.h"
#include "PrfIo.h"
#include "PrfOs.h"
#include "PrfLeds.h"
#include "PlatformDep.h"
#include "rapidjson/rapidjson.h"
#include "rapidjson/document.h"
#include "rapidjson/istreamwrapper.h"
#include "rapidjson/stringbuffer.h"
#include "rapidjson/prettywriter.h"
#include <algorithm>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  PrfCommonJson
 Implements common features of JsonDpaMessage. More...
 
class  PrfRawJson
 Parse/encode JSON message holding DpaRaw. More...
 
class  PrfRawHdpJson
 
class  PrfThermometerJson
 Parse/encode JSON message holding PrfThermometer. More...
 
class  PrfFrcJson
 Parse/encode JSON message holding PrfFrcJson. More...
 
class  PrfIoJson
 Parse/encode JSON message holding PrfIoJson. More...
 
class  PrfOsJson
 Parse/encode JSON message holding PrfOsJson. More...
 
class  PrfLedJson< L >
 Parse/encode JSON message holding PrfLed. More...
 
class  JsonSerializer
 Object factory to create DpaTask objects from incoming messages. More...
 

Typedefs

typedef PrfLedJson< PrfLedG > PrfLedGJson
 Type for embedded Green LED. More...
 
typedef PrfLedJson< PrfLedR > PrfLedRJson
 Type for embedded Red LED. More...
 

Typedef Documentation

◆ PrfLedGJson

typedef PrfLedJson<PrfLedG> PrfLedGJson

Type for embedded Green LED.

◆ PrfLedRJson

typedef PrfLedJson<PrfLedR> PrfLedRJson

Type for embedded Red LED.