CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CLC_CustomizationTemplate.h
Go to the documentation of this file.
1 //*********************************************************
2 // File: CLC_Customization.h
3 // Project: CopperLan CHAILink Client SDK
4 // Version: 1.3
5 // Release Date: 2014/04/15
6 //*********************************************************
7 // This files is the templates file for CHAILink Client customization.
8 // Enable or disable following defines depending of your needs.
9 
10 #ifndef __CLC_CUSTOMIZATION_H__
11 #define __CLC_CUSTOMIZATION_H__
12 
21 
25 
27 #define ENABLE_DEVICE_LOCAL
28 #define ENABLE_DEVICE_COPPERLAN2MIDI
30 #define ENABLE_DEVICE_VMIDILINKIN
32 #define ENABLE_DEVICE_VMIDILINKOUT
34 #define ENABLE_DEVICE_SHAREDDISPLAY
36 #define ENABLE_DEVICE_SHAREDDISPLAY_CLIENT
38 #define ENABLE_INPUT
40 #define ENABLE_PARAMETER
42 #define ENABLE_OUTPUT
44 #define ENABLE_CONTROLLER
46 #define ENABLE_PIPE
48 #define ENABLE_REMOTE_DEVICE
50 
55 
57 #define ENABLE_NETWORK_SEARCH
58 #define ENABLE_SMARTCONNECT_TARGET
60 #define ENABLE_SNAPSHOT
62 #define ENABLE_CLOCK
64 #define ENABLE_SIGNAL
66 #define ENABLE_GLOBAL_TIMER
68 #define ENABLE_PARAMETER_FEEDBACK
72 #define ENABLE_FLOAT
77 #define ENABLE_RUNTIMECHECK
81 
87 
90 #define ENABLE_MESSAGE_GENERIC
91 #define ENABLE_MESSAGE_EVENT
93 #define ENABLE_MESSAGE_MODIFIER
95 #define ENABLE_MESSAGE_SELECTOR
97 #define ENABLE_MESSAGE_TEXT
99 #define ENABLE_MESSAGE_MIDISYSEX
101 #define ENABLE_MESSAGE_ALL
103 
107 
110 #define CLMSG_MESSAGESIZE (400)
111 
114 
115 #endif // __CLC_CUSTOMIZATION_H__