TwiceAsNice
2019-02-18
|
#include <Device.h>
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... | |
![]() | |
virtual | ~DeviceAsync () |
virtual | ~DeviceAsync () |
|
inlinevirtual |
does nothing (in this base class)
Implements Basda::DeviceAsync.
Reimplemented in Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Basda::PiNDeviceTestApp::DeviceCmdAsyncImpl, Basda::PiNDeviceTestApp::DeviceCmdAsyncImpl, Basda::CDeviceTest::DeviceCmdAsyncImpl, Basda::CDeviceTest::DeviceCmdAsyncImpl, Basda::LCDeviceTest::DeviceCmdAsyncImpl, Basda::NDeviceTest::DeviceCmdAsyncImpl, Basda::THDeviceTest::DeviceCmdAsyncImpl, Basda::NDeviceTest::DeviceCmdAsyncImpl, Basda::LCDeviceTest::DeviceCmdAsyncImpl, and Basda::THDeviceTest::DeviceCmdAsyncImpl.
|
inlinevirtual |
does nothing (in this base class)
Implements Basda::DeviceAsync.
Reimplemented in Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Fixture::DeviceCmdAsyncImpl, Basda::PiNDeviceTestApp::DeviceCmdAsyncImpl, Basda::PiNDeviceTestApp::DeviceCmdAsyncImpl, Basda::CDeviceTest::DeviceCmdAsyncImpl, Basda::CDeviceTest::DeviceCmdAsyncImpl, Basda::LCDeviceTest::DeviceCmdAsyncImpl, Basda::NDeviceTest::DeviceCmdAsyncImpl, Basda::THDeviceTest::DeviceCmdAsyncImpl, Basda::NDeviceTest::DeviceCmdAsyncImpl, Basda::LCDeviceTest::DeviceCmdAsyncImpl, and Basda::THDeviceTest::DeviceCmdAsyncImpl.
|
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.
_t | Duration of the sleep. Used with microsecond granularity. |
Implements Basda::DeviceAsync.
|
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.
_t | Duration of the sleep. Used with microsecond granularity. |
Implements Basda::DeviceAsync.