jsongenerator.h 273 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef JSONGENERATOR_H
#define JSONGENERATOR_H

#include "rapidjson/include/rapidjson/document.h"

namespace ros_bridge {

template <class JsonDocumentType = rapidjson::Document,
          class TimeType,
          >
class JsonGenerator {

};

}
#endif // JSONGENERATOR_H