Subversion Repositories group.electronics

Rev

Rev 177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 177 Rev 178
Line 15... Line 15...
15
        public static void DcsBiosInit() {
15
        public static void DcsBiosInit() {
16
            Globals.bios = new DcsBios();
16
            Globals.bios = new DcsBios();
17
            bios.InitUDP();
17
            bios.InitUDP();
18
        }
18
        }
19
 
19
 
-
 
20
        public static NitvJoy vjoy { get; set; }
-
 
21
        public static void NitvJoyInit() {
-
 
22
            Globals.vjoy = new NitvJoy();
-
 
23
        }
-
 
24
 
20
        //public static Dictionary<UInt16, Led> outputs = new Dictionary<UInt16, Led>();
25
        //public static Dictionary<UInt16, Led> outputs = new Dictionary<UInt16, Led>();
21
        public static volatile Dictionary<UInt16, UInt16> BiosOutput = new Dictionary<UInt16, UInt16>();
26
        public static volatile Dictionary<UInt16, UInt16> BiosOutput = new Dictionary<UInt16, UInt16>();
22
 
27
 
23
        public static InputSimulator SendKey = new InputSimulator();
28
        public static InputSimulator SendKey = new InputSimulator();
24
 
29