OpenCPN Partial API docs
Loading...
Searching...
No Matches
ipc_api.h File Reference

Server and client CLI api implementations. More...

#include <wx/cmdline.h>
#include <wx/ipc.h>
#include <wx/log.h>
#include "model/local_api.h"

Go to the source code of this file.

Classes

class  IpcClientConnection
 Implement LocalClientApi using a filesystem fifo/socket. More...
 
class  IpcClient
 
class  IpcConnection
 Started by IpcServer on filesystem fifo/socket connects. More...
 
class  IpcServer
 Implement LocalServerApi using a filesystem fifo/socket. More...
 
class  DummyIpcServer
 Useless place holder for LocalServerApi. More...
 
class  DummyIpcClient
 

Functions

std::string GetSocketPath ()
 

Detailed Description

Server and client CLI api implementations.

Definition in file ipc_api.h.

Function Documentation

◆ GetSocketPath()

std::string GetSocketPath ( )

Definition at line 32 of file ipc_api.cpp.