21#ifndef KICAD_API_SERVER_H
22#define KICAD_API_SERVER_H
29#include <wx/filename.h>
75 std::string SocketPath()
const;
88 void onApiRequest( std::string* aRequest );
94 void handleApiEvent( wxCommandEvent& aEvent );
96 void handleApiRequestString( std::string& aRequestString );
98 void log(
const std::string& aOutput );
wxDECLARE_EVENT(API_REQUEST_EVENT, wxCommandEvent)
static wxString s_logFileName
void RegisterHandler(API_HANDLER *aHandler)
Adds a new request handler to the server.
wxString m_socketPathOverride
std::set< API_HANDLER * > m_handlers
const std::string & Token() const
void SetReadyToReply(bool aReady=true)
void SetSocketPath(const wxString &aSocketPath)
KICAD_API_SERVER(bool aAutoStart=true)
void DeregisterHandler(API_HANDLER *aHandler)
std::unique_ptr< KINNG_REQUEST_SERVER > m_server