Show / Hide Table of Contents

Interface ITimeBaseServiceClient

Namespace: MAT.Atlas.Automation.Client.Services.Interface
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public interface ITimeBaseServiceClient

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

SetCursorVba(ObjectId, Double)

Declaration
void SetCursorVba(ObjectId timeBaseId, double time)
Parameters
Type Name Description
ObjectId timeBaseId
System.Double time

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

SetTimeBaseVba(ObjectId, Double, Double)

Declaration
void SetTimeBaseVba(ObjectId timeBaseId, double startTime, double endTime)
Parameters
Type Name Description
ObjectId timeBaseId
System.Double startTime
System.Double endTime

SubscribeTimeBaseChanged(ObjectId)

Declaration
void SubscribeTimeBaseChanged(ObjectId timeBaseId)
Parameters
Type Name Description
ObjectId timeBaseId

UnsubscribeTimeBaseChanged(ObjectId)

Declaration
void UnsubscribeTimeBaseChanged(ObjectId timeBaseId)
Parameters
Type Name Description
ObjectId timeBaseId
In This Article
Back to top Generated by DocFX