C# 클래스 Ev3devMapping.PositionHistory

상속: MonoBehaviour
파일 보기 프로젝트 열기: bmegli/ev3dev-mapping-ui 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
properties PositionHistoryProperties

공개 메소드들

메소드 설명
Awake ( ) : void
GetPositionSnapshotThreadSafe ( ulong timestamp_from, ulong timestamp_to, bool &no_position_data_yet, bool &data_not_in_history ) : PositionSnapshot

Gets the snapshot of position history in timestamp range. O( log(n) )

PositionHistory ( ) : UnityEngine
PositionHistory ( int historySize ) : UnityEngine
PutThreadSafe ( Ev3devMapping.PositionData pos ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

GetPositionSnapshotThreadSafe() 공개 메소드

Gets the snapshot of position history in timestamp range. O( log(n) )
public GetPositionSnapshotThreadSafe ( ulong timestamp_from, ulong timestamp_to, bool &no_position_data_yet, bool &data_not_in_history ) : PositionSnapshot
timestamp_from ulong Timestamp from.
timestamp_to ulong Timestamp to.
no_position_data_yet bool
data_not_in_history bool
리턴 PositionSnapshot

PositionHistory() 공개 메소드

public PositionHistory ( ) : UnityEngine
리턴 UnityEngine

PositionHistory() 공개 메소드

public PositionHistory ( int historySize ) : UnityEngine
historySize int
리턴 UnityEngine

PutThreadSafe() 공개 메소드

public PutThreadSafe ( Ev3devMapping.PositionData pos ) : void
pos Ev3devMapping.PositionData
리턴 void

프로퍼티 상세

properties 공개적으로 프로퍼티

public PositionHistoryProperties,Ev3devMapping properties
리턴 PositionHistoryProperties