Click or drag to resize

NavigationAccuracyAssessedConstraint Constructor (IServiceProvider, Double, NavigationAccuracyAssessedType, PerformanceAssessmentFile)

Initializes a new instance with the specified constrained object, maximum value, accuracy value to constrain, and performance assessment file.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NavigationAccuracyAssessedConstraint(
	IServiceProvider constrainedObject,
	double maximumValue,
	NavigationAccuracyAssessedType valueToConstrain,
	PerformanceAssessmentFile paf
)

Parameters

constrainedObject
Type: SystemIServiceProvider
The object to which this constraint is applied.
maximumValue
Type: SystemDouble
Maximum allowable accuracy value.
valueToConstrain
Type: AGI.Foundation.NavigationNavigationAccuracyAssessedType
The type of accuracy to compute.
paf
Type: AGI.Foundation.Navigation.DataReadersPerformanceAssessmentFile
The performance assessment file containing the ephemeris and clock errors for the GPS constellation.
Remarks

This constraint is ready for use with both AccessComputation and AccessQuery after being constructed using this constructor.

See Also