Show / Hide Table of Contents

Interface ITimeBaseServiceWeb

Namespace: MAT.Atlas.Automation.Api
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
Type Description
TimeBase

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
In This Article
Back to top Generated by DocFX