ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcb_pp_sync Class Reference

#include <ngcbPP.hpp>

Public Member Functions

 ngcb_pp_sync ()
 Constructor.
 
virtual ~ngcb_pp_sync ()
 Destructor.
 
int Initialized ()
 Return initialization flag.
 
char * ErrMsg ()
 Error message.
 
void Start ()
 Start.
 
void Join ()
 Join.
 
void Wait ()
 Wait.
 
void Ack ()
 Acknowledge.
 

Public Attributes

pthread_t thid
 Thread id.
 

Detailed Description

Thread Synchronization Class

Constructor & Destructor Documentation

◆ ngcb_pp_sync()

ngcb_pp_sync::ngcb_pp_sync ( )
inline

Constructor.

◆ ~ngcb_pp_sync()

virtual ngcb_pp_sync::~ngcb_pp_sync ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ Ack()

void ngcb_pp_sync::Ack ( )
inline

Acknowledge.

◆ ErrMsg()

char * ngcb_pp_sync::ErrMsg ( )
inline

Error message.

◆ Initialized()

int ngcb_pp_sync::Initialized ( )
inline

Return initialization flag.

◆ Join()

void ngcb_pp_sync::Join ( )
inline

Join.

◆ Start()

void ngcb_pp_sync::Start ( )
inline

Start.

◆ Wait()

void ngcb_pp_sync::Wait ( )
inline

Wait.

Member Data Documentation

◆ thid

pthread_t ngcb_pp_sync::thid

Thread id.


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