OpcUaCanOpen
CANopen OPC-UA server
exprtk::timer Class Reference

#include <exprtk.hpp>

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 36990 of file exprtk.hpp.

Constructor & Destructor Documentation

◆ timer()

exprtk::timer::timer ( )
inline

Definition at line 37020 of file exprtk.hpp.

Member Function Documentation

◆ in_use()

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

Definition at line 37064 of file exprtk.hpp.

◆ start()

void exprtk::timer::start ( )
inline

Definition at line 37029 of file exprtk.hpp.

◆ stop()

void exprtk::timer::stop ( )
inline

Definition at line 37035 of file exprtk.hpp.

◆ time()

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

Definition at line 37057 of file exprtk.hpp.

◆ usec_time()

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

Definition at line 37041 of file exprtk.hpp.

Member Data Documentation

◆ in_use_

bool exprtk::timer::in_use_
private

Definition at line 37071 of file exprtk.hpp.

◆ start_time_

struct timeval exprtk::timer::start_time_
private

Definition at line 37078 of file exprtk.hpp.

◆ stop_time_

struct timeval exprtk::timer::stop_time_
private

Definition at line 37079 of file exprtk.hpp.


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