Method BuildSamplingRequest
BuildSamplingRequest(double)
Prepare the sampling request for the next simulation sampling.
Declaration
protected void BuildSamplingRequest(double endTime)
Parameters
Type | Name | Description |
---|---|---|
double | endTime | The time of the current OnTick call, using previous OnTick call as reference. In seconds. |
Remarks
Time t=0 refers to the previous OnTick call, and t=endTime refers to the current OnTick call.