Exemplo n.º 1
0
        // FdAmb_FederationSaved
        public override void FdAmb_FederationSaved(object sender, Racon.RtiLayer.HlaFederationManagementEventArgs data)
        {
            // Call the base class handler
            base.FdAmb_FederationSaved(sender, data);

            #region User Code
            throw new NotImplementedException("FdAmb_FederationSaved");
            #endregion //User Code
        }
Exemplo n.º 2
0
 /// <summary>
 /// </summary>
 protected virtual void OnFederationRestoreStatusResponse(HlaFederationManagementEventArgs e)
 {
     FederationRestoreStatusResponse?.Invoke(this, e);// Raise the event.
 }
Exemplo n.º 3
0
 /// <summary>
 ///
 /// </summary>
 protected virtual void OnFederationRestoreBegun(HlaFederationManagementEventArgs e)
 {
     FederationRestoreBegun?.Invoke(this, e);// Raise the event.
 }
Exemplo n.º 4
0
 /// <summary>
 ///
 /// </summary>
 protected virtual void OnFederationSaved(HlaFederationManagementEventArgs e)
 {
     FederationSaved?.Invoke(this, e);// Raise the event.
 }
Exemplo n.º 5
0
 /// <summary>
 ///
 /// </summary>
 protected virtual void OnFederationRestorationRequestConfirmed(HlaFederationManagementEventArgs e)
 {
     FederationRestorationRequestConfirmed?.Invoke(this, e);// Raise the event.
 }
Exemplo n.º 6
0
 /// <summary>
 ///
 /// </summary>
 protected virtual void OnInitiateFederateRestore(HlaFederationManagementEventArgs e)
 {
     InitiateFederateRestore?.Invoke(this, e);// Raise the event.
 }
Exemplo n.º 7
0
 /// <summary>
 ///
 /// </summary>
 protected virtual void OnSynchronizationPointAnnounced(HlaFederationManagementEventArgs e)
 {
     SynchronizationPointAnnounced?.Invoke(this, e);// Raise the event.
 }
Exemplo n.º 8
0
 /// <summary>
 ///
 /// </summary>
 protected virtual void OnSynchronizationPointRegistrationConfirmed(HlaFederationManagementEventArgs e)
 {
     SynchronizationPointRegistrationSucceeded?.Invoke(this, e);// Raise the event.
 }
Exemplo n.º 9
0
 /// <summary>
 ///
 /// </summary>
 protected virtual void OnConnectionLost(HlaFederationManagementEventArgs e)
 {
     ConnectionLost?.Invoke(this, e);// Raise the event.
 }