Refined pyuavcan docs

This commit is contained in:
Pavel Kirienko
2014-07-11 19:13:41 +04:00
parent 26147880a6
commit b060cf7e0d
+6
View File
@@ -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']