107 def __init__(self, context, env_var='VISION_APPS_PATH') :
109 Export.__init__(self, context)
114 print (
'Generating C code from OpenVX context ...')
115 print (
'Files [%s] and [%s]' % (self.
context.name +
'.h', self.
context.name +
'.c'))
117 print (
'Generating C code from OpenVX context ... DONE !!!')
def __init__(self, context, env_var='VISION_APPS_PATH')
Constructor used to create this object.
Export objects from context to C source code.
def export(self)
Export object as C source code.