37 std::list<LMFColor>::const_iterator
i =
_lmfColors.begin();
38 std::list<LMFColor>::const_iterator
e =
_lmfColors.end();
41 while ((
loop) && (
i !=
e)) {
42 if (
i->getShortName() ==
name) {
52 std::list<LMFColor>::const_iterator
i =
_lmfColors.begin();
53 std::list<LMFColor>::const_iterator
e =
_lmfColors.end();
56 while ((
loop) && (
i !=
e)) {
57 if (
i->getID() ==
id) {
67 std::list<LMFColor>::const_iterator
i =
_lmfColors.begin();
68 std::list<LMFColor>::const_iterator
e =
_lmfColors.end();
71 while ((
loop) && (
i !=
e)) {
72 if (
i->getColorIndex() ==
index) {
92 while ((
loop) && (
i !=
e)) {
93 if (
i->getShortName() == sname) {
107 while ((
loop) && (
i !=
e)) {
108 if (
i->getID() ==
id) {
118 std::list<LMFRunTag>::const_iterator
i =
_lmfRunTags.begin();
119 std::list<LMFRunTag>::const_iterator
e =
_lmfRunTags.end();
122 while ((
loop) && (
i !=
e)) {
123 if ((
i->getGeneralTag()) ==
tag && (
i->getVersion() ==
version)) {
132 std::list<LMFRunTag>::const_iterator
i =
_lmfRunTags.begin();
133 std::list<LMFRunTag>::const_iterator
e =
_lmfRunTags.end();
136 while ((
loop) && (
i !=
e)) {
137 if (
i->getID() ==
id) {
155 boost::ptr_list<LMFUnique> listOfObjects;
156 boost::ptr_list<LMFUnique>::const_iterator
i;
157 boost::ptr_list<LMFUnique>::const_iterator
e;
159 i = listOfObjects.begin();
160 e = listOfObjects.end();
162 const LMFColor *
c = static_cast<const LMFColor *>(&(*
i));
166 listOfObjects.clear();
168 i = listOfObjects.begin();
169 e = listOfObjects.end();
171 const LMFTrigType *
c = static_cast<const LMFTrigType *>(&(*
i));
175 listOfObjects.clear();
177 i = listOfObjects.begin();
178 e = listOfObjects.end();
180 const LMFRunTag *
c = static_cast<const LMFRunTag *>(&(*
i));
184 listOfObjects.clear();
186 i = listOfObjects.begin();
187 e = listOfObjects.end();
189 const LMFPrimVers *
c = static_cast<const LMFPrimVers *>(&(*
i));
193 listOfObjects.clear();
195 i = listOfObjects.begin();
196 e = listOfObjects.end();
198 const LMFCorrVers *
c = static_cast<const LMFCorrVers *>(&(*
i));
202 listOfObjects.clear();
204 i = listOfObjects.begin();
205 e = listOfObjects.end();
207 const LMFSeqVers *
c = static_cast<const LMFSeqVers *>(&(*
i));
211 listOfObjects.clear();
220 std::runtime_error(
"LMFDefFabric: cannot initialize since connection not"
226 std::cout <<
"========= Fabric dump @ address " <<
this <<
" ============" << std::endl;
227 std::list<LMFColor>::const_iterator
i1 =
_lmfColors.begin();
229 std::list<LMFRunTag>::const_iterator
i3 =
_lmfRunTags.begin();
233 std::list<LMFColor>::const_iterator
e1 =
_lmfColors.end();
234 std::list<LMFTrigType>::const_iterator e2 =
_lmfTrigTypes.end();
243 std::cout <<
"=== Trigger Types" << std::endl;
247 std::cout <<
"=== Run Tags" << std::endl;
251 std::cout <<
"=== Prim. Vers." << std::endl;
255 std::cout <<
"=== Seq. Vers." << std::endl;
259 std::cout <<
"=== Corr. Vers." << std::endl;