#include <ASIConfiguration.h>
Public Member Functions | |
| ASIConfiguration () | |
| virtual | ~ASIConfiguration () |
| std::string | getASIVersion () |
| void | setASIVersion (std::string version) |
| std::string | getAlarmsTopic () |
| void | setAlarmsTopic (std::string topic) |
| int | getBackupDeliveryMode () |
| void | setBackupDeliveryMode (int mode) |
| int | getBackupPriority () |
| void | setBackupPriority (int priority) |
| long | getBackupTimeToLive () |
| void | setBackupTimeToLive (long timeToLive) |
| int | getChangesDeliveryMode () |
| void | setChangesDeliveryMode (int mode) |
| int | getChangesPriority () |
| void | setChangesPriority (int priority) |
| long | getChangesTimeToLive () |
| void | setChangesTimeToLive (long timeToLive) |
Private Attributes | |
| std::string | asiVersion |
| std::string | alarmsTopic |
| int | backupDeliveryMode |
| int | backupPriority |
| long | backupTimeToLive |
| int | changesDeliveryMode |
| int | changesPriority |
| long | changesTimeToLive |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8