parse_instant_rate_sync_time
Description:
[ Version ( since = "1.18" ) ]
public void parse_instant_rate_sync_time (out double rate_multiplier, out ClockTime running_time, out ClockTime upstream_running_time)
public void parse_instant_rate_sync_time (out double rate_multiplier, out ClockTime running_time, out ClockTime upstream_running_time)
Extract the rate multiplier and running times from an instant-rate-sync-time event.
Parameters:
this |
a Event of type INSTANT_RATE_CHANGE |
rate_multiplier |
location where to store the rate of the instant-rate-sync-time event, or |
running_time |
location in which to store the running time of the instant-rate-sync-time event, or |
upstream_running_time |
location in which to store the upstream running time of the instant-rate-sync-time event, or |