-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpriceQueryMsg.msg
More file actions
37 lines (32 loc) · 898 Bytes
/
Copy pathpriceQueryMsg.msg
File metadata and controls
37 lines (32 loc) · 898 Bytes
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
//
// This file is part of an OMNeT++/OMNEST simulation example.
//
// Copyright (C) 2003 Ahmet Sekercioglu
// Copyright (C) 2003-2015 Andras Varga
//
// This file is distributed WITHOUT ANY WARRANTY. See the file
// `license' for details on this and other legal matters.
//
//
// Same as TictocMsg11
//
//cplusplus {{
//#include <vector>
//#include <map>
////typedef std::vector<int> IntVector;
////typedef std::vector<double> DoubleVector;
////typedef std::map<int, double> IntMap;
//}};
//class noncobject IntVector;
//class noncobject IntMap;
//class noncobject DoubleVector;
//class IntVector { @existingClass; }
//class IntMap { @existingClass; }
//class DoubleVector { @existingClass; }
packet priceQueryMsg
//if encapIsAck == false needs to look in encapsulated transactionMsg for priority class and amount
{
double zValue = 0;
int pathIndex = 0;
bool isReversed = false;
}