design_pattern_for_c  V 1.00
subscriber_account_t Struct Reference

SubscriberAccount class member definition, to get by publisher_subscribe. More...

#include <publisher.h>

Collaboration diagram for subscriber_account_t:

Data Fields

SubscriberAccount next
 
SubscriberAccount prev
 
int is_oneshot
 
int publish_type
 
void(* notify )(int publish_type, void *detail, void *ctx)
 
void * ctx
 

Detailed Description

SubscriberAccount class member definition, to get by publisher_subscribe.

This is defined in publisher.c.

Definition at line 9 of file publish_content.c.

Field Documentation

◆ ctx

void* ctx

Definition at line 15 of file publish_content.c.

◆ is_oneshot

int is_oneshot

Definition at line 12 of file publish_content.c.

◆ next

Definition at line 10 of file publish_content.c.

◆ notify

void(* notify) (int publish_type, void *detail, void *ctx)

Definition at line 14 of file publish_content.c.

◆ prev

Definition at line 11 of file publish_content.c.

◆ publish_type

int publish_type

Definition at line 13 of file publish_content.c.


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