[r3]: / trunk / d-logg / d-logg / UVRSensorData / svnobj  Maximize  Restore  History

Download this file

11 lines (10 with data), 1.6 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
// followed by the solar data. But take care, as this structure is not aligned.
// The size read from the logger is 39
TYPE UVRSensorData :
STRUCT
	auiTemperature : ARRAY [0..15] OF WORD;
	abyDOUT : ARRAY [0..1] OF BYTE;
	abyDrive : ARRAY [0..3] OF BYTE;
	byHeatmeter : BYTE;
END_STRUCT
END_TYPE