Home | Trees | Indices | Help |
|
---|
|
Library for supporting message and service generation for all ROS client libraries. This is mainly responsible for calculating the md5sums and message definitions of classes.
Functions | |||
str |
|
||
str |
|
||
str |
|
||
str |
|
||
str |
|
||
dict |
|
||
dict |
|
Variables | |
__package__ =
|
Function Details |
Compute the text used for md5 calculation. MD5 spec states that we removes comments and non-meaningful whitespace. We also strip packages names from type names. For convenience sake, constants are reordered ahead of other declarations, in the order that they were originally defined.
|
Compute original V1 md5 hash for message/service. This was replaced with V2 in ROS 0.6.
|
Compute md5 hash for message/service
|
Compute md5 hash for message/service
|
Compute full text of message/service, including text of embedded types. The text of the main msg/srv is listed first. Embedded msg/srv files are denoted first by an 80-character '=' separator, followed by a type declaration line,'MSG: pkg/type', followed by the text of the embedded type.
|
Compute dependencies of the specified message/service file
|
Compute dependencies of the specified Msgs/Srvs
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 8 20:33:25 2019 | http://epydoc.sourceforge.net |