Searched refs:frequencyJSON (Results 1 – 1 of 1) sorted by relevance
184 cJSON *frequencyJSON = parser.GetObjectItem(paramJSON, "Frequency"); in ParseEvent() local185 CHKPR(frequencyJSON, ERROR); in ParseEvent()186 event.frequency = cJSON_IsNumber(frequencyJSON) ? frequencyJSON->valueint : -1; in ParseEvent()234 cJSON *frequencyJSON = parser.GetObjectItem(itemJSON, "Frequency"); in ParseCurve() local235 CHKPR(frequencyJSON, ERROR); in ParseCurve()236 point.frequency = cJSON_IsNumber(frequencyJSON) ? frequencyJSON->valueint : -1; in ParseCurve()