SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
156 stars 82 forks source link

Renames and types #436

Closed mairas closed 3 years ago

mairas commented 3 years ago

(This PR also includes commits of PR #435. Once the previous PR is in, I'll update this one to get rid of the extra cruft.)

Here, internal producer and consumer classes are renamed to have the class names match C/C++ type naming instead of the previous Javascript-like type naming. This allows for better internal consistency and better typing (can distinguish between floats and integers, for example).

mairas commented 3 years ago

@JohnySeven, this one is good to go!

mairas commented 3 years ago

Changes applied as suggested!

JohnySeven commented 3 years ago

Great!

ba58smith commented 3 years ago

Thanks for this! I never liked "Numeric" for "Float".