|
MycilaJSY 13.0.0
Arduino / ESP32 library for the JSY1031, JSY-MK-163, JSY-MK-193, JSY-MK-194, JSY-MK-227, JSY-MK-229, JSY-MK-333 families single-phase and three-phase AC bidirectional meters from Shenzhen Jiansiyan Technologies Co, Ltd.
|

Public Member Functions | |
| const Metrics & | single () const |
| const Metrics & | channel1 () const |
| const Metrics & | channel2 () const |
| const Metrics & | channel (size_t index) const |
| const Metrics & | phaseA () const |
| const Metrics & | phaseB () const |
| const Metrics & | phaseC () const |
| const Metrics & | phase (size_t index) const |
| void | clear () |
| bool | operator== (const Data &other) const |
| bool | operator!= (const Data &other) const |
| void | operator= (const Data &other) |
Data Fields | |
| uint8_t | address = MYCILA_JSY_ADDRESS_UNKNOWN |
| uint16_t | model = MYCILA_JSY_MK_UNKNOWN |
| Metrics | aggregate |
Friends | |
| class | JSY |
Definition at line 289 of file MycilaJSY.h.
|
inline |
Definition at line 308 of file MycilaJSY.h.
|
inline |
Definition at line 304 of file MycilaJSY.h.
|
inline |
Definition at line 306 of file MycilaJSY.h.
| void Mycila::JSY::Data::clear | ( | ) |
Definition at line 7 of file MycilaJSYData.cpp.
|
inline |
Definition at line 325 of file MycilaJSY.h.
| void Mycila::JSY::Data::operator= | ( | const Data & | other | ) |
Definition at line 25 of file MycilaJSYData.cpp.
| bool Mycila::JSY::Data::operator== | ( | const Data & | other | ) | const |
Definition at line 16 of file MycilaJSYData.cpp.
|
inline |
Definition at line 317 of file MycilaJSY.h.
|
inline |
Definition at line 311 of file MycilaJSY.h.
|
inline |
Definition at line 313 of file MycilaJSY.h.
|
inline |
Definition at line 315 of file MycilaJSY.h.
|
inline |
Definition at line 301 of file MycilaJSY.h.
|
friend |
Definition at line 334 of file MycilaJSY.h.
| uint8_t Mycila::JSY::Data::address = MYCILA_JSY_ADDRESS_UNKNOWN |
Definition at line 291 of file MycilaJSY.h.
| Metrics Mycila::JSY::Data::aggregate |
Definition at line 298 of file MycilaJSY.h.
| uint16_t Mycila::JSY::Data::model = MYCILA_JSY_MK_UNKNOWN |
Definition at line 292 of file MycilaJSY.h.