PhoenixPresentation  2.0.0
Set of cmake function to automate presentation generation
data_stream_include.h File Reference
#include <string.h>
#include <cstdint>
#include <string>
#include <map>
#include <vector>
#include <list>
#include <iostream>
#include "data_stream_file_simple_type.h"
+ Include dependency graph for data_stream_include.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DataStream< Stream, Mode, T >
 Generic DataStream class. More...
 

Namespaces

 DataStreamMode
 

Typedefs

typedef DataStreamTypeDataStreamIter
 
typedef std::vector< DataStreamTypeDataStreamMsg
 
typedef uint8_t DataStreamType
 

Enumerations

enum  DataStreamMode::DataStreamMode { DataStreamMode::READ , DataStreamMode::WRITE }
 Stream mode : READ or WRITE. More...
 

Typedef Documentation

◆ DataStreamIter

Definition at line 28 of file data_stream_include.h.

◆ DataStreamMsg

typedef std::vector<DataStreamType> DataStreamMsg

Definition at line 27 of file data_stream_include.h.

◆ DataStreamType

typedef uint8_t DataStreamType

Definition at line 26 of file data_stream_include.h.