QP/C++  7.4.0-rc.3
Real-Time Embedded Framework
Loading...
Searching...
No Matches
QP::QSubscrList Class Reference

Subscriber List (for publish-subscribe) More...

#include "qp.hpp"

Private Attributes

QPSet m_set
 
QPSet m_set_dis
 

Friends

class QActive
 

Detailed Description

Subscriber List (for publish-subscribe)

Details

This data type represents a set of Active Objects that subscribe to a given signal. The set is represented as priority-set, where each bit corresponds to the unique QF-priority of an AO (see QP::QPrioSpec).

Definition at line 697 of file qp.hpp.

Friends And Related Symbol Documentation

◆ QActive

friend class QActive
friend

Definition at line 706 of file qp.hpp.

Member Data Documentation

◆ m_set

QPSet QP::QSubscrList::m_set
private

The set of AOs that subscribed to a given event signal

Definition at line 699 of file qp.hpp.

◆ m_set_dis

QPSet QP::QSubscrList::m_set_dis
private

Duplicate inverse storage for the AO set

Definition at line 702 of file qp.hpp.


The documentation for this class was generated from the following files: