Electroneum
hw::device_progress Class Reference

#include <device.hpp>

Inheritance diagram for hw::device_progress:

Public Member Functions

virtual double progress () const
 
virtual bool indeterminate () const
 

Detailed Description

Definition at line 71 of file device.hpp.

Member Function Documentation

◆ indeterminate()

virtual bool hw::device_progress::indeterminate ( ) const
inlinevirtual

Reimplemented in hw::device_cold::tx_progress, and hw::device_cold::op_progress.

Definition at line 74 of file device.hpp.

74 { return false; }

◆ progress()

virtual double hw::device_progress::progress ( ) const
inlinevirtual

Reimplemented in hw::device_cold::tx_progress, and hw::device_cold::op_progress.

Definition at line 73 of file device.hpp.

73 { return 0; }
Here is the caller graph for this function:

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