This is the complete list of members for PathOptimisingServer, including all inherited members.
| _checkCnt | PathOptimisingServer | protected |
| _filterDivideCnt | PathOptimisingServer | protected |
| _gridSize | PathOptimisingServer | protected |
| _maxNodeCnt | PathOptimisingServer | protected |
| _maxOpenSetSize | PathOptimisingServer | protected |
| _optimizeLoopCnt | PathOptimisingServer | protected |
| _scene | PathOptimisingServer | protected |
| _sem | BaseServer | protected |
| _showTrace | PathOptimisingServer | protected |
| _threadCnt | PathOptimisingServer | protected |
| acceptNewSocket() | BaseServer | inline |
| COMMAND_IS_READY | PathOptimisingServer | static |
| COMMAND_OPTIMIZE_PATH | PathOptimisingServer | static |
| COMMAND_START_OPTIMIZE_PATH | PathOptimisingServer | static |
| getAddress() const | BaseServer | inline |
| getServerFd() const | BaseServer | inline |
| init(int port, int maxClients, int delay) | BaseServer | virtual |
| initLinuxServerSocket() | BaseServer | static |
| mainLoop() | BaseServer | |
| onSocketConnected(int clientSocket) override | PathOptimisingServer | virtual |
| pathOptimisingReady | PathOptimisingServer | protected |
| PathOptimisingServer(const std::shared_ptr< bmpf::Scene > &scene, bool showTrace, unsigned int maxOpenSetSize, int gridSize, unsigned int maxNodeCnt, int checkCnt, int filterDivideCnt, int optimizeLoopCnt, int threadCnt=1) | PathOptimisingServer | inline |
| paths | PathOptimisingServer | protected |
| pfs | PathOptimisingServer | protected |
| processCommand(int clientSocket, int command, Json::Value jsonData) override | PathOptimisingServer | virtual |
| processRequests(int clientSocket) | BaseServer | |
| startOptimisePath(PathOptimisingServer *pos, std::shared_ptr< bmpf::MedianPathOptimizer > po, int clientSocket, std::vector< std::vector< double >> path) | PathOptimisingServer | static |
| stop() | BaseServer | inline |