Implement LocalServerApi using a filesystem fifo/socket.  
 More...
#include <ipc_api.h>
|  | 
|  | IpcServer (const std::string &path) | 
|  | 
| wxConnectionBase * | OnAcceptConnection (const wxString &topic) | 
|  | 
| void | Serve () | 
|  | void, we are serving as long as there is a ServerFactory. 
 | 
|  | 
| virtual void | SetGetRestApiEndpointCb (std::function< std::string()> cb) | 
|  | Set callback returning the rest server root endpoint. 
 | 
|  | 
Implement LocalServerApi using a filesystem fifo/socket. 
Definition at line 101 of file ipc_api.h.
◆ IpcServer() [1/2]
  
  | 
        
          | IpcServer::IpcServer | ( | const std::string & | path | ) |  |  | inline | 
 
 
◆ IpcServer() [2/2]
◆ OnAcceptConnection()
  
  | 
        
          | wxConnectionBase * IpcServer::OnAcceptConnection | ( | const wxString & | topic | ) |  |  | inline | 
 
 
◆ Serve()
  
  | 
        
          | void IpcServer::Serve | ( |  | ) |  |  | inline | 
 
void, we are serving as long as there is a ServerFactory. 
Definition at line 114 of file ipc_api.h.
 
 
◆ is_connected
      
        
          | const bool IpcServer::is_connected | 
      
 
 
The documentation for this class was generated from the following file:
- /home/runner/work/main/main/opencpn/model/include/model/ipc_api.h