1-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_newCycle { false } |
volatile bool | Shared::b_overrideLoadOn [NO_OF_DUMPLOADS] {} |
volatile bool | Shared::b_reOrderLoads { false } |
volatile uint16_t | Shared::copyOf_countLoadON [NO_OF_DUMPLOADS] |
volatile uint16_t | Shared::copyOf_divertedEnergyTotal_Wh |
volatile uint16_t | Shared::copyOf_divertedEnergyTotal_Wh_forDL |
volatile int32_t | Shared::copyOf_energyInBucket_long |
volatile uint8_t | Shared::copyOf_lowestNoOfSampleSetsPerMainsCycle |
volatile uint16_t | Shared::copyOf_sampleSetsDuringThisDatalogPeriod |
volatile int32_t | Shared::copyOf_sum_Vsquared |
volatile int32_t | Shared::copyOf_sumP_diverted_overDL_Period |
volatile int32_t | Shared::copyOf_sumP_grid_overDL_Period |
volatile bool | Shared::EDD_isActive { false } |