Exemplo n.º 1
0
		public DriveDistance(ContextManager pManager, string sInstanceName)
	    {
			//Initialize Region Variables
			m_drivedistancesm = StateEnum.NOSTATE;
			m_sInstanceName = sInstanceName;
			m_sType = "DriveDistance";
			m_StateMachineImpl = new StateMachineImpl(this, pManager);
		
	
	    }
Exemplo n.º 2
0
		public DriveDistance()
	    {
	        m_StateMachineImpl = null;
	    }