This function is ca>
- This function is called by
hdwStateChanged() when the
current application is changed or updated.
- Parameters:
- newFilter - the
SymTableFilter for the
updated/changed current application
- Returns:
- false
notifyAppStart
protected boolean notifyAppStart()
- This function is called by
hdwStateChanged() when the
current a the
current application is started. This function initiates
pulling data from the hardware application and starts all of
the client data managers to get their required data from
this.
- Returns:
- true
notifyAppStop
protected boolean notifyAppStop()
- This function is called by
hdwStateChanged() when the
current application is stopped for any reason. This function stops
pulling data from the hardware application
- Returns:
- true
updateExternVariables
protected void updateExternVariables(SymTableFilter newFilter)
- Reconsiles the previous available symbols with the new
available symbols.
- Parameters:
- newFilter - the new
SymTableFilter
insertSpecIntoMaster
protected void insertSpecIntoMaster(ExtVariableSpec spec)
- Adds a symbol into the master list of available symbols
- Parameters:
- spec - symbol to be added
getIndex
protected int getIndex(String findName,
ring findName,
String listNames[])
- Helper function to find the index of
findName in a
listNames[]
- Parameters:
- findName - a
String to find.
- listNames - a
String[] to search in.
- Returns:
- the index or -1 if not found.
loadExternVariables
protected void loadExternVariables()
addExtVarsToList
protected void addExtVarsToList(Vector paramList,
String module)
removeExtVarsFromList
protected void removeExtVarsFromList(Vector removeList,
String module,
Vector addList)
removeOneExtVarFromList
protected void removeOneExtVarFromList(String module,
String name,
Vector removeList,
Vector addList)
All Packages Class Hierarchy This Package Previop_">Previous Next Index