5 #ifndef CE_DEVICE_SPD1305_H
6 #define CE_DEVICE_SPD1305_H
18 explicit SPD1305(
const char *ip,
int timeoutInMS);
20 explicit SPD1305(
const char *ip, PIL::Logging *logger,
int timeoutInMs);
29 std::string getStrFromDCChannelEnum(
DC_CHANNEL channel);
Definition: DCPowerSupply.h:11
DC_CHANNEL
Definition: DCPowerSupply.h:13
PIL_ERROR_CODE turnOn(DC_CHANNEL channel) override
Definition: SPD1305.cpp:35
SPD1305(const char *ip, int timeoutInMS)
Definition: SPD1305.cpp:8
PIL_ERROR_CODE setCurrent(DC_CHANNEL channel, double current) override
Definition: SPD1305.cpp:16
PIL_ERROR_CODE turnOff(DC_CHANNEL channel) override
Definition: SPD1305.cpp:44
PIL_ERROR_CODE getCurrent(DC_CHANNEL channel, double *current) override
Definition: SPD1305.cpp:25
This class contains a implementation of a command line interface. It supports various functions like ...
Definition: CommandLineInterface.h:16