opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
This is the complete list of members for opendnp3::ChannelRetry, including all inherited members.
ChannelRetry(TimeDuration minOpenRetry, TimeDuration maxOpenRetry, TimeDuration reconnectDelay=TimeDuration::Zero(), IOpenDelayStrategy &strategy=ExponentialBackoffStrategy::Instance()) | opendnp3::ChannelRetry | |
Default() | opendnp3::ChannelRetry | static |
maxOpenRetry | opendnp3::ChannelRetry | |
minOpenRetry | opendnp3::ChannelRetry | |
NextDelay(const TimeDuration ¤t) const | opendnp3::ChannelRetry | inline |
reconnectDelay | opendnp3::ChannelRetry | |
strategy | opendnp3::ChannelRetry | private |