Unit DHDTypes
Uses
Functions and Procedures
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Record TDHDChannelInfo |
|
Record TDHDChannelState |
Types
TCommunicationMode = (...); |
TDHDConsoleType = (...); |
TDHDConsoleTypes = set of TDHDConsoleType; |
TDHDLevelNotification = (...); |
TDHDLevelNotifications = set of TDHDLevelNotification; |
TDHDPlayerOption = (...); |
TDHDPlayerOptions = set of TDHDPlayerOption; |
TDHDCartwallOption = (...); |
TDHDCartwallOptions = set of TDHDCartwallOption; |
TDHDPlayerState = (...); |
TDHDVTChannel = (...); |
TDHDVTChannels = set of TDHDVTChannel; |
TDHDLogicType = (...); |
TDHDLogicTypes = set of TDHDLogicType; |
TDHDGlobalStateOption = (...); |
TDHDGlobalStateOptions = set of TDHDGlobalStateOption; |
TDHDChannelInfoArray = array of TDHDChannelInfo; |
TRM2200DPlayerOption = (...); |
TRM2200DPlayerOptions = set of TRM2200DPlayerOption; |
TDHDRESTLogInterfaceGlobalLabelConfig = array[MIN_DHD_GLOBALLABEL..MAX_DHD_GLOBALLABEL] of string; |
Constants
MAX_DHD_ADDRESS = 4095; |
MAX_RM2200D_BUTTON = 165; |
MIN_DHD_GLOBALLABEL = 1; |
MAX_DHD_GLOBALLABEL = 500; |
MIN_DHD_OBJECTID = 1; |
MAX_DHD_OBJECTID = 70; |
RM2200D_CMD_CTRL_BUTTON = 71; |
RM2200D_CMD_PARAM_FADERSTATUS = 201; |
RM2200D_CMD_PARAM_FADERASSIGN = 203; |
DefaultDHDPlayerOptions = [
dpoPFL,
dpoUsePause
]; |
DefaultDHDCartwallOptions = [
]; |
ConfigurableMasterStateLogics = [
gsOnAir,
gsAutomation1
]; |
DefaultDHDGlobalStateOptions = [
]; |
DefaultRM2200DPlayerOptions = [
rmpoPFL,
rmpoUsePause
]; |
Description
Types
TCommunicationMode = (...); |
Attributes
Values
|
TDHDConsoleType = (...); |
Attributes
Values
|
TDHDConsoleTypes = set of TDHDConsoleType; |
TDHDLevelNotification = (...); |
Attributes
Values
|
TDHDLevelNotifications = set of TDHDLevelNotification; |
TDHDPlayerOption = (...); |
Attributes
Values
|
TDHDPlayerOptions = set of TDHDPlayerOption; |
TDHDCartwallOption = (...); |
Attributes
Values
|
TDHDCartwallOptions = set of TDHDCartwallOption; |
TDHDPlayerState = (...); |
Attributes
Values
|
TDHDVTChannel = (...); |
Attributes
Values
|
TDHDVTChannels = set of TDHDVTChannel; |
TDHDLogicType = (...); |
Attributes
Values
|
TDHDLogicTypes = set of TDHDLogicType; |
TDHDGlobalStateOption = (...); |
Attributes
Values
|
TDHDGlobalStateOptions = set of TDHDGlobalStateOption; |
TDHDChannelInfoArray = array of TDHDChannelInfo; |
TRM2200DPlayerOption = (...); |
RM2200D Attributes
Values
|
TRM2200DPlayerOptions = set of TRM2200DPlayerOption; |
TDHDRESTLogInterfaceGlobalLabelConfig = array[MIN_DHD_GLOBALLABEL..MAX_DHD_GLOBALLABEL] of string; |
RESTLogInterface |
Constants
MAX_DHD_ADDRESS = 4095; |
MAX_RM2200D_BUTTON = 165; |
MIN_DHD_GLOBALLABEL = 1; |
MAX_DHD_GLOBALLABEL = 500; |
MIN_DHD_OBJECTID = 1; |
MAX_DHD_OBJECTID = 70; |
RM2200D_CMD_CTRL_BUTTON = 71; |
RM2200D_CMD_PARAM_FADERSTATUS = 201; |
RM2200D_CMD_PARAM_FADERASSIGN = 203; |
DefaultDHDPlayerOptions = [
dpoPFL,
dpoUsePause
]; |
DefaultDHDCartwallOptions = [
]; |
ConfigurableMasterStateLogics = [
gsOnAir,
gsAutomation1
]; |
DefaultDHDGlobalStateOptions = [
]; |
DefaultRM2200DPlayerOptions = [
rmpoPFL,
rmpoUsePause
]; |
Generated by PasDoc 0.16.0.