Removed radpluto override of setupDecoder() in order to fix timestamp

checksum-failure-logging
EricLiu2000 2019-08-01 13:40:38 -04:00
parent 8516a9c8bd
commit 055cae1232
1 changed files with 0 additions and 5 deletions

View File

@ -44,11 +44,6 @@ protected:
encoder.supportCANFD = true;
}
virtual void setupDecoder(Decoder& decoder) override {
Device::setupDecoder(decoder);
decoder.timestampResolution = 10; // Timestamps are in 10ns increments instead of the usual 25ns
}
virtual void setupSupportedRXNetworks(std::vector<Network>& rxNetworks) override {
for(auto& netid : GetSupportedNetworks())
rxNetworks.emplace_back(netid);