CHAILink SDK
Version 1.3
|
#include "CLC_CustomizationVerif.h"
#include "CLCm_Defines.h"
#include "CLC_Types.h"
#include "CLC_Enums.h"
#include "CLCm_TransportProtocol.h"
#include "CLCm_Utils.h"
#include "CLC_Utils.h"
#include "CLC_Fct_Async.h"
#include "CLC_Fct_Value.h"
#include "CLC_Fct_EventMessage.h"
#include "CLC_Fct_ModifierMessage.h"
#include "CLC_Fct_SelectorMessage.h"
#include "CLC_Fct_TextMessage.h"
#include "CLC_Fct_DataTransferMessage.h"
#include "CLC_Fct_CHAI.h"
#include "CLC_Fct_LocalDevice.h"
#include "CLC_Fct_CP2Midi.h"
#include "CLC_Fct_Midi2CP.h"
#include "CLC_Fct_HybridMidi.h"
#include "CLC_Fct_SharedDisplayClient.h"
#include "CLC_Fct_SharedDisplay.h"
#include "CLC_Fct_VMIDILink.h"
#include "CLC_Fct_Input.h"
#include "CLC_Fct_Output.h"
#include "CLC_Fct_Pipe.h"
#include "CLC_Fct_RemoteDevice.h"
#include "CLC_Fct_HookedObject.h"
#include "CLC_Fct_Server.h"
#include "CLC_Callbacks.h"
Go to the source code of this file.
Macros | |
#define | _CLTP_CLIENTMODE |
#define | CHECK_INSYSTEMPROCESS() |
#define | CLC_RequestProcessing() |
Functions | |
CPBOOLEAN | CLC_Init (CLC_Callbacks const *const pCB, CLT_Interface const *const pTransportInterface, CPBOOLEAN const fKeepAliveActive) |
CHAILink Client Initialization. More... | |
CPBOOLEAN | CLC_StartScheduler (void) |
CHAILink Client Scheduler start. More... | |
CPBOOLEAN | CLC_StopScheduler (void) |
CHAILink Client Scheduler stop This function allows the internal scheduler to stop. More... | |
void | CLC_DoProcess (void) |
CHAILink Client DoProcess. More... | |
CPBOOLEAN | CLC_IsReady (void) |
Check if the CHAILink is ready. More... | |
CPBOOLEAN | CLC_IsInitialized (void) |
Check if the CHAILink is initialized. More... | |
void | CLC_CallSystemDoProcess (void) |
Call the SystemDoProcess This API enables external components to call the SystemDoProcess. For instance the transport that should perform send request synchronously can call this function in order that the system continues processing others IO while the transport is waiting for an event. More... | |