Public Member Functions | Private Member Functions | List of all members
XPrimaryDriver::RawData Struct Reference

These are FIFO. More...

#include <primarydriver.h>

Inheritance diagram for XPrimaryDriver::RawData:
Inheritance graph
[legend]

Public Member Functions

template<typename tVar >
void push (tVar)
 

Private Member Functions

void push_char (char)
 
void push_int16_t (int16_t)
 
void push_int32_t (int32_t)
 
void push_double (double)
 

Detailed Description

These are FIFO.

Definition at line 45 of file primarydriver.h.

Member Function Documentation

template<typename tVar >
void XPrimaryDriver::RawData::push ( tVar  )
inline

Pushes raw data to raw record Use signed/unsigned char, int16_t(16bit), and int32_t for integers. IEEE 754 float and double for floting point numbers. Little endian bytes will be stored into thread-local

See Also
rawData().
pop(), rawData()

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

Generated for KAME4 by  doxygen 1.8.3