Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

LOW_IPCKeyGenerator_SysV Class Reference

Platform specific IPCKeyGenerator for Unix System V platforms. More...

#include <LOW_IPCKeyGenerator_SysV.h>

Inheritance diagram for LOW_IPCKeyGenerator_SysV:

Inheritance graph
[legend]
Collaboration diagram for LOW_IPCKeyGenerator_SysV:

Collaboration graph
[legend]
List of all members.

Public Methods

LOW_semaphoreSetFactory::semSetIPCKey_t getSemSetKey (const LOW_portSerialFactory::portSpecifier_t &inSerPortSpec)
 Get new semaphore set unique identifier from serial port identifier. More...

LOW_semaphoreSetFactory::semSetIPCKey_t getSemSetKey (const LOW_deviceID &inDevID)
 Get new semaphore set unique identifier from device ID. More...

LOW_sharedMemSegmentFactory::sharedMemSegmentIPCKey_t getSharedMemKey (const LOW_portSerialFactory::portSpecifier_t &inSerPortSpec)
 Get new shared memory unique identifier from serial port identifier. More...


Detailed Description

Platform specific IPCKeyGenerator for Unix System V platforms.

Author:
Harald Roelle, Helmut Reiser

Definition at line 29 of file LOW_IPCKeyGenerator_SysV.h.


Member Function Documentation

LOW_semaphoreSetFactory::semSetIPCKey_t LOW_IPCKeyGenerator_SysV::getSemSetKey const LOW_deviceID   inDevID [virtual]
 

Get new semaphore set unique identifier from device ID.

Parameters:
Reference  to device ID.
Returns:
New semaphore set unique identifier.

Reimplemented from LOW_IPCKeyGenerator.

Definition at line 36 of file LOW_IPCKeyGenerator_SysV.cpp.

References LOW_deviceIDRaw::devSerNum_t, and LOW_deviceIDRaw::getSerialNum().

LOW_semaphoreSetFactory::semSetIPCKey_t LOW_IPCKeyGenerator_SysV::getSemSetKey const LOW_portSerialFactory::portSpecifier_t &    inSerPortSpec [virtual]
 

Get new semaphore set unique identifier from serial port identifier.

Parameters:
Reference  to serial port identifier.
Returns:
New semaphore set unique identifier.

Reimplemented from LOW_IPCKeyGenerator.

Definition at line 30 of file LOW_IPCKeyGenerator_SysV.cpp.

LOW_sharedMemSegmentFactory::sharedMemSegmentIPCKey_t LOW_IPCKeyGenerator_SysV::getSharedMemKey const LOW_portSerialFactory::portSpecifier_t &    inSerPortSpec [virtual]
 

Get new shared memory unique identifier from serial port identifier.

Parameters:
Reference  to serial port identifier.
Returns:
New shared memory unique identifier.

Reimplemented from LOW_IPCKeyGenerator.

Definition at line 44 of file LOW_IPCKeyGenerator_SysV.cpp.


The documentation for this class was generated from the following files:
Generated on Sun Jan 12 21:07:56 2003 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001