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

Class representing the INS Advanced Configuration register. More...

Public Member Functions

 InsAdvancedConfigurationRegister ()
 Creates a new InsAdvancedConfigurationRegister with default initialization values. More...
 
 InsAdvancedConfigurationRegister (bool useMag, bool usePres, bool posAtt, bool velAtt, bool velBias, FoamInit useFoam, byte gpsCovType, byte velCount, float velInit, float moveOrigin, float gpsTimeout, float deltaLimitPos, float deltaLimitVel, float minPosUncertainty, float minVelUncertainty)
 Creates a new InsAdvancedConfigurationRegister with the provided values. More...
 

Public Attributes

bool UseMag
 The UseMag field. More...
 
bool UsePres
 The UsePres field. More...
 
bool PosAtt
 The PosAtt field. More...
 
bool VelAtt
 The VelAtt field. More...
 
bool VelBias
 The VelBias field. More...
 
FoamInit UseFoam
 The UseFoam field. More...
 
byte GpsCovType
 The GpsCovType field. More...
 
byte VelCount
 The VelCount field. More...
 
float VelInit
 The VelInit field. More...
 
float MoveOrigin
 The MoveOrigin field. More...
 
float GpsTimeout
 The GpsTimeout field. More...
 
float DeltaLimitPos
 The DeltaLimitPos field. More...
 
float DeltaLimitVel
 The DeltaLimitVel field. More...
 
float MinPosUncertainty
 The MinPosUncertainty field. More...
 
float MinVelUncertainty
 The MinVelUncertainty field. More...
 

Detailed Description

Class representing the INS Advanced Configuration register.

Constructor & Destructor Documentation

VectorNav.Sensor.InsAdvancedConfigurationRegister.InsAdvancedConfigurationRegister ( )

Creates a new InsAdvancedConfigurationRegister with default initialization values.

VectorNav.Sensor.InsAdvancedConfigurationRegister.InsAdvancedConfigurationRegister ( bool  useMag,
bool  usePres,
bool  posAtt,
bool  velAtt,
bool  velBias,
FoamInit  useFoam,
byte  gpsCovType,
byte  velCount,
float  velInit,
float  moveOrigin,
float  gpsTimeout,
float  deltaLimitPos,
float  deltaLimitVel,
float  minPosUncertainty,
float  minVelUncertainty 
)

Creates a new InsAdvancedConfigurationRegister with the provided values.

Parameters
useMagValue to initialize the UseMag field with.
usePresValue to initialize the UsePres field with.
posAttValue to initialize the PosAtt field with.
velAttValue to initialize the VelAtt field with.
velBiasValue to initialize the VelBias field with.
useFoamValue to initialize the UseFoam field with.
gpsCovTypeValue to initialize the GpsCovType field with.
velCountValue to initialize the VelCount field with.
velInitValue to initialize the VelInit field with.
moveOriginValue to initialize the MoveOrigin field with.
gpsTimeoutValue to initialize the GpsTimeout field with.
deltaLimitPosValue to initialize the DeltaLimitPos field with.
deltaLimitVelValue to initialize the DeltaLimitVel field with.
minPosUncertaintyValue to initialize the MinPosUncertainty field with.
minVelUncertaintyValue to initialize the MinVelUncertainty field with.

Member Data Documentation

float VectorNav.Sensor.InsAdvancedConfigurationRegister.DeltaLimitPos

The DeltaLimitPos field.

float VectorNav.Sensor.InsAdvancedConfigurationRegister.DeltaLimitVel

The DeltaLimitVel field.

byte VectorNav.Sensor.InsAdvancedConfigurationRegister.GpsCovType

The GpsCovType field.

float VectorNav.Sensor.InsAdvancedConfigurationRegister.GpsTimeout

The GpsTimeout field.

float VectorNav.Sensor.InsAdvancedConfigurationRegister.MinPosUncertainty

The MinPosUncertainty field.

float VectorNav.Sensor.InsAdvancedConfigurationRegister.MinVelUncertainty

The MinVelUncertainty field.

float VectorNav.Sensor.InsAdvancedConfigurationRegister.MoveOrigin

The MoveOrigin field.

bool VectorNav.Sensor.InsAdvancedConfigurationRegister.PosAtt

The PosAtt field.

FoamInit VectorNav.Sensor.InsAdvancedConfigurationRegister.UseFoam

The UseFoam field.

bool VectorNav.Sensor.InsAdvancedConfigurationRegister.UseMag

The UseMag field.

bool VectorNav.Sensor.InsAdvancedConfigurationRegister.UsePres

The UsePres field.

bool VectorNav.Sensor.InsAdvancedConfigurationRegister.VelAtt

The VelAtt field.

bool VectorNav.Sensor.InsAdvancedConfigurationRegister.VelBias

The VelBias field.

byte VectorNav.Sensor.InsAdvancedConfigurationRegister.VelCount

The VelCount field.

float VectorNav.Sensor.InsAdvancedConfigurationRegister.VelInit

The VelInit field.


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