protocol_defines.h File Reference
#include <iostream>
Include dependency graph for protocol_defines.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Macros | |
| #define | HELPER_INPUT_BUFFER 8196 |
| #define | SEND_OK(x) std::cout << "OK " << x << std::endl |
| #define | SEND_ERR(x) std::cout << "ERR " << x << std::endl |
| #define | SEND_BH(x) std::cout << "BH " << x << std::endl |
| #define | HLP_MSG(text) "message=\"" text "\"" |
| #define | SEND_TT(x) std::cout << "TT " << x << std::endl |
Macro Definition Documentation
◆ HELPER_INPUT_BUFFER
| #define HELPER_INPUT_BUFFER 8196 |
Definition at line 48 of file protocol_defines.h.
◆ HLP_MSG
Definition at line 60 of file protocol_defines.h.
◆ SEND_BH
| #define SEND_BH | ( | x | ) | std::cout << "BH " << x << std::endl |
Definition at line 57 of file protocol_defines.h.
◆ SEND_ERR
| #define SEND_ERR | ( | x | ) | std::cout << "ERR " << x << std::endl |
Definition at line 54 of file protocol_defines.h.
◆ SEND_OK
| #define SEND_OK | ( | x | ) | std::cout << "OK " << x << std::endl |
Definition at line 51 of file protocol_defines.h.
◆ SEND_TT
| #define SEND_TT | ( | x | ) | std::cout << "TT " << x << std::endl |
Definition at line 63 of file protocol_defines.h.
