|
OpenDDS
Snapshot(2023/04/28-20:55)
|
import"DdsDcpsTypeSupportExt.idl";


Public Member Functions | |
| ::DDS::DataWriter | create_datawriter () |
| ::DDS::DataReader | create_datareader () |
| ::DDS::DataReader | create_multitopic_datareader () |
| boolean | has_dcps_key () |
| ::DDS::ReturnCode_t | unregister_type (in ::DDS::DomainParticipant domain, in string type_name) |
| void | representations_allowed_by_type (inout ::DDS::DataRepresentationIdSeq seq) |
| Get allowed representations defined by IDL annotations. More... | |
| RepresentationFormat | make_format (in ::DDS::DataRepresentationId_t representation) |
Public Member Functions inherited from DDS::TypeSupport | |
| ReturnCode_t | register_type (in DomainParticipant domain, in string type_name) |
| string | get_type_name () |
| OpenDDS::hidden_op_in_java ("return 0;") DynamicType get_type() | |
Definition at line 37 of file DdsDcpsTypeSupportExt.idl.
| ::DDS::DataReader OpenDDS::DCPS::TypeSupport::create_datareader | ( | ) |
create and activate a FooDataReader. Implemented by FooTypeSupportImpl. Subscriber::create_datareader() will set the topic, listener, qos and other initialization so the implementation of this method is as small and simple as possible.
Implemented in DDS::DynamicTypeSupport.
| ::DDS::DataWriter OpenDDS::DCPS::TypeSupport::create_datawriter | ( | ) |
create and activate a FooDataWriter. Implemented by FooTypeSupportImpl. Publisher::create_datawriter() will set the topic, listener, qos and other initialization so the implementation of this method is as small and simple as possible.
Implemented in DDS::DynamicTypeSupport.
| ::DDS::DataReader OpenDDS::DCPS::TypeSupport::create_multitopic_datareader | ( | ) |
Implemented in DDS::DynamicTypeSupport.
| boolean OpenDDS::DCPS::TypeSupport::has_dcps_key | ( | ) |
Implemented in OpenDDS::DCPS::TypeSupportImpl.
| RepresentationFormat OpenDDS::DCPS::TypeSupport::make_format | ( | in ::DDS::DataRepresentationId_t | representation | ) |
| void OpenDDS::DCPS::TypeSupport::representations_allowed_by_type | ( | inout ::DDS::DataRepresentationIdSeq | seq | ) |
Get allowed representations defined by IDL annotations.
| ::DDS::ReturnCode_t OpenDDS::DCPS::TypeSupport::unregister_type | ( | in ::DDS::DomainParticipant | domain, |
| in string | type_name | ||
| ) |
1.8.13