8 #ifndef DRIPLINE_CONSTANTS_HH_
9 #define DRIPLINE_CONSTANTS_HH_
22 #ifndef DL_MAX_PAYLOAD_SIZE
23 #define DL_MAX_PAYLOAD_SIZE 10000
std::ostream & operator<<(std::ostream &a_os, op_t an_op)
Pass the integer-equivalent of a message-operation enum to an ostream.
std::string to_string(op_t an_op)
Gives the human-readable version of a message operation.
unsigned to_uint(op_t an_op)
Convert a message-operation enum to an integer.
op_t to_op_t(unsigned an_op_uint)
msg_t to_msg_t(unsigned a_msg_uint)