Function iox_ws_detach_server_event

Function Documentation

Warning

doxygenfunction: Unable to resolve function “iox_ws_detach_server_event” with arguments “(iox_ws_t const, iox_server_t const, const ENUM)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expected identifier in nested name, got keyword: void [error at 4] void iox_ws_detach_server_event (iox_ws_t const self, iox_server_t const server, const ENUM iox_ServerEvent serverEvent) —-^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 32] void iox_ws_detach_server_event (iox_ws_t const self, iox_server_t const server, const ENUM iox_ServerEvent serverEvent) ——————————–^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “s”. [error at 108] void iox_ws_detach_server_event (iox_ws_t const self, iox_server_t const server, const ENUM iox_ServerEvent serverEvent) ————————————————————————————————————^