Enables switching of counterparts during download change
More...
#include <IChangeNavigator.hpp>
|
| IChangeNavigator (void)=default |
| Constructs an IChangeNavigator instance.
|
|
virtual | ~IChangeNavigator (void)=default |
| Destructs this instance and frees all resources.
|
|
Enables switching of counterparts during download change
The IChangeNavigator is provided by the IMetaLibrary interface. C++ program components do not provide an IChangeNavigator.
Only for internal use.
◆ ChangePointer()
virtual bool Arp::Plc::Commons::Meta::IChangeNavigator::ChangePointer |
( |
const DataTag & |
dataTag | ) |
|
|
pure virtual |
Determines if a pointer DataTag must be swapped during download change
- Parameters
-
- Returns
- true, if dataTag needs to be swapped
◆ ChangeReference()
virtual bool Arp::Plc::Commons::Meta::IChangeNavigator::ChangeReference |
( |
const DataTag & |
dataTag | ) |
|
|
pure virtual |
Determines if a reference DataTag must be swapped during download change
- Parameters
-
- Returns
- true, if dataTag needs to be swapped
The documentation for this class was generated from the following file: