UpperTesterPort.hh 1.3 KB
Newer Older
1
2
3
4
5
6
#ifndef UpperTesterPort_HH
#define UpperTesterPort_HH

#include "LibItsCommon_TypesAndValues.hh"
//#include "TRI_mapper_API.hh"
//#include "TTCN_EncDec.hh"
7
8
#ifdef _NO_SOFTLINKS_
/* to be used when built without generating softlinks to the working directory */
9
10
11
12
13
14
15
#include "BTP_ports/UpperTesterPort_BTP.partH"
#include "CAM_ports/UpperTesterPort_CAM.partH"
#include "DENM_ports/UpperTesterPort_DENM.partH"
#include "GN_ports/UpperTesterPort_GN.partH"
#include "IVIM_ports/UpperTesterPort_IVIM.partH"
#include "MapemSpatem_ports/UpperTesterPort_MapemSpatem.partH"
#include "SremSsem_ports/UpperTesterPort_SremSsem.partH"
garciay's avatar
garciay committed
16
//#include "Pki_ports/UpperTesterPort_Pki.partH"
17
18
19
20
//#include "V2G_ports/UpperTesterPort_V2G.partH"

#else //_NO_SOFTLINKS_

21
22
23
#include "UpperTesterPort_BTP.partH"
#include "UpperTesterPort_CAM.partH"
#include "UpperTesterPort_DENM.partH"
24
25
26
#include "UpperTesterPort_IVIM.partH"
#include "UpperTesterPort_MapemSpatem.partH"
#include "UpperTesterPort_SremSsem.partH"
27
#include "UpperTesterPort_GN.partH"
garciay's avatar
garciay committed
28
//#include "UpperTesterPort_Pki.partH"
filatov's avatar
filatov committed
29
/*
30
31
32
33
34
35
36
#include "UpperTesterPort_IVIM.partH"
//#include "UpperTesterPort_MapSpat.partH"
#include "UpperTesterPort_MapemSpatem.partH"
#include "UpperTesterPort_SremSsem.partH"
#include "UpperTesterPort_Evcsn.partH"
//#include "UpperTesterPort_V2G.partH"
*/
37
38
#endif//_NO_SOFTLINKS_

39
#endif