File tree Expand file tree Collapse file tree
include/fastdds/dds/domain Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737#include < fastdds/dds/topic/Topic.hpp>
3838#include < fastdds/dds/topic/TopicListener.hpp>
3939#include < fastdds/dds/topic/TypeSupport.hpp>
40- #include < fastdds/rtps/attributes/RTPSParticipantAttributes.h>
4140#include < fastdds/rtps/common/Guid.h>
4241#include < fastdds/rtps/common/SampleIdentity.h>
4342#include < fastdds/rtps/common/Time_t.h>
@@ -62,9 +61,6 @@ namespace types {
6261class TypeInformation ;
6362} // namespace types
6463
65- class PublisherAttributes ;
66- class SubscriberAttributes ;
67-
6864} // namespace fastrtps
6965
7066namespace fastdds {
Original file line number Diff line number Diff line change 4040 ├ data_writer [0~*],
4141 ├ data_reader [0~*],
4242 ├ transport_descriptors [0~1],
43- └ topic [0~*] -->
43+ ├ topic [0~1],
44+ ├ replier [0~1],
45+ └ requester [0~*] -->
4446 <xs : complexType name =" profilesType" >
4547 <xs : sequence minOccurs =" 1" maxOccurs =" unbounded" > <!-- multiple instances of the elements -->
4648 <xs : choice minOccurs =" 1" > <!-- each instance can be one of the elements below -->
You can’t perform that action at this time.
0 commit comments