mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-21 05:25:40 +08:00
Add basic rule tracing.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
class CRewriteSrc : public IRewrite {
|
||||
public:
|
||||
CRewriteSrc(const char* name, unsigned int fromSlot, unsigned int fromId, unsigned int toSlot, unsigned int toTG, unsigned int range);
|
||||
CRewriteSrc(const char* name, unsigned int fromSlot, unsigned int fromId, unsigned int toSlot, unsigned int toTG, unsigned int range, bool trace);
|
||||
virtual ~CRewriteSrc();
|
||||
|
||||
virtual bool processRF(CDMRData& data);
|
||||
@@ -39,6 +39,7 @@ private:
|
||||
unsigned int m_fromIdEnd;
|
||||
unsigned int m_toSlot;
|
||||
unsigned int m_toTG;
|
||||
bool m_trace;
|
||||
CDMRLC m_lc;
|
||||
CDMREmbeddedData m_embeddedLC;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user