#ifndef UpperTesterPort_HH #define UpperTesterPort_HH #include "LibItsCommon_TypesAndValues.hh" //#include "TRI_mapper_API.hh" //#include "TTCN_EncDec.hh" #ifdef _NO_SOFTLINKS_ /* to be used when built without generating softlinks to the working directory */ #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" //#include "Pki_ports/UpperTesterPort_Pki.partH" //#include "V2G_ports/UpperTesterPort_V2G.partH" #else //_NO_SOFTLINKS_ #include "UpperTesterPort_BTP.partH" #include "UpperTesterPort_CAM.partH" #include "UpperTesterPort_DENM.partH" #include "UpperTesterPort_IVIM.partH" #include "UpperTesterPort_MapemSpatem.partH" #include "UpperTesterPort_SremSsem.partH" #include "UpperTesterPort_GN.partH" //#include "UpperTesterPort_Pki.partH" /* #include "UpperTesterPort_IVIM.partH" //#include "UpperTesterPort_MapSpat.partH" #include "UpperTesterPort_MapemSpatem.partH" #include "UpperTesterPort_SremSsem.partH" #include "UpperTesterPort_Evcsn.partH" //#include "UpperTesterPort_V2G.partH" */ #endif//_NO_SOFTLINKS_ #endif