MCPcopy Create free account
hub / github.com/GENIVI/CANdevStudio / txFrameIn

Method txFrameIn

src/components/canrawfilter/canrawfilter.cpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void CanRawFilter::txFrameIn(const QCanBusFrame& frame)
83{
84 Q_D(CanRawFilter);
85
86 if(d->acceptTxFrame(frame) && d->_simStarted) {
87 emit txFrameOut(frame);
88 }
89}
90
91void CanRawFilter::rxFrameIn(const QCanBusFrame& frame)
92{

Callers 1

Calls 1

acceptTxFrameMethod · 0.80

Tested by

no test coverage detected