QtPdCom  1.3.3
Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
QtPdCom::Poll Class Reference

#include <Transmission.h>

Public Member Functions

template<typename T , typename R >
constexpr Poll (std::chrono::duration< T, R > d)
 
constexpr std::chrono::duration< double > getInterval () const
 

Static Private Member Functions

static constexpr std::chrono::duration< double > checkInterval (std::chrono::duration< double > d)
 

Private Attributes

std::chrono::duration< double > interval_
 

Constructor & Destructor Documentation

◆ Poll()

template<typename T , typename R >
constexpr QtPdCom::Poll::Poll ( std::chrono::duration< T, R >  d)
inline

Member Function Documentation

◆ checkInterval()

static constexpr std::chrono::duration<double> QtPdCom::Poll::checkInterval ( std::chrono::duration< double >  d)
inlinestaticprivate

◆ getInterval()

constexpr std::chrono::duration<double> QtPdCom::Poll::getInterval ( ) const
inline

Member Data Documentation

◆ interval_

std::chrono::duration<double> QtPdCom::Poll::interval_
private

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