mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Comet2/Comet3: Add support for TC10 API
This commit is contained in:
committed by
Kyle Schwarz
parent
cbcbcbdc5d
commit
14588591e5
@@ -44,6 +44,8 @@ public:
|
|||||||
|
|
||||||
bool getEthPhyRegControlSupported() const override { return true; }
|
bool getEthPhyRegControlSupported() const override { return true; }
|
||||||
|
|
||||||
|
bool supportsTC10() const override { return true; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
RADComet3(neodevice_t neodevice, const driver_factory_t& makeDriver) : Device(neodevice) {
|
RADComet3(neodevice_t neodevice, const driver_factory_t& makeDriver) : Device(neodevice) {
|
||||||
initialize<RADComet3Settings>(makeDriver);
|
initialize<RADComet3Settings>(makeDriver);
|
||||||
|
|||||||
Reference in New Issue
Block a user