Exemplo n.º 1
0
        public void WireUp(Animatroller.Simulator.SimulatorForm sim)
        {
            sim.AddDigitalInput_FlipFlop(buttonTest1);

            sim.AutoWireUsingReflection(this);
        }
Exemplo n.º 2
0
        public void WireUp(Animatroller.Simulator.SimulatorForm sim)
        {
            sim.AddDigitalInput_FlipFlop(buttonTest);
            sim.AddDigitalInput_FlipFlop(buttonOverrideHours);
            sim.AddDigitalInput_Momentarily(buttonStartInflatables);

            sim.AddDigitalInput_Momentarily(buttonBlue);
            sim.AddDigitalInput_Momentarily(buttonRed);

            sim.AutoWireUsingReflection_Simple(this);
            //sim.AutoWireUsingReflection(this);
        }
Exemplo n.º 3
0
        public void WireUp(Animatroller.Simulator.SimulatorForm sim)
        {
            sim.AddDigitalInput_Momentarily(buttonMotionCat);
            sim.AddDigitalInput_Momentarily(buttonMotionBeauty);
            sim.AddDigitalInput_Momentarily(buttonTriggerStairs);
            sim.AddDigitalInput_Momentarily(buttonTriggerPopup);
            sim.AddDigitalInput_FlipFlop(buttonTestC);

            sim.AddDigitalInput_Momentarily(buttonTestA);
            sim.AddDigitalInput_Momentarily(buttonTestB);
            sim.AddDigitalInput_FlipFlop(buttonTestSpider);

            sim.AutoWireUsingReflection(this);
        }
Exemplo n.º 4
0
        public void WireUp(Animatroller.Simulator.SimulatorForm sim)
        {
            sim.AddDigitalInput_Momentarily(buttonTestSound);
            sim.AddDigitalInput_Momentarily(buttonPlayBackground);
            sim.AddDigitalInput_Momentarily(buttonPauseBackground);
            sim.AddDigitalInput_Momentarily(buttonTrigger1);
            sim.AddDigitalInput_Momentarily(buttonTestLight1);
            sim.AddDigitalInput_FlipFlop(buttonTestLight2);

            sim.AutoWireUsingReflection(this);
        }
Exemplo n.º 5
0
        public void WireUp(Animatroller.Simulator.SimulatorForm sim)
        {
            sim.AddDigitalInput_FlipFlop(buttonTestHand);
            sim.AddDigitalInput_FlipFlop(buttonTestHead);
            sim.AddDigitalInput_FlipFlop(buttonTestDrawer1);
            sim.AddDigitalInput_FlipFlop(buttonTestDrawer2);
            sim.AddDigitalInput_FlipFlop(buttonTestPopEyes);
            sim.AddDigitalInput_FlipFlop(buttonTestPopUp);

            sim.AddDigitalInput_Momentarily(buttonRunSequence);
            sim.AddDigitalInput_Momentarily(buttonTestSound);

            sim.AutoWireUsingReflection(this);
        }