示例#1
0
 /// <summary>
 /// General rti event occured
 /// </summary>
 /// <param name="_val"></param>
 protected void OnRTIEventOccured(RaconEventArgs _val)
 {
     RTIEventOccured?.Invoke(this, _val);
 }
示例#2
0
 // RtiAmb Events
 public override void RtiAmb_FederationExecutionCreated(object sender, Racon.RtiLayer.RaconEventArgs e)
 {
     // Always call the base class handler first
     base.RtiAmb_FederationExecutionCreated(sender, e);
     // Specialize the event handler, if needed.
 }