RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Data Structures | Namespaces | Typedefs | Enumerations | Variables
io.hpp File Reference
#include <array>
#include <limits>
#include <string>
#include <vector>
Include dependency graph for io.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  IO::channel_t
 
class  IO::Block
 
struct  IO::endpoint
 

Namespaces

 IO
 Connection Oriented Classes.
 

Typedefs

typedef struct IO::channel_t IO::channel_t
 
typedef struct IO::endpoint IO::endpoint
 

Enumerations

enum  IO::flags_t : size_t { IO::OUTPUT = 0 , IO::INPUT , IO::UNKNOWN }
 

Variables

constexpr size_t IO::INVALID_BLOCK_ID = std::numeric_limits<size_t>::max()