Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

msg_c.h File Reference

#include "allinc.h"
#include "aiomsg/aiomsgfactory.h"

Go to the source code of this file.

Defines

#define MSG_RESULT_OK   0
 success
#define MSG_RESULT_UNKNOWN_ERROR   0xffffffff
 unknown error
#define MSG_RESULT_NOTMEMORY   0xfffffffe
 not enough memory
#define MSG_RESULT_TIMEOUT   0xfffffffd
 timeout
#define MSG_RESULT_UNKNOWN_DESTINATION   0xfffffffc
 unknown destination address
#define MSG_RESULT_CONNECTION_BROKEN   0xfffffffb
 connection is broken
#define MSG_RESULT_ACCESS_DENIED   0xfffffffa
 access denied
#define MSG_RESULT_UNKNOWN_FILE   0xfffffff9
 unknown ini file
#define MSG_RESULT_UNKNOWN_MSGID   0xfffffff8
 unknown message ident
#define MSG_RESULT_INVALID_MSGFORMAT   0xfffffff7
 invalid message format
#define MSG_RESULT_INVALID_SESSION   0xfffffff5
 invalid session
#define MSG_PRIORITY_SYSTEM   0
 high priority
#define MSG_PRIORITY_HIGH   1
 normal priority
#define MSG_PRIORITY_NORMAL   2
 low priority


Define Documentation

#define MSG_PRIORITY_HIGH   1

normal priority

Definition at line 64 of file msg_c.h.

Referenced by msg_user_connection::post(), msg_user_connection::send(), and msg_user_connection::send_async().

#define MSG_PRIORITY_NORMAL   2

#define MSG_PRIORITY_SYSTEM   0

#define MSG_RESULT_CONNECTION_BROKEN   0xfffffffb

connection is broken

Definition at line 49 of file msg_c.h.

Referenced by msg_rpc_connection::connect(), and msg_rpc_connection::send_msg().

#define MSG_RESULT_INVALID_MSGFORMAT   0xfffffff7

#define MSG_RESULT_INVALID_SESSION   0xfffffff5

invalid session

Definition at line 59 of file msg_c.h.

Referenced by msg_connection::process_incoming_message().

#define MSG_RESULT_NOTMEMORY   0xfffffffe

#define MSG_RESULT_OK   0

success

returns codes for callback function

Definition at line 39 of file msg_c.h.

#define MSG_RESULT_TIMEOUT   0xfffffffd

timeout

Definition at line 45 of file msg_c.h.

#define MSG_RESULT_UNKNOWN_DESTINATION   0xfffffffc

unknown destination address

Definition at line 47 of file msg_c.h.

Referenced by msg_communicator::v_do_job().

#define MSG_RESULT_UNKNOWN_ERROR   0xffffffff

unknown error

Definition at line 41 of file msg_c.h.

#define MSG_RESULT_UNKNOWN_FILE   0xfffffff9

unknown ini file

Definition at line 53 of file msg_c.h.

#define MSG_RESULT_UNKNOWN_MSGID   0xfffffff8

unknown message ident

Definition at line 55 of file msg_c.h.



© Copyright Terimber 2003-.