mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-24 07:15:38 +08:00
Modify Type Rewrite to handle BM Echo.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
class CRewriteType : public IRewrite {
|
||||
public:
|
||||
CRewriteType(const char* name, unsigned int fromSlot, unsigned int fromId, unsigned int toSlot, unsigned int toTG);
|
||||
CRewriteType(const char* name, unsigned int fromSlot, unsigned int fromTG, unsigned int toSlot, unsigned int toId);
|
||||
virtual ~CRewriteType();
|
||||
|
||||
virtual bool process(CDMRData& data);
|
||||
@@ -34,9 +34,9 @@ public:
|
||||
private:
|
||||
const char* m_name;
|
||||
unsigned int m_fromSlot;
|
||||
unsigned int m_fromId;
|
||||
unsigned int m_fromTG;
|
||||
unsigned int m_toSlot;
|
||||
unsigned int m_toTG;
|
||||
unsigned int m_toId;
|
||||
CDMRLC m_lc;
|
||||
CDMREmbeddedData m_embeddedLC;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user