aroarfw
Typedefs | Enumerations
include/aroarfw/types.h File Reference
#include <stdint.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

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...

Typedef Documentation

typedef uint16_t rcid_t

Type for client IDs.

Definition at line 31 of file types.h.

typedef uint32_t rpid_t

Type for process IDs.

Definition at line 40 of file types.h.

typedef uint32_t rpos_t

Type for stream positions.

Definition at line 37 of file types.h.

typedef uint16_t rsid_t

Type for Stream IDs.

Definition at line 34 of file types.h.


Enumeration Type Documentation

enum riodir_t

Type of IO direction.

Enumerator:
RIODIR_INVALID 
RIODIR_NONE 

This stream has no defined IO direction.

RIODIR_IN 

This stream is a input stream.

RIODIR_OUT 

This stream is an output stream.

RIODIR_INOUT 

This stream is bidirectional.

Definition at line 43 of file types.h.