VectorNav .NET Library
Public Member Functions | Public Attributes | List of all members
VectorNav.Sensor.SynchronizationStatusRegister Class Reference

Class representing the Synchronization Status register. More...

Public Member Functions

 SynchronizationStatusRegister ()
 Creates a new SynchronizationStatusRegister with default initialization values. More...
 
 SynchronizationStatusRegister (UInt32 syncInCount, UInt32 syncInTime, UInt32 syncOutCount)
 Creates a new SynchronizationStatusRegister with the provided values. More...
 

Public Attributes

UInt32 SyncInCount
 The SyncInCount field. More...
 
UInt32 SyncInTime
 The SyncInTime field. More...
 
UInt32 SyncOutCount
 The SyncOutCount field. More...
 

Detailed Description

Class representing the Synchronization Status register.

Constructor & Destructor Documentation

VectorNav.Sensor.SynchronizationStatusRegister.SynchronizationStatusRegister ( )

Creates a new SynchronizationStatusRegister with default initialization values.

VectorNav.Sensor.SynchronizationStatusRegister.SynchronizationStatusRegister ( UInt32  syncInCount,
UInt32  syncInTime,
UInt32  syncOutCount 
)

Creates a new SynchronizationStatusRegister with the provided values.

Parameters
syncInCountValue to initialize the SyncInCount field with.
syncInTimeValue to initialize the SyncInTime field with.
syncOutCountValue to initialize the SyncOutCount field with.

Member Data Documentation

UInt32 VectorNav.Sensor.SynchronizationStatusRegister.SyncInCount

The SyncInCount field.

UInt32 VectorNav.Sensor.SynchronizationStatusRegister.SyncInTime

The SyncInTime field.

UInt32 VectorNav.Sensor.SynchronizationStatusRegister.SyncOutCount

The SyncOutCount field.


The documentation for this class was generated from the following file: