#include <baciBACIProperty.h>
Public Member Functions | |
virtual void | getValue (BACIProperty *property, BACIValue *value, Completion &completion, CBDescOut &descOut)=0 |
virtual int | initialization () |
virtual | ~PropertyImplementator () |
Destructor. |
Abstract class which BACI property implementator (e.g. CORBA object) must implement
virtual baci::PropertyImplementator::~PropertyImplementator | ( | ) | [inline, virtual] |
Destructor.
virtual void baci::PropertyImplementator::getValue | ( | BACIProperty * | property, | |
BACIValue * | value, | |||
Completion & | completion, | |||
CBDescOut & | descOut | |||
) | [pure virtual] |
Get value method (value accessor)
property | property which requested value | |
value | value to be returned | |
completion | error handling structure | |
descOut | callback descriptor |
virtual int baci::PropertyImplementator::initialization | ( | ) | [inline, virtual] |
Property construction status method After contruction of a property, this method will be called to check if construction was successful; if not, monitor will be destroyed by parent