Esempio n. 1
0
        public void FalconUpdate()

        /*
         * Update sharedmem
         */
        {
            if (BMSreader.IsFalconRunning)            //if falcon is running
            {
                BMSdata = BMSreader.GetCurrentData(); // get the current shared mem
                initVars();                           // update variables
            }
        }
Esempio n. 2
0
        public void FalconUpdate()

        /*
         * Update sharedmem
         */
        {
            if (BMSreader.IsFalconRunning) //if falcon is running
            {
                PowerOn = true;
                BMSdata = BMSreader.GetCurrentData(); // get the current shared mem
            }
            else
            {
                PowerOn = false;
            }
        }