|
RTI Connext DDS Micro
Version 2.4.11
|
DDS topic module. More...
#include "dds_c/dds_c_dll.h"#include "dds_c_config.h"#include "dds_c/dds_c_common.h"#include "dds_c/dds_c_sequence.h"#include "dds_c/dds_c_infrastructure.h"Go to the source code of this file.
Data Structures | |
| struct | DDS_InconsistentTopicStatus |
| DDS_INCONSISTENT_TOPIC_STATUS More... | |
| struct | DDS_TopicQos |
| QoS policies supported by a DDS_Topic entity. More... | |
| struct | DDS_TopicListener |
| <<interface>> DDS_Listener for DDS_Topic entities. More... | |
Macros | |
| #define | DDS_InconsistentTopicStatus_INITIALIZER |
| <<cert>> Initializer for new status instances. | |
| #define | DDS_TopicQos_INITIALIZER |
| <<cert>> Initializer for new QoS instances. | |
| #define | DDS_TopicListener_INITIALIZER |
| <<cert>> Initializer for new DDS_TopicListener. | |
Typedefs | |
| typedef struct DDS_BuiltinTopicKey_t | DDS_InstanceId_t |
| The data structure by which RTI Connext Micro identifies keys in user data types. | |
| typedef struct DDS_TopicDescriptionImpl | DDS_TopicDescription |
| <<interface>> Base class for DDS_Topic. | |
| typedef struct DDS_TopicImpl | DDS_Topic |
| <<interface>> The most basic description of the data to be published and subscribed. | |
| typedef void(* | DDS_TopicListener_InconsistentTopicCallback )(void *listener_data, DDS_Topic *topic, const struct DDS_InconsistentTopicStatus *status) |
| Prototype of DDS_TopicListener::on_inconsistent_topic. | |
DDS topic module.