Package rosh :: Package impl :: Module packages :: Class Package
[frames] | no frames]

Class Package

source code

      object --+    
               |    
ManifestResource --+
                   |
                  Package

Instance Methods
 
__init__(self, name, config)
ctor.
source code
 
__repr__(self)
repr(x) (Inherited from rosh.impl.packages.ManifestResource)
source code
 
__str__(self)
str(x) (Inherited from rosh.impl.packages.ManifestResource)
source code

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

Properties
  msg
  srv
  nodes
  launches
  depends1 (Inherited from rosh.impl.packages.ManifestResource)

Inherited from object: __class__

Method Details

__init__(self, name, config)
(Constructor)

source code 

ctor.

Parameters:
  • config - Namespace configuration instance with additional 'listener' attribute.
Overrides: object.__init__
(inherited documentation)

Property Details

msg

Get Method:
_get_msgs(self)

srv

Get Method:
_get_srvs(self)

nodes

Get Method:
_get_nodes(self)

launches

Get Method:
_get_launches(self)