mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: FIRE3 Flexray: Add to supported devices for Live Data
This commit is contained in:
committed by
Kyle Schwarz
parent
e97b307c4d
commit
cc7cffe068
@@ -76,6 +76,8 @@ protected:
|
|||||||
void setupSupportedTXNetworks(std::vector<Network>& txNetworks) override { setupSupportedRXNetworks(txNetworks); }
|
void setupSupportedTXNetworks(std::vector<Network>& txNetworks) override { setupSupportedRXNetworks(txNetworks); }
|
||||||
|
|
||||||
bool supportsWiVI() const override { return true; }
|
bool supportsWiVI() const override { return true; }
|
||||||
|
|
||||||
|
bool supportsLiveData() const override { return true; }
|
||||||
|
|
||||||
std::optional<MemoryAddress> getCoreminiStartAddressFlash() const override {
|
std::optional<MemoryAddress> getCoreminiStartAddressFlash() const override {
|
||||||
return 512*4;
|
return 512*4;
|
||||||
|
|||||||
Reference in New Issue
Block a user