Classes | Namespaces | Typedefs | Enumerations
CTB_content.h File Reference
#include <cstdint>

Go to the source code of this file.

Classes

struct  ptb::content::buffer_t
 
struct  ptb::content::tcp_header_t
 
union  ptb::content::tcp_header
 
struct  ptb::content::word::word_t
 
union  ptb::content::word::word
 
struct  ptb::content::word::feedback_t
 
struct  ptb::content::word::ch_status_t
 
struct  ptb::content::word::timestamp_t
 
struct  ptb::content::word::trigger_t
 

Namespaces

 ptb
 
 ptb::content
 
 ptb::content::word
 

Typedefs

typedef struct ptb::content::buffer_t ptb::content::buffer_t
 
typedef struct ptb::content::tcp_header_t ptb::content::tcp_header_t
 
typedef union ptb::content::tcp_header ptb::content::tcp_header
 
typedef uint16_t ptb::content::word::trigger_code_t
 
typedef struct ptb::content::word::word_t ptb::content::word::word_t
 
typedef union ptb::content::word::word ptb::content::word::word
 
typedef struct ptb::content::word::feedback_t ptb::content::word::feedback_t
 
typedef struct ptb::content::word::ch_status_t ptb::content::word::ch_status_t
 
typedef struct ptb::content::word::timestamp_t ptb::content::word::timestamp_t
 
typedef struct ptb::content::word::trigger_t ptb::content::word::trigger_t
 

Enumerations

enum  ptb::content::word::word_type {
  ptb::content::word::t_fback =0x0, ptb::content::word::t_lt =0x1, ptb::content::word::t_gt =0x2, ptb::content::word::t_ch =0x3,
  ptb::content::word::t_chksum =0x4, ptb::content::word::t_ts =0x7
}