Unit WheatstoneTypes

Uses
Classes, Interfaces, Objects and Records
Functions and Procedures
Variables

Description

 

Overview

Types

TWheatstoneInputCommand = (...);
TWheatstoneInputCommands = set of TWheatstoneInputCommand;

Constants

WHEATSTONE_MIXER_MAX_INPUT = 64;
WHEATSTONE_BLADE_MAX_SLIO = 192;

Description

Types

TWheatstoneInputCommand = (...);
 
Attributes
EnumPrefix('ic')
EnumCaption('Channel On')
EnumCaption('Channel Off')
EnumCaption('CUE On')
EnumCaption('CUE Off')
Values
  • icChannelOn
  • icChannelOff
  • icCueOn
  • icCueOff
TWheatstoneInputCommands = set of TWheatstoneInputCommand;
 

Constants

WHEATSTONE_MIXER_MAX_INPUT = 64;
 
WHEATSTONE_BLADE_MAX_SLIO = 192;
 

Generated by PasDoc 0.16.0.