pips_topic

Updated: April 19, 2023

PiPS topic

Synopsis:

#include <pips/publication.h>
struct pips_topic {
    const char* name;
} ;

Data:

const char* name
Name of the PiPS topic

Library:

pips-client

Description:

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.