Classempathy::radio::BroadcastStation
radio
Variables
Constructors
Member Functions

Classempathy::radio::BroadcastStation

ALMOST never used by any class directly. To use event management, see empathy::radio::Subscriber and empathy::radio::Event instead.

Variables

instance BroadcastStation *

this.

Constructors

BroadcastStation ( )

Default constructor.

Member Functions

  • static
void
dispatch ( )

Called from the gameloop directly.

  • static
void
emit ( Event & )

Add an event to the dispatch queue.

  • static
void
subscribe ( Subscriber * base,
std::__cxx11::string channel )

Subscriber a subscriber to listen to a specific channel.

base
channel
  • static
void
subscribeAll ( Subscriber * subscriber )

Subscribe a subscriber to all channels.

subscriber