freeGraphPingType Enumeration |
Namespace: imbSCI.Graph.FreeGraph
| Member name | Value | Description | |
|---|---|---|---|
| maximumPingLength | 0 | The maximum ping length: performs ping operation for each freeGraphNodeBase separatly, and returns the highest ping length (number of cycles until number of pinged nodes becomes stable) | |
| averagePingLength | 1 | The average ping length: performs ping operation for each freeGraphNodeBase separatly, and returns the average ping length (number of cycles until number of pinged nodes becomes stable) | |
| unisonPingLength | 2 | The unison ping length: performs ping at once from all ping sources | |
| numberOfPingedNodes | 3 | The number of pinged nodes: returns number of nodes reached by ping |