Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
f3a21927
Commit
f3a21927
authored
Jun 10, 2013
by
tepelmann
Browse files
Removed module.
parent
c42a402c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/CAM/LibItsCam_Pixits.ttcn
deleted
100644 → 0
View file @
c42a402c
/**
* @author ETSI / STF405
* @version $URL$
* $Id$
* @desc CAM PICS
*
*/
module
LibItsCam_Pixits
{
// LibCommon
import
from
LibCommon_BasicTypesAndValues
all
;
import
from
CAM_PDU_Descriptions
language
"ASN.1:1997"
all
;
import
from
DENM_PDU_Descriptions
language
"ASN.1:1997"
all
;
group
camPixits
{
/**
* @desc IUT Course of Journey (PT Line Description)
*/
modulepar
CourseOfJourney
PX_PTLINE_COURSE
;
/**
* @desc IUT Line Reference (PT Line Description)
*/
modulepar
LineRef
PX_PTLINE_REF
;
/**
* @desc IUT Route Reference (PT Line Description)
*/
modulepar
RouteRef
PX_PTLINE_ROUTE
;
/**
* @desc Determines whether Tester is a mobile ITS station
*/
modulepar
boolean
PX_TESTER_IS_MOBILE
:=
true
;
/**
* @desc Determines whether Tester is a private ITS station
*/
modulepar
boolean
PX_TESTER_IS_PRIVATE
:=
true
;
/**
* @desc Determines whether Tester is a physically relevant ITS station
*/
modulepar
boolean
PX_TESTER_IS_PHYSICAL_RELEVANT
:=
true
;
}
// end of group cam_Pixits
}
// end of module ItsCam_Pixits
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment