Exemplo n.º 1
0
        /// <summary>
        /// Configuration state
        /// </summary>
        private int InitialState(int currentState, object o)
        {
            TextBoxStreamWriter.DefaultLog.WriteLine("HAL9000.-> Initializing Navigation test.");

            //Load the configuration for this test
            SMConfiguration = new NavigationTest_WORLD();

            // TODO: Change the next status
            return((int)States.FinalState);
        }
Exemplo n.º 2
0
        /// <summary>
        /// Configuration state
        /// </summary>
        private int InitialState(int currentState, object o)
        {
            TextBoxStreamWriter.DefaultLog.WriteLine("HAL9000.-> Initializing Navigation test.");

            //Load the configuration for this test
            SMConfiguration = new NavigationTest_WORLD();

            // TODO: Change the next status
            return (int)States.FinalState;
        }