Tool Libs
UMIT-TIROL Institute of Automation and Control Engineering library collection
 
Loading...
Searching...
No Matches
SeriesUnpacker< T, FRAMELEN > Struct Template Reference

unpacking helper for data series sent from pywisp More...

#include <series.h>

Public Member Functions

Buffer< T > * unpack (Frame &f)
 call this with incoming frames until it returns a Buffer filled with the data sent over the wire.
 

Public Attributes

Buffer< T > buf
 Buffer of data received. only valid after unpack returns non-null.
 

Detailed Description

template<typename T, int FRAMELEN = 80>
struct SeriesUnpacker< T, FRAMELEN >

unpacking helper for data series sent from pywisp


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