This is Unofficial EPICS BASE Doxygen Site
CACChannelPrivate Class Reference

Public Member Functions

 CACChannelPrivate ()
 
unsigned getHostName (char *pBuf, unsigned bufLength)
 
const char * pHostName ()
 

Detailed Description

Definition at line 33 of file cacChannel.cpp.

Constructor & Destructor Documentation

CACChannelPrivate::CACChannelPrivate ( )

Definition at line 94 of file cacChannel.cpp.

94  :
95  _refLocalHostName ( localHostNameCache.getReference () )
96 {
97 }
epicsSingleton< localHostName > localHostNameCache
reference getReference()

Member Function Documentation

unsigned CACChannelPrivate::getHostName ( char *  pBuf,
unsigned  bufLength 
)
inline

Definition at line 100 of file cacChannel.cpp.

101 {
102  return _refLocalHostName->getName ( pBuf, bufLength );
103 }
const char * CACChannelPrivate::pHostName ( )
inline

Definition at line 106 of file cacChannel.cpp.

107 {
108  return _refLocalHostName->pointer ();
109 }

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