mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Basic introspection for device supported networks
This commit is contained in:
@@ -22,8 +22,8 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual void setupDecoder(Decoder* decoder) override {
|
||||
decoder->timestampMultiplier = 10; // Timestamps are in 10ns increments instead of the usual 25ns
|
||||
virtual void setupDecoder(Decoder& decoder) override {
|
||||
decoder.timestampMultiplier = 10; // Timestamps are in 10ns increments instead of the usual 25ns
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user