SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
signalk_output.h File Reference
#include <memory>
#include "sensesp/transforms/transform.h"
#include "sensesp/ui/config_item.h"
#include "signalk_emitter.h"
Include dependency graph for signalk_output.h:
This graph shows which files directly or indirectly include this file:

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)