Skip to content

DCSupplySimulator: Add C++ simulation module

Codacy Production / Codacy Static Code Analysis required action Jan 24, 2024 in 0s

14 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 14
           

Clones added
============
- modules/simulation/DCSupplySimulator/DCSupplySimulator.hpp  1
- modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp  2
         

See the complete overview on Codacy

Annotations

Check notice on line 25 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L25

struct member 'Conf::bidirectional' is never used.

Check notice on line 26 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L26

struct member 'Conf::max_power' is never used.

Check notice on line 27 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L27

struct member 'Conf::min_voltage' is never used.

Check notice on line 28 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L28

struct member 'Conf::max_voltage' is never used.

Check notice on line 29 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L29

struct member 'Conf::min_current' is never used.

Check notice on line 30 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L30

struct member 'Conf::max_current' is never used.

Check warning on line 36 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L36

Member variable 'power_supply_DCImpl::settings_connector_export_voltage' is not initialized in the constructor.

Check notice on line 63 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L63

class member 'power_supply_DCImpl::settings_connector_export_voltage' is never used.

Check notice on line 64 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L64

class member 'power_supply_DCImpl::settings_connector_import_voltage' is never used.

Check notice on line 65 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L65

class member 'power_supply_DCImpl::settings_connector_max_export_current' is never used.

Check notice on line 66 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L66

class member 'power_supply_DCImpl::settings_connector_max_import_current' is never used.

Check notice on line 68 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L68

class member 'power_supply_DCImpl::connector_voltage' is never used.

Check notice on line 69 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L69

class member 'power_supply_DCImpl::connector_current' is never used.

Check notice on line 74 in modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/simulation/DCSupplySimulator/main/power_supply_DCImpl.hpp#L74

class member 'power_supply_DCImpl::LOOP_SLEEP_MS' is never used.