|
KiCad PCB EDA Suite
|
#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] |
| #define IPC_BUF_SIZE 4096 |
Definition at line 42 of file kiway_player.cpp.
Referenced by KIWAY_PLAYER::OnSockRequest().
|
static |
|
static |
Definition at line 43 of file kiway_player.cpp.
Referenced by KIWAY_PLAYER::OnSockRequest().