SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
|
This is the complete list of members for sensesp::RoundToInt, including all inherited members.
attach(std::function< void()> observer) | sensesp::Observable | inline |
clear() override | sensesp::FileSystemSaveable | virtual |
config_path_ | sensesp::Saveable | protected |
connect_from(ValueProducer< int > *producer0, ValueProducer< int > *producer1=NULL, ValueProducer< int > *producer2=NULL, ValueProducer< int > *producer3=NULL, ValueProducer< int > *producer4=NULL) | sensesp::Transform< float, int > | inline |
sensesp::ValueConsumer< float >::connect_from(ValueProducer< float > *producer) | sensesp::ValueConsumer< float > | inline |
connect_to(std::shared_ptr< VConsumer > consumer) | sensesp::ValueProducer< int > | inline |
connect_to(VConsumer *consumer) | sensesp::ValueProducer< int > | inline |
connect_to(VConsumer &consumer) | sensesp::ValueProducer< int > | inline |
emit(const int &new_value) | sensesp::ValueProducer< int > | inline |
FileSystemSaveable(const String &config_path) | sensesp::FileSystemSaveable | inline |
find_config_file(const String &config_path, String &filename) | sensesp::FileSystemSaveable | |
from_json(const JsonObject &config) override | sensesp::LambdaTransform< float, int > | inlinevirtual |
get() const | sensesp::ValueProducer< int > | inlinevirtual |
get_config_path() const | sensesp::Saveable | inline |
get_param_info() const | sensesp::LambdaTransform< float, int > | inline |
get_transforms() | sensesp::TransformBase | inlinestatic |
input_type typedef | sensesp::ValueConsumer< float > | |
LambdaTransform(std::function< int(float)> function, const String &config_path="") | sensesp::LambdaTransform< float, int > | inline |
LambdaTransform(std::function< int(float)> function, const ParamInfo *param_info, const String &config_path="") | sensesp::LambdaTransform< float, int > | inline |
LambdaTransform(std::function< int(float, bool)> function, bool param1, const ParamInfo *param_info, const String &config_path="") | sensesp::LambdaTransform< float, int > | inline |
LambdaTransform(std::function< int(float, bool, bool)> function, bool param1, bool param2, const ParamInfo *param_info, const String &config_path="") | sensesp::LambdaTransform< float, int > | inline |
LambdaTransform(std::function< int(float, bool, bool, bool)> function, bool param1, bool param2, bool param3, const ParamInfo *param_info, const String &config_path="") | sensesp::LambdaTransform< float, int > | inline |
LambdaTransform(std::function< int(float, bool, bool, bool, bool)> function, bool param1, bool param2, bool param3, bool param4, const ParamInfo *param_info, const String &config_path="") | sensesp::LambdaTransform< float, int > | inline |
LambdaTransform(std::function< int(float, bool, bool, bool, bool, bool)> function, bool param1, bool param2, bool param3, bool param4, bool param5, const ParamInfo *param_info, const String &config_path="") | sensesp::LambdaTransform< float, int > | inline |
LambdaTransform(std::function< int(float, bool, bool, bool, bool, bool, bool)> function, bool param1, bool param2, bool param3, bool param4, bool param5, bool param6, const ParamInfo *param_info, const String &config_path="") | sensesp::LambdaTransform< float, int > | inline |
load() override | sensesp::FileSystemSaveable | virtual |
notify() | sensesp::Observable | inline |
Observable() | sensesp::Observable | inline |
sensesp::ValueProducer< int >::Observable(Observable &&other) | sensesp::Observable | inline |
output_ | sensesp::ValueProducer< int > | protected |
param1_ | sensesp::LambdaTransform< float, int > | |
param2_ | sensesp::LambdaTransform< float, int > | |
param3_ | sensesp::LambdaTransform< float, int > | |
param4_ | sensesp::LambdaTransform< float, int > | |
param5_ | sensesp::LambdaTransform< float, int > | |
param6_ | sensesp::LambdaTransform< float, int > | |
refresh() | sensesp::Saveable | inlinevirtual |
RoundToInt() | sensesp::RoundToInt | |
save() override | sensesp::FileSystemSaveable | virtual |
Saveable(const String &config_path) | sensesp::Saveable | inline |
set(const float &input) override | sensesp::LambdaTransform< float, int > | inlinevirtual |
set_input(const float &new_value) | sensesp::ValueConsumer< float > | inlinevirtual |
to_json(JsonObject &doc) override | sensesp::LambdaTransform< float, int > | inlinevirtual |
Transform(String config_path="") | sensesp::Transform< float, int > | inline |
TransformBase(const String &config_path) | sensesp::TransformBase | |
Typecast(std::function< int(float)> cast=[](float input) -> int { return static_cast< int >(input);}) | sensesp::Typecast< float, int > | inline |
ValueProducer() | sensesp::ValueProducer< int > | inline |
ValueProducer(const int &initial_value) | sensesp::ValueProducer< int > | inline |