Home
last modified time | relevance | path

Searched refs:inputStorage (Results 1 – 25 of 48) sorted by relevance

12

/dports/cad/sumo/sumo-1.2.0/src/traci-server/
H A DTraCIServerAPI_Vehicle.cpp62 const std::string id = inputStorage.readString(); in processGet()
86 if (inputStorage.readInt() != 2) { in processGet()
299 int variable = inputStorage.readUnsignedByte(); in processSet()
331 std::string id = inputStorage.readString(); in processSet()
416 if (inputStorage.readInt() != 0) { in processSet()
472 if (inputStorage.readInt() != 2) { in processSet()
681 if (inputStorage.readInt() != 0) { in processSet()
691 if (inputStorage.readInt() != 0) { in processSet()
709 if (inputStorage.readInt() != 2) { in processSet()
770 if (inputStorage.readInt() != 6) { in processSet()
[all …]
H A DTraCIServerAPI_Person.cpp44 const int variable = inputStorage.readUnsignedByte(); in processGet()
45 const std::string id = inputStorage.readString(); in processGet()
96 int variable = inputStorage.readUnsignedByte(); in processSet()
118 std::string id = inputStorage.readString(); in processSet()
148 if (!server.readTypeCheckingColor(inputStorage, col)) { in processSet()
158 if (inputStorage.readInt() != 4) { in processSet()
184 int numParameters = inputStorage.readInt(); in processSet()
268 if (inputStorage.readInt() != 0) { in processSet()
278 const int numArgs = inputStorage.readInt(); in processSet()
289 if (!server.readTypeCheckingDouble(inputStorage, x)) { in processSet()
[all …]
H A DTraCIServerAPI_POI.cpp42 const int variable = inputStorage.readUnsignedByte(); in processGet()
43 const std::string id = inputStorage.readString(); in processGet()
75 int variable = inputStorage.readUnsignedByte(); in processSet()
76 std::string id = inputStorage.readString(); in processSet()
96 if (!server.readTypeCheckingString(inputStorage, type)) { in processSet()
104 if (!server.readTypeCheckingColor(inputStorage, col)) { in processSet()
155 int itemNo = inputStorage.readUnsignedByte(); in processSet()
197 const int parameterCount = inputStorage.readInt(); in processSet()
203 if (!server.readTypeCheckingColor(inputStorage, col)) { in processSet()
207 if (!server.readTypeCheckingInt(inputStorage, layer)) { in processSet()
[all …]
H A DTraCIServerAPI_Polygon.cpp44 const int variable = inputStorage.readUnsignedByte(); in processGet()
45 const std::string id = inputStorage.readString(); in processGet()
79 int variable = inputStorage.readUnsignedByte(); in processSet()
87 std::string id = inputStorage.readString(); in processSet()
101 if (!server.readTypeCheckingColor(inputStorage, col)) { in processSet()
117 if (!server.readTypeCheckingInt(inputStorage, value)) { in processSet()
135 int itemNo = inputStorage.readInt(); in processSet()
144 if (!server.readTypeCheckingColor(inputStorage, col)) { in processSet()
153 if (!server.readTypeCheckingInt(inputStorage, layer)) { in processSet()
177 int itemNo = inputStorage.readInt(); in processSet()
[all …]
H A DTraCIServerAPI_Edge.cpp50 const int variable = inputStorage.readUnsignedByte(); in processGet()
51 const std::string id = inputStorage.readString(); in processGet()
58 if (!server.readTypeCheckingDouble(inputStorage, time)) { in processGet()
68 if (!server.readTypeCheckingDouble(inputStorage, time)) { in processGet()
107 int variable = inputStorage.readUnsignedByte(); in processSet()
115 std::string id = inputStorage.readString(); in processSet()
147 const int parameterCount = inputStorage.readInt(); in processSet()
189 const int parameterCount = inputStorage.readInt(); in processSet()
227 if (!server.readTypeCheckingDouble(inputStorage, value)) { in processSet()
241 inputStorage.readInt(); in processSet()
[all …]
H A DTraCIServerAPI_Simulation.cpp51 const std::string id = inputStorage.readString(); in processGet()
168 if (inputStorage.readInt() != 3) { in processGet()
179 if (inputStorage.readInt() != 5) { in processGet()
207 if (inputStorage.readInt() != 13) { in processGet()
286 int variable = inputStorage.readUnsignedByte(); in processSet()
292 std::string id = inputStorage.readString(); in processSet()
394 z = inputStorage.readDouble(); in commandPositionConversion()
433 inputStorage.readUnsignedByte(); in commandPositionConversion()
490 int posType = inputStorage.readUnsignedByte(); in commandDistanceRequest()
505 double p1x = inputStorage.readDouble(); in commandDistanceRequest()
[all …]
H A DTraCIServerAPI_VehicleType.cpp44 const int variable = inputStorage.readUnsignedByte(); in processGet()
45 const std::string id = inputStorage.readString(); in processGet()
80 int variable = inputStorage.readUnsignedByte(); in processSet()
99 std::string id = inputStorage.readString(); in processSet()
127 if (!server.readTypeCheckingDouble(inputStorage, value)) { in setVariable()
138 if (!server.readTypeCheckingDouble(inputStorage, value)) { in setVariable()
149 if (!server.readTypeCheckingDouble(inputStorage, value)) { in setVariable()
172 if (!server.readTypeCheckingDouble(inputStorage, value)) { in setVariable()
183 if (!server.readTypeCheckingDouble(inputStorage, value)) { in setVariable()
353 if (!server.readTypeCheckingColor(inputStorage, col)) { in setVariable()
[all …]
H A DTraCIServerAPI_TrafficLight.cpp42 const int variable = inputStorage.readUnsignedByte(); in processGet()
43 const std::string id = inputStorage.readString(); in processGet()
207 const int variable = inputStorage.readUnsignedByte(); in processSet()
214 const std::string id = inputStorage.readString(); in processSet()
262 inputStorage.readInt(); in processSet()
276 const int numPhases = inputStorage.readInt(); in processSet()
281 int items = inputStorage.readInt(); in processSet()
301 auto tmp = inputStorage.readUnsignedByte(); in processSet()
306 const int numNext = inputStorage.readInt(); in processSet()
324 const int numParams = inputStorage.readInt(); in processSet()
[all …]
H A DTraCIServerAPI_Route.cpp38 TraCIServerAPI_Route::processGet(TraCIServer& server, tcpip::Storage& inputStorage, in processGet() argument
40 const int variable = inputStorage.readUnsignedByte(); in processGet()
41 const std::string id = inputStorage.readString(); in processGet()
48 if (!server.readTypeCheckingString(inputStorage, paramName)) { in processGet()
73 int variable = inputStorage.readUnsignedByte(); in processSet()
78 std::string id = inputStorage.readString(); in processSet()
85 if (!server.readTypeCheckingStringList(inputStorage, edgeIDs)) { in processSet()
92 if (inputStorage.readUnsignedByte() != libsumo::TYPE_COMPOUND) { in processSet()
96 inputStorage.readInt(); in processSet()
98 if (!server.readTypeCheckingString(inputStorage, name)) { in processSet()
[all …]
H A DTraCIServerAPI_Lane.cpp47 const int variable = inputStorage.readUnsignedByte(); in processGet()
48 const std::string id = inputStorage.readString(); in processGet()
142 int variable = inputStorage.readUnsignedByte(); in processSet()
148 std::string id = inputStorage.readString(); in processSet()
157 if (!server.readTypeCheckingDouble(inputStorage, value)) { in processSet()
165 if (!server.readTypeCheckingDouble(inputStorage, value)) { in processSet()
173 if (!server.readTypeCheckingStringList(inputStorage, classes)) { in processSet()
181 if (!server.readTypeCheckingStringList(inputStorage, classes)) { in processSet()
192 inputStorage.readInt(); in processSet()
194 if (!server.readTypeCheckingString(inputStorage, name)) { in processSet()
[all …]
H A DTraCIServer.h65 …typedef bool(*CmdExecutor)(TraCIServer& server, tcpip::Storage& inputStorage, tcpip::Storage& outp…
172 bool readTypeCheckingInt(tcpip::Storage& inputStorage, int& into);
181 bool readTypeCheckingDouble(tcpip::Storage& inputStorage, double& into);
190 bool readTypeCheckingString(tcpip::Storage& inputStorage, std::string& into);
199 bool readTypeCheckingStringList(tcpip::Storage& inputStorage, std::vector<std::string>& into);
208 bool readTypeCheckingDoubleList(tcpip::Storage& inputStorage, std::vector<double>& into);
217 bool readTypeCheckingColor(tcpip::Storage& inputStorage, libsumo::TraCIColor& into);
226 bool readTypeCheckingPosition2D(tcpip::Storage& inputStorage, libsumo::TraCIPosition& into);
235 bool readTypeCheckingByte(tcpip::Storage& inputStorage, int& into);
244 bool readTypeCheckingUnsignedByte(tcpip::Storage& inputStorage, int& into);
[all …]
H A DTraCIServerAPI_Simulation.h49 static bool processGet(TraCIServer& server, tcpip::Storage& inputStorage,
58 static bool processSet(TraCIServer& server, tcpip::Storage& inputStorage,
70 static bool commandPositionConversion(TraCIServer& server, tcpip::Storage& inputStorage,
74 static bool commandDistanceRequest(TraCIServer& server, tcpip::Storage& inputStorage,
H A DTraCIServer.cpp1508 into = inputStorage.readInt(); in readTypeCheckingInt()
1518 into = inputStorage.readDouble(); in readTypeCheckingDouble()
1528 into = inputStorage.readString(); in readTypeCheckingString()
1538 into = inputStorage.readStringList(); in readTypeCheckingStringList()
1548 into = inputStorage.readDoubleList(); in readTypeCheckingDoubleList()
1571 into.x = inputStorage.readDouble(); in readTypeCheckingPosition2D()
1572 into.y = inputStorage.readDouble(); in readTypeCheckingPosition2D()
1583 into = inputStorage.readByte(); in readTypeCheckingByte()
1593 into = inputStorage.readUnsignedByte(); in readTypeCheckingUnsignedByte()
1606 size = inputStorage.readInt(); in readTypeCheckingPolygon()
[all …]
H A DTraCIServerAPI_VehicleType.h46 static bool processGet(TraCIServer& server, tcpip::Storage& inputStorage,
56 static bool processSet(TraCIServer& server, tcpip::Storage& inputStorage,
64 tcpip::Storage& inputStorage, tcpip::Storage& outputStorage);
H A DTraCIServerAPI_MultiEntryExit.cpp35 TraCIServerAPI_MultiEntryExit::processGet(TraCIServer& server, tcpip::Storage& inputStorage, in processGet() argument
37 const int variable = inputStorage.readUnsignedByte(); in processGet()
38 const std::string id = inputStorage.readString(); in processGet()
H A DTraCIServerAPI_LaneArea.cpp38 TraCIServerAPI_LaneArea::processGet(TraCIServer& server, tcpip::Storage& inputStorage, in processGet() argument
40 const int variable = inputStorage.readUnsignedByte(); in processGet()
41 const std::string id = inputStorage.readString(); in processGet()
H A DTraCIServerAPI_Junction.cpp38 TraCIServerAPI_Junction::processGet(TraCIServer& server, tcpip::Storage& inputStorage, in processGet() argument
40 const int variable = inputStorage.readUnsignedByte(); in processGet()
41 const std::string id = inputStorage.readString(); in processGet()
H A DTraCIServerAPI_InductionLoop.cpp38 TraCIServerAPI_InductionLoop::processGet(TraCIServer& server, tcpip::Storage& inputStorage, in processGet() argument
40 const int variable = inputStorage.readUnsignedByte(); in processGet()
41 const std::string id = inputStorage.readString(); in processGet()
H A DTraCIServerAPI_POI.h46 static bool processGet(TraCIServer& server, tcpip::Storage& inputStorage,
56 static bool processSet(TraCIServer& server, tcpip::Storage& inputStorage,
H A DTraCIServerAPI_Polygon.h46 static bool processGet(TraCIServer& server, tcpip::Storage& inputStorage,
56 static bool processSet(TraCIServer& server, tcpip::Storage& inputStorage,
H A DTraCIServerAPI_TrafficLight.h46 static bool processGet(TraCIServer& server, tcpip::Storage& inputStorage,
56 static bool processSet(TraCIServer& server, tcpip::Storage& inputStorage,
H A DTraCIServerAPI_Vehicle.h47 static bool processGet(TraCIServer& server, tcpip::Storage& inputStorage,
57 static bool processSet(TraCIServer& server, tcpip::Storage& inputStorage,
/dports/cad/sumo/sumo-1.2.0/src/gui/
H A DTraCIServerAPI_GUI.cpp47 int variable = inputStorage.readUnsignedByte(); in processGet()
48 std::string id = inputStorage.readString(); in processGet()
134 int variable = inputStorage.readUnsignedByte(); in processSet()
142 std::string id = inputStorage.readString(); in processSet()
152 if (!server.readTypeCheckingDouble(inputStorage, zoom)) { in processSet()
162 if (!server.readTypeCheckingPosition2D(inputStorage, tp)) { in processSet()
184 if (!server.readTypeCheckingPolygon(inputStorage, p)) { in processSet()
194 int parameterCount = inputStorage.readInt(); in processSet()
203 if (!server.readTypeCheckingInt(inputStorage, width)) { in processSet()
206 if (!server.readTypeCheckingInt(inputStorage, height)) { in processSet()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.incubator.foreign/share/classes/jdk/internal/foreign/abi/
H A DABIDescriptor.java32 public final VMStorage[][] inputStorage; field in ABIDescriptor
40 public ABIDescriptor(Architecture arch, VMStorage[][] inputStorage, VMStorage[][] outputStorage, in ABIDescriptor() argument
43 this.inputStorage = inputStorage; in ABIDescriptor()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.incubator.foreign/share/classes/jdk/internal/foreign/abi/
H A DABIDescriptor.java32 public final VMStorage[][] inputStorage; field in ABIDescriptor
40 public ABIDescriptor(Architecture arch, VMStorage[][] inputStorage, VMStorage[][] outputStorage, in ABIDescriptor() argument
43 this.inputStorage = inputStorage; in ABIDescriptor()

12