6 #ifndef MOTORCORTEX_CORE_CM_BASEREQREP_H
7 #define MOTORCORTEX_CORE_CM_BASEREQREP_H
9 #include "cm_conndata.h"
10 #include "cm_protocoltype.h"
11 #include "cm_groupmanager.h"
12 #include "fmt/format.h"
21 explicit BaseRequestReply(ProtocolType protocol_type) : protocol_type_{protocol_type} {
25 ProtocolType getProtocolType()
const {
26 return protocol_type_;
30 return group_manager_;
37 ProtocolType protocol_type_;
44 #endif //MOTORCORTEX_CORE_CM_BASEREQREP_H