TwiceAsNice  2019-02-18
Public Member Functions | List of all members
Basda::DeviceAsyncImpl Struct Reference

#include <Device.h>

Inheritance diagram for Basda::DeviceAsyncImpl:
Inheritance graph
Collaboration diagram for Basda::DeviceAsyncImpl:
Collaboration graph

Public Member Functions

virtual int asyncWait (const Nice::Time &_t)
 sleep for a specific time (in this base class) It's called an asynchronous wait because the duration is not depending on any timer or interrupt or alike. More...
 
virtual int asyncStatus (const std::string &, int)
 does nothing (in this base class) More...
 
virtual int asyncWait (const Nice::Time &_t)
 sleep for a specific time (in this base class) It's called an asynchronous wait because the duration is not depending on any timer or interrupt or alike. More...
 
virtual int asyncStatus (const std::string &, int)
 does nothing (in this base class) More...
 
- Public Member Functions inherited from Basda::DeviceAsync
virtual ~DeviceAsync ()
 
virtual ~DeviceAsync ()
 

Member Function Documentation

◆ asyncStatus() [1/2]

virtual int Basda::DeviceAsyncImpl::asyncStatus ( const std::string &  ,
int   
)
inlinevirtual

◆ asyncStatus() [2/2]

virtual int Basda::DeviceAsyncImpl::asyncStatus ( const std::string &  ,
int   
)
inlinevirtual

◆ asyncWait() [1/2]

virtual int Basda::DeviceAsyncImpl::asyncWait ( const Nice::Time _t)
inlinevirtual

sleep for a specific time (in this base class) It's called an asynchronous wait because the duration is not depending on any timer or interrupt or alike.


Parameters
_tDuration of the sleep. Used with microsecond granularity.
Returns
always 0

Implements Basda::DeviceAsync.

◆ asyncWait() [2/2]

virtual int Basda::DeviceAsyncImpl::asyncWait ( const Nice::Time _t)
inlinevirtual

sleep for a specific time (in this base class) It's called an asynchronous wait because the duration is not depending on any timer or interrupt or alike.


Parameters
_tDuration of the sleep. Used with microsecond granularity.
Returns
always 0

Implements Basda::DeviceAsync.


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