9 lines
286 B
Markdown
9 lines
286 B
Markdown
# hosts/subscriber.h
|
|
|
|
## class Publisher — public interface
|
|
|
|
### `virtual void recv_mgmt_msg(MgmtMsgPtr msg) noexcept override;`
|
|
### `void recv_frame(const Packet& frame) override;`
|
|
### `void set_status(NodeStatus s) noexcept;`
|
|
### `void set_publisher(Publisher* p) noexcept { ... }`
|