Namespaces | Functions | Variables
doil.interface Namespace Reference

Namespaces

 template
 

Functions

def generate_interface (dict)
 
def generate_types (dict)
 

Variables

dictionary decl_map
 

Function Documentation

def doil.interface.generate_interface (   dict)

Definition at line 37 of file interface/__init__.py.

def doil.interface.generate_types (   dict)

Definition at line 54 of file interface/__init__.py.

Variable Documentation

dictionary doil.interface.decl_map
Initial value:
1 = {
2  'interface': template.ifacefwd_decl,
3  'interface_forward': template.ifacefwd_decl,
4  'struct': template.struct_decl,
5  'struct_forward': template.structfwd_decl,
6  'union': template.union_decl,
7  'union_forward': template.unionfwd_decl,
8  'enum': template.enum_decl,
9  'exception': template.exception_decl,
10  'typedef': template.typedef_decl
11 }

Definition at line 25 of file interface/__init__.py.



openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:08:00