|
3-phase PV router
|
#include <Arduino.h>

Go to the source code of this file.
Namespaces | |
| namespace | Shared |
Variables | |
| volatile uint16_t | Shared::absenceOfDivertedEnergyCountInSeconds { 0 } |
| volatile bool | Shared::b_datalogEventPending { false } |
| volatile bool | Shared::b_diversionEnabled { true } |
| volatile bool | Shared::b_newMainsCycle { false } |
| volatile bool | Shared::b_reOrderLoads { false } |
| volatile uint16_t | Shared::copyOf_countLoadON [NO_OF_DUMPLOADS] |
| volatile float | Shared::copyOf_energyInBucket_main |
| volatile uint8_t | Shared::copyOf_lowestNoOfSampleSetsPerMainsCycle |
| volatile uint16_t | Shared::copyOf_sampleSetsDuringThisDatalogPeriod |
| volatile int32_t | Shared::copyOf_sum_Vsquared [NO_OF_PHASES] |
| volatile int32_t | Shared::copyOf_sumP_atSupplyPoint [NO_OF_PHASES] |
| volatile uint16_t | Shared::overrideBitmask { 0 } |