1-phase PV router
Loading...
Searching...
No Matches
PayloadTx_struct< S > Class Template Reference

Container for datalogging. More...

#include <types.h>

Public Attributes

int16_t powerDiverted
 
int16_t powerGrid
 
int16_t temperature_x100 [S]
 
int16_t Vrms_L_x100
 

Detailed Description

template<uint8_t S = 0>
class PayloadTx_struct< S >

Container for datalogging.

This class is used for datalogging.

Template Parameters
S# of temperature sensors

Definition at line 79 of file types.h.

Member Data Documentation

◆ powerDiverted

template<uint8_t S = 0>
int16_t PayloadTx_struct< S >::powerDiverted

diverted power

Definition at line 83 of file types.h.

◆ powerGrid

template<uint8_t S = 0>
int16_t PayloadTx_struct< S >::powerGrid

main power, import = +ve, to match OEM convention

Definition at line 82 of file types.h.

◆ temperature_x100

template<uint8_t S = 0>
int16_t PayloadTx_struct< S >::temperature_x100[S]

temperature in 100th of °C

Definition at line 85 of file types.h.

◆ Vrms_L_x100

template<uint8_t S = 0>
int16_t PayloadTx_struct< S >::Vrms_L_x100

average voltage over datalogging period (in 100th of Volt)

Definition at line 84 of file types.h.


The documentation for this class was generated from the following file: