C# Class Ev3devMapping.PositionHistory

Inheritance: MonoBehaviour
Afficher le fichier Open project: bmegli/ev3dev-mapping-ui Class Usage Examples

Méthodes publiques

Свойство Type Description
properties PositionHistoryProperties

Méthodes publiques

Méthode Description
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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

GetPositionSnapshotThreadSafe() public méthode

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
Résultat PositionSnapshot

PositionHistory() public méthode

public PositionHistory ( ) : UnityEngine
Résultat UnityEngine

PositionHistory() public méthode

public PositionHistory ( int historySize ) : UnityEngine
historySize int
Résultat UnityEngine

PutThreadSafe() public méthode

public PutThreadSafe ( Ev3devMapping.PositionData pos ) : void
pos Ev3devMapping.PositionData
Résultat void

Property Details

properties public_oe property

public PositionHistoryProperties,Ev3devMapping properties
Résultat PositionHistoryProperties