![]() |
VectorNav .NET Library
|
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... | |
Class representing the Synchronization Control register.
| 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.
| syncInMode | Value to initialize the SyncInMode field with. |
| syncInEdge | Value to initialize the SyncInEdge field with. |
| syncInSkipFactor | Value to initialize the SyncInSkipFactor field with. |
| syncOutMode | Value to initialize the SyncOutMode field with. |
| syncOutPolarity | Value to initialize the SyncOutPolarity field with. |
| syncOutSkipFactor | Value to initialize the SyncOutSkipFactor field with. |
| syncOutPulseWidth | Value to initialize the SyncOutPulseWidth field with. |
| 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.
1.8.10