SensESP 3.2.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
typecast.h File Reference
#include <functional>
#include "lambda_transform.h"
Include dependency graph for typecast.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sensesp::Typecast< IN, OUT >
 Converts input from one data type to another, then outputs the new type. More...
class  sensesp::RoundToInt
 Takes as its input a float, rounds it to the nearest whole number, then outputs it as an int. More...

Namespaces

namespace  sensesp

Typedefs

typedef Typecast< int, bool > sensesp::IntToBool
typedef Typecast< bool, int > sensesp::BoolToInt
typedef Typecast< int, float > sensesp::IntToFloat
typedef Typecast< float, int > sensesp::FloatToInt