PulseView  unreleased development snapshot
A Qt-based sigrok GUI
exprtk::timer Class Reference

#include <exprtk.hpp>

Collaboration diagram for exprtk::timer:

Public Member Functions

 timer ()
 
void start ()
 
void stop ()
 
unsigned long long int usec_time () const
 
double time () const
 
bool in_use () const
 

Private Attributes

bool in_use_
 
struct timeval start_time_
 
struct timeval stop_time_
 

Detailed Description

Definition at line 37129 of file exprtk.hpp.

Constructor & Destructor Documentation

exprtk::timer::timer ( )
inline

Definition at line 37159 of file exprtk.hpp.

Member Function Documentation

bool exprtk::timer::in_use ( ) const
inline

Definition at line 37203 of file exprtk.hpp.

void exprtk::timer::start ( )
inline

Definition at line 37168 of file exprtk.hpp.

void exprtk::timer::stop ( )
inline

Definition at line 37174 of file exprtk.hpp.

double exprtk::timer::time ( ) const
inline

Definition at line 37196 of file exprtk.hpp.

unsigned long long int exprtk::timer::usec_time ( ) const
inline

Definition at line 37180 of file exprtk.hpp.

Here is the call graph for this function:

Member Data Documentation

bool exprtk::timer::in_use_
private

Definition at line 37210 of file exprtk.hpp.

struct timeval exprtk::timer::start_time_
private

Definition at line 37217 of file exprtk.hpp.

struct timeval exprtk::timer::stop_time_
private

Definition at line 37218 of file exprtk.hpp.


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