| Home | Trees | Indices | Help |
|---|
|
|
roslib.os_detect.OSBase --+
|
base_rosdep.RosdepBaseOS --+
|
RosdepTestOS
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Method Details |
Return if the specific OS which this class is designed to detect is present. Only one version of this class should return for any version.
|
Return the standardized name for this OS. (ala Ubuntu Hardy Heron = "ubuntu")
|
Return the standardized version for this OS. (ala Ubuntu Hardy Heron = "8.04")
|
Take a list of packages and return the subset of that list which is not installed. (If undetectable keep the package in the list.)
|
Return the install command necessary for installing all the packages in the list packages as a string. The option default_yes will pass through an apt-get -y equivilant to the package manager to allow this call to be non interactive in scripts.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Jan 11 10:12:09 2013 | http://epydoc.sourceforge.net |