Package rosbag :: Module migration :: Class MessageUpdateRule
[frames] | no frames]

Class MessageUpdateRule

source code

object --+
         |
        MessageUpdateRule

Instance Methods
 
__init__(self, migrator, location)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
find_sub_paths(self) source code
 
get_new_class(self, t) source code
 
get_old_class(self, t) source code
 
migrate(self, msg_from, msg_to) source code
 
migrate_array(self, msg_from_array, msg_to_array, msg_to_name) source code
 
get_class_def(self) source code
 
apply(self, old_msg) source code
 
update(self, old_msg, new_msg) source code

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

Class Variables
  old_type = ''
  old_full_text = ''
  new_type = ''
  new_full_text = ''
  migrated_types = []
  order = -1
  valid = False
Properties

Inherited from object: __class__

Method Details

__init__(self, migrator, location)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)