Open Lighting Architecture  0.9.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ola::ExponentialBackoffPolicy Class Reference

Detailed Description

An exponential backoff policy. For an initial value of 1 and a max of 20 we'd produce: 0, 1, 2, 4, 8, 16, 20, 20, ...

Inheritance diagram for ola::ExponentialBackoffPolicy:
ola::BackOffPolicy

Public Member Functions

 ExponentialBackoffPolicy (const TimeInterval &initial, const TimeInterval &max)
TimeInterval BackOffTime (unsigned int failed_attempts) const

Member Function Documentation

TimeInterval ola::ExponentialBackoffPolicy::BackOffTime ( unsigned int  failed_attempts) const
inlinevirtual

Failed attempts is the number of unsuccessfull connection attempts since the last successful connection.

Implements ola::BackOffPolicy.


The documentation for this class was generated from the following file: