jetsonutils Lua Interface¶
getConfig¶
Get the configuration object for the plugin
Arguments:
- Returns:
- table obj Map with configurations
Example
obj = jetsonutils:.getConfig()
saveConfig¶
Save the configuration object for the plugin
- Arguments:
- any ptr Pointer to JetsonUtilsManaged object
- table new_config Map with configurations
Example
jetsonutils:.saveConfig(ptr,new_config)
getName¶
Get the plugin name
Arguments:
- Returns:
- string name Plugin Name
Example
name = jetsonutils:.getName()
getInstanceName¶
Get the parent instance name
Arguments:
- Returns:
- string parent_name Parent instance name
Example
parent_name = jetsonutils:.getInstanceName()
get_stats¶
Get CVEDIART Jetson process stats
Arguments:
- Returns:
- string statse Process stats
Example
statse = jetsonutils:.get_stats()