Parent: [b323f7] (diff)

Download this file

ExternConsts.cc    143 lines (131 with data), 6.4 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
// The MIT License (MIT)
//
// Copyright (c) 2014-2016 Brno University of Technology, PRISTINE project
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#include <ExternConsts.h>
//Module names
const char* MOD_FLOWALLOC = "flowAllocator";
const char* MOD_FA = "fa";
const char* MOD_CONNTABLE = "connectionTable";
const char* MOD_DA = "da";
const char* MOD_DIFALLOC = "difAllocator";
const char* MOD_NFLOWTABLE = "nFlowTable";
const char* MOD_EFCP = "efcp";
const char* MOD_RESALLOC = "resourceAllocator";
const char* MOD_RA = "ra";
const char* MOD_IAE = "iae";
const char* MOD_IRM = "irm";
const char* MOD_IPCRESMANAGER = "ipcResourceManager";
const char* MOD_RIBDAEMON = "ribDaemon";
const char* MOD_RIBD = "ribd";
const char* MOD_ENROLLMENTMODULE= "enrollmentModule";
const char* MOD_ENROLLMENT = "enrollment";
const char* MOD_ENROLLMENTTABLE = "enrollmentStateTable";
const char* MOD_CDAP = "commonDistributedApplicationProtocol";
const char* MOD_CDAPMSGLOG = "cdapMsgLog";
const char* MOD_CDAPSPLIT = "cdapSplitter";
const char* MOD_CDAPCACE = "cace";
const char* MOD_CDAPAUTH = "auth";
const char* MOD_CDAPCDAP = "cdap";
const char* MOD_EFCPTABLE = "efcpTable";
const char* MOD_DTP = "dtp";
const char* MOD_DTCP = "dtcp";
const char* MOD_DTP_STATE = "dtpState";
const char* MOD_DTCP_STATE = "dtcpState";
const char* MOD_EFCPI = "efcpi_";
//Module type paths
const char* MOD_EFCP_PATH = "rina.src.DIF.EFCP";
const char* MOD_EFCPI_PATH = "rina.src.DIF.EFCP.EFCPI";
const char* MOD_DTP_PATH = "rina.src.DIF.EFCP.DTP.DTP";
const char* MOD_DTP_STATE_PATH = "rina.src.DIF.EFCP.DTP.DTPState";
const char* MOD_DTCP_PATH = "rina.src.DIF.EFCP.DTCP.DTCP";
const char* MOD_DTCP_STATE_PATH = "rina.src.DIF.EFCP.DTCP.DTCPState";
const char* MOD_DELIMITING_PATH = "rina.src.DIF.Delimiting.Delimiting";
const char* MOD_RMT_PORTWRAPPER = "rina.src.DIF.RMT.RMTPortWrapper";
const char* MOD_RMT_QUEUE = "rina.src.DIF.RMT.RMTQueue";
//Module parameters
const char* PAR_IPCADDR = "ipcAddress";
const char* PAR_DIFNAME = "difName";
const char* PAR_LOCALPORTID = "localPortId";
const char* PAR_LOCALCEPID = "localCEPId";
const char* PAR_REMOTEPORTID = "remotePortId";
const char* PAR_REMOTECEPID = "remoteCEPId";
const char* PAR_APNAME = "apName";
const char* PAR_APINSTANCE = "apInstance";
const char* PAR_AENAME = "aeName";
const char* PAR_AEINSTANCE = "aeInstance";
const char* PAR_CONFIGDATA = "configData";
const char* PAR_CREREQTIMEOUT = "createRequestTimeout";
const char* PAR_CURINVOKEID = "currentInvokeId";
//Gate names
const char* GATE_SOUTHIO = "southIo";
const char* GATE_NORTHIO = "northIo";
const char* GATE_NORTHIO_ = "northIo_";
const char* GATE_SOUTHIO_ = "southIo_";
const char* GATE_EFCPIO_ = "efcpIo_";
const char* GATE_EFCPIO = "efcpIo";
const char* GATE_RMT_ = "rmt_";
const char* GATE_RMTIO = "rmtIo";
const char* GATE_APPIO_ = "appIo_";
const char* GATE_AEIO = "aeIo";
const char* GATE_DATAIO = "dataIo";
const char* GATE_SPLITIO = "splitterIo";
const char* GATE_CACEIO = "caceIo";
const char* GATE_AUTHIO = "authIo";
const char* GATE_CDAPIO = "cdapIo";
const char* GATE_DTP_NORTHIO = "northIo";
const char* GATE_DTP_SOUTHIO = "southIo";
const char* GATE_EFCPI_NORTHIO = "northIo";
const char* GATE_EFCPI_SOUTHIO = "southIo";
//XML attributes and elements
const char* ELEM_APN = "APN";
const char* ATTR_APN = "apn";
const char* ATTR_SRC = "src";
const char* ATTR_DST = "dst";
const char* ELEM_AVGBW = "AverageBandwidth";
const char* ELEM_AVGSDUBW = "AverageSDUBandwidth";
const char* ELEM_PEAKBWDUR = "PeakBandwidthDuration";
const char* ELEM_PEAKSDUBWDUR = "PeakSDUBandwidthDuration";
const char* ELEM_BURSTPERIOD = "BurstPeriod";
const char* ELEM_BURSTDURATION = "BurstDuration";
const char* ELEM_UNDETECTBITERR = "UndetectedBitError";
const char* ELEM_PDUDROPPROBAB = "PDUDroppingProbability";
const char* ELEM_MAXSDUSIZE = "MaxSDUSize";
const char* ELEM_PARTIALDELIVER = "PartialDelivery";
const char* ELEM_INCOMPLETEDELIVER = "IncompleteDelivery";
const char* ELEM_FORCEORDER = "ForceOrder";
const char* ELEM_MAXALLOWGAP = "MaxAllowableGap";
const char* ELEM_DELAY = "Delay";
const char* ELEM_JITTER = "Jitter";
const char* ELEM_COSTTIME = "CostTime";
const char* ELEM_COSTBITS = "CostBits";
const char* ELEM_ATIME = "ATime";
const char* ELEM_RXON = "RxOn";
const char* ELEM_WINON = "WinOn";
const char* ELEM_RATEON = "RateOn";
const char* ELEM_EFCPPOL = "EFCPPolicySet";
//Values
//TODO: Vesely @Marek - What about -1 as default DoNotCare value
//TODO: Marek @Vesely - OK
const int VAL_QOSPARDONOTCARE = -1;
const bool VAL_QOSPARDEFBOOL = false;
const int UNINIT_INVOKEID = -1;
const int DONTCARE_INVOKEID = 0;
//const int VAL_UNDEF_PORTID = -1;