Skip to content
Snippets Groups Projects
Commit 3169835d authored by tepelmann's avatar tepelmann
Browse files

Cleanup of templates.

Added T3doc where necessary.
parent 1ddfa74b
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,6 @@ module LibItsCommon_TypesAndValues {
group commonConstants {
const ItsPduHeader.protocolVersion c_protocolVersionDenm := 1;
const ItsPduHeader.messageID c_messageId := 1;
const ElevationValue c_seaLevel := 0;
const ElevationValue c_oneMeter := 1;
......
This diff is collapsed.
......@@ -25,6 +25,10 @@ module LibItsDenm_TypesAndValues {
group denmConstants {
const ItsPduHeader.protocolVersion c_protocolVersionDenm := 1;
const ItsPduHeader.messageID c_messageId := 1;
const DataVersion c_dataVersionFirst := 0;
const DataVersion c_dataVersionCancellation := 255;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment