Skip to content

Commit

Permalink
DCSupplySimulator: remove two now obsolete members
Browse files Browse the repository at this point in the history
Forgotten in previous commit.

Signed-off-by: Moritz Barsnick <[email protected]>
  • Loading branch information
barsnick committed Feb 8, 2024
1 parent 2a95eb6 commit 5b1edc6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,12 @@ class power_supply_DCImpl : public power_supply_DCImplBase {
types::power_supply_DC::Mode mode;
double connector_voltage;
double connector_current;
types::power_supply_DC::Capabilities capabilities;
std::mutex power_supply_values_mutex;
Everest::Thread power_supply_thread_handle;
void power_supply_worker(void);

static constexpr int LOOP_SLEEP_MS{500};
void clampVoltageCurrent(double& voltage, double& current);
void init_capabilities(void);
// ev@3370e4dd-95f4-47a9-aaec-ea76f34a66c9:v1
};

Expand Down

0 comments on commit 5b1edc6

Please sign in to comment.