Public Member Functions | Public Attributes
rosbag.migration.ScaffoldNode Class Reference

A class for arranging the ordered rules. More...

List of all members.

Public Member Functions

def __init__

Public Attributes

 new_class
 next
 old_class
 rule

Detailed Description

A class for arranging the ordered rules.

They provide a scaffolding (essentially a linked list) over which we assume we can migrate messages forward. This allows us to verify a path exists before actually creating all of the necessary implicit rules (mostly migration of sub-messages) that such a path necessitates.

Definition at line 460 of file migration.py.


Constructor & Destructor Documentation

def rosbag.migration.ScaffoldNode.__init__ (   self,
  old_class,
  new_class,
  rule 
)

Definition at line 461 of file migration.py.


Member Data Documentation

Definition at line 461 of file migration.py.

Definition at line 461 of file migration.py.

Definition at line 461 of file migration.py.

Definition at line 461 of file migration.py.


The documentation for this class was generated from the following file:


rosbag
Author(s): Tim Field, Jeremy Leibs, James Bowman
autogenerated on Fri Aug 28 2015 12:33:52