Package rosgraph :: Package impl :: Module graph :: Class BadNode
[frames] | no frames]

Class BadNode

source code

object --+
         |
        BadNode

Data structure for storing info about a 'bad' node

Instance Methods
 
__init__(self, name, type, reason)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  DEAD = 0
  WONKY = 1
Properties

Inherited from object: __class__

Method Details

__init__(self, name, type, reason)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • type (int) - DEAD | WONKY
Overrides: object.__init__