-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.aux
More file actions
850 lines (850 loc) · 66 KB
/
main.aux
File metadata and controls
850 lines (850 loc) · 66 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\@writefile{toc}{\acswitchoff }
\@writefile{lof}{\acswitchoff }
\@writefile{lot}{\acswitchoff }
\@writefile{toc}{\contentsline {section}{\numberline {1}Scope}{6}{section.1}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {2}Terms and Definitions}{6}{section.2}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {3}Symbols}{6}{section.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Abbreviations}{6}{subsection.3.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Mathematical Symbols}{7}{subsection.3.2}\protected@file@percent }
\ACRO{recordpage}{R_sym}{7}{1}{7}
\ACRO{recordpage}{R_sym}{7}{1}{7}
\ACRO{recordpage}{R_sym}{7}{1}{7}
\ACRO{recordpage}{R_sym}{7}{1}{7}
\ACRO{recordpage}{bid_requirement_cap}{7}{1}{7}
\@writefile{toc}{\contentsline {section}{\numberline {4}Additional Information}{7}{section.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}How to Read this Specification}{7}{subsection.4.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}Acknowledgments}{8}{subsection.4.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {4.3}State of Maturity}{8}{subsection.4.3}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {5}Overview}{9}{section.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {5.1}Introduction}{9}{subsection.5.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {5.2}Requirements for a Rank protocol}{9}{subsection.5.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {5.3}Modes and Components}{9}{subsection.5.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.3.1}Modes of Execution}{9}{subsubsection.5.3.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.3.2}Components}{9}{subsubsection.5.3.2}\protected@file@percent }
\ACRO{recordpage}{tsn}{9}{1}{9}
\@writefile{toc}{\contentsline {section}{\numberline {6}Protocol Messages}{11}{section.6}\protected@file@percent }
\newlabel{sec:protocol-messages}{{6}{11}{Protocol Messages}{section.6}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {6.1}Overview}{11}{subsection.6.1}\protected@file@percent }
\ACRO{recordpage}{ear}{11}{1}{11}
\ACRO{recordpage}{mar}{11}{1}{11}
\ACRO{recordpage}{bid}{11}{1}{11}
\ACRO{recordpage}{acc}{11}{1}{11}
\ACRO{recordpage}{ref}{11}{1}{11}
\ACRO{recordpage}{rep}{11}{1}{11}
\@writefile{toc}{\contentsline {subsection}{\numberline {6.2}Message Header}{11}{subsection.6.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6.3}Exclusive Admission Request Message (EAR)}{11}{subsection.6.3}\protected@file@percent }
\ACRO{recordpage}{ear}{11}{1}{11}
\ACRO{recordpage}{ear}{11}{1}{11}
\ACRO{recordpage}{ear}{11}{1}{11}
\ACRO{recordpage}{pcp}{11}{1}{11}
\ACRO{recordpage}{qos}{11}{1}{11}
\ACRO{recordpage}{dds}{12}{1}{12}
\ACRO{recordpage}{guid}{12}{1}{12}
\ACRO{recordpage}{ear}{12}{1}{12}
\ACRO{recordpage}{ear}{12}{1}{12}
\ACRO{recordpage}{ear}{12}{1}{12}
\ACRO{recordpage}{ear}{12}{1}{12}
\@writefile{toc}{\contentsline {subsection}{\numberline {6.4}Multiple Admission Request Message (MAR)}{13}{subsection.6.4}\protected@file@percent }
\ACRO{recordpage}{mar}{13}{1}{13}
\ACRO{recordpage}{mar}{13}{1}{13}
\ACRO{recordpage}{mar}{13}{1}{13}
\ACRO{recordpage}{ear}{13}{1}{13}
\ACRO{recordpage}{pcp}{13}{1}{13}
\ACRO{recordpage}{qos}{13}{1}{13}
\ACRO{recordpage}{dds}{13}{1}{13}
\ACRO{recordpage}{guid}{13}{1}{13}
\ACRO{recordpage}{ear}{13}{1}{13}
\ACRO{recordpage}{ear}{13}{1}{13}
\@writefile{toc}{\contentsline {subsection}{\numberline {6.5}Bid Message (BID)}{14}{subsection.6.5}\protected@file@percent }
\ACRO{recordpage}{bid}{14}{1}{14}
\ACRO{recordpage}{bid}{14}{1}{14}
\@writefile{toc}{\contentsline {subsection}{\numberline {6.6}Acceptation Message (ACC)}{14}{subsection.6.6}\protected@file@percent }
\ACRO{recordpage}{acc}{14}{1}{14}
\ACRO{recordpage}{uuid}{14}{1}{14}
\@writefile{toc}{\contentsline {subsection}{\numberline {6.7}Refusal Message (REF)}{14}{subsection.6.7}\protected@file@percent }
\ACRO{recordpage}{ref}{14}{1}{14}
\ACRO{recordpage}{acc}{14}{1}{14}
\ACRO{recordpage}{ref}{14}{1}{14}
\@writefile{toc}{\contentsline {subsection}{\numberline {6.8}Replenish Message (REP)}{15}{subsection.6.8}\protected@file@percent }
\ACRO{recordpage}{rep}{15}{1}{15}
\@writefile{toc}{\contentsline {section}{\numberline {7}The Message Exchange and Parsing Algorithm}{17}{section.7}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {7.1}Overview of the Main Procedure}{17}{subsection.7.1}\protected@file@percent }
\newlabel{sec:overview-algorithm}{{7.1}{17}{Overview of the Main Procedure}{subsection.7.1}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {7.2}Receive Message and Delegate it to a Handler Thread}{17}{subsection.7.2}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces An overview of the message exchange and parsing algorithm of Rank}}{18}{figure.1}\protected@file@percent }
\newlabel{fig:message-exchange-and-parsing-algorithm}{{1}{18}{An overview of the message exchange and parsing algorithm of Rank}{figure.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Receive Message and Delegate it to a Handler Thread algorithm.}}{19}{figure.2}\protected@file@percent }
\newlabel{fig:message-delegation-algorithm}{{2}{19}{Receive Message and Delegate it to a Handler Thread algorithm}{figure.2}{}}
\ACRO{recordpage}{uuid}{19}{1}{19}
\ACRO{recordpage}{uuid}{19}{1}{19}
\ACRO{recordpage}{uuid}{19}{1}{19}
\ACRO{recordpage}{uuid}{19}{1}{19}
\ACRO{recordpage}{uuid}{19}{1}{19}
\ACRO{recordpage}{uuid}{19}{1}{19}
\ACRO{recordpage}{uuid}{19}{1}{19}
\ACRO{recordpage}{h_sym}{19}{1}{19}
\ACRO{recordpage}{h_sym}{19}{1}{19}
\ACRO{recordpage}{h_sym}{19}{1}{19}
\ACRO{recordpage}{uuid}{20}{1}{20}
\ACRO{recordpage}{h_sym}{20}{1}{20}
\ACRO{recordpage}{h_sym}{20}{1}{20}
\ACRO{recordpage}{h_sym}{20}{1}{20}
\@writefile{toc}{\contentsline {subsection}{\numberline {7.3}Parsing an entering EAR Message}{20}{subsection.7.3}\protected@file@percent }
\ACRO{recordpage}{h_sym}{20}{1}{20}
\ACRO{recordpage}{ear}{20}{1}{20}
\ACRO{recordpage}{ear}{20}{1}{20}
\ACRO{recordpage}{ear}{20}{1}{20}
\ACRO{recordpage}{ear}{20}{1}{20}
\ACRO{recordpage}{ear}{20}{1}{20}
\ACRO{recordpage}{R_sym}{20}{1}{20}
\ACRO{recordpage}{p_sym}{20}{1}{20}
\ACRO{recordpage}{R_sym}{20}{1}{20}
\ACRO{recordpage}{acc}{20}{1}{20}
\ACRO{recordpage}{ear}{20}{1}{20}
\ACRO{recordpage}{uuid}{20}{1}{20}
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces Parsing an entering EAR message algorithm.}}{21}{figure.3}\protected@file@percent }
\newlabel{fig:ear-parsing-algorithm}{{3}{21}{Parsing an entering EAR message algorithm}{figure.3}{}}
\ACRO{recordpage}{R_sym}{22}{1}{22}
\ACRO{recordpage}{p_sym}{22}{1}{22}
\ACRO{recordpage}{ref}{22}{1}{22}
\ACRO{recordpage}{ear}{22}{1}{22}
\ACRO{recordpage}{uuid}{22}{1}{22}
\ACRO{recordpage}{uuid}{22}{1}{22}
\ACRO{recordpage}{R_sym}{22}{1}{22}
\ACRO{recordpage}{p_sym}{22}{1}{22}
\ACRO{recordpage}{uuid}{22}{1}{22}
\ACRO{recordpage}{N_sym}{22}{1}{22}
\ACRO{recordpage}{ear}{22}{1}{22}
\ACRO{recordpage}{N_sym}{22}{1}{22}
\ACRO{recordpage}{cardinal_sym}{22}{1}{22}
\ACRO{recordpage}{N_sym}{22}{1}{22}
\ACRO{recordpage}{cardinal_sym}{22}{1}{22}
\ACRO{recordpage}{N_sym}{22}{1}{22}
\ACRO{recordpage}{ref}{22}{1}{22}
\ACRO{recordpage}{ear}{22}{1}{22}
\ACRO{recordpage}{uuid}{22}{1}{22}
\ACRO{recordpage}{cardinal_sym}{22}{1}{22}
\ACRO{recordpage}{N_sym}{22}{1}{22}
\ACRO{recordpage}{bplus_sym}{22}{1}{22}
\ACRO{recordpage}{b_sym}{22}{1}{22}
\ACRO{recordpage}{L_sym}{22}{1}{22}
\ACRO{recordpage}{ear}{22}{1}{22}
\ACRO{recordpage}{bplus_sym}{22}{1}{22}
\ACRO{recordpage}{ear}{22}{1}{22}
\ACRO{recordpage}{uuid}{22}{1}{22}
\ACRO{recordpage}{cardinal_sym}{22}{1}{22}
\ACRO{recordpage}{N_sym}{22}{1}{22}
\ACRO{recordpage}{bplusnext_sym}{22}{1}{22}
\ACRO{recordpage}{L_sym}{22}{1}{22}
\ACRO{recordpage}{b_sym}{22}{1}{22}
\ACRO{recordpage}{mar}{22}{1}{22}
\ACRO{recordpage}{mar}{22}{1}{22}
\ACRO{recordpage}{bplusnext_sym}{22}{1}{22}
\ACRO{recordpage}{bplusnext_sym}{22}{1}{22}
\ACRO{recordpage}{L_sym}{22}{1}{22}
\ACRO{recordpage}{ear}{22}{1}{22}
\ACRO{recordpage}{b_sym}{22}{1}{22}
\ACRO{recordpage}{mar}{22}{1}{22}
\ACRO{recordpage}{uuid}{22}{1}{22}
\@writefile{toc}{\contentsline {subsection}{\numberline {7.4}Parsing an entering MAR Message}{23}{subsection.7.4}\protected@file@percent }
\ACRO{recordpage}{mar}{23}{1}{23}
\ACRO{recordpage}{ear}{23}{1}{23}
\ACRO{recordpage}{mar}{23}{1}{23}
\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces Parsing an entering MAR message algorithm.}}{24}{figure.4}\protected@file@percent }
\newlabel{fig:mar-parsing-algorithm}{{4}{24}{Parsing an entering MAR message algorithm}{figure.4}{}}
\ACRO{recordpage}{R_sym}{25}{1}{25}
\ACRO{recordpage}{R_sym}{25}{1}{25}
\ACRO{recordpage}{p_sym}{25}{1}{25}
\ACRO{recordpage}{b_sym}{25}{1}{25}
\ACRO{recordpage}{R_sym}{25}{1}{25}
\ACRO{recordpage}{p_sym}{25}{1}{25}
\ACRO{recordpage}{bid}{25}{1}{25}
\ACRO{recordpage}{mar}{25}{1}{25}
\ACRO{recordpage}{b_sym}{25}{1}{25}
\ACRO{recordpage}{uuid}{25}{1}{25}
\ACRO{recordpage}{b_sym}{25}{1}{25}
\ACRO{recordpage}{R_sym}{25}{1}{25}
\ACRO{recordpage}{p_sym}{25}{1}{25}
\ACRO{recordpage}{B_sym}{25}{1}{25}
\ACRO{recordpage}{bid}{25}{1}{25}
\ACRO{recordpage}{B_sym}{25}{1}{25}
\ACRO{recordpage}{mar}{25}{1}{25}
\ACRO{recordpage}{R_sym}{25}{1}{25}
\ACRO{recordpage}{bid}{25}{1}{25}
\ACRO{recordpage}{uuid}{25}{1}{25}
\@writefile{toc}{\contentsline {subsection}{\numberline {7.5}Parsing an entering BID Message}{25}{subsection.7.5}\protected@file@percent }
\ACRO{recordpage}{mar}{25}{1}{25}
\ACRO{recordpage}{bid}{25}{1}{25}
\ACRO{recordpage}{bid}{25}{1}{25}
\ACRO{recordpage}{mar}{25}{1}{25}
\ACRO{recordpage}{b_sym}{25}{1}{25}
\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces Parsing an entering BID message algorithm.}}{26}{figure.5}\protected@file@percent }
\newlabel{fig:bid-parsing-algorithm}{{5}{26}{Parsing an entering BID message algorithm}{figure.5}{}}
\ACRO{recordpage}{B_sym}{27}{1}{27}
\ACRO{recordpage}{B_sym}{27}{1}{27}
\ACRO{recordpage}{ref}{27}{1}{27}
\ACRO{recordpage}{mar}{27}{1}{27}
\ACRO{recordpage}{uuid}{27}{1}{27}
\ACRO{recordpage}{cardinal_sym}{27}{1}{27}
\ACRO{recordpage}{B_sym}{27}{1}{27}
\ACRO{recordpage}{b_sym}{27}{1}{27}
\ACRO{recordpage}{B_sym}{27}{1}{27}
\ACRO{recordpage}{cardinal_sym}{27}{1}{27}
\ACRO{recordpage}{B_sym}{27}{1}{27}
\ACRO{recordpage}{cardinal_sym}{27}{1}{27}
\ACRO{recordpage}{B_sym}{27}{1}{27}
\ACRO{recordpage}{ear}{27}{1}{27}
\ACRO{recordpage}{B_sym}{27}{1}{27}
\ACRO{recordpage}{ear}{27}{1}{27}
\ACRO{recordpage}{uuid}{27}{1}{27}
\ACRO{recordpage}{cardinal_sym}{27}{1}{27}
\ACRO{recordpage}{B_sym}{27}{1}{27}
\ACRO{recordpage}{bplus_sym}{27}{1}{27}
\ACRO{recordpage}{B_sym}{27}{1}{27}
\ACRO{recordpage}{R_sym}{27}{1}{27}
\ACRO{recordpage}{L_sym}{27}{1}{27}
\ACRO{recordpage}{uuid}{27}{1}{27}
\ACRO{recordpage}{u_sym}{27}{1}{27}
\ACRO{recordpage}{uuid}{27}{1}{27}
\ACRO{recordpage}{unew_sym}{27}{1}{27}
\ACRO{recordpage}{bplus_sym}{27}{1}{27}
\ACRO{recordpage}{B_sym}{27}{1}{27}
\ACRO{recordpage}{u_sym}{27}{1}{27}
\ACRO{recordpage}{unew_sym}{27}{1}{27}
\ACRO{recordpage}{ear}{27}{1}{27}
\ACRO{recordpage}{bplus_sym}{27}{1}{27}
\ACRO{recordpage}{u_sym}{27}{1}{27}
\ACRO{recordpage}{ear}{27}{1}{27}
\ACRO{recordpage}{uuid}{27}{1}{27}
\@writefile{lof}{\contentsline {figure}{\numberline {6}{\ignorespaces Parsing an entering ACC message algorithm.}}{28}{figure.6}\protected@file@percent }
\newlabel{fig:acc-parsing-algorithm}{{6}{28}{Parsing an entering ACC message algorithm}{figure.6}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {7.6}Parsing an entering ACC Message}{28}{subsection.7.6}\protected@file@percent }
\ACRO{recordpage}{acc}{28}{1}{28}
\ACRO{recordpage}{acc}{28}{1}{28}
\ACRO{recordpage}{R_sym}{28}{1}{28}
\ACRO{recordpage}{uuid}{28}{1}{28}
\ACRO{recordpage}{uuid}{28}{1}{28}
\ACRO{recordpage}{uuid}{28}{1}{28}
\ACRO{recordpage}{uuid}{28}{1}{28}
\ACRO{recordpage}{u_sym}{28}{1}{28}
\ACRO{recordpage}{uuid}{29}{1}{29}
\ACRO{recordpage}{ulate_sym}{29}{1}{29}
\ACRO{recordpage}{uuid}{29}{1}{29}
\ACRO{recordpage}{uuid}{29}{1}{29}
\ACRO{recordpage}{acc}{29}{1}{29}
\ACRO{recordpage}{ulate_sym}{29}{1}{29}
\ACRO{recordpage}{bminus_sym}{29}{1}{29}
\ACRO{recordpage}{uuid}{29}{1}{29}
\ACRO{recordpage}{acc}{29}{1}{29}
\ACRO{recordpage}{u_sym}{29}{1}{29}
\ACRO{recordpage}{bminus_sym}{29}{1}{29}
\@writefile{toc}{\contentsline {subsection}{\numberline {7.7}Parsing an entering REF Message}{29}{subsection.7.7}\protected@file@percent }
\ACRO{recordpage}{ref}{29}{1}{29}
\ACRO{recordpage}{ref}{29}{1}{29}
\ACRO{recordpage}{b_sym}{29}{1}{29}
\ACRO{recordpage}{uuid}{29}{1}{29}
\ACRO{recordpage}{uuid}{29}{1}{29}
\ACRO{recordpage}{uuid}{29}{1}{29}
\ACRO{recordpage}{ref}{29}{1}{29}
\ACRO{recordpage}{unew_sym}{29}{1}{29}
\ACRO{recordpage}{uuid}{29}{1}{29}
\ACRO{recordpage}{uuid}{29}{1}{29}
\ACRO{recordpage}{uuid}{29}{1}{29}
\ACRO{recordpage}{uuid}{29}{1}{29}
\ACRO{recordpage}{uuid}{29}{1}{29}
\ACRO{recordpage}{ref}{29}{1}{29}
\ACRO{recordpage}{bminus_sym}{29}{1}{29}
\ACRO{recordpage}{uuid}{29}{1}{29}
\ACRO{recordpage}{uuid}{29}{1}{29}
\@writefile{lof}{\contentsline {figure}{\numberline {7}{\ignorespaces Parsing an entering REF message algorithm.}}{30}{figure.7}\protected@file@percent }
\newlabel{fig:ref-parsing-algorithm}{{7}{30}{Parsing an entering REF message algorithm}{figure.7}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {8}{\ignorespaces Parsing an entering REP message algorithm.}}{31}{figure.8}\protected@file@percent }
\newlabel{fig:rep-parsing-algorithm}{{8}{31}{Parsing an entering REP message algorithm}{figure.8}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {7.8}Parsing an entering REP Message}{31}{subsection.7.8}\protected@file@percent }
\ACRO{recordpage}{rep}{31}{1}{31}
\ACRO{recordpage}{rep}{31}{1}{31}
\ACRO{recordpage}{ref}{32}{1}{32}
\ACRO{recordpage}{uuid}{32}{1}{32}
\ACRO{recordpage}{uuid}{32}{1}{32}
\ACRO{recordpage}{uuid}{32}{1}{32}
\ACRO{recordpage}{rep}{32}{1}{32}
\ACRO{recordpage}{rep}{32}{1}{32}
\ACRO{recordpage}{rep}{32}{1}{32}
\ACRO{recordpage}{uuid}{32}{1}{32}
\ACRO{recordpage}{uuid}{32}{1}{32}
\ACRO{recordpage}{uuid}{32}{1}{32}
\ACRO{recordpage}{ref}{32}{1}{32}
\ACRO{recordpage}{uuid}{32}{1}{32}
\ACRO{recordpage}{uuid}{32}{1}{32}
\@writefile{lof}{\contentsline {figure}{\numberline {9}{\ignorespaces An high abstraction level as an overview of the complete data model for the Rank protocol.}}{33}{figure.9}\protected@file@percent }
\newlabel{fig:data-model-overview}{{9}{33}{An high abstraction level as an overview of the complete data model for the Rank protocol}{figure.9}{}}
\@writefile{toc}{\contentsline {section}{\numberline {8}The Data Model}{33}{section.8}\protected@file@percent }
\newlabel{sec:data-model}{{8}{33}{The Data Model}{section.8}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {8.1}Overview}{33}{subsection.8.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {8.2}The Process Structure}{33}{subsection.8.2}\protected@file@percent }
\newlabel{dm:process}{{8.2}{33}{The Process Structure}{subsection.8.2}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {10}{\ignorespaces The class diagram for the \hyperref [dm:process]{\textbf {Process}}{} structure.}}{34}{figure.10}\protected@file@percent }
\newlabel{fig:data-model-process-main}{{10}{34}{The class diagram for the \dmprocess {} structure}{figure.10}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {11}{\ignorespaces The finite state machine of the \hyperref [dm:process]{\textbf {Process}}{} structure.}}{35}{figure.11}\protected@file@percent }
\newlabel{fig:data-model-process-fsm}{{11}{35}{The finite state machine of the \dmprocess {} structure}{figure.11}{}}
\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces Rank's \texttt {Process} Attributes}}{35}{table.1}\protected@file@percent }
\newlabel{tab:dm-process-a}{{1}{35}{Rank's \texttt {Process} Attributes}{table.1}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.1}The get\_instance() operation}{35}{subsubsection.8.2.1}\protected@file@percent }
\@writefile{lot}{\contentsline {table}{\numberline {2}{\ignorespaces Rank's \texttt {Process} Operations}}{36}{table.2}\protected@file@percent }
\newlabel{tab:dm-process-o}{{2}{36}{Rank's \texttt {Process} Operations}{table.2}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.2}The execute() operation}{37}{subsubsection.8.2.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.3}The stop() operation}{37}{subsubsection.8.2.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.4}The is\_running() operation}{37}{subsubsection.8.2.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.5}The lifecycle() operation}{37}{subsubsection.8.2.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.6}The is\_bid\_in\_store() operation}{37}{subsubsection.8.2.6}\protected@file@percent }
\ACRO{recordpage}{uuid}{37}{1}{37}
\ACRO{recordpage}{ear}{37}{1}{37}
\ACRO{recordpage}{uuid}{37}{1}{37}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.7}The is\_uuid\_in\_store() operation}{38}{subsubsection.8.2.7}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.8}The store() operation}{38}{subsubsection.8.2.8}\protected@file@percent }
\ACRO{recordpage}{uuid}{38}{1}{38}
\ACRO{recordpage}{uuid}{38}{1}{38}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.9}The create\_handler() operation}{38}{subsubsection.8.2.9}\protected@file@percent }
\ACRO{recordpage}{uuid}{38}{1}{38}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.10}The resume\_handler() operation}{38}{subsubsection.8.2.10}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.11}The suspend\_handler() operation}{38}{subsubsection.8.2.11}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.12}The get\_handler() operation}{39}{subsubsection.8.2.12}\protected@file@percent }
\ACRO{recordpage}{uuid}{39}{1}{39}
\ACRO{recordpage}{uuid}{39}{1}{39}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.13}The delete\_handler() operation}{39}{subsubsection.8.2.13}\protected@file@percent }
\ACRO{recordpage}{uuid}{39}{1}{39}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.2.14}The get\_handler\_state() operation}{39}{subsubsection.8.2.14}\protected@file@percent }
\ACRO{recordpage}{uuid}{39}{1}{39}
\ACRO{recordpage}{uuid}{39}{1}{39}
\@writefile{toc}{\contentsline {subsection}{\numberline {8.3}The is\_uuid\_in\_store() operation}{39}{subsection.8.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.3.1}The get\_connections\_to() operation}{39}{subsubsection.8.3.1}\protected@file@percent }
\ACRO{recordpage}{neighbors_s}{39}{1}{39}
\ACRO{recordpage}{L_sym}{39}{1}{39}
\ACRO{recordpage}{N_sym}{39}{1}{39}
\ACRO{recordpage}{ipv4}{39}{1}{39}
\ACRO{recordpage}{mac}{39}{1}{39}
\ACRO{recordpage}{ipv6}{39}{1}{39}
\ACRO{recordpage}{dds}{39}{1}{39}
\ACRO{recordpage}{mac}{39}{1}{39}
\ACRO{recordpage}{ipv4}{39}{1}{39}
\ACRO{recordpage}{ipv6}{39}{1}{39}
\ACRO{recordpage}{dds}{39}{1}{39}
\@writefile{toc}{\contentsline {paragraph}{With MAC addresses as listener identifier}{39}{section*.6}\protected@file@percent }
\ACRO{recordpage}{L_sym}{39}{1}{39}
\ACRO{recordpage}{L_sym}{39}{1}{39}
\ACRO{recordpage}{mac}{39}{1}{39}
\ACRO{recordpage}{arp}{39}{1}{39}
\ACRO{recordpage}{mac}{39}{1}{39}
\@writefile{toc}{\contentsline {paragraph}{With IPv4 addresses as listener identifier}{39}{section*.7}\protected@file@percent }
\ACRO{recordpage}{ipv4}{39}{1}{39}
\ACRO{recordpage}{ipv4}{39}{1}{39}
\@writefile{toc}{\contentsline {paragraph}{With IPv6 addresses as listener identifier}{40}{section*.8}\protected@file@percent }
\ACRO{recordpage}{ipv6}{40}{1}{40}
\ACRO{recordpage}{ipv6}{40}{1}{40}
\@writefile{toc}{\contentsline {paragraph}{With DDS' RTPS Entity GUIDs as listener identifier}{40}{section*.9}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.3.2}The connections\_cardinal() operation}{40}{subsubsection.8.3.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.3.3}The parse\_as\_message\_header() operation}{40}{subsubsection.8.3.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.3.4}The parse\_as\_message\_type() operation}{40}{subsubsection.8.3.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.3.5}The parse\_as\_message\_uuid() operation}{40}{subsubsection.8.3.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.3.6}The Process() private constructor}{40}{subsubsection.8.3.6}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {12}{\ignorespaces The class diagram for the \hyperref [dm:resources]{\textbf {Resources}}{} structure.}}{41}{figure.12}\protected@file@percent }
\newlabel{fig:data-model-resources-main}{{12}{41}{The class diagram for the \dmresources {} structure}{figure.12}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {8.4}The Resources Structure}{41}{subsection.8.4}\protected@file@percent }
\newlabel{dm:resources}{{8.4}{41}{The Resources Structure}{subsection.8.4}{}}
\@writefile{lot}{\contentsline {table}{\numberline {3}{\ignorespaces Rank's \texttt {Resources} Attributes}}{42}{table.3}\protected@file@percent }
\newlabel{tab:dm-resources-a}{{3}{42}{Rank's \texttt {Resources} Attributes}{table.3}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.4.1}The get\_instance() operation}{42}{subsubsection.8.4.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.4.2}The execute() operation}{42}{subsubsection.8.4.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.4.3}The stop() operation}{42}{subsubsection.8.4.3}\protected@file@percent }
\@writefile{lot}{\contentsline {table}{\numberline {4}{\ignorespaces Rank's \texttt {Resources} Operations}}{43}{table.4}\protected@file@percent }
\newlabel{tab:dm-resources-o}{{4}{43}{Rank's \texttt {Resources} Operations}{table.4}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.4.4}The is\_running() operation}{43}{subsubsection.8.4.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.4.5}The lifecycle() operation}{43}{subsubsection.8.4.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.4.6}The estimate\_bid() operations}{44}{subsubsection.8.4.6}\protected@file@percent }
\ACRO{recordpage}{R_sym}{44}{1}{44}
\ACRO{recordpage}{B_sym}{44}{1}{44}
\ACRO{recordpage}{R_sym}{44}{1}{44}
\ACRO{recordpage}{B_sym}{44}{1}{44}
\ACRO{recordpage}{R_sym}{44}{1}{44}
\ACRO{recordpage}{rtt}{44}{1}{44}
\ACRO{recordpage}{bid_node_resources}{44}{1}{44}
\ACRO{recordpage}{bid_proximity}{44}{1}{44}
\ACRO{recordpage}{rtt}{44}{1}{44}
\ACRO{recordpage}{rtt}{44}{1}{44}
\ACRO{recordpage}{rtt}{44}{1}{44}
\ACRO{recordpage}{bid_performance_history}{44}{1}{44}
\ACRO{recordpage}{bid_current_node_resources}{44}{1}{44}
\@writefile{lof}{\contentsline {figure}{\numberline {13}{\ignorespaces Representation of a reservation object (simplified) and the current state of a resources instance.}}{45}{figure.13}\protected@file@percent }
\newlabel{fig:data-model-resources-afp-operation-1}{{13}{45}{Representation of a reservation object (simplified) and the current state of a resources instance}{figure.13}{}}
\ACRO{recordpage}{bid_fairness}{45}{1}{45}
\ACRO{recordpage}{R_sym}{45}{1}{45}
\ACRO{recordpage}{R_sym}{45}{1}{45}
\ACRO{recordpage}{bid_requirement_cap}{45}{1}{45}
\ACRO{recordpage}{bid_requirement_cap_at_i}{45}{1}{45}
\ACRO{recordpage}{bid_item_at_i}{45}{1}{45}
\ACRO{recordpage}{R_sym}{45}{1}{45}
\ACRO{recordpage}{bid_current_node_resources}{45}{1}{45}
\ACRO{recordpage}{R_sym}{45}{1}{45}
\ACRO{recordpage}{bid_function}{45}{1}{45}
\ACRO{recordpage}{bid_current_node_resources}{45}{1}{45}
\ACRO{recordpage}{R_sym}{45}{1}{45}
\ACRO{recordpage}{bid_function}{45}{1}{45}
\ACRO{recordpage}{bid_requirement_cap}{45}{1}{45}
\ACRO{recordpage}{cardinal_sym}{45}{1}{45}
\ACRO{recordpage}{R_sym}{45}{1}{45}
\ACRO{recordpage}{bid_div_constant}{45}{1}{45}
\ACRO{recordpage}{bid_requirement_cap}{45}{1}{45}
\ACRO{recordpage}{bid_div_constant}{45}{1}{45}
\ACRO{recordpage}{R_sym}{45}{1}{45}
\ACRO{recordpage}{bid_function_reduction}{45}{1}{45}
\ACRO{recordpage}{cardinal_sym}{45}{1}{45}
\ACRO{recordpage}{R_sym}{45}{1}{45}
\ACRO{recordpage}{bid_div_constant}{45}{1}{45}
\ACRO{recordpage}{B_sym}{45}{1}{45}
\ACRO{recordpage}{B_sym}{45}{1}{45}
\ACRO{recordpage}{bid_node_resources}{45}{1}{45}
\ACRO{recordpage}{bid_proximity}{45}{1}{45}
\ACRO{recordpage}{bid_performance_history}{45}{1}{45}
\ACRO{recordpage}{bid_current_node_resources}{45}{1}{45}
\ACRO{recordpage}{bid_fairness}{45}{1}{45}
\ACRO{recordpage}{p_sym}{45}{1}{45}
\ACRO{recordpage}{bid_node_resources}{45}{1}{45}
\ACRO{recordpage}{bid_proximity}{45}{1}{45}
\ACRO{recordpage}{bid_performance_history}{45}{1}{45}
\ACRO{recordpage}{bid_current_node_resources}{45}{1}{45}
\ACRO{recordpage}{bid_fairness}{45}{1}{45}
\ACRO{recordpage}{p_sym}{45}{1}{45}
\ACRO{recordpage}{p_sym}{45}{1}{45}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.4.7}The available\_for\_performance() operation}{45}{subsubsection.8.4.7}\protected@file@percent }
\ACRO{recordpage}{R_sym}{45}{1}{45}
\ACRO{recordpage}{b_sym}{45}{1}{45}
\ACRO{recordpage}{p_sym}{45}{1}{45}
\ACRO{recordpage}{r_sym}{45}{1}{45}
\ACRO{recordpage}{R_sym}{45}{1}{45}
\ACRO{recordpage}{p_sym}{45}{1}{45}
\ACRO{recordpage}{r_sym}{45}{1}{45}
\ACRO{recordpage}{notRS_sym}{45}{1}{45}
\ACRO{recordpage}{R_sym}{45}{1}{45}
\@writefile{lof}{\contentsline {figure}{\numberline {14}{\ignorespaces Operation summary for the execution of available\_for\_performance().}}{46}{figure.14}\protected@file@percent }
\newlabel{fig:data-model-resources-afp-operation-2}{{14}{46}{Operation summary for the execution of available\_for\_performance()}{figure.14}{}}
\ACRO{recordpage}{p_sym}{46}{1}{46}
\ACRO{recordpage}{notRS_sym}{46}{1}{46}
\ACRO{recordpage}{R_sym}{46}{1}{46}
\ACRO{recordpage}{notRS_sym}{46}{1}{46}
\ACRO{recordpage}{r_sym}{46}{1}{46}
\ACRO{recordpage}{R_sym}{46}{1}{46}
\ACRO{recordpage}{p_sym}{46}{1}{46}
\ACRO{recordpage}{p_sym}{46}{1}{46}
\ACRO{recordpage}{r_sym}{46}{1}{46}
\ACRO{recordpage}{acc}{46}{1}{46}
\ACRO{recordpage}{acc}{46}{1}{46}
\ACRO{recordpage}{uuid}{46}{1}{46}
\ACRO{recordpage}{acc}{46}{1}{46}
\ACRO{recordpage}{uuid}{46}{1}{46}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.4.8}The replenish\_reservation() operation}{46}{subsubsection.8.4.8}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.4.9}The mark\_reservation() operation}{46}{subsubsection.8.4.9}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.4.10}The reservations() operation}{46}{subsubsection.8.4.10}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.4.11}The reservations\_size() operation}{46}{subsubsection.8.4.11}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {15}{\ignorespaces The class diagram for the \hyperref [dm:reservation]{\textbf {Reservation}}{} structure.}}{47}{figure.15}\protected@file@percent }
\newlabel{fig:data-model-reservation-main}{{15}{47}{The class diagram for the \dmreservation {} structure}{figure.15}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.4.12}The Resources private constructor}{47}{subsubsection.8.4.12}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {8.5}The Reservation Structure}{47}{subsection.8.5}\protected@file@percent }
\newlabel{dm:reservation}{{8.5}{47}{The Reservation Structure}{subsection.8.5}{}}
\@writefile{lot}{\contentsline {table}{\numberline {5}{\ignorespaces Rank's \texttt {Reservation} Attributes}}{48}{table.5}\protected@file@percent }
\newlabel{tab:dm-reservation-a}{{5}{48}{Rank's \texttt {Reservation} Attributes}{table.5}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {16}{\ignorespaces The class diagram for the \hyperref [dm:reservationstate]{\textbf {ReservationState}}{} structure.}}{48}{figure.16}\protected@file@percent }
\newlabel{fig:data-model-reservationstate-main}{{16}{48}{The class diagram for the \dmreservationstate {} structure}{figure.16}{}}
\ACRO{recordpage}{ear}{48}{1}{48}
\ACRO{recordpage}{mar}{48}{1}{48}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.1}The ReservationState Enumeration}{48}{subsubsection.8.5.1}\protected@file@percent }
\newlabel{dm:reservationstate}{{8.5.1}{48}{The ReservationState Enumeration}{subsubsection.8.5.1}{}}
\@writefile{lot}{\contentsline {table}{\numberline {6}{\ignorespaces Rank's \texttt {Reservation} Operations}}{49}{table.6}\protected@file@percent }
\newlabel{tab:dm-reservation-o}{{6}{49}{Rank's \texttt {Reservation} Operations}{table.6}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {17}{\ignorespaces The finite state machine of the \hyperref [dm:reservationstate]{\textbf {ReservationState}}{} structure.}}{50}{figure.17}\protected@file@percent }
\newlabel{fig:data-model-reservationstate-fsm}{{17}{50}{The finite state machine of the \dmreservationstate {} structure}{figure.17}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.2}The priority() operation}{51}{subsubsection.8.5.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.3}The capabilities() operation}{51}{subsubsection.8.5.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.4}The state() operation}{51}{subsubsection.8.5.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.5}The uuid() operation}{51}{subsubsection.8.5.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.6}The wait\_for\_sacrifice() operation}{51}{subsubsection.8.5.6}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.7}The reserve() operation}{51}{subsubsection.8.5.7}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.8}The pre\_reserve() operation}{51}{subsubsection.8.5.8}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.9}The unconsider() operation}{51}{subsubsection.8.5.9}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.10}The replenish() operation}{51}{subsubsection.8.5.10}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.11}The mark\_pre\_reserved() operation}{51}{subsubsection.8.5.11}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.12}The mark\_reserved() operation}{51}{subsubsection.8.5.12}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.13}The mark\_listener() operation}{51}{subsubsection.8.5.13}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.14}The operator<() function for comparisons}{51}{subsubsection.8.5.14}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.15}The operator==() function for comparisons}{51}{subsubsection.8.5.15}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.5.16}The Reservation constructor}{51}{subsubsection.8.5.16}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {18}{\ignorespaces The class diagram for the \hyperref [dm:capabilities]{\textbf {Capabilities}}{} structure.}}{52}{figure.18}\protected@file@percent }
\newlabel{fig:data-model-capabilities-main}{{18}{52}{The class diagram for the \dmcapabilities {} structure}{figure.18}{}}
\@writefile{lot}{\contentsline {table}{\numberline {7}{\ignorespaces Rank's \texttt {Capabilities} Attributes}}{52}{table.7}\protected@file@percent }
\newlabel{tab:dm-capabilities-a}{{7}{52}{Rank's \texttt {Capabilities} Attributes}{table.7}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {8.6}The Capabilities Interface}{52}{subsection.8.6}\protected@file@percent }
\newlabel{dm:capabilities}{{8.6}{52}{The Capabilities Interface}{subsection.8.6}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.6.1}The CapabilityItemType Enumeration}{52}{subsubsection.8.6.1}\protected@file@percent }
\newlabel{dm:capabilityitemtype}{{8.6.1}{52}{The CapabilityItemType Enumeration}{subsubsection.8.6.1}{}}
\@writefile{lot}{\contentsline {table}{\numberline {8}{\ignorespaces Rank's \texttt {Capabilities} Operations}}{52}{table.8}\protected@file@percent }
\newlabel{tab:dm-capabilities-o}{{8}{52}{Rank's \texttt {Capabilities} Operations}{table.8}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {19}{\ignorespaces The class diagram for the \hyperref [dm:currentcapabilities]{\textbf {CurrentCapabilities}}{} structure.}}{53}{figure.19}\protected@file@percent }
\newlabel{fig:data-model-currentcapabilities-main}{{19}{53}{The class diagram for the \dmcurrentcapabilities {} structure}{figure.19}{}}
\@writefile{lot}{\contentsline {table}{\numberline {9}{\ignorespaces Rank's \texttt {CurrentCapabilities} Attributes}}{53}{table.9}\protected@file@percent }
\newlabel{tab:dm-currentcapabilities-a}{{9}{53}{Rank's \texttt {CurrentCapabilities} Attributes}{table.9}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.6.2}The CurrentCapabilities Structure}{53}{subsubsection.8.6.2}\protected@file@percent }
\newlabel{dm:currentcapabilities}{{8.6.2}{53}{The CurrentCapabilities Structure}{subsubsection.8.6.2}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.6.3}The RequestingCapabilities Structure}{53}{subsubsection.8.6.3}\protected@file@percent }
\newlabel{dm:requestingcapabilities}{{8.6.3}{53}{The RequestingCapabilities Structure}{subsubsection.8.6.3}{}}
\ACRO{recordpage}{ear}{53}{1}{53}
\ACRO{recordpage}{mar}{53}{1}{53}
\@writefile{lof}{\contentsline {figure}{\numberline {20}{\ignorespaces The class diagram for the \hyperref [dm:requestingcapabilities]{\textbf {RequestingCapabilities}}{} structure.}}{54}{figure.20}\protected@file@percent }
\newlabel{fig:data-model-requestingcapabilities-main}{{20}{54}{The class diagram for the \dmrequestingcapabilities {} structure}{figure.20}{}}
\ACRO{recordpage}{uuid}{54}{1}{54}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.6.4}The produce\_yang() operation}{54}{subsubsection.8.6.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.6.5}The items() operation}{54}{subsubsection.8.6.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.6.6}The metrics getter operations}{54}{subsubsection.8.6.6}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.6.7}The metrics setter operations}{54}{subsubsection.8.6.7}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.6.8}The operator<() comparison operation}{54}{subsubsection.8.6.8}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {8.7}The Store Structure}{54}{subsection.8.7}\protected@file@percent }
\newlabel{dm:store}{{8.7}{54}{The Store Structure}{subsection.8.7}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {8.8}The Handler Model}{54}{subsection.8.8}\protected@file@percent }
\newlabel{dm:handler}{{8.8}{54}{The Handler Model}{subsection.8.8}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {21}{\ignorespaces The class diagram for the \hyperref [dm:store]{\textbf {Store}}{} structure.}}{55}{figure.21}\protected@file@percent }
\newlabel{fig:data-model-store-main}{{21}{55}{The class diagram for the \dmstore {} structure}{figure.21}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.1}The HandlerState Enumeration}{55}{subsubsection.8.8.1}\protected@file@percent }
\newlabel{dm:handlerstate}{{8.8.1}{55}{The HandlerState Enumeration}{subsubsection.8.8.1}{}}
\ACRO{recordpage}{mar}{55}{1}{55}
\ACRO{recordpage}{acc}{55}{1}{55}
\ACRO{recordpage}{ref}{55}{1}{55}
\ACRO{recordpage}{uuid}{55}{1}{55}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.2}The BidSet Set}{55}{subsubsection.8.8.2}\protected@file@percent }
\newlabel{dm:bidset}{{8.8.2}{55}{The BidSet Set}{subsubsection.8.8.2}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.3}The id() operation}{55}{subsubsection.8.8.3}\protected@file@percent }
\ACRO{recordpage}{uuid}{55}{1}{55}
\@writefile{lof}{\contentsline {figure}{\numberline {22}{\ignorespaces The class diagram for the \hyperref [dm:handler]{\textbf {Handler}}{} structure.}}{56}{figure.22}\protected@file@percent }
\newlabel{fig:data-model-handler-main}{{22}{56}{The class diagram for the \dmhandler {} structure}{figure.22}{}}
\@writefile{lot}{\contentsline {table}{\numberline {10}{\ignorespaces Rank's \texttt {Handler} Attributes}}{57}{table.10}\protected@file@percent }
\newlabel{tab:dm-handler-a}{{10}{57}{Rank's \texttt {Handler} Attributes}{table.10}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {23}{\ignorespaces The class diagram for the \hyperref [dm:handlerstate]{\textbf {HandlerState}}{} structure.}}{57}{figure.23}\protected@file@percent }
\newlabel{fig:data-model-handlerstate-main}{{23}{57}{The class diagram for the \dmhandlerstate {} structure}{figure.23}{}}
\@writefile{lot}{\contentsline {table}{\numberline {11}{\ignorespaces Rank's \texttt {Handler} Operations}}{58}{table.11}\protected@file@percent }
\newlabel{tab:dm-handler-o}{{11}{58}{Rank's \texttt {Handler} Operations}{table.11}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {24}{\ignorespaces The finite state machine of the \hyperref [dm:handlerstate]{\textbf {HandlerState}}{} structure.}}{59}{figure.24}\protected@file@percent }
\newlabel{fig:data-model-handlerstate-fsm}{{24}{59}{The finite state machine of the \dmhandlerstate {} structure}{figure.24}{}}
\ACRO{recordpage}{uuid}{60}{1}{60}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.4}The state() operation}{60}{subsubsection.8.8.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.5}The handle() operation}{60}{subsubsection.8.8.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.6}The is\_me() operation \textcolor {red}{TODO Move this to utilities/identity}}{60}{subsubsection.8.8.6}\protected@file@percent }
\ACRO{recordpage}{ipv4}{60}{1}{60}
\ACRO{recordpage}{mac}{60}{1}{60}
\ACRO{recordpage}{ipv6}{60}{1}{60}
\ACRO{recordpage}{uuid}{60}{1}{60}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.7}The associated\_reservation() operation}{61}{subsubsection.8.8.7}\protected@file@percent }
\ACRO{recordpage}{uuid}{61}{1}{61}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.8}The produce\_reservation() operation}{61}{subsubsection.8.8.8}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.9}The create\_translation() operation}{61}{subsubsection.8.8.9}\protected@file@percent }
\ACRO{recordpage}{uuid}{61}{1}{61}
\ACRO{recordpage}{ulate_sym}{61}{1}{61}
\ACRO{recordpage}{unew_sym}{61}{1}{61}
\ACRO{recordpage}{uuid}{61}{1}{61}
\ACRO{recordpage}{ulate_sym}{61}{1}{61}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.10}The is\_translation\_table\_empty\_for() operation}{61}{subsubsection.8.8.10}\protected@file@percent }
\ACRO{recordpage}{uuid}{61}{1}{61}
\ACRO{recordpage}{uuid}{61}{1}{61}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.11}The locate\_original\_of() operation}{61}{subsubsection.8.8.11}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.12}The new\_bid() operation}{61}{subsubsection.8.8.12}\protected@file@percent }
\ACRO{recordpage}{ipv4}{61}{1}{61}
\ACRO{recordpage}{mac}{61}{1}{61}
\ACRO{recordpage}{ipv6}{61}{1}{61}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.13}The clear\_bids() operation}{62}{subsubsection.8.8.13}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.14}The bids\_cardinal() operation}{62}{subsubsection.8.8.14}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.15}The min\_bids() operation}{62}{subsubsection.8.8.15}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.16}The is\_min\_bid\_unique() operation}{62}{subsubsection.8.8.16}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.17}The lifecycle() operation}{62}{subsubsection.8.8.17}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.18}The execute() operation}{62}{subsubsection.8.8.18}\protected@file@percent }
\@writefile{lot}{\contentsline {table}{\numberline {12}{\ignorespaces Rank's \texttt {Message} Attributes}}{63}{table.12}\protected@file@percent }
\newlabel{tab:dm-message-a}{{12}{63}{Rank's \texttt {Message} Attributes}{table.12}{}}
\@writefile{lot}{\contentsline {table}{\numberline {13}{\ignorespaces Rank's \texttt {Message} Operations}}{63}{table.13}\protected@file@percent }
\newlabel{tab:dm-message-o}{{13}{63}{Rank's \texttt {Message} Operations}{table.13}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.19}The stop() operation}{63}{subsubsection.8.8.19}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.20}The is\_running() operation}{63}{subsubsection.8.8.20}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.8.21}The Handler public constructor}{63}{subsubsection.8.8.21}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {8.9}The Message Structure}{63}{subsection.8.9}\protected@file@percent }
\newlabel{dm:message}{{8.9}{63}{The Message Structure}{subsection.8.9}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {25}{\ignorespaces The class diagram for the \hyperref [dm:message]{\textbf {Message}}{} structure.}}{64}{figure.25}\protected@file@percent }
\newlabel{fig:data-model-message-main}{{25}{64}{The class diagram for the \dmmessage {} structure}{figure.25}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {26}{\ignorespaces The class diagram for the \hyperref [dm:header]{\textbf {Header}}{} structure.}}{65}{figure.26}\protected@file@percent }
\newlabel{fig:data-model-header-main}{{26}{65}{The class diagram for the \dmheader {} structure}{figure.26}{}}
\@writefile{lot}{\contentsline {table}{\numberline {14}{\ignorespaces Rank's \texttt {Header} Attributes}}{65}{table.14}\protected@file@percent }
\newlabel{tab:dm-header-a}{{14}{65}{Rank's \texttt {Header} Attributes}{table.14}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.9.1}The Message Header Structure}{65}{subsubsection.8.9.1}\protected@file@percent }
\newlabel{dm:header}{{8.9.1}{65}{The Message Header Structure}{subsubsection.8.9.1}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.9.2}The Message Type Enumeration}{65}{subsubsection.8.9.2}\protected@file@percent }
\newlabel{dm:messagetype}{{8.9.2}{65}{The Message Type Enumeration}{subsubsection.8.9.2}{}}
\@writefile{lot}{\contentsline {table}{\numberline {15}{\ignorespaces Rank's \texttt {Header} Operations}}{65}{table.15}\protected@file@percent }
\newlabel{tab:dm-header-o}{{15}{65}{Rank's \texttt {Header} Operations}{table.15}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {27}{\ignorespaces The class diagram for the \hyperref [dm:messagetype]{\textbf {MessageType}}{} structure.}}{66}{figure.27}\protected@file@percent }
\newlabel{fig:data-model-messagetype-main}{{27}{66}{The class diagram for the \dmmessagetype {} structure}{figure.27}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.9.3}The Message's header() operation}{66}{subsubsection.8.9.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.9.4}The Message's new\_prototype() operation}{66}{subsubsection.8.9.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.9.5}The Message's version() operation}{66}{subsubsection.8.9.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.9.6}The Message's type() operation}{66}{subsubsection.8.9.6}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.9.7}The Message's uuid() operation}{66}{subsubsection.8.9.7}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.9.8}The Message's public constructor}{66}{subsubsection.8.9.8}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {8.10}The EAR Message Structure}{66}{subsection.8.10}\protected@file@percent }
\newlabel{dm:ear}{{8.10}{66}{The EAR Message Structure}{subsection.8.10}{}}
\ACRO{recordpage}{ear}{66}{1}{66}
\@writefile{lof}{\contentsline {figure}{\numberline {28}{\ignorespaces The class diagram for the \hyperref [dm:ear]{\textbf {EAR}}{} message structure.}}{67}{figure.28}\protected@file@percent }
\newlabel{fig:data-model-ear-message-main}{{28}{67}{The class diagram for the \dmear {} message structure}{figure.28}{}}
\@writefile{lot}{\contentsline {table}{\numberline {16}{\ignorespaces Rank's \texttt {EAR} Message Attributes}}{67}{table.16}\protected@file@percent }
\newlabel{tab:dm-ear-message-a}{{16}{67}{Rank's \texttt {EAR} Message Attributes}{table.16}{}}
\@writefile{lot}{\contentsline {table}{\numberline {17}{\ignorespaces Rank's \texttt {EAR} Message Operations}}{67}{table.17}\protected@file@percent }
\newlabel{tab:dm-ear-message-o}{{17}{67}{Rank's \texttt {EAR} Message Operations}{table.17}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {29}{\ignorespaces The class diagram for the \hyperref [dm:mar]{\textbf {MAR}}{} message structure.}}{68}{figure.29}\protected@file@percent }
\newlabel{fig:data-model-mar-message-main}{{29}{68}{The class diagram for the \dmmar {} message structure}{figure.29}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.10.1}The EAR Message's requirements() operation}{68}{subsubsection.8.10.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.10.2}The EAR Message's expand\_listener\_length() operation}{68}{subsubsection.8.10.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.10.3}The EAR Message's priority() operation}{68}{subsubsection.8.10.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.10.4}The EAR Message's listener\_length() operation}{68}{subsubsection.8.10.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.10.5}The EAR Message's listener\_id() operation}{68}{subsubsection.8.10.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.10.6}The EAR Message's payload\_length() operation}{68}{subsubsection.8.10.6}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.10.7}The EAR Message's payload() operation}{68}{subsubsection.8.10.7}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.10.8}The EAR Message's public constructors}{68}{subsubsection.8.10.8}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {8.11}The MAR Message Structure}{68}{subsection.8.11}\protected@file@percent }
\newlabel{dm:mar}{{8.11}{68}{The MAR Message Structure}{subsection.8.11}{}}
\ACRO{recordpage}{mar}{68}{1}{68}
\@writefile{lot}{\contentsline {table}{\numberline {18}{\ignorespaces Rank's \texttt {MAR} Message Attributes}}{69}{table.18}\protected@file@percent }
\newlabel{tab:dm-mar-message-a}{{18}{69}{Rank's \texttt {MAR} Message Attributes}{table.18}{}}
\@writefile{lot}{\contentsline {table}{\numberline {19}{\ignorespaces Rank's \texttt {MAR} Message Operations}}{69}{table.19}\protected@file@percent }
\newlabel{tab:dm-mar-message-o}{{19}{69}{Rank's \texttt {MAR} Message Operations}{table.19}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {30}{\ignorespaces The class diagram for the \hyperref [dm:bid]{\textbf {BID}}{} message structure.}}{70}{figure.30}\protected@file@percent }
\newlabel{fig:data-model-bid-message-main}{{30}{70}{The class diagram for the \dmbid {} message structure}{figure.30}{}}
\@writefile{lot}{\contentsline {table}{\numberline {20}{\ignorespaces Rank's \texttt {BID} Message Attributes}}{70}{table.20}\protected@file@percent }
\newlabel{tab:dm-bid-message-a}{{20}{70}{Rank's \texttt {BID} Message Attributes}{table.20}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.11.1}The MAR Message's requirements() operation}{70}{subsubsection.8.11.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.11.2}The MAR Message's expand\_listener\_length() operation}{70}{subsubsection.8.11.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.11.3}The MAR Message's priority() operation}{70}{subsubsection.8.11.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.11.4}The MAR Message's listener\_length() operation}{70}{subsubsection.8.11.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.11.5}The MAR Message's listener\_id() operation}{70}{subsubsection.8.11.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.11.6}The MAR Message's payload\_length() operation}{70}{subsubsection.8.11.6}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.11.7}The MAR Message's payload() operation}{70}{subsubsection.8.11.7}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.11.8}The MAR Message's public constructors}{70}{subsubsection.8.11.8}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {8.12}The BID Message Structure}{70}{subsection.8.12}\protected@file@percent }
\newlabel{dm:bid}{{8.12}{70}{The BID Message Structure}{subsection.8.12}{}}
\ACRO{recordpage}{bid}{70}{1}{70}
\@writefile{lot}{\contentsline {table}{\numberline {21}{\ignorespaces Rank's \texttt {BID} Message Operations}}{71}{table.21}\protected@file@percent }
\newlabel{tab:dm-bid-message-o}{{21}{71}{Rank's \texttt {BID} Message Operations}{table.21}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {31}{\ignorespaces The class diagram for the \hyperref [dm:acc]{\textbf {ACC}}{} message structure.}}{71}{figure.31}\protected@file@percent }
\newlabel{fig:data-model-acc-message-main}{{31}{71}{The class diagram for the \dmacc {} message structure}{figure.31}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.12.1}The BID Message's value() operation}{71}{subsubsection.8.12.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.12.2}The BID Message's public constructors}{71}{subsubsection.8.12.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {8.13}The ACC Message Structure}{71}{subsection.8.13}\protected@file@percent }
\newlabel{dm:acc}{{8.13}{71}{The ACC Message Structure}{subsection.8.13}{}}
\ACRO{recordpage}{acc}{71}{1}{71}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.13.1}The ACC Message's public constructors}{71}{subsubsection.8.13.1}\protected@file@percent }
\@writefile{lot}{\contentsline {table}{\numberline {22}{\ignorespaces Rank's \texttt {ACC} Message Operations}}{71}{table.22}\protected@file@percent }
\newlabel{tab:dm-acc-message-o}{{22}{71}{Rank's \texttt {ACC} Message Operations}{table.22}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {32}{\ignorespaces The class diagram for the \hyperref [dm:ref]{\textbf {REF}}{} message structure.}}{72}{figure.32}\protected@file@percent }
\newlabel{fig:data-model-ref-message-main}{{32}{72}{The class diagram for the \dmref {} message structure}{figure.32}{}}
\@writefile{lot}{\contentsline {table}{\numberline {23}{\ignorespaces Rank's \texttt {REF} Message Operations}}{72}{table.23}\protected@file@percent }
\newlabel{tab:dm-ref-message-o}{{23}{72}{Rank's \texttt {REF} Message Operations}{table.23}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {8.14}The REF Message Structure}{72}{subsection.8.14}\protected@file@percent }
\newlabel{dm:ref}{{8.14}{72}{The REF Message Structure}{subsection.8.14}{}}
\ACRO{recordpage}{ref}{72}{1}{72}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.14.1}The REF Message's public constructors}{72}{subsubsection.8.14.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {8.15}The REP Message Structure}{72}{subsection.8.15}\protected@file@percent }
\newlabel{dm:rep}{{8.15}{72}{The REP Message Structure}{subsection.8.15}{}}
\ACRO{recordpage}{rep}{72}{1}{72}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.15.1}The REP Message's expand\_listener\_length() operation}{72}{subsubsection.8.15.1}\protected@file@percent }
\@writefile{lot}{\contentsline {table}{\numberline {24}{\ignorespaces Rank's \texttt {REP} Message Attributes}}{72}{table.24}\protected@file@percent }
\newlabel{tab:dm-rep-message-a}{{24}{72}{Rank's \texttt {REP} Message Attributes}{table.24}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {33}{\ignorespaces The class diagram for the \hyperref [dm:rep]{\textbf {REP}}{} message structure.}}{73}{figure.33}\protected@file@percent }
\newlabel{fig:data-model-rep-message-main}{{33}{73}{The class diagram for the \dmrep {} message structure}{figure.33}{}}
\@writefile{lot}{\contentsline {table}{\numberline {25}{\ignorespaces Rank's \texttt {REP} Message Operations}}{73}{table.25}\protected@file@percent }
\newlabel{tab:dm-rep-message-o}{{25}{73}{Rank's \texttt {REP} Message Operations}{table.25}{}}
\@writefile{lot}{\contentsline {table}{\numberline {26}{\ignorespaces Rank timeout occurrences}}{74}{table.26}\protected@file@percent }
\newlabel{tab:dm-timeouthandler-occurrences}{{26}{74}{Rank timeout occurrences}{table.26}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.15.2}The REP Message's listener\_length() operation}{74}{subsubsection.8.15.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.15.3}The REP Message's listener() operation}{74}{subsubsection.8.15.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.15.4}The REP Message's reserved() operation}{74}{subsubsection.8.15.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.15.5}The REP Message's public constructors}{74}{subsubsection.8.15.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {8.16}The TranslationTable Structure}{74}{subsection.8.16}\protected@file@percent }
\newlabel{dm:translationtable}{{8.16}{74}{The TranslationTable Structure}{subsection.8.16}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {8.17}The TimeoutHandler Structure}{74}{subsection.8.17}\protected@file@percent }
\newlabel{dm:timeouthandler}{{8.17}{74}{The TimeoutHandler Structure}{subsection.8.17}{}}
\ACRO{recordpage}{uuid}{74}{1}{74}
\@writefile{lof}{\contentsline {figure}{\numberline {34}{\ignorespaces The sequence diagram of a timeout handling procedure, in general.}}{75}{figure.34}\protected@file@percent }
\newlabel{fig:data-model-timeouthandler-sequence}{{34}{75}{The sequence diagram of a timeout handling procedure, in general}{figure.34}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {35}{\ignorespaces The class diagram for the \hyperref [dm:timeouthandler]{\textbf {TimeoutHandler}}{} structure.}}{76}{figure.35}\protected@file@percent }
\newlabel{fig:data-model-timeouthandler-main}{{35}{76}{The class diagram for the \dmtimeouthandler {} structure}{figure.35}{}}
\@writefile{lot}{\contentsline {table}{\numberline {27}{\ignorespaces Rank's \texttt {TimeoutHandler} Attributes}}{76}{table.27}\protected@file@percent }
\newlabel{tab:dm-timeouthandler-a}{{27}{76}{Rank's \texttt {TimeoutHandler} Attributes}{table.27}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.17.1}The initiate\_timeout() operation}{76}{subsubsection.8.17.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.17.2}The terminate\_timeout() operation}{76}{subsubsection.8.17.2}\protected@file@percent }
\@writefile{lot}{\contentsline {table}{\numberline {28}{\ignorespaces Rank's \texttt {TimeoutHandler} Operations}}{77}{table.28}\protected@file@percent }
\newlabel{tab:dm-timeouthandler-o}{{28}{77}{Rank's \texttt {TimeoutHandler} Operations}{table.28}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.17.3}The get\_instance() operation}{77}{subsubsection.8.17.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.17.4}The execute() operation}{77}{subsubsection.8.17.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.17.5}The stop() operation}{77}{subsubsection.8.17.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.17.6}The is\_running() operation}{77}{subsubsection.8.17.6}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.17.7}The lifecycle() operation}{77}{subsubsection.8.17.7}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.17.8}The TimeoutHandler private constructor}{77}{subsubsection.8.17.8}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {8.18}The TimeoutTable Structure}{77}{subsection.8.18}\protected@file@percent }
\newlabel{dm:timeouttable}{{8.18}{77}{The TimeoutTable Structure}{subsection.8.18}{}}
\ACRO{recordpage}{uuid}{77}{1}{77}
\@writefile{toc}{\contentsline {subsection}{\numberline {8.19}The TimeoutHandlerSpec Structure}{77}{subsection.8.19}\protected@file@percent }
\newlabel{dm:timeouthandlerspec}{{8.19}{77}{The TimeoutHandlerSpec Structure}{subsection.8.19}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {36}{\ignorespaces The class diagram for the \hyperref [dm:timeouttable]{\textbf {TimeoutTable}}{} structure.}}{78}{figure.36}\protected@file@percent }
\newlabel{fig:data-model-timeouttable-main}{{36}{78}{The class diagram for the \dmtimeouttable {} structure}{figure.36}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {37}{\ignorespaces The class diagram for the \hyperref [dm:timeouthandlerspec]{\textbf {TimeoutHandlerSpec}}{} structure.}}{78}{figure.37}\protected@file@percent }
\newlabel{fig:data-model-timeouthandlerspec-main}{{37}{78}{The class diagram for the \dmtimeouthandlerspec {} structure}{figure.37}{}}
\@writefile{lot}{\contentsline {table}{\numberline {29}{\ignorespaces Rank's \texttt {TimeoutHandlerSpec} Attributes}}{79}{table.29}\protected@file@percent }
\newlabel{tab:dm-timeouthandlerspec-a}{{29}{79}{Rank's \texttt {TimeoutHandlerSpec} Attributes}{table.29}{}}
\@writefile{lot}{\contentsline {table}{\numberline {30}{\ignorespaces Rank's \texttt {TimeoutHandlerSpec} Operations}}{79}{table.30}\protected@file@percent }
\newlabel{tab:dm-timeouthandlerspec-o}{{30}{79}{Rank's \texttt {TimeoutHandlerSpec} Operations}{table.30}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.19.1}The execute() operation}{79}{subsubsection.8.19.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.19.2}The stop() operation}{79}{subsubsection.8.19.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.19.3}The is\_running() operation}{79}{subsubsection.8.19.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.19.4}The lifecycle() operation}{79}{subsubsection.8.19.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {8.19.5}The TimeoutHandlerSpec constructor}{79}{subsubsection.8.19.5}\protected@file@percent }
\ACRO{total-barriers}{1}
\gdef\minted@oldcachelist{,
bw.pygstyle,
B34588996C4FB1D74C31DD573BCD46D932047FFBB48EE65B1610602A9B7A1AFC.pygtex,
A52AF8CD6DEBCACDC4363CD0412267BB0A3C73B990F6D7F145607F96F93DE737.pygtex,
487CC0F84D83317C13EC169F7114A825FD0E7FD26B4BC1133907B120DB2EB524.pygtex,
9A6E84E15FDA0DA70CF821CD77AB1FAEB88E436BDA8EE83C59524EEECC848A54.pygtex,
0935E72072EC6B4DC912F7DC497E64697EB31CE50E6D32201EB90B6D62F81535.pygtex,
A0EFAA02031A512466C7DF223E19B01234583C0380810AE51382A09E16F840CC.pygtex,
5268BE2DC2C26EAEA8A73FC1DF401B817B5690C9689293376BBDB9CC0AE26768.pygtex,
F555259E33FD958015D706E2A5F9C29075E8AA0833C81F8EC2C6114FC2F8FED0.pygtex,
C47E9A408C88B55FC6157A480AC6D5C6A58FF355F923B4E495B43E5106CE9D94.pygtex,
7EEE197C74C7F88CF2672688A6D6BA24E76BD2D4E27F3A33C34354E2E8C8E9DD.pygtex,
EDCEA4820F6322AAC48DBED845C28140C8E706CB8BB0AFC28C9E438A61D0181E.pygtex,
A66FD1A8B077B138A795F1D0741B478F35157D87F4514810268306C6781F172D.pygtex,
3CE4DCC292561325C02BD287C04EA3B4FC4057373FE03DBC37BC4EBC8379208D.pygtex,
6CBD1441F2A2005BB01A98F8B77C28319224488DD358A44457F5DB1866E81A4A.pygtex,
F71F51D0B4BA95F48EE4BE30B945442F9CEFC19B7A36B29A0FBF4D03EC9F4BE6.pygtex,
6BAFF04D3DBBB5289DA932BD81996CFE54CF228C47BB49B155BDCAC3903997D7.pygtex,
B4641A13666F152DDBA0719FCB5E23CAC2E7813E3137A976B638FF9F86BFF735.pygtex,
D838CD00AEEFD6EEF5C62E7560B2F6C67672CF206462F364195D6E1D9DF6CA65.pygtex,
6FB8DDE38C59F678CA002125B8BA5A4D7672CF206462F364195D6E1D9DF6CA65.pygtex,
7131A506C4F5392F9EE724380EF59DC47672CF206462F364195D6E1D9DF6CA65.pygtex,
6BAFF04D3DBBB5289DA932BD81996CFE54CF228C47BB49B155BDCAC3903997D7.pygtex,
4382EEF10E8DA89E8103B9E42D14801C248B520B1EB79D8AE2392B409D7F4A90.pygtex,
63FABB6D69DB6C74B9489D406F24B69C7672CF206462F364195D6E1D9DF6CA65.pygtex,
CB91F613AACDC53DED3D7946F5C8A8473DF293484DA7BF8AAA5B7EC79F50603B.pygtex,
17471FD54C9B66B1F34D133FB35C8A70A9D3A5DC11339303AC364C7EAFE7CFBC.pygtex,
F5215EC4457DD370A561EB7019D85393AC8EB998348E037786CCC4C3D2FA3978.pygtex,
6BAFF04D3DBBB5289DA932BD81996CFE54CF228C47BB49B155BDCAC3903997D7.pygtex,
17B51D0B917A1805DA2A574CAC75EB927672CF206462F364195D6E1D9DF6CA65.pygtex}
\@writefile{toc}{\contentsline {section}{\numberline {9}Timeout Definitions}{81}{section.9}\protected@file@percent }
\newlabel{sec:timeouts}{{9}{81}{Timeout Definitions}{section.9}{}}
\ACRO{usage}{acc=={13}}
\ACRO{usage}{arp=={1}}
\ACRO{usage}{bid=={9}}
\ACRO{usage}{dds=={4}}
\ACRO{usage}{ear=={32}}
\ACRO{usage}{guid=={2}}
\ACRO{usage}{ipv4=={6}}
\ACRO{usage}{ipv6=={6}}
\ACRO{usage}{mac=={6}}
\ACRO{usage}{mar=={18}}
\ACRO{usage}{pcp=={2}}
\ACRO{usage}{qos=={2}}
\ACRO{usage}{ref=={14}}
\ACRO{usage}{rep=={8}}
\ACRO{usage}{rtt=={4}}
\ACRO{usage}{tcp=={0}}
\ACRO{usage}{tsn=={1}}
\ACRO{usage}{uuid=={73}}
\ACRO{usage}{b_sym=={10}}
\ACRO{usage}{B_sym=={16}}
\ACRO{usage}{bid_item_at_i=={1}}
\ACRO{usage}{bid_requirement_cap=={4}}
\ACRO{usage}{bid_requirement_cap_at_i=={1}}
\ACRO{usage}{bid_node_resources=={3}}
\ACRO{usage}{bid_proximity=={3}}
\ACRO{usage}{bid_performance_history=={3}}
\ACRO{usage}{bid_current_node_resources=={5}}
\ACRO{usage}{bid_fairness=={3}}
\ACRO{usage}{bid_div_constant=={3}}
\ACRO{usage}{bplus_sym=={5}}
\ACRO{usage}{bminus_sym=={3}}
\ACRO{usage}{bplusnext_sym=={3}}
\ACRO{usage}{cardinal_sym=={10}}
\ACRO{usage}{L_sym=={7}}
\ACRO{usage}{h_sym=={7}}
\ACRO{usage}{N_sym=={7}}
\ACRO{usage}{neighbors_s=={1}}
\ACRO{usage}{p_sym=={14}}
\ACRO{usage}{r_sym=={4}}
\ACRO{usage}{R_sym=={31}}
\ACRO{usage}{notRS_sym=={3}}
\ACRO{usage}{T_sym=={0}}
\ACRO{usage}{u_sym=={5}}
\ACRO{usage}{unew_sym=={4}}
\ACRO{usage}{ulate_sym=={4}}
\ACRO{usage}{bid_function=={2}}
\ACRO{usage}{bid_function_reduction=={1}}
\ACRO{pages}{tsn=={9@1@9}}
\ACRO{pages}{pcp=={11@1@11|13@1@13}}
\ACRO{pages}{qos=={11@1@11|13@1@13}}
\ACRO{pages}{guid=={12@1@12|13@1@13}}
\ACRO{pages}{h_sym=={19@1@19|20@1@20}}
\ACRO{pages}{bplusnext_sym=={22@1@22}}
\ACRO{pages}{bplus_sym=={22@1@22|27@1@27}}
\ACRO{pages}{u_sym=={27@1@27|28@1@28|29@1@29}}
\ACRO{pages}{bminus_sym=={29@1@29}}
\ACRO{pages}{neighbors_s=={39@1@39}}
\ACRO{pages}{N_sym=={22@1@22|39@1@39}}
\ACRO{pages}{dds=={12@1@12|13@1@13|39@1@39}}
\ACRO{pages}{L_sym=={22@1@22|27@1@27|39@1@39}}
\ACRO{pages}{arp=={39@1@39}}
\ACRO{pages}{rtt=={44@1@44}}
\ACRO{pages}{bid_requirement_cap_at_i=={45@1@45}}
\ACRO{pages}{bid_item_at_i=={45@1@45}}
\ACRO{pages}{bid_function=={45@1@45}}
\ACRO{pages}{bid_requirement_cap=={7@1@7|45@1@45}}
\ACRO{pages}{bid_function_reduction=={45@1@45}}
\ACRO{pages}{cardinal_sym=={22@1@22|27@1@27|45@1@45}}
\ACRO{pages}{bid_div_constant=={45@1@45}}
\ACRO{pages}{B_sym=={25@1@25|27@1@27|44@1@44|45@1@45}}
\ACRO{pages}{bid_node_resources=={44@1@44|45@1@45}}
\ACRO{pages}{bid_proximity=={44@1@44|45@1@45}}
\ACRO{pages}{bid_performance_history=={44@1@44|45@1@45}}
\ACRO{pages}{bid_current_node_resources=={44@1@44|45@1@45}}
\ACRO{pages}{bid_fairness=={45@1@45}}
\ACRO{pages}{b_sym=={22@1@22|25@1@25|27@1@27|29@1@29|45@1@45}}
\ACRO{pages}{notRS_sym=={45@1@45|46@1@46}}
\ACRO{pages}{R_sym=={7@1@7|20@1@20|22@1@22|25@1@25|27@1@27|28@1@28|44@1@44|45@1@45|46@1@46}}
\ACRO{pages}{p_sym=={20@1@20|22@1@22|25@1@25|45@1@45|46@1@46}}
\ACRO{pages}{r_sym=={45@1@45|46@1@46}}
\ACRO{pages}{unew_sym=={27@1@27|29@1@29|61@1@61}}
\ACRO{pages}{ulate_sym=={29@1@29|61@1@61}}
\ACRO{pages}{ipv4=={39@1@39|60@1@60|61@1@61}}
\ACRO{pages}{mac=={39@1@39|60@1@60|61@1@61}}
\ACRO{pages}{ipv6=={39@1@39|40@1@40|60@1@60|61@1@61}}
\ACRO{pages}{ear=={11@1@11|12@1@12|13@1@13|20@1@20|22@1@22|23@1@23|27@1@27|37@1@37|48@1@48|53@1@53|66@1@66}}
\ACRO{pages}{mar=={11@1@11|13@1@13|22@1@22|23@1@23|25@1@25|27@1@27|48@1@48|53@1@53|55@1@55|68@1@68}}
\ACRO{pages}{bid=={11@1@11|14@1@14|25@1@25|70@1@70}}
\ACRO{pages}{acc=={11@1@11|14@1@14|20@1@20|28@1@28|29@1@29|46@1@46|55@1@55|71@1@71}}
\ACRO{pages}{ref=={11@1@11|14@1@14|22@1@22|27@1@27|29@1@29|32@1@32|55@1@55|72@1@72}}
\ACRO{pages}{rep=={11@1@11|15@1@15|31@1@31|32@1@32|72@1@72}}
\ACRO{pages}{uuid=={14@1@14|19@1@19|20@1@20|22@1@22|25@1@25|27@1@27|28@1@28|29@1@29|32@1@32|37@1@37|38@1@38|39@1@39|46@1@46|54@1@54|55@1@55|60@1@60|61@1@61|74@1@74|77@1@77}}
\gdef \@abspage@last{81}