TimerTag< long > Struct Reference

#include <RobotAPI/components/units/RobotUnit/util/Time.h>

Public Types

using ClockT = std::chrono::high_resolution_clock
 

Public Member Functions

long stop ()
 
 TimerTag ()
 

Public Attributes

const ClockT::time_point beg
 

Detailed Description

Definition at line 52 of file Time.h.

Member Typedef Documentation

◆ ClockT

using ClockT = std::chrono::high_resolution_clock

Definition at line 56 of file Time.h.

Constructor & Destructor Documentation

◆ TimerTag()

TimerTag ( )
inline

Definition at line 59 of file Time.h.

Member Function Documentation

◆ stop()

long stop ( )
inline

Definition at line 64 of file Time.h.

Member Data Documentation

◆ beg

const ClockT::time_point beg

Definition at line 57 of file Time.h.


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