Home
last modified time | relevance | path

Searched refs:float_t_obj (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_senml_json.c104 struct senml_float_t_payload float_t_obj; member
535 obj_payload = &fd->json.obj.float_t_obj; in json_float_object_write()
536 fd->json.obj.float_t_obj.name = fd->name_string; in json_float_object_write()
537 fd->json.obj.float_t_obj.val_float.start = pt_buffer; in json_float_object_write()
538 fd->json.obj.float_t_obj.val_float.length = float_string_length; in json_float_object_write()
539 fd->json.obj.float_t_obj.time.start = fd->timestamp_buffer; in json_float_object_write()
540 fd->json.obj.float_t_obj.time.length = fd->timestamp_length; in json_float_object_write()