rosidl_parser.parser
- auto
parseAsMessage
(string text); - Parse IDL text as MessageParameters:
string text Input text of IDL file Returns: IdlFile!Message - auto
parseAsService
(string text); - Parse IDL text as ServiceParameters:
string text Input text of IDL file Returns: IdlFile!Service - auto
parseAsAction
(string text); - Parse IDL text as ActionParameters:
string text Input text of IDL file Returns: IdlFile!Action