Constructor, which used the TcContext's TcCom Object for ADS Communication and the TcContext's TcTypeRegistry form Symbol Map generation
Parent TcContext, of whom TcSymbolRegistry
is a part of, and whom to propagate events to
If enabled, will produce debug information
Emitted from TcSymbolRegistry when it creates the Symbol Map
Emitted from TcSymbolRegistry when it destroys the Symbol Map
Access the created $TcSymbol Map
Fetches the ADS Symbol Data and creates the Symbol Map based on the Type Information,
registered by the TcContext
Destroys the created Symbol Map, by invalidating all the created TcSymbols
and TcNamespaces
and cleaning the internal map
Emits an event of eventName
with data e
and if parent is present
will propagated that event to it, unless stopped
The event name to emit
The Data associated with this event
Generated using TypeDoc
Class responsible for creating and managing the TwinCAT Symbol map, which is fetched from the TwinCAT's Target PLC and processed through the previously created
TcTypeRegistry
of theTcContext