DDS4CCM
1.0.8
|
import "ndds_dcpsC.h";
Public Types | |
typedef GuardCondition_ptr | _ptr_type |
typedef GuardCondition_var | _var_type |
typedef GuardCondition_out | _out_type |
Public Member Functions | |
ReturnCode_t | set_trigger_value (in boolean value) |
virtual ::DDS::ReturnCode_t | set_trigger_value (::CORBA::Boolean value)=0 |
virtual ::CORBA::Boolean | _is_a (const char *type_id) |
virtual const char * | _interface_repository_id (void) const |
virtual ::CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
static GuardCondition_ptr | _duplicate (GuardCondition_ptr obj) |
static void | _tao_release (GuardCondition_ptr obj) |
static GuardCondition_ptr | _narrow (::CORBA::Object_ptr obj) |
static GuardCondition_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static GuardCondition_ptr | _nil (void) |
Protected Member Functions | |
GuardCondition (void) | |
virtual | ~GuardCondition (void) |
Private Member Functions | |
GuardCondition (const GuardCondition &) | |
void | operator= (const GuardCondition &) |
Reimplemented from DDS::Condition.
Reimplemented in DDS::CCM_GuardCondition.
Reimplemented from DDS::Condition.
Reimplemented in DDS::CCM_GuardCondition.
Reimplemented from DDS::Condition.
Reimplemented in DDS::CCM_GuardCondition.
DDS::GuardCondition::GuardCondition | ( | void | ) | [protected] |
DDS::GuardCondition::~GuardCondition | ( | void | ) | [protected, virtual] |
DDS::GuardCondition::GuardCondition | ( | const GuardCondition & | ) | [private] |
DDS::GuardCondition_ptr DDS::GuardCondition::_duplicate | ( | GuardCondition_ptr | obj | ) | [static] |
const char * DDS::GuardCondition::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from DDS::Condition.
Reimplemented in DDS::CCM_GuardCondition.
CORBA::Boolean DDS::GuardCondition::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from DDS::Condition.
Reimplemented in DDS::CCM_GuardCondition.
DDS::GuardCondition_ptr DDS::GuardCondition::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from DDS::Condition.
Reimplemented in DDS::CCM_GuardCondition.
DDS::GuardCondition_ptr DDS::GuardCondition::_nil | ( | void | ) | [static] |
Reimplemented from DDS::Condition.
Reimplemented in DDS::CCM_GuardCondition.
void DDS::GuardCondition::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
Reimplemented from DDS::Condition.
void DDS::GuardCondition::_tao_release | ( | GuardCondition_ptr | obj | ) | [static] |
DDS::GuardCondition_ptr DDS::GuardCondition::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from DDS::Condition.
Reimplemented in DDS::CCM_GuardCondition.
CORBA::Boolean DDS::GuardCondition::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from DDS::Condition.
Reimplemented in DDS::CCM_GuardCondition.
void DDS::GuardCondition::operator= | ( | const GuardCondition & | ) | [private] |
ReturnCode_t DDS::GuardCondition::set_trigger_value | ( | in boolean | value | ) |
virtual ::DDS::ReturnCode_t DDS::GuardCondition::set_trigger_value | ( | ::CORBA::Boolean | value | ) | [pure virtual] |