DUECA/DUSIME
|
Conversion routines to code DCO type information into JSON. More...
Functions | |
void | dueca::DCOtypeJSON (rapidjson::Writer< rapidjson::StringBuffer > &writer, const char *dcoclass) |
Print the type information on a DCO defined type to JSON. | |
void | dueca::DCOtypeJSON (rapidjson::StringBuffer &doc, const char *dcoclass) |
Print the type information on a DCO defined type to JSON. | |
Conversion routines to code DCO type information into JSON.
void dueca::DCOtypeJSON | ( | rapidjson::Writer< rapidjson::StringBuffer > & | writer, |
const char * | dcoclass ) |
Print the type information on a DCO defined type to JSON.
writer | Writer object |
dcoclass | DCO type class name |