_FUNC(RtdeClient, 1, setLogHandler, handler) \
_FUNC(RtdeClient, 2, connect, ip, port) \
_FUNC(RtdeClient, 0, disconnect) \
_FUNC(RtdeClient, 0, hasConnected) \
_FUNC(RtdeClient, 1, hasConnected1, callback) \
_FUNC(RtdeClient, 2, login, usrname, passwd) \
_FUNC(RtdeClient, 0, logout) \
_FUNC(RtdeClient, 0, hasLogined) \
_FUNC(RtdeClient, 0, getProtocolVersion) \
_FUNC(RtdeClient, 0, getInputMaps) \
_FUNC(RtdeClient, 0, getOutputMaps) \
_FUNC(RtdeClient, 4, setTopic, to_server, names, freq, expected_chanel) \
_FUNC(RtdeClient, 2, removeTopic, to_server, chanel) \
_FUNC(RtdeClient, 0, getRegisteredInputRecipe) \
_FUNC(RtdeClient, 0, getRegisteredOutputRecipe) \
_FUNC(RtdeClient, 2, subscribe, chanel, callback) \
_FUNC(RtdeClient, 2, publish, chanel, callback) \
_FUNC(RtdeClient, 1, setEventHandler, cb)