Libraries
trek.h File Reference

The main TReK header file. More...

#include "trek_error.h"
#include <stdint.h>

Typedefs

typedef enum identifier_types identifier_types
 Enumeration of types of identifiers.
 

Enumerations

enum  byte_order_type {
  BIG_ENDIAN_BYTE_ORDER = 0,
  LITTLE_ENDIAN_BYTE_ORDER,
  BYTE_SWAPPED_BYTE_ORDER,
  WORD_SWAPPED_BYTE_ORDER
}
 Byte order enumeration. More...
 
enum  identifier_types {
  FIXED_VALUE_IDENTIFIER,
  USER_SELECTABLE_IDENTIFIER,
  CONTENT_IDENTIFIER
}
 Enumeration of types of identifiers. More...
 

Detailed Description

The main TReK header file.