22 namespace epics {
namespace pvData {
25 typedef std::tr1::shared_ptr<Event>
EventPtr;
37 explicit Event(
bool =
false);
57 bool wait (
double timeOut );
C++ wrapper for epicsEvent from EPICS base.
TODO only here because of the Lockable.
Mark external symbols and entry points for shared libraries.
#define POINTER_DEFINITIONS(clazz)
std::tr1::shared_ptr< Event > EventPtr
APIs for the epicsEvent binary semaphore.