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

Method PricesContainer

lib/PriceService/src/PricesContainer.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <cstring>
8
9PricesContainer::PricesContainer(char* source) {
10 strncpy(this->source, source, 4);
11}
12
13void PricesContainer::setup(uint8_t resolutionInMinutes, uint8_t numberOfPoints, bool differentExportPrices) {
14 this->resolutionInMinutes = resolutionInMinutes;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected