PLCnext API Documentation
22.9.0.33
|
This interface shall be implemented by the application class. More...
#include <IApplication.hpp>
Public Member Functions | |
IApplication (void)=default | |
The default constructor. More... | |
virtual | ~IApplication (void)=default |
The default destructor. More... | |
virtual String | GetName (void) const =0 |
Gets the system wide unique name of the application or process, respectively. More... | |
This interface shall be implemented by the application class.
Each process gets its own application instance with a system wide unique name. In other words, the application is the code counterpart of the system resource process.
|
default |
The default constructor.
|
virtualdefault |
The default destructor.
|
pure virtual |
Gets the system wide unique name of the application or process, respectively.