pips_group_member_t

Updated: April 19, 2023

Handle to a PiPS group member

Synopsis:

#include <pips/publication.h>
typedef struct pips_group_member {
    const pips_topic_t* topic;
    const pips_group_t* group;
    const char* name;
} pips_group_member_t;

Data:

const pips_topic_t* topic
Handle of the associated PiPS topic
const pips_group_t* group
Handle of the group to which the member belongs
const char* name
Name of the PiPS group member

Library:

pips-client