OpenCPN Partial API docs
DummyIpcServer Class Reference

Useless place holder for LocalServerApi. More...

#include <ipc_api.h>

Inheritance diagram for DummyIpcServer:
LocalServerApi

Public Member Functions

 DummyIpcServer (const std::string &path)
 
wxConnectionBase * OnAcceptConnection (const wxString &topic)
 
void Serve ()
 
- Public Member Functions inherited from LocalServerApi
virtual void SetGetRestApiEndpointCb (std::function< std::string()> cb)
 Set callback returning the rest server root endpoint.
 

Static Public Member Functions

static DummyIpcServerGetInstance ()
 
- Static Public Member Functions inherited from LocalServerApi
static LocalServerApiGetInstance ()
 
static void ReleaseInstance ()
 Release Instance.
 

Additional Inherited Members

- Public Attributes inherited from LocalServerApi
EventVar on_raise
 Notified on the Raise command.
 
EventVar on_quit
 Notified on the Quit command.
 
std::function< bool(const std::string &)> open_file_cb
 Callback invoked on open command with a file path argument.
 
std::function< std::string()> get_rest_api_endpoint_cb
 

Detailed Description

Useless place holder for LocalServerApi.

Definition at line 128 of file ipc_api.h.


The documentation for this class was generated from the following file: