Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LibIts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TTCN-3 Libraries
LibIts
Commits
9b4e79aa
Commit
9b4e79aa
authored
14 years ago
by
fischer
Browse files
Options
Downloads
Patches
Plain Diff
added CAM TCs
parent
44a7f27c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ttcn/CAM/LibItsCam_Functions.ttcn
+10
-0
10 additions, 0 deletions
ttcn/CAM/LibItsCam_Functions.ttcn
ttcn/CAM/LibItsCam_Templates.ttcn
+50
-1
50 additions, 1 deletion
ttcn/CAM/LibItsCam_Templates.ttcn
with
60 additions
and
1 deletion
ttcn/CAM/LibItsCam_Functions.ttcn
+
10
−
0
View file @
9b4e79aa
...
@@ -11,6 +11,16 @@ module LibItsCam_Functions {
...
@@ -11,6 +11,16 @@ module LibItsCam_Functions {
import
from
LibIts_TestSystem
all
;
import
from
LibIts_TestSystem
all
;
import
from
LibIts_Interface
all
;
import
from
LibIts_Interface
all
;
/**
* @desc Initialize the IUT
* @remark No specific actions specified in the base standard
* @param none
*/
function
f_initialState
()
{
//
}
// end f_ptcCamUp
/**
/**
* @desc Create Facility component and map CAM port
* @desc Create Facility component and map CAM port
* @remark Only used when ItsFa is a PTC
* @remark Only used when ItsFa is a PTC
...
...
This diff is collapsed.
Click to expand it.
ttcn/CAM/LibItsCam_Templates.ttcn
+
50
−
1
View file @
9b4e79aa
...
@@ -7,6 +7,55 @@
...
@@ -7,6 +7,55 @@
*/
*/
module
LibItsCam_Templates
{
module
LibItsCam_Templates
{
import
from
CAM_PDU_Descriptions
language
"ASN.1:1997"
all
;
import
from
LibIts_Interface
all
;
template
CamInd
mw_camInd
(
in
template
CoopAwareness
camMsg
)
:=
{
msgIn
:=
camMsg
};
template
CamReq
mw_camReq
(
in
template
CoopAwareness
camMsg
)
:=
{
msgOut
:=
camMsg
};
template
CoopAwareness
mw_camMsg_any
:=
{
protocolVersion
:=?
,
messageID
:=
?
,
generationTime
:=
?
,
stationId
:=
?
,
referencePosition
:=
?
,
stationCharacteristics
:=
?
,
profile
:=
?
};
template
CoopAwareness
mw_camMsg_basicVehicle
:=
{
protocolVersion
:=
0
,
messageID
:=
0
,
generationTime
:=
?
,
stationId
:=
?
,
referencePosition
:=
?
,
stationCharacteristics
:=
{
true
,
true
,
true
},
profile
:=
{
basicVehicle
:=
{
vehicleType
:=
?
,
stationLength
:=
?
,
stationLengthConfidence
:=
*
,
stationWidth
:=
?
,
stationWidthConfidence
:=
*
,
vehicleSpeed
:=
?
,
vehicleSpeedConfidence
:=
?
,
longAcceleration
:=
?
,
accelerationControl
:=
?
,
exteriorLights
:=
?
,
turnAdvice
:=
*
,
distanceToStopLine
:=
*
,
occupancy
:=
*
,
doorOpen
:=
*
,
posConfidenceEllipse
:=
?
,
curvature
:=
?
,
curvatureGradient
:=
*
,
crashStatus
:=
*
,
headingConfidence
:=
?
,
dangerousGoods
:=
*
}
}
}
}
// end LibItsCam_Templates
}
// end LibItsCam_Templates
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment