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

Class representing the Synchronization Control register. More...

Public Member Functions

 SynchronizationControlRegister ()
 Creates a new SynchronizationControlRegister with default initialization values. More...
 
 SynchronizationControlRegister (SyncInMode syncInMode, SyncInEdge syncInEdge, UInt16 syncInSkipFactor, SyncOutMode syncOutMode, SyncOutPolarity syncOutPolarity, UInt16 syncOutSkipFactor, UInt32 syncOutPulseWidth)
 Creates a new SynchronizationControlRegister with the provided values. More...
 

Public Attributes

SyncInMode SyncInMode
 The SyncInMode field. More...
 
SyncInEdge SyncInEdge
 The SyncInEdge field. More...
 
UInt16 SyncInSkipFactor
 The SyncInSkipFactor field. More...
 
SyncOutMode SyncOutMode
 The SyncOutMode field. More...
 
SyncOutPolarity SyncOutPolarity
 The SyncOutPolarity field. More...
 
UInt16 SyncOutSkipFactor
 The SyncOutSkipFactor field. More...
 
UInt32 SyncOutPulseWidth
 The SyncOutPulseWidth field. More...
 

Detailed Description

Class representing the Synchronization Control register.

Constructor & Destructor Documentation

VectorNav.Sensor.SynchronizationControlRegister.SynchronizationControlRegister ( )

Creates a new SynchronizationControlRegister with default initialization values.

VectorNav.Sensor.SynchronizationControlRegister.SynchronizationControlRegister ( SyncInMode  syncInMode,
SyncInEdge  syncInEdge,
UInt16  syncInSkipFactor,
SyncOutMode  syncOutMode,
SyncOutPolarity  syncOutPolarity,
UInt16  syncOutSkipFactor,
UInt32  syncOutPulseWidth 
)

Creates a new SynchronizationControlRegister with the provided values.

Parameters
syncInModeValue to initialize the SyncInMode field with.
syncInEdgeValue to initialize the SyncInEdge field with.
syncInSkipFactorValue to initialize the SyncInSkipFactor field with.
syncOutModeValue to initialize the SyncOutMode field with.
syncOutPolarityValue to initialize the SyncOutPolarity field with.
syncOutSkipFactorValue to initialize the SyncOutSkipFactor field with.
syncOutPulseWidthValue to initialize the SyncOutPulseWidth field with.

Member Data Documentation

SyncInEdge VectorNav.Sensor.SynchronizationControlRegister.SyncInEdge

The SyncInEdge field.

SyncInMode VectorNav.Sensor.SynchronizationControlRegister.SyncInMode

The SyncInMode field.

UInt16 VectorNav.Sensor.SynchronizationControlRegister.SyncInSkipFactor

The SyncInSkipFactor field.

SyncOutMode VectorNav.Sensor.SynchronizationControlRegister.SyncOutMode

The SyncOutMode field.

SyncOutPolarity VectorNav.Sensor.SynchronizationControlRegister.SyncOutPolarity

The SyncOutPolarity field.

UInt32 VectorNav.Sensor.SynchronizationControlRegister.SyncOutPulseWidth

The SyncOutPulseWidth field.

UInt16 VectorNav.Sensor.SynchronizationControlRegister.SyncOutSkipFactor

The SyncOutSkipFactor field.


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