Public Member Functions | |
| HandlerSettings () | |
| std::string | toString () const |
Public Attributes | |
| std::string | licenseString |
| std::string | licenseDirectory |
| std::string | logDirectory |
| std::string | logFileNamePrefix |
| LogSettings::Enum | logSettings |
| LogLevel::Enum | logLevel |
| int | receiveTimeoutMs |
| int | sendTimeoutMs |
| CpuIndexes | receivingThreadAffinity |
| CpuIndexes | sendingThreadAffinity |
| ConnectionRetries | connectionRetries |
| std::string | auditTrailDirectory |
| std::string | auditTrailFile |
| CpuIndexes | auditTrailThreadAffinity |
| int | auditTrailFileMaxSize |
Handler settings.
Definition at line 66 of file HandlerSettings.h.
| HandlerSettings | ( | ) |
Initialize default instance.
| std::string toString | ( | ) | const |
Returns the string representation.
| std::string auditTrailDirectory |
Audit Trail files are stored in this directory.
Definition at line 124 of file HandlerSettings.h.
| std::string auditTrailFile |
Template of Audit Trail file name without extension.
Creates Audit Trail file that contains all messages that Handler sent or received (in the chronological order).
Definition at line 131 of file HandlerSettings.h.
| int auditTrailFileMaxSize |
Max size for audit trail file in megabytes, another file will be created if the size is exceeded.
Definition at line 140 of file HandlerSettings.h.
| CpuIndexes auditTrailThreadAffinity |
CPU affinity of the audit trail thread.
Definition at line 135 of file HandlerSettings.h.
| ConnectionRetries connectionRetries |
Connection retries configuration settings.
Definition at line 119 of file HandlerSettings.h.
| std::string licenseDirectory |
Path to the license directory.
Definition at line 76 of file HandlerSettings.h.
| std::string licenseString |
License string.
Definition at line 73 of file HandlerSettings.h.
| std::string logDirectory |
Log files are stored in this directory.
Definition at line 81 of file HandlerSettings.h.
| std::string logFileNamePrefix |
Template of log file name without extension.
Definition at line 86 of file HandlerSettings.h.
| LogLevel::Enum logLevel |
Log verbosity.
Definition at line 96 of file HandlerSettings.h.
| LogSettings::Enum logSettings |
Combine LogSettings enum values to configure the logger.
Definition at line 91 of file HandlerSettings.h.
| int receiveTimeoutMs |
Receive timeout in milliseconds.
Definition at line 101 of file HandlerSettings.h.
| CpuIndexes receivingThreadAffinity |
CPU affinity of the receiving thread.
Definition at line 110 of file HandlerSettings.h.
| CpuIndexes sendingThreadAffinity |
CPU affinity of the sending thread.
Definition at line 114 of file HandlerSettings.h.
| int sendTimeoutMs |
Send timeout in milliseconds.
Definition at line 106 of file HandlerSettings.h.