HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
Pmm2Header.cxx File Reference
#include "Pmm2Header.h"
#include <cstdlib>
#include <cstdio>
#include <iostream>
#include <time.h>

Go to the source code of this file.

Macros

#define HARO_RUN_HEADER_LEN   120
 
#define PFX_8_BIT_CONTENT_MASK   0xFF00
 
#define PFX_ASCII_MSG_LEN   0x0100
 
#define GET_ASCII_LEN(w)   (((w) & 0x00FF) >> 0)
 
#define PUT_ASCII_LEN(w)   (PFX_ASCII_MSG_LEN | ((w) & 0x00FF))
 

Macro Definition Documentation

#define GET_ASCII_LEN (   w)    (((w) & 0x00FF) >> 0)

Definition at line 27 of file Pmm2Header.cxx.

#define HARO_RUN_HEADER_LEN   120

Definition at line 19 of file Pmm2Header.cxx.

#define PFX_8_BIT_CONTENT_MASK   0xFF00

Definition at line 22 of file Pmm2Header.cxx.

#define PFX_ASCII_MSG_LEN   0x0100

Definition at line 23 of file Pmm2Header.cxx.

#define PUT_ASCII_LEN (   w)    (PFX_ASCII_MSG_LEN | ((w) & 0x00FF))

Definition at line 28 of file Pmm2Header.cxx.