Diffusion C API  6.10.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
topic_message_s Struct Reference

Structure for slightly simplified access to topic messages. More...

Data Fields

MESSAGE_TYPE_T type
 Type of message (Diffusion v4 protocol).
 
LIST_T * headers
 Headers attached to the message.
 
BUF_T * payload
 Payload of the message (minus headers).
 
const char * name
 The topic name.
 
TOPIC_SPECIFICATION_Tspecification
 Topic specification (or NULL if not known)
 

Detailed Description

Structure for slightly simplified access to topic messages.

Identical to MESSAGE_T except for the name and specification fields.


The documentation for this struct was generated from the following file: