Merge pull request #19 from nspaseski/master
[deliverable/titan.core.git] / regression_test / logger / logtest / Titan_LogTestDefinitions.ttcn
CommitLineData
970ed795 1/******************************************************************************
3abe9331 2 * Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 ******************************************************************************/
8module Titan_LogTestDefinitions {
9
10type port PCOType message
11{
12 inout charstring;
13} with { extension "internal"}
14
15type port PCO_PT message
16{
17 inout charstring;
18}
19
20type component MTCType
21{
22 timer t;
23 port PCOType internal_port;
24 port PCO_PT external_port;
25}
26
27type component MTCType2
28{
29 timer t;
30 port PCOType internal_port;
31}
32
33type component MTCTypeExternal
34{
35 timer t;
36 port PCO_PT external_port;
37}
38
39}
This page took 0.025763 seconds and 5 git commands to generate.