theLink 10.0
Loading...
Searching...
No Matches
MqContextC_ReadApi_Atom_ATL_API

MqContextC - read a single-data-item outof a read-data-packageMore...

+ Collaboration diagram for MqContextC_ReadApi_Atom_ATL_API:

Functions

static OT_ProcRet atlmqmsgque_MqContextC_ReadALL (MqContextC_ARGS)
  Atl: MkBufferListC [MqContextC::ReadALL $ctx ?val_inout:MkBufferListC=NULL?] C-API
get a temporary MkBufferListC from all data in the read-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadBFL (MqContextC_ARGS)
  Atl: MkBufferListC [MqContextC::ReadBFL $ctx] C-API
get a temporary MkBufferListC from next list-item in the read-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadBUF (MqContextC_ARGS)
  Atl: MkBufferC [MqContextC::ReadBUF $ctx] C-API
get a temporary MkBufferC from the read-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadBIN (MqContextC_ARGS)
  Atl: doc_mq_atl_ReadBIN C-API
generic function to read an MK_BIN object from the read-data-package object …
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadBOL (MqContextC_ARGS)
  Atl: doc_mq_atl_ReadBOL C-API
read a PRIMITIVE TYPE from the read-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadBinaryR (MqContextC_ARGS)
  Atl: binary [MqContextC::ReadBinaryR $ctx] C-API
read a MkBinaryR from the read-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadDBL (MqContextC_ARGS)
  Atl: doc_mq_atl_ReadDBL C-API
read a PRIMITIVE TYPE from the read-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadFLT (MqContextC_ARGS)
  Atl: doc_mq_atl_ReadFLT C-API
read a PRIMITIVE TYPE from the read-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadHDL (MqContextC_ARGS)
  Atl: MK_HDL [MqContextC::ReadHDL $ctx] C-API
read the handle from the read-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadI16 (MqContextC_ARGS)
  Atl: doc_mq_atl_ReadI16 C-API
read a PRIMITIVE TYPE from the read-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadI32 (MqContextC_ARGS)
  Atl: doc_mq_atl_ReadI32 C-API
read a PRIMITIVE TYPE from the read-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadI64 (MqContextC_ARGS)
  Atl: doc_mq_atl_ReadI64 C-API
read a PRIMITIVE TYPE from the read-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadI8 (MqContextC_ARGS)
  Atl: doc_mq_atl_ReadI8 C-API
read a PRIMITIVE TYPE from the read-data-package
 
OT_ProcRet atlmqmsgque_MqContextC_ReadLIST (MqContextC_ARGS)
  Atl: [list...] [MqContextC::ReadLIST $ctx] C-API
get all arguments as native list …
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadLONG (MqContextC_ARGS)
  Atl: long [MqContextC::ReadLONG $ctx] C-API
read the long native object from the read-data-package
 
OT_ProcRet atlmqmsgque_MqContextC_ReadNEXT (MqContextC_ARGS)
  Atl: obj [MqContextC::ReadNEXT $ctx] C-API
get the next argument as native object …
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadSTR (MqContextC_ARGS)
  Atl: doc_mq_atl_ReadSTR C-API
read a PRIMITIVE TYPE from the read-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadStringR (MqContextC_ARGS)
  Atl: string [MqContextC::ReadStringR $ctx] C-API
read a MkStringR from the read-data-package
 

Detailed Description

MqContextC - read a single-data-item outof a read-data-package

Function Documentation

◆ atlmqmsgque_MqContextC_ReadALL()

static OT_ProcRet atlmqmsgque_MqContextC_ReadALL ( MqContextC_ARGS )
static

Atl: MkBufferListC [MqContextC::ReadALL $ctx ?val_inout:MkBufferListC=NULL?] C-API
get a temporary MkBufferListC from all data in the read-data-package

Definition at line 1967 of file MqContextC_atl.c.

1967 {
1970 MkBufferListCreateTLS_T(val_inout,10);
1973 MkErrorC_Check(hdl,MqReadALL (hdl, &val_inout));
1974 OT_retObj_SET_BFL(val_inout);
1975 goto end;
1976 error:
1978 end:
1980}
#define OT_SETUP_VARARGS(min, max, d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_BFL(nat)
#define OT_retObj_RETURN
#define OT_CHECK_OPTIONAL(val)
#define OT_CHECK_NOARGS
#define MkErrorC_Check(mng, PROC)
#define OT_SETUP_hdl
#define ReadALL_doc
#define error
Definition high_lng.h:339
#define MkBufferListCreateTLS_T(name, num)
#define MK_NULL_YES
#define MqReadALL(...)
#define OT_CHECK_BFL(val, nullB)

◆ atlmqmsgque_MqContextC_ReadBFL()

static OT_ProcRet atlmqmsgque_MqContextC_ReadBFL ( MqContextC_ARGS )
static

Atl: MkBufferListC [MqContextC::ReadBFL $ctx] C-API
get a temporary MkBufferListC from next list-item in the read-data-package

Definition at line 1985 of file MqContextC_atl.c.

1985 {
1989 MK_BFL val_out;
1990 MkErrorC_Check(hdl,MqReadBFL (hdl, &val_out));
1991 OT_retObj_SET_BFL(val_out);
1992 goto end;
1993 error:
1995 end:
1997}
#define OT_SETUP_NOARG(d)
#define ReadBFL_doc
#define MqReadBFL(...)

◆ atlmqmsgque_MqContextC_ReadBIN()

static OT_ProcRet atlmqmsgque_MqContextC_ReadBIN ( MqContextC_ARGS )
static

Atl: doc_mq_atl_ReadBIN C-API
generic function to read an MK_BIN object from the read-data-package object …

Definition at line 2017 of file MqContextC_atl.c.

2017 {
2021 MkBinaryR val_out;
2022 MkErrorC_Check(hdl,MqReadBIN (hdl, &val_out));
2023 MkBinaryR retVal = val_out;
2025 goto end;
2026 error:
2028 end:
2030}
#define OT_GET__ME_REF_MkBinaryR(b)
#define OT_retObj_SET(val)
#define ReadBIN_doc
#define MqReadBIN(...)

◆ atlmqmsgque_MqContextC_ReadBinaryR()

static OT_ProcRet atlmqmsgque_MqContextC_ReadBinaryR ( MqContextC_ARGS )
static

Atl: binary [MqContextC::ReadBinaryR $ctx] C-API
read a MkBinaryR from the read-data-package

Definition at line 2048 of file MqContextC_atl.c.

2048 {
2052 MkBinaryR val_out;
2053 MkErrorC_Check(hdl,MqReadBinaryR (hdl, &val_out));
2054 MkBinaryR retVal = val_out;
2056 goto end;
2057 error:
2059 end:
2061}
#define ReadBinaryR_doc
#define MqReadBinaryR(...)

◆ atlmqmsgque_MqContextC_ReadBOL()

static OT_ProcRet atlmqmsgque_MqContextC_ReadBOL ( MqContextC_ARGS )
static

Atl: doc_mq_atl_ReadBOL C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 2033 of file MqContextC_atl.c.

2033 {
2037 MK_BOL val_out;
2038 MkErrorC_Check(hdl,MqReadBOL (hdl, &val_out));
2039 OT_retObj_SET_BOL(val_out == 1);
2040 goto end;
2041 error:
2043 end:
2045}
#define OT_retObj_SET_BOL(nat)
#define ReadBOL_doc
unsigned char MK_BOL
#define MqReadBOL(...)

◆ atlmqmsgque_MqContextC_ReadBUF()

static OT_ProcRet atlmqmsgque_MqContextC_ReadBUF ( MqContextC_ARGS )
static

Atl: MkBufferC [MqContextC::ReadBUF $ctx] C-API
get a temporary MkBufferC from the read-data-package

Definition at line 2000 of file MqContextC_atl.c.

2000 {
2004 MK_BUF val_out;
2005 MkErrorC_Check(hdl,MqReadBUF (hdl, &val_out));
2006 OT_retObj_SET_BUF(val_out);
2007 goto end;
2008 error:
2010 end:
2012}
#define OT_retObj_SET_BUF(nat)
#define ReadBUF_doc
#define MqReadBUF(...)

◆ atlmqmsgque_MqContextC_ReadDBL()

static OT_ProcRet atlmqmsgque_MqContextC_ReadDBL ( MqContextC_ARGS )
static

Atl: doc_mq_atl_ReadDBL C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 2064 of file MqContextC_atl.c.

2064 {
2068 MK_DBL val_out;
2069 MkErrorC_Check(hdl,MqReadDBL (hdl, &val_out));
2070 OT_retObj_SET_DBL(val_out);
2071 goto end;
2072 error:
2074 end:
2076}
#define OT_retObj_SET_DBL(nat)
#define ReadDBL_doc
double MK_DBL
#define MqReadDBL(...)

◆ atlmqmsgque_MqContextC_ReadFLT()

static OT_ProcRet atlmqmsgque_MqContextC_ReadFLT ( MqContextC_ARGS )
static

Atl: doc_mq_atl_ReadFLT C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 2079 of file MqContextC_atl.c.

2079 {
2083 MK_FLT val_out;
2084 MkErrorC_Check(hdl,MqReadFLT (hdl, &val_out));
2085 OT_retObj_SET_FLT(val_out);
2086 goto end;
2087 error:
2089 end:
2091}
#define OT_retObj_SET_FLT(nat)
#define ReadFLT_doc
float MK_FLT
#define MqReadFLT(...)

◆ atlmqmsgque_MqContextC_ReadHDL()

static OT_ProcRet atlmqmsgque_MqContextC_ReadHDL ( MqContextC_ARGS )
static

Atl: MK_HDL [MqContextC::ReadHDL $ctx] C-API
read the handle from the read-data-package

Definition at line 2094 of file MqContextC_atl.c.

2094 {
2098 MK_HDL val_out;
2099 MkErrorC_Check(hdl,MqReadHDL (hdl, &val_out));
2100 OT_retObj_SET_HDL(val_out);
2101 goto end;
2102 error:
2104 end:
2106}
#define OT_retObj_SET_HDL(nat)
#define ReadHDL_doc
int32_t MK_HDL
#define MqReadHDL(...)

◆ atlmqmsgque_MqContextC_ReadI16()

static OT_ProcRet atlmqmsgque_MqContextC_ReadI16 ( MqContextC_ARGS )
static

Atl: doc_mq_atl_ReadI16 C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 2109 of file MqContextC_atl.c.

2109 {
2113 MK_I16 val_out;
2114 MkErrorC_Check(hdl,MqReadI16 (hdl, &val_out));
2115 OT_retObj_SET_I16(val_out);
2116 goto end;
2117 error:
2119 end:
2121}
#define OT_retObj_SET_I16(nat)
#define ReadI16_doc
signed short int MK_I16
#define MqReadI16(...)

◆ atlmqmsgque_MqContextC_ReadI32()

static OT_ProcRet atlmqmsgque_MqContextC_ReadI32 ( MqContextC_ARGS )
static

Atl: doc_mq_atl_ReadI32 C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 2124 of file MqContextC_atl.c.

2124 {
2128 MK_I32 val_out;
2129 MkErrorC_Check(hdl,MqReadI32 (hdl, &val_out));
2130 OT_retObj_SET_I32(val_out);
2131 goto end;
2132 error:
2134 end:
2136}
#define OT_retObj_SET_I32(nat)
#define ReadI32_doc
signed int MK_I32
#define MqReadI32(...)

◆ atlmqmsgque_MqContextC_ReadI64()

static OT_ProcRet atlmqmsgque_MqContextC_ReadI64 ( MqContextC_ARGS )
static

Atl: doc_mq_atl_ReadI64 C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 2139 of file MqContextC_atl.c.

2139 {
2143 MK_I64 val_out;
2144 MkErrorC_Check(hdl,MqReadI64 (hdl, &val_out));
2145 OT_retObj_SET_I64(val_out);
2146 goto end;
2147 error:
2149 end:
2151}
#define OT_retObj_SET_I64(nat)
#define ReadI64_doc
signed long long MK_I64
#define MqReadI64(...)

◆ atlmqmsgque_MqContextC_ReadI8()

static OT_ProcRet atlmqmsgque_MqContextC_ReadI8 ( MqContextC_ARGS )
static

Atl: doc_mq_atl_ReadI8 C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 2154 of file MqContextC_atl.c.

2154 {
2158 MK_I8 val_out;
2159 MkErrorC_Check(hdl,MqReadI8 (hdl, &val_out));
2160 OT_retObj_SET_I8(val_out);
2161 goto end;
2162 error:
2164 end:
2166}
#define OT_retObj_SET_I8(nat)
#define ReadI8_doc
signed char MK_I8
#define MqReadI8(...)

◆ atlmqmsgque_MqContextC_ReadLIST()

OT_ProcRet atlmqmsgque_MqContextC_ReadLIST ( MqContextC_ARGS )

Atl: [list...] [MqContextC::ReadLIST $ctx] C-API
get all arguments as native list …

◆ atlmqmsgque_MqContextC_ReadLONG()

static OT_ProcRet atlmqmsgque_MqContextC_ReadLONG ( MqContextC_ARGS )
static

Atl: long [MqContextC::ReadLONG $ctx] C-API
read the long native object from the read-data-package

Definition at line 2172 of file MqContextC_atl.c.

2172 {
2176 MK_LONG val_out;
2177 MkErrorC_Check(hdl,MqReadLONG (hdl, &val_out));
2178 OT_retObj_SET_LONG(val_out);
2179 goto end;
2180 error:
2182 end:
2184}
#define OT_retObj_SET_LONG(nat)
#define ReadLONG_doc
long MK_LONG
#define MqReadLONG(...)

◆ atlmqmsgque_MqContextC_ReadNEXT()

OT_ProcRet atlmqmsgque_MqContextC_ReadNEXT ( MqContextC_ARGS )

Atl: obj [MqContextC::ReadNEXT $ctx] C-API
get the next argument as native object …

◆ atlmqmsgque_MqContextC_ReadSTR()

static OT_ProcRet atlmqmsgque_MqContextC_ReadSTR ( MqContextC_ARGS )
static

Atl: doc_mq_atl_ReadSTR C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 2190 of file MqContextC_atl.c.

2190 {
2194 MK_STRN val_out;
2195 MkErrorC_Check(hdl,MqReadSTR (hdl, &val_out));
2196 OT_retObj_SET_STR(val_out);
2197 goto end;
2198 error:
2200 end:
2202}
#define OT_retObj_SET_STR(nat)
#define ReadSTR_doc
const MK_STRB * MK_STRN
#define MqReadSTR(...)

◆ atlmqmsgque_MqContextC_ReadStringR()

static OT_ProcRet atlmqmsgque_MqContextC_ReadStringR ( MqContextC_ARGS )
static

Atl: string [MqContextC::ReadStringR $ctx] C-API
read a MkStringR from the read-data-package

Definition at line 2205 of file MqContextC_atl.c.

2205 {
2209 MkStringR val_out;
2210 MkErrorC_Check(hdl,MqReadStringR (hdl, &val_out));
2211 MkStringR retVal = val_out;
2213 goto end;
2214 error:
2216 end:
2218}
#define OT_GET__ME_REF_MkStringR(s)
#define ReadStringR_doc
#define MqReadStringR(...)