theLink 10.0
Loading...
Searching...
No Matches
MqMsgque_Enum_RB_API

MqMsgque PACKAGE - enum definition … More...

+ Collaboration diagram for MqMsgque_Enum_RB_API:

Functions

static OT_ProcRet rbmqmsgque_MqMsgque_IdentE_FromInt (OtClass_ARGS)
  Ruby: (static) MqIdentE MqMsgque.IdentE_FromInt(value:int32) C-API
return the MqIdentE from integer …
 
static OT_ProcRet rbmqmsgque_MqMsgque_SlaveE_FromInt (OtClass_ARGS)
  Ruby: (static) MqSlaveE MqMsgque.SlaveE_FromInt(value:int32) C-API
return the MqSlaveE from integer …
 
static OT_ProcRet rbmqmsgque_MqMsgque_StartE_FromInt (OtClass_ARGS)
  Ruby: (static) MqStartE MqMsgque.StartE_FromInt(value:int32) C-API
return the MqStartE from integer …
 
static OT_ProcRet rbmqmsgque_MqMsgque_StatusIsEF_FromInt (OtClass_ARGS)
  Ruby: (static) MqStatusIsEF MqMsgque.StatusIsEF_FromInt(value:int32) C-API
return the MqStatusIsEF from integer …
 
static OT_ProcRet rbmqmsgque_MqMsgque_WaitOnEventE_FromInt (OtClass_ARGS)
  Ruby: (static) MqWaitOnEventE MqMsgque.WaitOnEventE_FromInt(value:int32) C-API
return the MqWaitOnEventE from integer …
 
static OT_ProcRet rbmqmsgque_MqMsgque_IdentE_ToInt (OtClass_ARGS)
  Ruby: (static) int32 MqMsgque.IdentE_ToInt(value:MqIdentE) C-API
return the MqIdentE as integer …
 
static OT_ProcRet rbmqmsgque_MqMsgque_IdentE_ToString (OtClass_ARGS)
  Ruby: (static) string MqMsgque.IdentE_ToString(value:MqIdentE) C-API
return the MqIdentE as string …
 
static OT_ProcRet rbmqmsgque_MqMsgque_SlaveE_ToInt (OtClass_ARGS)
  Ruby: (static) int32 MqMsgque.SlaveE_ToInt(value:MqSlaveE) C-API
return the MqSlaveE as integer …
 
static OT_ProcRet rbmqmsgque_MqMsgque_SlaveE_ToString (OtClass_ARGS)
  Ruby: (static) string MqMsgque.SlaveE_ToString(value:MqSlaveE) C-API
return the MqSlaveE as string …
 
static OT_ProcRet rbmqmsgque_MqMsgque_StartE_ToInt (OtClass_ARGS)
  Ruby: (static) int32 MqMsgque.StartE_ToInt(value:MqStartE) C-API
return the MqStartE as integer …
 
static OT_ProcRet rbmqmsgque_MqMsgque_StartE_ToString (OtClass_ARGS)
  Ruby: (static) string MqMsgque.StartE_ToString(value:MqStartE) C-API
return the MqStartE as string …
 
static OT_ProcRet rbmqmsgque_MqMsgque_StatusIsEF_ToInt (OtClass_ARGS)
  Ruby: (static) int32 MqMsgque.StatusIsEF_ToInt(value:MqStatusIsEF) C-API
return the MqStatusIsEF as integer …
 
static OT_ProcRet rbmqmsgque_MqMsgque_StatusIsEF_ToString (OtClass_ARGS)
  Ruby: (static) string MqMsgque.StatusIsEF_ToString(value:MqStatusIsEF) C-API
return the MqStatusIsEF as string …
 
static OT_ProcRet rbmqmsgque_MqMsgque_WaitOnEventE_ToInt (OtClass_ARGS)
  Ruby: (static) int32 MqMsgque.WaitOnEventE_ToInt(value:MqWaitOnEventE) C-API
return the MqWaitOnEventE as integer …
 
static OT_ProcRet rbmqmsgque_MqMsgque_WaitOnEventE_ToString (OtClass_ARGS)
  Ruby: (static) string MqMsgque.WaitOnEventE_ToString(value:MqWaitOnEventE) C-API
return the MqWaitOnEventE as string …
 

Detailed Description

MqMsgque PACKAGE - enum definition …

read more at: MkKernel_Enum_C_API

Function Documentation

◆ rbmqmsgque_MqMsgque_IdentE_FromInt()

static OT_ProcRet rbmqmsgque_MqMsgque_IdentE_FromInt ( OtClass_ARGS )
static

Ruby: (static) MqIdentE MqMsgque.IdentE_FromInt(value:int32) C-API
return the MqIdentE from integer …

Definition at line 185 of file LibMqMsgque_rb.c.

185 {
188 MK_I32 value = 0;
191 enum MqIdentE value_out;
193 OT_retObj_SET(OT_NEW_Mq_enum_OBJ(IdentE,value_out));
194 end: MK_UNUSED /* LONG JUMP on error */
196}
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_NI4(val)
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_RETURN
#define OT_retObj_SET(val)
#define OT_CHECK_NOARGS
#define MkErrorC_Check(mng, PROC)
#define OT_SETUP_hdl_static
#define IdentE_FromInt_doc
#define OT_NEW_Mq_enum_OBJ(typ, i)
#define MK_ERROR_FORMAT
#define MK_UNUSED
signed int MK_I32
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 …

◆ rbmqmsgque_MqMsgque_IdentE_ToInt()

static OT_ProcRet rbmqmsgque_MqMsgque_IdentE_ToInt ( OtClass_ARGS )
static

Ruby: (static) int32 MqMsgque.IdentE_ToInt(value:MqIdentE) C-API
return the MqIdentE as integer …

Definition at line 257 of file LibMqMsgque_rb.c.

257 {
260 enum MqIdentE value = 0;
264 end: MK_UNUSED /* LONG JUMP on error */
266}
#define OT_retObj_SET_I32(nat)
#define IdentE_ToInt_doc
static MK_I32 MqIdentE_ToInt(enum MqIdentE value)
return the MqIdentE as integer …
#define OT_CHECK_ENUM(ename, val)

◆ rbmqmsgque_MqMsgque_IdentE_ToString()

static OT_ProcRet rbmqmsgque_MqMsgque_IdentE_ToString ( OtClass_ARGS )
static

Ruby: (static) string MqMsgque.IdentE_ToString(value:MqIdentE) C-API
return the MqIdentE as string …

Definition at line 269 of file LibMqMsgque_rb.c.

269 {
272 enum MqIdentE value = 0;
276 end: MK_UNUSED /* LONG JUMP on error */
278}
#define OT_retObj_SET_STR(nat)
#define IdentE_ToString_doc
MK_STRN MqIdentE_ToString(enum MqIdentE value)
return the MqIdentE as string …

◆ rbmqmsgque_MqMsgque_SlaveE_FromInt()

static OT_ProcRet rbmqmsgque_MqMsgque_SlaveE_FromInt ( OtClass_ARGS )
static

Ruby: (static) MqSlaveE MqMsgque.SlaveE_FromInt(value:int32) C-API
return the MqSlaveE from integer …

Definition at line 199 of file LibMqMsgque_rb.c.

199 {
202 MK_I32 value = 0;
205 enum MqSlaveE value_out;
207 OT_retObj_SET(OT_NEW_Mq_enum_OBJ(SlaveE,value_out));
208 end: MK_UNUSED /* LONG JUMP on error */
210}
#define SlaveE_FromInt_doc
MqSlaveE
predefined slave-id for well known slaves …
enum MkErrorE MqSlaveE_FromInt(MK_I32 const value, enum MqSlaveE *value_out)
return the MqSlaveE from integer …

◆ rbmqmsgque_MqMsgque_SlaveE_ToInt()

static OT_ProcRet rbmqmsgque_MqMsgque_SlaveE_ToInt ( OtClass_ARGS )
static

Ruby: (static) int32 MqMsgque.SlaveE_ToInt(value:MqSlaveE) C-API
return the MqSlaveE as integer …

Definition at line 281 of file LibMqMsgque_rb.c.

281 {
284 enum MqSlaveE value = 0;
288 end: MK_UNUSED /* LONG JUMP on error */
290}
#define SlaveE_ToInt_doc
static MK_I32 MqSlaveE_ToInt(enum MqSlaveE value)
return the MqSlaveE as integer …

◆ rbmqmsgque_MqMsgque_SlaveE_ToString()

static OT_ProcRet rbmqmsgque_MqMsgque_SlaveE_ToString ( OtClass_ARGS )
static

Ruby: (static) string MqMsgque.SlaveE_ToString(value:MqSlaveE) C-API
return the MqSlaveE as string …

Definition at line 293 of file LibMqMsgque_rb.c.

293 {
296 enum MqSlaveE value = 0;
300 end: MK_UNUSED /* LONG JUMP on error */
302}
#define SlaveE_ToString_doc
MK_STRN MqSlaveE_ToString(enum MqSlaveE value)
return the MqSlaveE as string …

◆ rbmqmsgque_MqMsgque_StartE_FromInt()

static OT_ProcRet rbmqmsgque_MqMsgque_StartE_FromInt ( OtClass_ARGS )
static

Ruby: (static) MqStartE MqMsgque.StartE_FromInt(value:int32) C-API
return the MqStartE from integer …

Definition at line 213 of file LibMqMsgque_rb.c.

213 {
216 MK_I32 value = 0;
219 enum MqStartE value_out;
221 OT_retObj_SET(OT_NEW_Mq_enum_OBJ(StartE,value_out));
222 end: MK_UNUSED /* LONG JUMP on error */
224}
#define StartE_FromInt_doc
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.

◆ rbmqmsgque_MqMsgque_StartE_ToInt()

static OT_ProcRet rbmqmsgque_MqMsgque_StartE_ToInt ( OtClass_ARGS )
static

Ruby: (static) int32 MqMsgque.StartE_ToInt(value:MqStartE) C-API
return the MqStartE as integer …

Definition at line 305 of file LibMqMsgque_rb.c.

305 {
308 enum MqStartE value = 0;
312 end: MK_UNUSED /* LONG JUMP on error */
314}
#define StartE_ToInt_doc
static MK_I32 MqStartE_ToInt(enum MqStartE value)
return the MqStartE as integer …

◆ rbmqmsgque_MqMsgque_StartE_ToString()

static OT_ProcRet rbmqmsgque_MqMsgque_StartE_ToString ( OtClass_ARGS )
static

Ruby: (static) string MqMsgque.StartE_ToString(value:MqStartE) C-API
return the MqStartE as string …

Definition at line 317 of file LibMqMsgque_rb.c.

317 {
320 enum MqStartE value = 0;
324 end: MK_UNUSED /* LONG JUMP on error */
326}
#define StartE_ToString_doc
MK_STRN MqStartE_ToString(enum MqStartE value)
return the MqStartE as string …

◆ rbmqmsgque_MqMsgque_StatusIsEF_FromInt()

static OT_ProcRet rbmqmsgque_MqMsgque_StatusIsEF_FromInt ( OtClass_ARGS )
static

Ruby: (static) MqStatusIsEF MqMsgque.StatusIsEF_FromInt(value:int32) C-API
return the MqStatusIsEF from integer …

Definition at line 227 of file LibMqMsgque_rb.c.

227 {
230 MK_I32 value = 0;
233 enum MqStatusIsEF value_out;
235 OT_retObj_SET(OT_NEW_Mq_enum_OBJ(StatusIsEF,value_out));
236 end: MK_UNUSED /* LONG JUMP on error */
238}
#define StatusIsEF_FromInt_doc
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 …

◆ rbmqmsgque_MqMsgque_StatusIsEF_ToInt()

static OT_ProcRet rbmqmsgque_MqMsgque_StatusIsEF_ToInt ( OtClass_ARGS )
static

Ruby: (static) int32 MqMsgque.StatusIsEF_ToInt(value:MqStatusIsEF) C-API
return the MqStatusIsEF as integer …

Definition at line 329 of file LibMqMsgque_rb.c.

329 {
332 enum MqStatusIsEF value = 0;
336 end: MK_UNUSED /* LONG JUMP on error */
338}
#define StatusIsEF_ToInt_doc
static MK_I32 MqStatusIsEF_ToInt(enum MqStatusIsEF value)
return the MqStatusIsEF as integer …

◆ rbmqmsgque_MqMsgque_StatusIsEF_ToString()

static OT_ProcRet rbmqmsgque_MqMsgque_StatusIsEF_ToString ( OtClass_ARGS )
static

Ruby: (static) string MqMsgque.StatusIsEF_ToString(value:MqStatusIsEF) C-API
return the MqStatusIsEF as string …

Definition at line 341 of file LibMqMsgque_rb.c.

341 {
344 enum MqStatusIsEF value = 0;
348 end: MK_UNUSED /* LONG JUMP on error */
350}
#define StatusIsEF_ToString_doc
MK_STRN MqStatusIsEF_ToString(enum MqStatusIsEF value)
return the MqStatusIsEF as string …

◆ rbmqmsgque_MqMsgque_WaitOnEventE_FromInt()

static OT_ProcRet rbmqmsgque_MqMsgque_WaitOnEventE_FromInt ( OtClass_ARGS )
static

Ruby: (static) MqWaitOnEventE MqMsgque.WaitOnEventE_FromInt(value:int32) C-API
return the MqWaitOnEventE from integer …

Definition at line 241 of file LibMqMsgque_rb.c.

241 {
244 MK_I32 value = 0;
247 enum MqWaitOnEventE value_out;
249 OT_retObj_SET(OT_NEW_Mq_enum_OBJ(WaitOnEventE,value_out));
250 end: MK_UNUSED /* LONG JUMP on error */
252}
#define WaitOnEventE_FromInt_doc
MqWaitOnEventE
wait for an event? …
enum MkErrorE MqWaitOnEventE_FromInt(MK_I32 const value, enum MqWaitOnEventE *value_out)
return the MqWaitOnEventE from integer …

◆ rbmqmsgque_MqMsgque_WaitOnEventE_ToInt()

static OT_ProcRet rbmqmsgque_MqMsgque_WaitOnEventE_ToInt ( OtClass_ARGS )
static

Ruby: (static) int32 MqMsgque.WaitOnEventE_ToInt(value:MqWaitOnEventE) C-API
return the MqWaitOnEventE as integer …

Definition at line 353 of file LibMqMsgque_rb.c.

353 {
356 enum MqWaitOnEventE value = 0;
360 end: MK_UNUSED /* LONG JUMP on error */
362}
#define WaitOnEventE_ToInt_doc
static MK_I32 MqWaitOnEventE_ToInt(enum MqWaitOnEventE value)
return the MqWaitOnEventE as integer …

◆ rbmqmsgque_MqMsgque_WaitOnEventE_ToString()

static OT_ProcRet rbmqmsgque_MqMsgque_WaitOnEventE_ToString ( OtClass_ARGS )
static

Ruby: (static) string MqMsgque.WaitOnEventE_ToString(value:MqWaitOnEventE) C-API
return the MqWaitOnEventE as string …

Definition at line 365 of file LibMqMsgque_rb.c.

365 {
368 enum MqWaitOnEventE value = 0;
372 end: MK_UNUSED /* LONG JUMP on error */
374}
#define WaitOnEventE_ToString_doc
MK_STRN MqWaitOnEventE_ToString(enum MqWaitOnEventE value)
return the MqWaitOnEventE as string …