Commit 5db1d216 authored by tepelmann's avatar tepelmann
Browse files

Adapted to latest ASN.1.

parent 66e081e8
/**
* @author ETSI / STF449
* @author ETSI / STF405 / STF449
* @version $URL$
* $Id$
* @desc Module containing common types and values for ITS Protocols
......@@ -20,16 +20,6 @@ module LibItsCommon_TypesAndValues {
const SemiAxisLength c_semiAxisLengthOneCentimeter := 1;
const SemiAxisLength c_semiAxisLengthUnavailable := 4095;
const DirectionValue c_directionValueNorth := 0;
const DirectionValue c_directionValueEast := 900;
const DirectionValue c_directionValueSouth := 1800;
const DirectionValue c_directionValueWest := 2700;
const DirectionValue c_directionValueUnavailable := 3600;
const DirectionConfidence c_directConfidenceWithinZeroPointOneDegree := 1;
const DirectionConfidence c_directConfidenceWithinOneDegree := 10;
const DirectionConfidence c_directConfidenceUnavailable := 127;
/**
* @remark check this values
*/
......
......@@ -274,7 +274,7 @@ module LibItsDenm_Templates {
template (value) PosConfidenceEllipse m_posConfidenceEllipse(
template (value) SemiAxisLength p_semiMajorConfidence := c_semiAxisLengthOneCentimeter,
template (value) SemiAxisLength p_semiMinorConfidence := c_semiAxisLengthOneCentimeter,
template (value) Direction p_semiMajorOrientation := m_direction
template (value) Heading p_semiMajorOrientation := m_direction
) := {
semiMajorConfidence := p_semiMajorConfidence,
semiMinorConfidence := p_semiMinorConfidence,
......@@ -284,9 +284,9 @@ module LibItsDenm_Templates {
/**
* @desc Send template for north direction with 0.1 confidence
*/
template (value) Direction m_direction := {
directionValue := c_directionValueNorth,
directionConfidence := c_directConfidenceWithinZeroPointOneDegree
template (value) Heading m_direction := {
headingValue := HeadingValue_wgs84North_,
headingConfidence := HeadingConfidence_withinZeroPointOneDegree_
}
/**
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment