예제 #1
0
        // FdAmb_AttributeOwnershipInformed
        public override void FdAmb_AttributeOwnershipInformed(object sender, Racon.RtiLayer.HlaOwnershipManagementEventArgs data)
        {
            // Call the base class handler
            base.FdAmb_AttributeOwnershipInformed(sender, data);

            #region User Code
            throw new NotImplementedException("FdAmb_AttributeOwnershipInformed");
            #endregion //User Code
        }
예제 #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnAttributeOwnershipAssumptionRequested(HlaOwnershipManagementEventArgs e)
 {
     AttributeOwnershipAssumptionRequested?.Invoke(this, e);// Raise the event.
 }
예제 #3
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnAttributeOwnershipAcquisitionCancellationConfirmed(HlaOwnershipManagementEventArgs e)
 {
     AttributeOwnershipAcquisitionCancellationConfirmed?.Invoke(this, e);// Raise the event.
 }
예제 #4
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnAttributeOwnershipUnavailable(HlaOwnershipManagementEventArgs e)
 {
     AttributeOwnershipUnavailable?.Invoke(this, e);// Raise the event.
 }
예제 #5
0
 /// <summary>
 ///
 /// </summary>
 protected virtual void OnAttributeOwnershipDivestitureNotified(HlaOwnershipManagementEventArgs e)
 {
     AttributeOwnershipDivestitureNotified?.Invoke(this, e);// Raise the event.
 }
예제 #6
0
 /// <summary>
 /// OnAttributeOwnershipInformed
 /// </summary>
 protected virtual void OnAttributeOwnershipInformed(HlaOwnershipManagementEventArgs e)
 {
     AttributeOwnershipInformed?.Invoke(this, e);// Raise the event.
 }
예제 #7
0
 /// <summary>
 /// OnRequestDivestitureConfirmation
 /// </summary>
 protected virtual void OnRequestDivestitureConfirmation(HlaOwnershipManagementEventArgs e)
 {
     RequestDivestitureConfirmation?.Invoke(this, e);// Raise the event.
 }