Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / ERC / base.cfg
1 ###############################################################################
2 # Copyright (c) 2000-2014 Ericsson Telecom AB
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 ###############################################################################
8 [DEFINE]
9 string := "charstring"
10 binary_string := "binary_octet"
11
12 [INCLUDE]
13 //cyclic include
14 "config.cfg"
15
16 [MODULE_PARAMETERS]
17 m_base_float := ${four, float}
18 m_base_string := $base & "_" & $string
19 m_base_integer := 4
20 m_base_bitstring := '11001100'B
21 m_base_hexstring := '0F0F'H
22 m_base_octetstring := 'F0F0'O
23 m_base_binaryoctet := ${binary_string, binaryoctet}
24 m_base_array := {{1,1},{${two, integer},2},{3,${three, integer}},{4,4}}
25
26 [DEFINE]
27 base := base
28
29 [DEFINE]
30 //these will be used in included1.cfg
31 two := 2
32 one := 1.0
33 four := 4.0
34 three := 3
This page took 0.032567 seconds and 5 git commands to generate.