msg_gen.parsers.idl
- class
Parser
; - IDL parserThis class reads IDL files and holds them as an internal representation. "Internal representation" is defined in msg_gen.rosidl.type.
- MessageModule[string]
messageModules
; - Holds pared messages as [moduleName -> moduleManifest]
- bool
consume
(string data); - Parse IDL text and hold itParameters:
string data IDL text