A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
blast.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
finished conn mode of library
[blast.git]
/
ReferenceBlock.cpp
diff --git
a/ReferenceBlock.cpp
b/ReferenceBlock.cpp
index 7e697eb1baabb7bb5cf997543abf403a6ae35611..c2d9bffdfefbb4dccd3b40385f86ede7762ee97b 100644
(file)
--- a/
ReferenceBlock.cpp
+++ b/
ReferenceBlock.cpp
@@
-473,7
+473,7
@@
QDataStream& operator<<(QDataStream &out, const ReferenceBlock &b) {
toWrite << iface->getDirection();
toWrite << iface->getMultiplicity();
toWrite << iface->getClockIfaceType();
toWrite << iface->getDirection();
toWrite << iface->getMultiplicity();
toWrite << iface->getClockIfaceType();
- toWrite << iface->getClockIface();
+ toWrite << iface->getClockIface
String
();
}
}
// secondly write control ifaces
}
}
// secondly write control ifaces
@@
-487,7
+487,7
@@
QDataStream& operator<<(QDataStream &out, const ReferenceBlock &b) {
toWrite << iface->getDirection();
toWrite << iface->getMultiplicity();
toWrite << iface->getClockIfaceType();
toWrite << iface->getDirection();
toWrite << iface->getMultiplicity();
toWrite << iface->getClockIfaceType();
- toWrite << iface->getClockIface();
+ toWrite << iface->getClockIface
String
();
}
}
// secondly, write other ifaces
}
}
// secondly, write other ifaces
@@
-501,7
+501,7
@@
QDataStream& operator<<(QDataStream &out, const ReferenceBlock &b) {
toWrite << iface->getDirection();
toWrite << iface->getMultiplicity();
toWrite << iface->getClockIfaceType();
toWrite << iface->getDirection();
toWrite << iface->getMultiplicity();
toWrite << iface->getClockIfaceType();
- toWrite << iface->getClockIface();
+ toWrite << iface->getClockIface
String
();
}
}
toWrite << b.outputs.size();
}
}
toWrite << b.outputs.size();
@@
-516,7
+516,7
@@
QDataStream& operator<<(QDataStream &out, const ReferenceBlock &b) {
toWrite << iface->getDirection();
toWrite << iface->getMultiplicity();
toWrite << iface->getClockIfaceType();
toWrite << iface->getDirection();
toWrite << iface->getMultiplicity();
toWrite << iface->getClockIfaceType();
- toWrite << iface->getClockIface();
+ toWrite << iface->getClockIface
String
();
}
}
// secondly, write other ifaces
}
}
// secondly, write other ifaces
@@
-530,7
+530,7
@@
QDataStream& operator<<(QDataStream &out, const ReferenceBlock &b) {
toWrite << iface->getDirection();
toWrite << iface->getMultiplicity();
toWrite << iface->getClockIfaceType();
toWrite << iface->getDirection();
toWrite << iface->getMultiplicity();
toWrite << iface->getClockIfaceType();
- toWrite << iface->getClockIface();
+ toWrite << iface->getClockIface
String
();
}
}
toWrite << b.bidirs.size();
}
}
toWrite << b.bidirs.size();
@@
-543,7
+543,7
@@
QDataStream& operator<<(QDataStream &out, const ReferenceBlock &b) {
toWrite << iface->getDirection();
toWrite << iface->getMultiplicity();
toWrite << iface->getClockIfaceType();
toWrite << iface->getDirection();
toWrite << iface->getMultiplicity();
toWrite << iface->getClockIfaceType();
- toWrite << iface->getClockIface();
+ toWrite << iface->getClockIface
String
();
}
out << blockData;
}
out << blockData;