Interface ITimeBaseServiceWeb
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
[AutomationService("TimeBase")]
public interface ITimeBaseServiceWeb : IAutomationService
Methods
GetTimeBase(ObjectId)
Declaration
TimeBase GetTimeBase(ObjectId timeBaseId)
Parameters
Type |
Name |
Description |
ObjectId |
timeBaseId |
|
Returns
SetCursor(ObjectId, Int64)
Declaration
void SetCursor(ObjectId timeBaseId, long time)
Parameters
Type |
Name |
Description |
ObjectId |
timeBaseId |
|
System.Int64 |
time |
|
SetCursorToDistance(ObjectId, Double)
Declaration
void SetCursorToDistance(ObjectId timeBaseId, double distance)
Parameters
Type |
Name |
Description |
ObjectId |
timeBaseId |
|
System.Double |
distance |
|
SetCursorToDistanceIntoLap(ObjectId, Double, Int16)
Declaration
void SetCursorToDistanceIntoLap(ObjectId timeBaseId, double distance, short lapNumber)
Parameters
Type |
Name |
Description |
ObjectId |
timeBaseId |
|
System.Double |
distance |
|
System.Int16 |
lapNumber |
|
SetTimeBase(ObjectId, Int64, Int64)
Declaration
void SetTimeBase(ObjectId timeBaseId, long startTime, long endTime)
Parameters
Type |
Name |
Description |
ObjectId |
timeBaseId |
|
System.Int64 |
startTime |
|
System.Int64 |
endTime |
|
SetTimeBaseByLap(ObjectId, Int16)
Declaration
void SetTimeBaseByLap(ObjectId timeBaseId, short lapNumber)
Parameters
Type |
Name |
Description |
ObjectId |
timeBaseId |
|
System.Int16 |
lapNumber |
|
SetTimeBaseByLaps(ObjectId, Int16, Int16)
Declaration
void SetTimeBaseByLaps(ObjectId timeBaseId, short lapNumberStart, short lapNumberEnd)
Parameters
Type |
Name |
Description |
ObjectId |
timeBaseId |
|
System.Int16 |
lapNumberStart |
|
System.Int16 |
lapNumberEnd |
|
SetTimeBaseFastestLap(ObjectId)
Declaration
void SetTimeBaseFastestLap(ObjectId timeBaseId)
Parameters
Type |
Name |
Description |
ObjectId |
timeBaseId |
|