KiCad PCB EDA Suite
Loading...
Searching...
No Matches
kiway_player.cpp File Reference
#include <kiway_player.h>
#include <kiway_mail.h>
#include <kiway.h>
#include <id.h>
#include <macros.h>
#include <typeinfo>
#include <wx/utils.h>
#include <wx/evtloop.h>
#include <wx/socket.h>
#include <core/raii.h>
#include <wx/log.h>

Go to the source code of this file.

Macros

#define IPC_BUF_SIZE   4096
 

Functions

static const wxString HOSTNAME (wxT("localhost"))
 

Variables

static char client_ipc_buffer [IPC_BUF_SIZE]
 

Macro Definition Documentation

◆ IPC_BUF_SIZE

#define IPC_BUF_SIZE   4096

Definition at line 42 of file kiway_player.cpp.

Referenced by KIWAY_PLAYER::OnSockRequest().

Function Documentation

◆ HOSTNAME()

static const wxString HOSTNAME ( wxT("localhost") )
static

Variable Documentation

◆ client_ipc_buffer

char client_ipc_buffer[IPC_BUF_SIZE]
static

Definition at line 43 of file kiway_player.cpp.

Referenced by KIWAY_PLAYER::OnSockRequest().