SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
|
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 |