MCPcopy Create free account
hub / github.com/UtilitechAS/amsreader-firmware / getMonthAccuracy

Method getMonthAccuracy

lib/AmsDataStorage/src/AmsDataStorage.cpp:617–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617uint8_t AmsDataStorage::getMonthAccuracy() {
618 return month.accuracy;
619}
620
621void AmsDataStorage::setMonthAccuracy(uint8_t accuracy) {
622 if(month.accuracy != accuracy) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected