13
mbdef.h
- #ifndef _MB_H
- #define _MB_H
- #define MB_VERSION "2.0"
- #define MB_REVISION "1"
- #define MB_INET "magicbus"
- #define MB_UNIX "/tmp"
- #define MB_MAXIDENTSIZE 64
- #define MB_PAGESIZE 4096
- #define MB_STAMP '@'
- #define MB_ONEWAY '1'
- #define MB_TWOWAY '2'
- #define MB_MULTIWAY 'M'
- #define MB_REPLY 'R'
- #define MB_NOBODY 'N'
- #define MB_TIMEOUT 'T'
- #define MB_REGISTER 'I'
- #define MB_PROBE 'P'
- #endif
Comments