|
aroarfw
|
#include <stdint.h>

Go to the source code of this file.
Typedefs | |
| typedef uint16_t | rcid_t |
| Type for client IDs. | |
| typedef uint16_t | rsid_t |
| Type for Stream IDs. | |
| typedef uint32_t | rpos_t |
| Type for stream positions. | |
| typedef uint32_t | rpid_t |
| Type for process IDs. | |
Enumerations | |
| enum | riodir_t { RIODIR_INVALID = 0xFF, RIODIR_NONE = 0x00, RIODIR_IN = 0x01, RIODIR_OUT = 0x02, RIODIR_INOUT = RIODIR_IN|RIODIR_OUT } |
| Type of IO direction. More... | |
1.8.1.2