Functionality for converting from Phydat to SenML. More...
 Include dependency graph for phydat.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | phydat_to_senml_bool (senml_bool_value_t *senml, const phydat_t *phydat, const uint8_t dim) | 
| Create a SenML boolean value.  More... | |
| void | phydat_to_senml_float (senml_value_t *senml, const phydat_t *phydat, const uint8_t dim) | 
| Create a SenML float value.  More... | |
| void | phydat_to_senml_decimal (senml_value_t *senml, const phydat_t *phydat, const uint8_t dim) | 
| Create a SenML decimal fraction value.  More... | |