Routines for converting the Param data to json.
This commit is contained in:
parent
0cbd0d16a1
commit
466920bf4e
3 changed files with 52 additions and 2 deletions
10
pglab/ParamListJson.h
Normal file
10
pglab/ParamListJson.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef PARAMLISTJSON_H
|
||||
#define PARAMLISTJSON_H
|
||||
|
||||
#include "json/json.h"
|
||||
|
||||
class ParamListModel;
|
||||
|
||||
Json::Value ParamListModelToJson(const t_ParamList &list);
|
||||
|
||||
#endif // PARAMLISTJSON_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue