SoftFilters  0.1.0
Arduino framework and library of software data filters.
Reading< VAL_T, TS_T > Class Template Reference

A class that contains a <value, timestamp> tuple. More...

#include <types.h>

Collaboration diagram for Reading< VAL_T, TS_T >:

Public Member Functions

 Reading (VAL_T v, TS_T ts)
 

Public Attributes

VAL_T value
 
TS_T timestamp
 

Detailed Description

template<typename VAL_T, typename TS_T = unsigned long>
class Reading< VAL_T, TS_T >

A class that contains a <value, timestamp> tuple.

Template Parameters
VAL_Tthe value type
TS_Tthe timestamp type, defaults to unsigned long as per Arduino references for millis and micros.

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