ldas-tools-al
2.6.7
|
#include <stdexcept>
#include <memory>
#include <boost/shared_ptr.hpp>
#include "ldastoolsal/ConditionalVariable.hh"
#include "ldastoolsal/Task.hh"
Classes | |
class | LDASTools::AL::TimeoutException |
Namespaces | |
LDASTools | |
Objects of general use and interst. | |
LDASTools::AL | |
The Abstraction Layer. | |
Functions | |
int | LDASTools::AL::Timeout (Task *CallerTask, int Seconds, int &Status, bool ThrowTimeoutException=true) |
template<typename T > | |
int | LDASTools::AL::Timeout (boost::shared_ptr< T > CallerTask, int Seconds, int &Status, bool ThrowTimeoutException=true) |
Variables | |
const int | LDASTools::AL::TIMEOUT_TIMED_OUT = 0x0001 |
const int | LDASTools::AL::TIMEOUT_COMPLETED = 0x0002 |