using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ScoutBase.CAT { public enum RigCtlStatus { stNotConfigured, stDisabled, stPortBusy, stNotResponding, stOnLine } }