genesys: Mark overridden functions consistently

merge-requests/206/head
Povilas Kanapickas 2019-10-01 08:18:44 +03:00
rodzic 44ac90d309
commit 6da4e69d95
6 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -124,7 +124,7 @@ static void gl124_send_slope_table(Genesys_Device* dev, int table_nr,
class CommandSetGl124 : public CommandSet
{
public:
~CommandSetGl124() = default;
~CommandSetGl124() override = default;
bool needs_home_before_init_regs_for_scan(Genesys_Device* dev) const override;

Wyświetl plik

@ -234,7 +234,7 @@ static Motor_Master motor_master[] = {
class CommandSetGl646 : public CommandSet
{
public:
~CommandSetGl646() = default;
~CommandSetGl646() override = default;
bool needs_home_before_init_regs_for_scan(Genesys_Device* dev) const override;

Wyświetl plik

@ -63,7 +63,7 @@ int gl841_exposure_time(Genesys_Device *dev, const Genesys_Sensor& sensor,
class CommandSetGl841 : public CommandSet
{
public:
~CommandSetGl841() = default;
~CommandSetGl841() override = default;
bool needs_home_before_init_regs_for_scan(Genesys_Device* dev) const override;

Wyświetl plik

@ -66,7 +66,7 @@
class CommandSetGl843 : public CommandSet
{
public:
~CommandSetGl843() = default;
~CommandSetGl843() override = default;
bool needs_home_before_init_regs_for_scan(Genesys_Device* dev) const override;

Wyświetl plik

@ -135,7 +135,7 @@ static Memory_layout layouts[]={
class CommandSetGl846 : public CommandSet
{
public:
~CommandSetGl846() = default;
~CommandSetGl846() override = default;
bool needs_home_before_init_regs_for_scan(Genesys_Device* dev) const override;

Wyświetl plik

@ -119,7 +119,7 @@ static Memory_layout layouts[]={
class CommandSetGl847 : public CommandSet
{
public:
~CommandSetGl847() = default;
~CommandSetGl847() override = default;
bool needs_home_before_init_regs_for_scan(Genesys_Device* dev) const override;