Home / Open source / Terimber 2.0
msg_t Class Referencemessage struct description
More...
#include <aiomsgfactory.h>
List of all members.
|
Public Attributes |
ub4_t | msgid |
| uinque msg identificator - only positive values allowed, negative ones are reserved for error idents
|
ub4_t | majver |
| user defined major version
|
ub4_t | minver |
| user defined minor version
|
ub4_t | priority |
| priority [1 - high, 2 - normal]
|
ub8_t | timeout |
| timeout - max time in millisecond for delivery from sender to receiver and back
|
Detailed Description
message struct description
Definition at line 41 of file aiomsgfactory.h.
Member Data Documentation
uinque msg identificator - only positive values allowed, negative ones are reserved for error idents
Definition at line 44 of file aiomsgfactory.h.
Referenced by msg_communicator::check_handshake(), msg_communicator::comm_msg(), msg_communicator::construct_handshake(), msg_communicator::construct_ping(), msg_communicator::copy_msg(), msg_communicator::log_msg(), msg_pack::make_error_msg(), msg_cpp::msg_cpp(), msg_cpp::pack_msg(), msg_user_connection::post(), msg_connection::process_incoming_message(), msg_communicator::reply_handshake(), msg_user_connection::send(), msg_user_connection::send_async(), and msg_cpp::unpack_msg().
priority [1 - high, 2 - normal]
Definition at line 47 of file aiomsgfactory.h.
Referenced by msg_queue< P, C >::_check(), msg_communicator::construct_handshake(), msg_communicator::copy_msg(), msg_cpp::msg_cpp(), msg_cpp::pack_msg(), msg_user_connection::post(), msg_communicator::reply_handshake(), msg_user_connection::send(), msg_user_connection::send_async(), and msg_cpp::unpack_msg().
timeout - max time in millisecond for delivery from sender to receiver and back
Definition at line 48 of file aiomsgfactory.h.
Referenced by msg_communicator::construct_handshake(), msg_communicator::copy_msg(), msg_communicator::log_msg(), msg_cpp::msg_cpp(), msg_cpp::pack_msg(), msg_connection::prepare_handshake_reply(), msg_connection::process_incoming_message(), msg_communicator::reply_handshake(), msg_user_connection::send(), msg_user_connection::send_async(), msg_cpp::unpack_msg(), msg_sock_connection::v_do_job(), and msg_sock_connection::v_on_send().
The documentation for this class was generated from the following file:
|
|