Beispiel #1
0
        /**
         * Returns the polar magnitude of the speed of the treadmill.
         */
        public static double GetFloorSpeedMagnitude()
        {
            InfinadeckInitError e = InfinadeckInitError.InfinadeckInitError_None;

            if (!CheckConnection())
            {
                InitConnection(ref e);
            }
            return(InfinadeckInterOp.GetFloorSpeedMagnitude());
        }