TIOVX User Guide
|
Export objects from context to C source code. More...
Inherits tiovx.export.Export.
Public Member Functions | |
def | __init__ (self, context, env_var='VISION_APPS_PATH') |
Constructor used to create this object. More... | |
def | export (self) |
Export object as C source code. | |
Export objects from context to C source code.
Output files from the above parameters:
Output files from the above parameters in the case that the environment variable CUSTOM_APPLICATION_PATH was given:
Definition at line 102 of file export_code.py.
def tiovx.export_code.ExportCode.__init__ | ( | self, | |
context, | |||
env_var = 'VISION_APPS_PATH' |
|||
) |
Constructor used to create this object.
context | [in] Context object. tiovx::context::Context |
env_var | [in] [optional] Path to the directory where these should be outputted; Default="VISION_APPS_PATH" |
Definition at line 107 of file export_code.py.