mcx::comm::BaseRequestReply
less than a minute
mcx::comm::BaseRequestReply
Inherited by mcx::comm::RequestReply
Public Functions
| Name | |
|---|---|
| BaseRequestReply(ProtocolType protocol_type) | |
| ProtocolType | getProtocolType() const |
| const GroupManager & | getGroupManager() const |
| virtual | ~BaseRequestReply() =default |
Protected Attributes
| Name | |
|---|---|
| ProtocolType | protocol_type_ |
| GroupManager | group_manager_ |
Public Functions Documentation
function BaseRequestReply
inline explicit BaseRequestReply(
ProtocolType protocol_type
)
function getProtocolType
inline ProtocolType getProtocolType() const
function getGroupManager
inline const GroupManager & getGroupManager() const
function ~BaseRequestReply
virtual ~BaseRequestReply() =default
Protected Attributes Documentation
variable protocol_type_
ProtocolType protocol_type_;
variable group_manager_
GroupManager group_manager_;
Updated on 2022-04-05 at 16:21:26 +0200