OpenDDS
Snapshot(2023/04/07-19:43)
|
import"DdsDynamicData.idl";
Public Member Functions | |
DDS::ReturnCode_t | get_value (inout ObjectName value, in ObjectName key) |
DDS::ReturnCode_t | get_all_value (inout Parameters value) |
DDS::ReturnCode_t | set_value (in ObjectName key, in ObjectName value) |
DDS::ReturnCode_t | copy_from (in AnnotationDescriptor other) |
boolean | equals (in AnnotationDescriptor other) |
boolean | is_consistent () |
Public Attributes | |
public DynamicType | type |
Definition at line 36 of file DdsDynamicData.idl.
DDS::ReturnCode_t DDS::AnnotationDescriptor::copy_from | ( | in AnnotationDescriptor | other | ) |
boolean DDS::AnnotationDescriptor::equals | ( | in AnnotationDescriptor | other | ) |
DDS::ReturnCode_t DDS::AnnotationDescriptor::get_all_value | ( | inout Parameters | value | ) |
DDS::ReturnCode_t DDS::AnnotationDescriptor::get_value | ( | inout ObjectName | value, |
in ObjectName | key | ||
) |
boolean DDS::AnnotationDescriptor::is_consistent | ( | ) |
DDS::ReturnCode_t DDS::AnnotationDescriptor::set_value | ( | in ObjectName | key, |
in ObjectName | value | ||
) |
public DynamicType DDS::AnnotationDescriptor::type |
Definition at line 37 of file DdsDynamicData.idl.