
Go to the source code of this file.
Data Structures | |
| struct | Route |
| struct | CompletionStatus |
| class | VirtualRouter< Derived > |
| class | MeshRouter< Derived > |
| class | SimpleMeshRouter |
| class | NodeAwareMeshRouter |
Variables | |
| static const int | routeNotFound = -1 |
| static const int | initialCompletionStage = -2 |
| static const int | finalCompletionStage = -1 |
const int routeNotFound = -1 [static] |
Definition at line 9 of file VirtualRouter.h.
Referenced by NodeAwareMeshRouter::determineRoute(), and MeshRouter< NodeAwareMeshRouter >::determineRoute().
const int initialCompletionStage = -2 [static] |
Definition at line 11 of file VirtualRouter.h.
Referenced by MeshStreamer< dtype >::startStagedCompletion(), NodeAwareMeshRouter::updateCompletionProgress(), and MeshRouter< NodeAwareMeshRouter >::updateCompletionProgress().
const int finalCompletionStage = -1 [static] |
Definition at line 12 of file VirtualRouter.h.
Referenced by MeshStreamer< dtype >::checkAllStagesCompleted(), NodeAwareMeshRouter::updateCompletionProgress(), and MeshRouter< NodeAwareMeshRouter >::updateCompletionProgress().
1.5.5