aroarfw
Typedefs

include/aroarfw/types.h File Reference

#include <stdint.h>
Include dependency graph for types.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 possitions.
typedef uint32_t rpid_t
 Type for process IDs.

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

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.