pips_topic
PiPS topic
Synopsis:
#include <pips/publication.h>
struct pips_topic {
const char* name;
} ;Data:
- const char* name
- Name of the PiPS topic
Library:
pips-clientDescription:
This data type groups the name of the topic with its opaque provider-specific implementation data. The size of this structure is not specified, so no assumptions about it should be made by clients of the framework.
Page updated:
