opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::RestartOperationResult Class Reference

#include <opendnp3/master/RestartOperationResult.h>

Public Member Functions

 RestartOperationResult ()
 
 RestartOperationResult (TaskCompletion summary_, TimeDuration restartTime_)
 

Public Attributes

TimeDuration restartTime
 Time delay until restart. More...
 
TaskCompletion summary
 The result of the task as a whole. More...
 

Detailed Description

Definition at line 32 of file RestartOperationResult.h.

Constructor & Destructor Documentation

◆ RestartOperationResult() [1/2]

opendnp3::RestartOperationResult::RestartOperationResult ( )
inline

Definition at line 35 of file RestartOperationResult.h.

References opendnp3::FAILURE_NO_COMMS.

◆ RestartOperationResult() [2/2]

opendnp3::RestartOperationResult::RestartOperationResult ( TaskCompletion  summary_,
TimeDuration  restartTime_ 
)
inline

Definition at line 37 of file RestartOperationResult.h.

Member Data Documentation

◆ restartTime

TimeDuration opendnp3::RestartOperationResult::restartTime

Time delay until restart.

Definition at line 46 of file RestartOperationResult.h.

◆ summary

TaskCompletion opendnp3::RestartOperationResult::summary

The result of the task as a whole.

Definition at line 43 of file RestartOperationResult.h.


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