Skip to content
Snippets Groups Projects
Commit 510d9ce8 authored by fxk8y's avatar fxk8y :spider:
Browse files

Documenting float getters

parent 940f38cc
No related branches found
No related tags found
No related merge requests found
......@@ -56,10 +56,10 @@ In the following list, `argument` stands for the message content received on the
response: `RESPONSE/get_raw/NS/KEY`
description: returns the value in its binary form, for example `2 bytes` in case of `uint16_t`
- `get_float` - **get float value**
request: `REQUEST/get_float/NS/KEY`
response: `RESPONSE/get_float/NS/KEY`
description: reads the value, `reinterpret_cast`s it to float and returns it converted to string
- `get_<float|double>` - **get floating point value**
request: `REQUEST/get_<float|double>/NS/KEY`
response: `RESPONSE/get_<float|double>/NS/KEY`
description: reads the value, `reinterpret_cast`s it to `float` or `double` and returns it converted to string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment