SensESP 2.7.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, boolsensesp::IntToBool
 
typedef Typecast< bool, intsensesp::BoolToInt
 
typedef Typecast< int, floatsensesp::IntToFloat
 
typedef Typecast< float, intsensesp::FloatToInt