mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-16 18:00:34 +08:00
Refined pyuavcan docs
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
'''
|
||||
This module implements a fully compliant UAVCAN DSDL parser.
|
||||
Please read the specs at http://uavcan.org.
|
||||
'''
|
||||
|
||||
from .parser import Parser, parse_namespaces, \
|
||||
@@ -11,3 +12,8 @@ from .parser import Parser, parse_namespaces, \
|
||||
Attribute, Field, Constant
|
||||
|
||||
from .common import DsdlException
|
||||
|
||||
__all__ = ['Parser', 'parse_namespaces',
|
||||
'Type', 'PrimitiveType', 'ArrayType', 'CompoundType',
|
||||
'Attribute', 'Field', 'Constant',
|
||||
'DsdlException']
|
||||
|
||||
Reference in New Issue
Block a user