#include "APIServer.hpp"
#include "APIServerInstance.hpp"
#include "APIServerThread.hpp"
#include <new>
#include "ServiceMessage.hpp"
#include "ServiceException.hpp"
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | ENUM_TEXT(code) case code : return #code; |
Functions | |
const char * | ServerManagerText (ServerManager code) |
const char * | ServerOperationText (ServerOperation code) |
Variables | |
int | rxapiCounter = 0 |
#define ENUM_TEXT | ( | code | ) | case code : return #code; |
Definition at line 140 of file APIServer.cpp.
const char* ServerManagerText | ( | ServerManager | code | ) |
Definition at line 142 of file APIServer.cpp.
References APIManager, ENUM_TEXT, MacroSpaceManager, QueueManager, and RegistrationManager.
Referenced by APIServer::processMessages().
const char* ServerOperationText | ( | ServerOperation | code | ) |
Definition at line 154 of file APIServer.cpp.
References ADD_MACRO, ADD_TO_NAMED_QUEUE, ADD_TO_SESSION_QUEUE, CLEAR_MACRO_SPACE, CLEAR_NAMED_QUEUE, CLEAR_SESSION_QUEUE, CLOSE_CONNECTION, CONNECTION_ACTIVE, CREATE_NAMED_QUEUE, CREATE_SESSION_QUEUE, DELETE_NAMED_QUEUE, DELETE_SESSION_QUEUE, ENUM_TEXT, GET_MACRO_DESCRIPTOR, GET_MACRO_IMAGE, GET_NAMED_QUEUE_COUNT, GET_SESSION_QUEUE_COUNT, ITERATE_MACRO_DESCRIPTORS, ITERATE_MACROS, MACRO_RETRIEVE_NEXT, MACRO_SEND_NEXT, NEST_SESSION_QUEUE, NEXT_MACRO_DESCRIPTOR, NEXT_MACRO_IMAGE, OPEN_NAMED_QUEUE, PROCESS_CLEANUP, PULL_FROM_NAMED_QUEUE, PULL_FROM_SESSION_QUEUE, QUERY_MACRO, QUERY_NAMED_QUEUE, REGISTER_DROP, REGISTER_DROP_LIBRARY, REGISTER_ENTRYPOINT, REGISTER_LIBRARY, REGISTER_LOAD_LIBRARY, REGISTER_QUERY, REGISTER_QUERY_LIBRARY, REMOVE_MACRO, REORDER_MACRO, SHUTDOWN_SERVER, and UPDATE_CALLBACK.
Referenced by APIServer::processMessages().
int rxapiCounter = 0 |
Definition at line 48 of file APIServer.cpp.
Referenced by APIServer::processMessages().