The primary class used to initialize/uninitialize EpcTools.
More...
#include <einternal.h>
The primary class used to initialize/uninitialize EpcTools.
◆ getApplicationId()
| static Int EpcTools::getApplicationId |
( |
| ) |
|
|
inlinestatic |
Gets the application ID for this application.
- Returns
- the application ID
◆ getInternalLogId()
| static Int EpcTools::getInternalLogId |
( |
| ) |
|
|
inlinestatic |
Gets the log ID associated with internal log messages.
- Returns
- the log ID
◆ Initialize()
| Void EpcTools::Initialize |
( |
EGetOpt & |
options | ) |
|
|
static |
Initialize the EpcTools runtime environment.
- Parameters
-
| options | The configuration options used to initalize EpcTools |
◆ isDebug()
| static Bool EpcTools::isDebug |
( |
| ) |
|
|
inlinestatic |
Indicates that public features are enabled.
- Returns
- True - debug is enabled, False - debug is not enabled
◆ isPublicEnabled()
| static Bool EpcTools::isPublicEnabled |
( |
| ) |
|
|
inlinestatic |
Indicates that public features are enabled.
- Returns
- True - public features are enabled, False - public features are not enabled
◆ setApplicationId()
| static Void EpcTools::setApplicationId |
( |
Int |
appid | ) |
|
|
inlinestatic |
Sets the application ID.
- Parameters
-
| appid | The new application ID |
◆ setInternalLogId()
| static Void EpcTools::setInternalLogId |
( |
Int |
logid | ) |
|
|
inlinestatic |
Sets the log ID associated with internal log messages.
- Parameters
-
◆ UnInitialize()
| Void EpcTools::UnInitialize |
( |
| ) |
|
|
static |
Uninitialize the EpcTools runtime environment.
The documentation for this class was generated from the following files:
- /home/vagrant/share/code/epctools/include/epc/einternal.h
- /home/vagrant/share/code/epctools/src/ebase.cpp