libxr 1.0
Want to be the best embedded framework
|
主题域(Domain)管理器,用于组织多个主题。Domain manager for organizing multiple topics. More...
#include <message.hpp>
Public Member Functions | |
Domain (const char *name) | |
构造函数,初始化或查找指定名称的主题域。Constructor initializing or looking up a domain by name. | |
Data Fields | |
RBTree< uint32_t >::Node< RBTree< uint32_t > > * | node_ |
指向该域的根节点。Pointer to the root node of the domain. | |
主题域(Domain)管理器,用于组织多个主题。Domain manager for organizing multiple topics.
Definition at line 132 of file message.hpp.
构造函数,初始化或查找指定名称的主题域。Constructor initializing or looking up a domain by name.
name | 主题域的名称。Name of the domain. |
Definition at line 140 of file message.hpp.
指向该域的根节点。Pointer to the root node of the domain.
Definition at line 174 of file message.hpp.