HALFRED  0.4.0
hal_iovirtual.h
Go to the documentation of this file.
1 
10 #ifndef HAL_IOVIRTUAL_H
11 #define HAL_IOVIRTUAL_H
12 
13 #include "hal_defs.h"
14 #include "hal_iodevice.h"
15 /*@{*/
79 
80 
87 IODevice IOVIRTUAL_Create(size_t buf_size, int number_of_gates);
88 
94 void IOVIRTUAL_Destroy(IODevice iodevice);
95 
104 
109 
113 #endif /* HAL_IOVIRTUAL_H */
HALRESULT
Definition: hal_defs.h:16
void IOVIRTUAL_Destroy(IODevice iodevice)
IODevice IOVIRTUAL_Create(size_t buf_size, int number_of_gates)
IODevice API.
Definition: hali_iodevice.h:44
HALRESULT IOVIRTUAL_Connect(IODevice iodev1, IODevice iodev2)
HALRESULT IOVIRTUAL_Disconnect(IODevice iodev1, IODevice iodev2)
Various HAL definitions.