theLink 10.0
Loading...
Searching...
No Matches
manfilter.cc File Reference

tag: nhi1-release-250425 More...

#include "debug_mq.h"
#include "LibMqMsgque_cc.hh"
+ Include dependency graph for manfilter.cc:

Go to the source code of this file.

Classes

class  manfilter
 

Functions

int main (int argc, MK_STRN argv[])
 

Detailed Description

tag: nhi1-release-250425

Definition in file manfilter.cc.

Function Documentation

◆ main()

int main ( int argc,
MK_STRN argv[] )

Definition at line 35 of file manfilter.cc.

36{
38 static manfilter filter;
39 try {
40 filter.ConfigSetName ("manfilter");
41 filter.ConfigSetIsServer (true);
42 filter.LinkCreate(MkBufferListC {argc, argv});
44 filter.ServiceProxy ("+EOF");
46 } catch (const std::exception& e) {
47 filter.ErrorCatch(e);
48 }
49 return filter.Exit();
50}
void fFTR()
Definition manfilter.cc:23
MkErrorC * ErrorCatch(std::exception *exception=NULL, MK_STRN callfunc=__builtin_FUNCTION()) const
void ConfigSetName(MK_STRN data)
C++: ctx.ConfigSetName(MK_STRN data) → C-API set the libmqmsgque::MqConfigS::dispName value and...
void ConfigSetIsServer(MK_BOOL data)
C++: ctx.ConfigSetIsServer(MK_BOOL data) → C-API set the libmqmsgque::MqSetupS::isServer value
void ProcessEvent(MqWaitOnEventE wait=MQ_WAIT_NO, MK_TIME_T timeout=MK_TIMEOUT_DEFAULT)
C++: ctx.ProcessEvent(MqWaitOnEventE wait = MQ_WAIT_NO, MK_TIME_T timeout = MK_TIMEOUT_DEFAULT) → C...
MK_I32 Exit(MK_STRN callfunc=__builtin_FUNCTION(), MK_STRN callfile=__builtin_FILE(), MK_I32 callline=__builtin_LINE())
C++: MK_I32 ctx.Exit(MK_STRN callfunc = __builtin_FUNCTION(), MK_STRN callfile = __builtin_FILE(),...
void ServiceProxy(MQ_TOK token, MQ_SLAVE_ID id=MQ_SLAVE_OTHER)
C++: ctx.ServiceProxy(MQ_TOK token, MQ_SLAVE_ID id = MQ_SLAVE_OTHER) → C-API create a service t...
void ServiceCreate(MQ_TOK token, MqServiceCCB callback)
C++: ctx.ServiceCreate(MQ_TOK token, MqServiceICB MqServiceCCB MqServiceIF* cal...
@ MQ_WAIT_FOREVER
Wait maximum timeout seconds for an event or raise an timeout-error …
static void CcMqSetup()
C++: [static] MqMsgque::Setup() → C-API setup ccmqmsgque internal memory …