예제 #1
0
        public AccessControl_SendFSM(urn_jaus_jss_core_Transport_1_1.Transport_SendFSM pTransport_SendFSM, urn_jaus_jss_core_Events_1_1.Events_SendFSM pEvents_SendFSM)
        {
            /*
             * If there are other variables, context must be constructed last so that all
             * class variables are available if an EntryAction of the InitialState of the
             * statemachine needs them.
             */
            context = new AccessControl_SendFSMContext(this);

            this.pTransport_SendFSM = pTransport_SendFSM;
            this.pEvents_SendFSM    = pEvents_SendFSM;
        }
예제 #2
0
		public AccessControl_SendFSM(urn_jaus_jss_core_Transport_1_1.Transport_SendFSM pTransport_SendFSM, urn_jaus_jss_core_Events_1_1.Events_SendFSM pEvents_SendFSM)
	{

		/*
	 * If there are other variables, context must be constructed last so that all 
	 * class variables are available if an EntryAction of the InitialState of the 
	 * statemachine needs them. 
		 */
		context = new AccessControl_SendFSMContext(this);

	this.pTransport_SendFSM = pTransport_SendFSM;
	this.pEvents_SendFSM = pEvents_SendFSM;
	}