pips_entity

Updated: April 19, 2023

PiPS entity

Synopsis:

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

Data:

const char* name
Name of the PiPS entity

Library:

pips-client

Description:

This data type defines a PiPS entity, which is the base type of topics and namespaces. This base type allows a namespace to hold a list containing a mix of publication topics and sub-namespaces.