#include <si_sha/adevmgr.h>
Public Attributes | |
sc_nameToNameList | instcFromDevAddr |
sc_nameToNameList | inameFromDevAddr |
sc_nameToNameList | classFromDevType |
sc_lase * | jsEngine |
struct sqlite3 * | db |
The Automation device manager keeps track of mappings between device addresses and instance identifiers in JavaScript. It also maps device types to JavaScript class names.
This important function serves several critical purposes in CASE, including:
sc_nameToNameList sc_automationDeviceMgr::classFromDevType |
Cache for class name lookups
struct sqlite3* sc_automationDeviceMgr::db [read] |
SQLite3 Database for long-term storage
sc_nameToNameList sc_automationDeviceMgr::inameFromDevAddr |
Cache for instance name lookups
sc_nameToNameList sc_automationDeviceMgr::instcFromDevAddr |
List for instance lookups
JavaScript environment