baci::TypelessPropertyImpl

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
Author

NAME

baci::TypelessPropertyImpl −

SYNOPSIS

#include <baciTypelessPropertyImpl.h>

Inherits baci::PropertyImpl.

Public Member Functions

TypelessPropertyImpl (const ACE_CString &name, BACIComponent *component_p)

~TypelessPropertyImpl ()

virtual char * description ()

virtual char * format ()

virtual CORBA::Boolean initialize_devio ()

virtual char * units ()

virtual ACS::pattern resolution ()

Protected Member Functions

virtual bool readCharacteristics ()

Private Attributes

bool initializeDevIO_m

ACE_CString desc_mription

ACE_CString format_m

ACE_CString units_m

ACS::pattern resolution_m

Constructor & Destructor Documentation

baci::TypelessPropertyImpl::TypelessPropertyImpl (const ACE_CString & name, BACIComponent * component_p)

baci::TypelessPropertyImpl::~TypelessPropertyImpl ()

Member Function Documentation

virtual char* baci::TypelessPropertyImpl::description () [virtual]

virtual char* baci::TypelessPropertyImpl::format () [virtual]

virtual CORBA::Boolean baci::TypelessPropertyImpl::initialize_devio () [virtual]

virtual bool baci::TypelessPropertyImpl::readCharacteristics () [protected, virtual] Read characteristics from CDB

Parameters:

propertyName name of the property whose characteristics to read

Returns:

true on success, false on failure

Reimplemented from baci::CharacteristicModelImpl.

virtual ACS::pattern baci::TypelessPropertyImpl::resolution () [virtual]

virtual char* baci::TypelessPropertyImpl::units () [virtual]

Member Data Documentation

ACE_CString baci::TypelessPropertyImpl::desc_mription [private]

ACE_CString baci::TypelessPropertyImpl::format_m [private]

bool baci::TypelessPropertyImpl::initializeDevIO_m [private]

ACS::pattern baci::TypelessPropertyImpl::resolution_m [private]

ACE_CString baci::TypelessPropertyImpl::units_m [private]

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.