modbusd
modbus master daemon
|
#include <cJSON.h>
Data Fields | |
struct cJSON * | next |
struct cJSON * | prev |
struct cJSON * | child |
int | type |
char * | valuestring |
uint8_t | valueuint8 |
uint16_t | valueuint16 |
int | valueint |
double | valuedouble |
char * | string |
struct cJSON* child |
Referenced by cJSON_AddItemToArray(), cJSON_Delete(), cJSON_DetachItemFromArray(), cJSON_DetachItemFromObject(), cJSON_Duplicate(), cJSON_GetArrayItem(), cJSON_GetArraySize(), cJSON_GetObjectItem(), cJSON_InsertItemInArray(), cJSON_ReplaceItemInArray(), cJSON_ReplaceItemInObject(), cJSONUtils_ApplyPatches(), cJSONUtils_FindPointerFromObjectTo(), cJSONUtils_GenerateMergePatch(), cJSONUtils_MergePatch(), and cJSONUtils_SortObject().
struct cJSON* next |
Referenced by cJSON_AddItemToArray(), cJSON_Delete(), cJSON_DetachItemFromArray(), cJSON_DetachItemFromObject(), cJSON_Duplicate(), cJSON_GetArrayItem(), cJSON_GetArraySize(), cJSON_GetObjectItem(), cJSON_InsertItemInArray(), cJSON_ReplaceItemInArray(), cJSON_ReplaceItemInObject(), cJSONUtils_ApplyPatches(), cJSONUtils_FindPointerFromObjectTo(), cJSONUtils_GenerateMergePatch(), and cJSONUtils_MergePatch().
struct cJSON * prev |
Referenced by cJSON_DetachItemFromArray(), cJSON_Duplicate(), cJSON_InsertItemInArray(), and cJSON_ReplaceItemInArray().
char* string |
Referenced by cJSON_AddItemToObject(), cJSON_AddItemToObjectCS(), cJSON_Delete(), cJSON_DetachItemFromObject(), cJSON_Duplicate(), cJSON_GetObjectItem(), cJSON_ReplaceItemInObject(), cJSONUtils_FindPointerFromObjectTo(), cJSONUtils_GenerateMergePatch(), cJSONUtils_GetPointer(), and cJSONUtils_MergePatch().
int type |
Referenced by cJSON_AddItemToObjectCS(), cJSON_CreateArray(), cJSON_CreateBool(), cJSON_CreateFalse(), cJSON_CreateNull(), cJSON_CreateNumber(), cJSON_CreateObject(), cJSON_CreateString(), cJSON_CreateTrue(), cJSON_CreateUInt16(), cJSON_CreateUInt8(), cJSON_Delete(), cJSON_Duplicate(), cJSONUtils_ApplyPatches(), cJSONUtils_GenerateMergePatch(), cJSONUtils_GetPointer(), and cJSONUtils_MergePatch().
double valuedouble |
int valueint |
Referenced by cJSON_CreateNumber(), cJSON_Duplicate(), json_get_int(), json_set_int(), mbtcp_multi_write_req_fn(), and test_json_decode().
char* valuestring |
Referenced by cJSON_CreateString(), cJSON_Delete(), cJSON_Duplicate(), and json_get_char().
uint16_t valueuint16 |
Referenced by cJSON_CreateUInt16().
uint8_t valueuint8 |
Referenced by cJSON_CreateUInt8().