示例#1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnRequestRetraction(HlaTimeManagementEventArgs e)
 {
     RequestRetraction?.Invoke(this, e);// Raise the event.
 }
示例#2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnTimeRegulationEnabled(HlaTimeManagementEventArgs e)
 {
     TimeRegulationEnabled?.Invoke(this, e);// Raise the event.
 }
示例#3
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnTimeAdvanceGrant(HlaTimeManagementEventArgs e)
 {
     TimeAdvanceGrant?.Invoke(this, e);// Raise the event.
 }
示例#4
0
 // TM
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnTimeConstrainedEnabled(HlaTimeManagementEventArgs e)
 {
     TimeConstrainedEnabled?.Invoke(this, e);// Raise the event.
 }