|
SensESP 3.1.1
Universal Signal K sensor toolkit ESP32
|
#include <memory>#include "sensesp/transforms/transform.h"#include "sensesp/ui/config_item.h"#include "signalk_emitter.h"Go to the source code of this file.
Classes | |
| class | sensesp::SKOutput< T > |
| A specialized transform whose primary purpose is to output Signal K data on the Signal K network. More... | |
| class | sensesp::SKOutputRawJson |
| Class for sending raw Json strings on a specific Signal K path. More... | |
| class | sensesp::SKOutputNumeric< T > |
| A special class for sending numeric values to the Signal K server on a specific Signal K path. More... | |
Namespaces | |
| namespace | sensesp |
Typedefs | |
| typedef SKOutputNumeric< float > | sensesp::SKOutputFloat |
| typedef SKOutputNumeric< int > | sensesp::SKOutputInt |
| typedef SKOutput< bool > | sensesp::SKOutputBool |
| typedef SKOutput< String > | sensesp::SKOutputString |
Functions | |
| template<typename T> | |
| const String | sensesp::ConfigSchema (const SKOutput< T > &obj) |
| template<typename T> | |
| bool | sensesp::ConfigRequiresRestart (const SKOutput< T > &obj) |