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

macOS user space shared event More...

#include <dx_sync.h>

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

Public Member Functions

 event ()=default
 event (const std::string &name)
void initialize (const std::string &name) try

Protected Member Functions

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

◆ event() [2/2]

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

Member Function Documentation

◆ initialize()

void dx::shared::event::initialize ( const std::string & name)
inline

◆ 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 >.

◆ 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.