MCPcopy Create free account
hub / github.com/c-jimenez/open-ocpp / clockAlignedDataInterval

Method clockAlignedDataInterval

tests/deploy/main.cpp:311–311  ·  view source on GitHub ↗

@brief Size (in seconds) of the clock-aligned data interval. This is the size (in seconds) of the set of evenly spaced aggregation intervals per day, starting at 00:00:00 (midnight). For example, a value of 900 (15 minutes) indicates that every day should be broken into 96 15-minute intervals. When clock aligned data is being transmitted, the interval i

Source from the content-addressed store, hash-verified

309 interval start time timestamp.
310 A value of "0" (numeric zero), by convention, is to be interpreted to mean that no clock-aligned data should be transmitted. */
311 std::chrono::seconds clockAlignedDataInterval() const override { return std::chrono::seconds(1); }
312 /** @brief Interval *from beginning of status: 'Preparing' until incipient Transaction is automatically canceled, due to failure of EV driver to
313 (correctly) insert the charging cable connector(s) into the appropriate socket(s). The Charge Point SHALL go back to the original
314 state, probably: 'Available'. */

Callers 3

processClockAlignedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected