Commit 28f7ce7a authored by Yann Garcia's avatar Yann Garcia
Browse files

Add module LibItsCommon_ASN1_AVM_NamedNumbers

parent 3982e945
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
module LibItsCommon_ASN1_AVM_NamedNumbers {

  import from AVM_Commons language "ASN.1:1997" all;

  const integer Avm_HighResCurvature_outOfRangeNegative := -32767;
  const integer Avm_HighResCurvature_straight           := 0;
  const integer Avm_HighResCurvature_outOfRangePositive := 32767;
  const integer Avm_HighResCurvature_unavailable        := -32768;

} // End of module LibItsCommon_ASN1_AVM_NamedNumbers