Electroneum
Loading...
Searching...
No Matches
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::op_progress, and hw::device_cold::tx_progress.

Definition at line 74 of file device.hpp.

74{ return false; }
Here is the caller graph for this function:

◆ progress()

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

Reimplemented in hw::device_cold::op_progress, and hw::device_cold::tx_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:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/device/device.hpp