theLink 10.0
Loading...
Searching...
No Matches
MqFactoryC_Class_C_API

MqFactoryC - define the class … More...

+ Collaboration diagram for MqFactoryC_Class_C_API:

Topics

 MqFactoryC_Class_Define_C_API
 MqFactoryC - low level definition, access and cast …
 

Typedefs

typedef struct MqFactorySlibmqmsgque::MQ_FCT
 class-shortcut for struct MqFactoryS *, all shortcut using the XX_YYY syntax (only for public API) …
 
typedef const struct MqFactorySlibmqmsgque::MQ_FCTN
 class-shortcut for const struct MqFactoryS *, all const shortcut using the XX_YYYC syntax (only for public API) …
 
typedef struct MqFactoryS libmqmsgque::MQ_FCTR
 reference-shortcut for struct MqFactoryS, all shortcut using the XX_YYYR syntax (only for public API) …
 

MqFactoryC - Export - inline - interact with an external software

static MK_HDL libmqmsgque::MqFactoryHandleGet_RT (MK_RT mkrt, MQ_FCT const fct)
 Handle-Get-Slot - returns a export-hdl to the MqFactoryC useable for external storage
 
static MQ_FCT libmqmsgque::MqFactoryHandleResolve_RT (MK_RT mkrt, MK_HDL const netHdl)
 Handle-Resolve-Slot - return a MqFactoryC from netHdl or MK_NULL if invalid…
 
#define MqFactoryHandleResolve_e(netHdl)
 wrapper for MqFactoryHandleResolve with error-handline
 

MqFactoryC - Misc - function - unspecified functions to perform different tasks

static MQ_FCT libmqmsgque::MqFactoryGetNull (void)
 Null-Slot - return a MqFactoryC typed NULL instance …
 

MqFactoryC - Introspection - inline - access to all instances created by class starting with the last one

static MQ_FCT libmqmsgque::MqFactoryInstances_RT (MK_RT mkrt)
 get head-instance from linked-list of MqFactoryS type …
 
static MQ_FCT libmqmsgque::MqFactoryNext (MQ_FCT const fct)
 get next instance from linked-list of MqFactoryS type
 
static MQ_FCT libmqmsgque::MqFactoryPrev (MQ_FCT const fct)
 get previous instance from linked-list of MqFactoryS type
 

MqFactoryC - Export - overload

#define MqFactoryHandleResolve_NULL(...)
 
#define MqFactoryHandleResolve(...)
 
#define MqFactoryHandleGet_NULL(...)
 
#define MqFactoryHandleGet(...)
 

MqFactoryC - Introspection - overload

#define MqFactoryInstances_NULL()
 
#define MqFactoryInstances()
 

Detailed Description

MqFactoryC - define the class …

Macro Definition Documentation

◆ MqFactoryHandleGet

#define MqFactoryHandleGet ( ...)
Value:
MqFactoryHandleGet_RT(MK_RT_CALL __VA_ARGS__)
#define MK_RT_CALL

Definition at line 973 of file msgque_overload_mq.h.

◆ MqFactoryHandleGet_NULL

#define MqFactoryHandleGet_NULL ( ...)
Value:
MqFactoryHandleGet_RT(MK_RT_CALL_NULL __VA_ARGS__)
#define MK_RT_CALL_NULL

Definition at line 972 of file msgque_overload_mq.h.

◆ MqFactoryHandleResolve

#define MqFactoryHandleResolve ( ...)
Value:
MqFactoryHandleResolve_RT(MK_RT_CALL __VA_ARGS__)

Definition at line 969 of file msgque_overload_mq.h.

◆ MqFactoryHandleResolve_e

#define MqFactoryHandleResolve_e ( netHdl)
Value:
({ \
MK_HDL tmpHdl=netHdl; \
MQ_FCT tmp; \
if (tmpHdl==0) { \
tmp=NULL; \
} else { \
tmp=MqFactoryHandleResolve(tmpHdl); \
if (tmp==NULL) { \
MkErrorSetC_1_NULL("ERROR: 'MqFactoryC' handle is 'NULL'"); \
goto error; \
}; \
}; \
tmp; \
})
#define MqFactoryHandleResolve(...)

wrapper for MqFactoryHandleResolve with error-handline

Parameters
[in]netHdlThe handle previously returned by MkObjectHandleGet.
Returns
Return an valid libmqmsgque::MQ_FCT or MK_NULL with an error set.
  • If netHdl is 0 than MK_NULL is returned and the upper-code decide how to deal with it.
  • MqFactoryHandleResolve return an valid libmqmsgque::MQ_FCT or MK_NULL if the netHdl is invalid or the underlying object has already been deleted.
    • If a MK_NULL is returned than an error-message is created and a jump to the label error is done.
    • If a libmqmsgque::MQ_FCT is returned than the netHdl is valid.

Definition at line 3373 of file LibMqMsgque_mq.h.

3373#define MqFactoryHandleResolve_e(netHdl) ({ \
3374 MK_HDL tmpHdl=netHdl; \
3375 MQ_FCT tmp; \
3376 if (tmpHdl==0) { \
3377 tmp=NULL; \
3378 } else { \
3379 tmp=MqFactoryHandleResolve(tmpHdl); \
3380 if (tmp==NULL) { \
3381 MkErrorSetC_1_NULL("ERROR: 'MqFactoryC' handle is 'NULL'"); \
3382 goto error; \
3383 }; \
3384 }; \
3385 tmp; \
3386})

◆ MqFactoryHandleResolve_NULL

#define MqFactoryHandleResolve_NULL ( ...)
Value:
MqFactoryHandleResolve_RT(MK_RT_CALL_NULL __VA_ARGS__)

Definition at line 968 of file msgque_overload_mq.h.

◆ MqFactoryInstances

#define MqFactoryInstances ( )
Value:
MqFactoryInstances_RT(MK_RT_CALL_ONLY)
#define MK_RT_CALL_ONLY

Definition at line 984 of file msgque_overload_mq.h.

◆ MqFactoryInstances_NULL

#define MqFactoryInstances_NULL ( )
Value:
MqFactoryInstances_RT(MK_RT_CALL_NULL_ONLY)
#define MK_RT_CALL_NULL_ONLY

Definition at line 983 of file msgque_overload_mq.h.

Typedef Documentation

◆ MQ_FCT

class-shortcut for struct MqFactoryS *, all shortcut using the XX_YYY syntax (only for public API) …

Definition at line 525 of file LibMqMsgque_mq.h.

◆ MQ_FCTN

typedef const struct MqFactoryS* libmqmsgque::MQ_FCTN

class-shortcut for const struct MqFactoryS *, all const shortcut using the XX_YYYC syntax (only for public API) …

Definition at line 528 of file LibMqMsgque_mq.h.

◆ MQ_FCTR

reference-shortcut for struct MqFactoryS, all shortcut using the XX_YYYR syntax (only for public API) …

Definition at line 531 of file LibMqMsgque_mq.h.

Function Documentation

◆ MqFactoryGetNull()

static MQ_FCT libmqmsgque::MqFactoryGetNull ( void )
inlinestatic

Null-Slot - return a MqFactoryC typed NULL instance …

Definition at line 3398 of file LibMqMsgque_mq.h.

3398 {
3399 return (MQ_FCT)MK_NULL;
3400 }
#define MK_NULL
+ Here is the caller graph for this function:

◆ MqFactoryHandleGet_RT()

static MK_HDL libmqmsgque::MqFactoryHandleGet_RT ( MK_RT mkrt,
MQ_FCT const fct )
inlinestatic

Handle-Get-Slot - returns a export-hdl to the MqFactoryC useable for external storage

The export-hdl is a reference to an instance that can be stored in software and converted back into an instance using the MqFactoryHandleResolve.

By default, the export-hdl is initialized to "0", which is equivalent to does not exist. This function returns a non-zero and unique export-hdl that is recreated if necessary.

The export-hdl is only valid until the Programming-Language-Micro-Kernel (PLMK) ends.

example: The export-hdl is used in rpc to identify an object across the network.

Parameters
[in]mkrtthe MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only)
[in]fctthe MqFactoryS instance to work on
Returns
the required export-hdl

Definition at line 3340 of file LibMqMsgque_mq.h.

3343 {
3344 return MkObjectHandleGet(fct?MkOBJ(fct):NULL);
3345}
#define MkObjectHandleGet(...)
#define MkOBJ(x)
+ Here is the caller graph for this function:

◆ MqFactoryHandleResolve_RT()

static MQ_FCT libmqmsgque::MqFactoryHandleResolve_RT ( MK_RT mkrt,
MK_HDL const netHdl )
inlinestatic

Handle-Resolve-Slot - return a MqFactoryC from netHdl or MK_NULL if invalid…

The MqFactoryHandleResolve undo the MqFactoryHandleGet and is intended to export a unique identifer into external code not belonging to the Programming-Language-Micro-Kernel (PLMK).

Parameters
[in]mkrtthe MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only)
[in]netHdlhandle former exported with MqFactoryHandleGet
Returns
the required handle or MK_NULL if netHdl is invalid

Definition at line 3357 of file LibMqMsgque_mq.h.

3360 {
3361 return MqFct(MkObjectHandleResolve(netHdl));
3362}
#define MkObjectHandleResolve(...)
static MQ_FCT MqFct(MK_MNG mng)
cast a unknown-object into an MqFactoryS pointer or NULL if not possible

◆ MqFactoryInstances_RT()

static MQ_FCT libmqmsgque::MqFactoryInstances_RT ( MK_RT mkrt)
inlinestatic

get head-instance from linked-list of MqFactoryS type …

The head-instance is the last instance created.

Definition at line 9846 of file LibMqMsgque_mq.h.

9846 {
9848 return (MQ_FCT)MkTypeInstances(MqFactoryC_TT);
9849}
#define MqFactoryC_TT
class as MkTypeS-class-type, useable in a class-macro as: class##_TT …
#define MQ_STATIC_RT
+ Here is the caller graph for this function:

◆ MqFactoryNext()

static MQ_FCT libmqmsgque::MqFactoryNext ( MQ_FCT const fct)
inlinestatic

get next instance from linked-list of MqFactoryS type

Definition at line 9853 of file LibMqMsgque_mq.h.

9853 {
9854 MK_INSTANCE_HDL(fct);
9855 return (MQ_FCT)MqFactoryC_X2obj(fct)->obj_protect.next;
9856}
#define MK_INSTANCE_HDL(x)
#define MqFactoryC_X2obj(x)
+ Here is the caller graph for this function:

◆ MqFactoryPrev()

static MQ_FCT libmqmsgque::MqFactoryPrev ( MQ_FCT const fct)
inlinestatic

get previous instance from linked-list of MqFactoryS type

Definition at line 9860 of file LibMqMsgque_mq.h.

9860 {
9861 MK_INSTANCE_HDL(fct);
9862 return (MQ_FCT)MqFactoryC_X2obj(fct)->obj_protect.prev;
9863}
+ Here is the caller graph for this function: