Public Member Functions | |
| RdiHandlerSettings () | |
| std::string | toString () const |
| Public Member Functions inherited from HandlerSettings | |
| HandlerSettings () | |
Public Attributes | |
| InterfaceDescriptor | interfaceDescriptor |
| bool | startRecoveryOnPacketGap |
| bool | useFullSnapshotCycle |
| Public Attributes inherited from HandlerSettings | |
| std::string | licenseString |
| std::string | licenseDirectory |
| std::string | logDirectory |
| std::string | logFileNamePrefix |
| LogSettings::Enum | logSettings |
| LogLevel::Enum | logLevel |
| std::string | networkInterface |
| std::string | networkInterfaceA |
| std::string | networkInterfaceB |
| bool | useFeedA |
| bool | useFeedB |
| unsigned int | heartbeatInterval |
| unsigned int | lostPacketWaitTime |
| unsigned int | outOfOrderPacketMaxInterval |
| unsigned int | messagePoolSize |
Definition at line 269 of file HandlerSettings.h.
|
inline |
Constructor.
Definition at line 272 of file HandlerSettings.h.
|
inline |
Returns the string representation.
Definition at line 295 of file HandlerSettings.h.
| InterfaceDescriptor interfaceDescriptor |
Sets data interface technical configuration.
Definition at line 280 of file HandlerSettings.h.
| bool startRecoveryOnPacketGap |
Sets flag to start snasphot recovery on packet gap.
Definition at line 287 of file HandlerSettings.h.
| bool useFullSnapshotCycle |
Use full snapshot cycle.
Definition at line 292 of file HandlerSettings.h.