I!-Connectlinx Variables - AMX RMS CODECRAFTER Instruction Manual

Hide thumbs Also See for RMS CODECRAFTER:
Table of Contents

Advertisement

// If a G4 panel appears first in this list, then G4 commands will be
used (looks better).
VOLATILE DEV dvRMSTPWelcome[] =
{
dvTP2a
}
Keyboard Panels
RMS CodeCrafter should create a device array for all Main Panels Base (string) devices. This array
is used as a parameter to the RMSUIMod, RMSHelpUIMod, and KeyboardMod modules. This
array is created only if the user selects Main and Welcome Panels under Scheduling Options, or
selects the Include Help Desk Code option (AssetManager only).
// RMS Keyboard Devices
VOLATILE DEV dvRMSKeyboard[] =
{
dvTP1a
}
Keyboard Channel Arrays
RMS CodeCrafter creates three channel arrays, nchKBControl, nchKBFields and nvtKBFields, for
parameters to KeyboardMod if KeyboardMod is included. These arrays should include the default
values for the channels used by the RMS touch panel pages as shown below. These arrays will be
created only if the user selects Main and Welcome Panels under Scheduling Options.
// Keyboard Insert and Auto Shift
VOLATILE INTEGER nchKBControl[] =
{
79,
80,
81,
82
}
// Keyboard Fields for direct select
VOLATILE INTEGER nchKBFields[]=
{
78
}
// Keyboard Fields for direct select
VOLATILE INTEGER nvtKBFields[]=
{
78
}

i!-ConnectLinx variables

String and Level parameters
RMS CodeCrafter creates variables to hold string and level parameters from i!-ConnectLinx if the
i!-ConnectLinx module is included. These variables are arrays and have a length of three (3) to
support standard i!-ConnectLinx functions. These arrays will only be included if Pre-Meeting
Presets and/or Monitor Source are selected in the i!-ConnectLinx Options page.
// i!-ConnectLinx parameter storage
VOLATILE SLONG
VOLATILE CHAR
Channel Arrays
RMS CodeCrafter creates two channel arrays for i!-ConnectLinx if i!-ConnectLinx/touch panel
button mapping has been defined.
// i!-ConnectLinx Standard Actions
VOLATILE INTEGER nchCLButtons[] =
RMS CodeCrafter
// Insert
// Auto Shift
// OK
// Cancel
// Field 1
// Field 1
asnNumberLevelArgValues[3]
acStringEnumArgValues[3][50]
Code Generation
75

Advertisement

Table of Contents
loading

Table of Contents