theLink 10.0
Loading...
Searching...
No Matches
MqMsgque_Enum_CC_API

MqMsgque PACKAGE - enum definition … More...

+ Collaboration diagram for MqMsgque_Enum_CC_API:

Topics

 MqMsgque_Help_CC_API
 MqMsgque PACKAGE - access to a qualified help-message
 
 MqMsgque_Init_CC_API
 MqMsgque PACKAGE - initialize the MqContextC startup and/or external-object-link
 
 MqMsgque_Setup_CC_API
 MqMsgque PACKAGE - setup und cleanup the ccmqmsgque
 
static MqIdentE ccmqmsgque::MqMsgque::IdentE_FromInt (MK_I32 value)
  C++: [static] MqIdentE MqMsgque::IdentE_FromInt(MK_I32 value) C-API
return the MqIdentE from integer …
 
static MqSlaveE ccmqmsgque::MqMsgque::SlaveE_FromInt (MK_I32 value)
  C++: [static] MqSlaveE MqMsgque::SlaveE_FromInt(MK_I32 value) C-API
return the MqSlaveE from integer …
 
static MqStartE ccmqmsgque::MqMsgque::StartE_FromInt (MK_I32 value)
  C++: [static] MqStartE MqMsgque::StartE_FromInt(MK_I32 value) C-API
return the MqStartE from integer …
 
static MqStatusIsEF ccmqmsgque::MqMsgque::StatusIsEF_FromInt (MK_I32 value)
  C++: [static] MqStatusIsEF MqMsgque::StatusIsEF_FromInt(MK_I32 value) C-API
return the MqStatusIsEF from integer …
 
static MqWaitOnEventE ccmqmsgque::MqMsgque::WaitOnEventE_FromInt (MK_I32 value)
  C++: [static] MqWaitOnEventE MqMsgque::WaitOnEventE_FromInt(MK_I32 value) C-API
return the MqWaitOnEventE from integer …
 
static MK_I32 ccmqmsgque::MqMsgque::IdentE_ToInt (MqIdentE value)
  C++: [static] MK_I32 MqMsgque::IdentE_ToInt(MqIdentE value) C-API
return the MqIdentE as integer …
 
static MK_STRN ccmqmsgque::MqMsgque::IdentE_ToString (MqIdentE value)
  C++: [static] MK_STRN MqMsgque::IdentE_ToString(MqIdentE value) C-API
return the MqIdentE as string …
 
static MK_I32 ccmqmsgque::MqMsgque::SlaveE_ToInt (MqSlaveE value)
  C++: [static] MK_I32 MqMsgque::SlaveE_ToInt(MqSlaveE value) C-API
return the MqSlaveE as integer …
 
static MK_STRN ccmqmsgque::MqMsgque::SlaveE_ToString (MqSlaveE value)
  C++: [static] MK_STRN MqMsgque::SlaveE_ToString(MqSlaveE value) C-API
return the MqSlaveE as string …
 
static MK_I32 ccmqmsgque::MqMsgque::StartE_ToInt (MqStartE value)
  C++: [static] MK_I32 MqMsgque::StartE_ToInt(MqStartE value) C-API
return the MqStartE as integer …
 
static MK_STRN ccmqmsgque::MqMsgque::StartE_ToString (MqStartE value)
  C++: [static] MK_STRN MqMsgque::StartE_ToString(MqStartE value) C-API
return the MqStartE as string …
 
static MK_I32 ccmqmsgque::MqMsgque::StatusIsEF_ToInt (MqStatusIsEF value)
  C++: [static] MK_I32 MqMsgque::StatusIsEF_ToInt(MqStatusIsEF value) C-API
return the MqStatusIsEF as integer …
 
static MK_STRN ccmqmsgque::MqMsgque::StatusIsEF_ToString (MqStatusIsEF value)
  C++: [static] MK_STRN MqMsgque::StatusIsEF_ToString(MqStatusIsEF value) C-API
return the MqStatusIsEF as string …
 
static MK_I32 ccmqmsgque::MqMsgque::WaitOnEventE_ToInt (MqWaitOnEventE value)
  C++: [static] MK_I32 MqMsgque::WaitOnEventE_ToInt(MqWaitOnEventE value) C-API
return the MqWaitOnEventE as integer …
 
static MK_STRN ccmqmsgque::MqMsgque::WaitOnEventE_ToString (MqWaitOnEventE value)
  C++: [static] MK_STRN MqMsgque::WaitOnEventE_ToString(MqWaitOnEventE value) C-API
return the MqWaitOnEventE as string …
 

Detailed Description

MqMsgque PACKAGE - enum definition …

read more at: MkKernel_Enum_C_API

read more at: MkKernel_Enum_C_API

Function Documentation

◆ IdentE_FromInt()

MqIdentE ccmqmsgque::MqMsgque::IdentE_FromInt ( MK_I32 value)
inlinestatic

C++: [static] MqIdentE MqMsgque::IdentE_FromInt(MK_I32 value) C-API
return the MqIdentE from integer …

Definition at line 25 of file LibMqMsgque_inline_cc.hh.

25 {
27 enum MqIdentE value_out;
28 enum MkErrorE errVal = MqIdentE_FromInt(value, &value_out);
29 MkErrorC_Check(NULL, errVal);
30 return value_out;
31 }
#define MkRtSetup_NULL
enum MkErrorE MqIdentE_FromInt(MK_I32 const value, enum MqIdentE *value_out)
return the MqIdentE from integer …
MqIdentE
identify the application using prefix (default) or factory …

◆ IdentE_ToInt()

MK_I32 ccmqmsgque::MqMsgque::IdentE_ToInt ( MqIdentE value)
inlinestatic

C++: [static] MK_I32 MqMsgque::IdentE_ToInt(MqIdentE value) C-API
return the MqIdentE as integer …

Definition at line 72 of file LibMqMsgque_inline_cc.hh.

72 {
74 MK_I32 __retVal__L = MqIdentE_ToInt(value);
75 return __retVal__L;
76 }
signed int MK_I32
static MK_I32 MqIdentE_ToInt(enum MqIdentE value)
return the MqIdentE as integer …

◆ IdentE_ToString()

MK_STRN ccmqmsgque::MqMsgque::IdentE_ToString ( MqIdentE value)
inlinestatic

C++: [static] MK_STRN MqMsgque::IdentE_ToString(MqIdentE value) C-API
return the MqIdentE as string …

Definition at line 79 of file LibMqMsgque_inline_cc.hh.

79 {
81 MK_STRN __retVal__L = MqIdentE_ToString(value);
82 return __retVal__L;
83 }
const MK_STRB * MK_STRN
MK_STRN MqIdentE_ToString(enum MqIdentE value)
return the MqIdentE as string …

◆ SlaveE_FromInt()

MqSlaveE ccmqmsgque::MqMsgque::SlaveE_FromInt ( MK_I32 value)
inlinestatic

C++: [static] MqSlaveE MqMsgque::SlaveE_FromInt(MK_I32 value) C-API
return the MqSlaveE from integer …

Definition at line 34 of file LibMqMsgque_inline_cc.hh.

34 {
36 enum MqSlaveE value_out;
37 enum MkErrorE errVal = MqSlaveE_FromInt(value, &value_out);
38 MkErrorC_Check(NULL, errVal);
39 return value_out;
40 }
enum MkErrorE MqSlaveE_FromInt(MK_I32 const value, enum MqSlaveE *value_out)
return the MqSlaveE from integer …
MqSlaveE
predefined slave-id for well known slaves …

◆ SlaveE_ToInt()

MK_I32 ccmqmsgque::MqMsgque::SlaveE_ToInt ( MqSlaveE value)
inlinestatic

C++: [static] MK_I32 MqMsgque::SlaveE_ToInt(MqSlaveE value) C-API
return the MqSlaveE as integer …

Definition at line 86 of file LibMqMsgque_inline_cc.hh.

86 {
88 MK_I32 __retVal__L = MqSlaveE_ToInt(value);
89 return __retVal__L;
90 }
static MK_I32 MqSlaveE_ToInt(enum MqSlaveE value)
return the MqSlaveE as integer …

◆ SlaveE_ToString()

MK_STRN ccmqmsgque::MqMsgque::SlaveE_ToString ( MqSlaveE value)
inlinestatic

C++: [static] MK_STRN MqMsgque::SlaveE_ToString(MqSlaveE value) C-API
return the MqSlaveE as string …

Definition at line 93 of file LibMqMsgque_inline_cc.hh.

93 {
95 MK_STRN __retVal__L = MqSlaveE_ToString(value);
96 return __retVal__L;
97 }
MK_STRN MqSlaveE_ToString(enum MqSlaveE value)
return the MqSlaveE as string …

◆ StartE_FromInt()

MqStartE ccmqmsgque::MqMsgque::StartE_FromInt ( MK_I32 value)
inlinestatic

C++: [static] MqStartE MqMsgque::StartE_FromInt(MK_I32 value) C-API
return the MqStartE from integer …

Definition at line 43 of file LibMqMsgque_inline_cc.hh.

43 {
45 enum MqStartE value_out;
46 enum MkErrorE errVal = MqStartE_FromInt(value, &value_out);
47 MkErrorC_Check(NULL, errVal);
48 return value_out;
49 }
enum MkErrorE MqStartE_FromInt(MK_I32 const value, enum MqStartE *value_out)
return the MqStartE from integer …
MqStartE
User preferences on HOWTO start a new entity.

◆ StartE_ToInt()

MK_I32 ccmqmsgque::MqMsgque::StartE_ToInt ( MqStartE value)
inlinestatic

C++: [static] MK_I32 MqMsgque::StartE_ToInt(MqStartE value) C-API
return the MqStartE as integer …

Definition at line 100 of file LibMqMsgque_inline_cc.hh.

100 {
102 MK_I32 __retVal__L = MqStartE_ToInt(value);
103 return __retVal__L;
104 }
static MK_I32 MqStartE_ToInt(enum MqStartE value)
return the MqStartE as integer …

◆ StartE_ToString()

MK_STRN ccmqmsgque::MqMsgque::StartE_ToString ( MqStartE value)
inlinestatic

C++: [static] MK_STRN MqMsgque::StartE_ToString(MqStartE value) C-API
return the MqStartE as string …

Definition at line 107 of file LibMqMsgque_inline_cc.hh.

107 {
109 MK_STRN __retVal__L = MqStartE_ToString(value);
110 return __retVal__L;
111 }
MK_STRN MqStartE_ToString(enum MqStartE value)
return the MqStartE as string …

◆ StatusIsEF_FromInt()

MqStatusIsEF ccmqmsgque::MqMsgque::StatusIsEF_FromInt ( MK_I32 value)
inlinestatic

C++: [static] MqStatusIsEF MqMsgque::StatusIsEF_FromInt(MK_I32 value) C-API
return the MqStatusIsEF from integer …

Definition at line 52 of file LibMqMsgque_inline_cc.hh.

52 {
54 enum MqStatusIsEF value_out;
55 enum MkErrorE errVal = MqStatusIsEF_FromInt(value, &value_out);
56 MkErrorC_Check(NULL, errVal);
57 return value_out;
58 }
MqStatusIsEF
Information about how the context was created.
enum MkErrorE MqStatusIsEF_FromInt(MK_I32 const value, enum MqStatusIsEF *value_out)
return the MqStatusIsEF from integer …

◆ StatusIsEF_ToInt()

MK_I32 ccmqmsgque::MqMsgque::StatusIsEF_ToInt ( MqStatusIsEF value)
inlinestatic

C++: [static] MK_I32 MqMsgque::StatusIsEF_ToInt(MqStatusIsEF value) C-API
return the MqStatusIsEF as integer …

Definition at line 114 of file LibMqMsgque_inline_cc.hh.

114 {
116 MK_I32 __retVal__L = MqStatusIsEF_ToInt(value);
117 return __retVal__L;
118 }
static MK_I32 MqStatusIsEF_ToInt(enum MqStatusIsEF value)
return the MqStatusIsEF as integer …

◆ StatusIsEF_ToString()

MK_STRN ccmqmsgque::MqMsgque::StatusIsEF_ToString ( MqStatusIsEF value)
inlinestatic

C++: [static] MK_STRN MqMsgque::StatusIsEF_ToString(MqStatusIsEF value) C-API
return the MqStatusIsEF as string …

Definition at line 121 of file LibMqMsgque_inline_cc.hh.

121 {
123 MK_STRN __retVal__L = MqStatusIsEF_ToString(value);
124 return __retVal__L;
125 }
MK_STRN MqStatusIsEF_ToString(enum MqStatusIsEF value)
return the MqStatusIsEF as string …

◆ WaitOnEventE_FromInt()

MqWaitOnEventE ccmqmsgque::MqMsgque::WaitOnEventE_FromInt ( MK_I32 value)
inlinestatic

C++: [static] MqWaitOnEventE MqMsgque::WaitOnEventE_FromInt(MK_I32 value) C-API
return the MqWaitOnEventE from integer …

Definition at line 61 of file LibMqMsgque_inline_cc.hh.

61 {
63 enum MqWaitOnEventE value_out;
64 enum MkErrorE errVal = MqWaitOnEventE_FromInt(value, &value_out);
65 MkErrorC_Check(NULL, errVal);
66 return value_out;
67 }
MqWaitOnEventE
wait for an event? …
enum MkErrorE MqWaitOnEventE_FromInt(MK_I32 const value, enum MqWaitOnEventE *value_out)
return the MqWaitOnEventE from integer …

◆ WaitOnEventE_ToInt()

MK_I32 ccmqmsgque::MqMsgque::WaitOnEventE_ToInt ( MqWaitOnEventE value)
inlinestatic

C++: [static] MK_I32 MqMsgque::WaitOnEventE_ToInt(MqWaitOnEventE value) C-API
return the MqWaitOnEventE as integer …

Definition at line 128 of file LibMqMsgque_inline_cc.hh.

128 {
130 MK_I32 __retVal__L = MqWaitOnEventE_ToInt(value);
131 return __retVal__L;
132 }
static MK_I32 MqWaitOnEventE_ToInt(enum MqWaitOnEventE value)
return the MqWaitOnEventE as integer …

◆ WaitOnEventE_ToString()

MK_STRN ccmqmsgque::MqMsgque::WaitOnEventE_ToString ( MqWaitOnEventE value)
inlinestatic

C++: [static] MK_STRN MqMsgque::WaitOnEventE_ToString(MqWaitOnEventE value) C-API
return the MqWaitOnEventE as string …

Definition at line 135 of file LibMqMsgque_inline_cc.hh.

135 {
137 MK_STRN __retVal__L = MqWaitOnEventE_ToString(value);
138 return __retVal__L;
139 }
MK_STRN MqWaitOnEventE_ToString(enum MqWaitOnEventE value)
return the MqWaitOnEventE as string …