Pleora Technologies Inc. eBUS SDK v7.0.1.7536 API



Loading...
Searching...
No Matches
IPvSemaphore Class Referenceabstract

Interface for a semaphore object used for synchronization. More...

#include <IPvSemaphore.h>

Public Member Functions

virtual void Notify ()=0
 Notifies the semaphore.
 
virtual void Abort ()=0
 Aborts the semaphore.
 
virtual bool Wait ()=0
 Waits for the semaphore to be notified.
 
virtual void Reset ()=0
 Resets the semaphore to non-signaled state.
 

Detailed Description

Interface for a semaphore object used for synchronization.

Member Function Documentation

◆ Wait()

virtual bool IPvSemaphore::Wait ( )
pure virtual

Waits for the semaphore to be notified.

Returns
true if the wait completed normally, false if it was aborted.

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

Copyright (c) 2002-2026 Pleora Technologies Inc.
www.pleora.com