GHS
Leader Election Based on GHS Minimum Spanning Tree
Classes | Namespaces | Typedefs | Enumerations | Functions | Variables
edge.h File Reference

Edge structure definition and functions. More...

#include "ghs/agent.h"
#include <limits>

Go to the source code of this file.

Classes

struct  le::ghs::Edge
 A struct to hold all the communication edge information. More...
 

Namespaces

 le
 
 le::ghs
 

Typedefs

typedef unsigned long le::ghs::metric_t
 

Enumerations

enum  le::ghs::status_t { le::ghs::UNKNOWN = 0, le::ghs::MST = 1, le::ghs::MST_PARENT =2, le::ghs::DELETED =-1 }
 A status enumeration, for the ghs edges. More...
 

Functions

Edge le::ghs::worst_edge ()
 
bool le::ghs::is_valid (const Edge e)
 
bool le::ghs::is_valid (const metric_t m)
 

Variables

const metric_t le::ghs::WORST_METRIC =std::numeric_limits<metric_t>::max()
 
const metric_t le::ghs::METRIC_NOT_SET =0
 

Detailed Description

Edge structure definition and functions.

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.