TwiceAsNice  2019-02-18
Macros
HitachiHighProtocol.cpp File Reference
#include "HitachiHighProtocol.h"
#include "HitachiResponseTaskCode.h"
#include <Nice/Log/Macros.h>
#include <stdio.h>
#include <string>
#include <sstream>
Include dependency graph for HitachiHighProtocol.cpp:

Macros

#define WAIT_IN_MICROSECONDS   1200
 
#define LUMP   "FFFF0000"
 
#define STX   "02"
 
#define TM   "2"
 
#define CR   "0D"
 
#define NAK   "15"
 
#define ACK   "06"
 
#define ENQ   "0532310D"
 
#define IO_WR   "0A"
 
#define IO_WM   "0C"
 
#define IO_WX   "08"
 
#define IO_WY   "09"
 
#define IO_R   "02"
 
#define IO_Y   "01"
 

Macro Definition Documentation

◆ ACK

#define ACK   "06"

◆ CR

#define CR   "0D"

◆ ENQ

#define ENQ   "0532310D"

◆ IO_R

#define IO_R   "02"

◆ IO_WM

#define IO_WM   "0C"

◆ IO_WR

#define IO_WR   "0A"

◆ IO_WX

#define IO_WX   "08"

◆ IO_WY

#define IO_WY   "09"

◆ IO_Y

#define IO_Y   "01"

◆ LUMP

#define LUMP   "FFFF0000"

◆ NAK

#define NAK   "15"

◆ STX

#define STX   "02"

◆ TM

#define TM   "2"

◆ WAIT_IN_MICROSECONDS

#define WAIT_IN_MICROSECONDS   1200