OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | List of all members
OpenDDS::DCPS::PerConnectionSynchStrategy Class Reference

#include <PerConnectionSynchStrategy.h>

Inheritance diagram for OpenDDS::DCPS::PerConnectionSynchStrategy:
Inheritance graph
[legend]
Collaboration diagram for OpenDDS::DCPS::PerConnectionSynchStrategy:
Collaboration graph
[legend]

Public Member Functions

 PerConnectionSynchStrategy ()
 
virtual ~PerConnectionSynchStrategy ()
 
virtual ThreadSynchcreate_synch_object (ThreadSynchResource *synch_resource, long priority, long scheduler)
 
- Public Member Functions inherited from OpenDDS::DCPS::ThreadSynchStrategy
virtual ~ThreadSynchStrategy ()
 
- Public Member Functions inherited from OpenDDS::DCPS::RcObject
virtual ~RcObject ()
 
virtual void _add_ref ()
 
virtual void _remove_ref ()
 
long ref_count () const
 
WeakObject_get_weak_object () const
 

Additional Inherited Members

- Protected Member Functions inherited from OpenDDS::DCPS::ThreadSynchStrategy
 ThreadSynchStrategy ()
 
- Protected Member Functions inherited from OpenDDS::DCPS::RcObject
 RcObject ()
 

Detailed Description

Definition at line 19 of file PerConnectionSynchStrategy.h.

Constructor & Destructor Documentation

◆ PerConnectionSynchStrategy()

ACE_INLINE OpenDDS::DCPS::PerConnectionSynchStrategy::PerConnectionSynchStrategy ( )

Definition at line 11 of file PerConnectionSynchStrategy.inl.

References DBG_ENTRY_LVL.

12 {
13  DBG_ENTRY_LVL("PerConnectionSynchStrategy","PerConnectionSynchStrategy",6);
14 }
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition: EntryExit.h:68

◆ ~PerConnectionSynchStrategy()

OpenDDS::DCPS::PerConnectionSynchStrategy::~PerConnectionSynchStrategy ( )
virtual

Definition at line 16 of file PerConnectionSynchStrategy.cpp.

References DBG_ENTRY_LVL.

17 {
18  DBG_ENTRY_LVL("PerConnectionSynchStrategy","~PerConnectionSynchStrategy",6);
19 }
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition: EntryExit.h:68

Member Function Documentation

◆ create_synch_object()

OpenDDS::DCPS::ThreadSynch * OpenDDS::DCPS::PerConnectionSynchStrategy::create_synch_object ( ThreadSynchResource synch_resource,
long  priority,
long  scheduler 
)
virtual

Implements OpenDDS::DCPS::ThreadSynchStrategy.

Definition at line 22 of file PerConnectionSynchStrategy.cpp.

References DBG_ENTRY_LVL.

26 {
27  DBG_ENTRY_LVL("PerConnectionSynchStrategy","create_synch_object",6);
28  return new PerConnectionSynch(synch_resource, priority, scheduler);
29 }
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition: EntryExit.h:68

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