// This C++ source file was generated by the TTCN-3 compiler // of the TTCN-3 Test Executor version 9.0.0 // for (build@df34402ede0d) on Tue Jun 25 17:59:45 2024 // Copyright (c) 2000-2023 Ericsson Telecom AB // Do not edit this file unless you know what you are doing. /* Including header files */ #include "IPA_CodecPort_CtrlFunct.hh" namespace IPA__CodecPort__CtrlFunct { /* Literal string constants */ const unsigned char module_checksum[] = { 0x73, 0xc9, 0xc0, 0xab, 0x01, 0x90, 0xa4, 0xb5, 0x0e, 0xf0, 0x5f, 0x14, 0xf3, 0xbf, 0xe6, 0xb1 }; /* Global variable definitions */ IPL4asp__Types::OptionList const_f__IPL4__listen_options_defval; const IPL4asp__Types::OptionList& f__IPL4__listen_options_defval = const_f__IPL4__listen_options_defval; IPL4asp__Types::OptionList const_f__IPL4__connect_options_defval; const IPL4asp__Types::OptionList& f__IPL4__connect_options_defval = const_f__IPL4__connect_options_defval; Socket__API__Definitions::ProtoTuple const_f__IPL4__close_proto_defval; const Socket__API__Definitions::ProtoTuple& f__IPL4__close_proto_defval = const_f__IPL4__close_proto_defval; TTCN_Module module_object("IPA_CodecPort_CtrlFunct", __DATE__, __TIME__, module_checksum, pre_init_module, NULL, 0U, 4294967295U, 4294967295U, 4294967295U, NULL, 0LU, 0, post_init_module, NULL, NULL, NULL, NULL, NULL, NULL, NULL); const RuntimeVersionChecker ver_checker( current_runtime_version.requires_major_version_9, current_runtime_version.requires_minor_version_0, current_runtime_version.requires_patch_level_0, current_runtime_version.requires_runtime_1); /* Bodies of static functions */ void pre_init_module() { TTCN_Location current_location("IPA_CodecPort_CtrlFunct.ttcn", 0, TTCN_Location::LOCATION_UNKNOWN, "IPA_CodecPort_CtrlFunct"); IPA__CodecPort::module_object.pre_init_module(); module_object.add_function("f_IPL4_listen", (genericfunc_t)&f__IPL4__listen, NULL); module_object.add_function("f_IPL4_connect", (genericfunc_t)&f__IPL4__connect, NULL); module_object.add_function("f_IPL4_close", (genericfunc_t)&f__IPL4__close, NULL); module_object.add_function("f_IPL4_setUserData", (genericfunc_t)&f__IPL4__setUserData, NULL); module_object.add_function("f_IPL4_getUserData", (genericfunc_t)&f__IPL4__getUserData, NULL); module_object.add_function("f_IPL4_setGetMsgLen", (genericfunc_t)&f__IPL4__setGetMsgLen, NULL); } void post_init_module() { TTCN_Location current_location("IPA_CodecPort_CtrlFunct.ttcn", 0, TTCN_Location::LOCATION_UNKNOWN, "IPA_CodecPort_CtrlFunct"); IPA__CodecPort::module_object.post_init_module(); current_location.update_lineno(11); /* IPA_CodecPort_CtrlFunct.ttcn, line 11 */ const_f__IPL4__listen_options_defval = NULL_VALUE; current_location.update_lineno(22); /* IPA_CodecPort_CtrlFunct.ttcn, line 22 */ const_f__IPL4__connect_options_defval = NULL_VALUE; current_location.update_lineno(28); /* IPA_CodecPort_CtrlFunct.ttcn, line 28 */ const_f__IPL4__close_proto_defval.unspecified() = NULL_VALUE; } } /* end of namespace */