dxd - dynax driver framework 2.7.0d222
cross platform open source driver development framework
Loading...
Searching...
No Matches
dx::shared::event Class Referenceabstract

macOS user space shared event More...

#include <dx_shared_event.h>

Inheritance diagram for dx::shared::event:
Collaboration diagram for dx::shared::event:

Public Member Functions

 event ()=default
 event (const std::string &name, bool signalled=false)
virtual eventinitialize (bool signalled=false)
superinitialize (const std::string &name, bool signalled=false) override try
virtual eventreset (uint64_t count=0)=0
virtual eventsignal (uint64_t count=1)=0
virtual eventwait (bool reset=false)=0

Detailed Description

macOS user space shared event

Constructor & Destructor Documentation

◆ event() [1/2]

dx::shared::event::event ( )
default
Here is the caller graph for this function:

◆ event() [2/2]

dx::shared::event::event ( const std::string & name,
bool signalled = false )
inline
Here is the call graph for this function:

Member Function Documentation

◆ initialize() [1/2]

virtual event & dx::abstract::event::initialize ( bool signalled = false)
inlinevirtualinherited

◆ initialize() [2/2]

super & dx::shared::event::initialize ( const std::string & name,
bool signalled = false )
inlineoverridevirtual

Reimplemented from dx::abstract::event.

Here is the caller graph for this function:

◆ reset()

virtual event & dx::abstract::event::reset ( uint64_t count = 0)
pure virtualinherited

Implemented in dx::event< user >.

Here is the caller graph for this function:

◆ signal()

virtual event & dx::abstract::event::signal ( uint64_t count = 1)
pure virtualinherited

Implemented in dx::event< user >.

Here is the caller graph for this function:

◆ wait()

virtual event & dx::abstract::event::wait ( bool reset = false)
pure virtualinherited

Implemented in dx::event< user >.

Here is the call graph for this function:

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

(c) copyright 2009 dynamic acoustics e.U. generated on

a closed source license may be obtained by requesting a written permission from dynamic acoustics e.U.
however - governmental use generally and military use especially is strictly prohibited though.