ldas-tools-al 2.6.7
 
Loading...
Searching...
No Matches
Timeout.hh File Reference
#include <stdexcept>
#include <memory>
#include <boost/shared_ptr.hpp>
#include "ldastoolsal/ConditionalVariable.hh"
#include "ldastoolsal/Task.hh"
Include dependency graph for Timeout.hh:

Classes

class  LDASTools::AL::TimeoutException
 

Namespaces

namespace  LDASTools
 Objects of general use and interst.
 
namespace  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)