|
Instrument Control Lib
Framework to control Oscilloscopes, SMUs, Function Generators and DC Powersupplies via Ethernet.
|
This is the complete list of members for SPD1305, including all inherited members.
| BUFFER_ENABLED enum value | Device | |
| changeSendMode(SEND_METHOD mode) | Device | |
| CHANNEL_1 enum value | DCPowerSupply | |
| CHANNEL_2 enum value | DCPowerSupply | |
| Connect() | Device | |
| DC_CHANNEL enum name | DCPowerSupply | |
| DCPowerSupply(const char *ip, int timeoutInMs, PIL::Logging *logger) | DCPowerSupply | |
| delay(double delayTime) | Device | |
| Device(std::string ipAddress, int timeoutInMs, SEND_METHOD mode=DIRECT_SEND, bool throwException=true) | Device | explicit |
| Device(std::string ipAddress, int timeoutInMs, PIL::Logging *logger, SEND_METHOD mode=DIRECT_SEND, bool throwException=true) | Device | explicit |
| Device(std::string ipAddress, uint16_t srcPort, uint16_t destPort, int timeoutInMs, PIL::Logging *logger, SEND_METHOD mode=DIRECT_SEND, bool throwException=true) | Device | explicit |
| DIRECT_SEND enum value | Device | |
| Disconnect() | Device | |
| errorOccured(PIL_ERROR_CODE errorCode) | Device | protectedstatic |
| Exec(const std::string &command, ExecArgs *args=nullptr, char *result=nullptr, bool br=true, int size=1024) | Device | |
| Exec(const std::string &command, ExecArgs *args, std::string *result, bool br) | Device | |
| ExecCommands(std::string &commands) | Device | |
| getBufferedScript() | Device | |
| getCurrent(DC_CHANNEL channel, double *current) override | SPD1305 | virtual |
| getDeviceIdentifier() | Device | |
| handleErrorsAndLogging(PIL_ERROR_CODE errorCode, bool throwException, PIL::Level logLevel, const std::string &fileName, int line, std::string formatStr,...) | Device | protected |
| isBuffered() const | Device | |
| isOpen() const | Device | |
| m_BufferedScript | Device | protected |
| m_destPort | Device | protected |
| m_DeviceName | Device | protected |
| m_EnableExceptions | Device | protected |
| m_ErrorHandle | Device | protected |
| m_IPAddr | Device | protected |
| m_Logger | Device | protected |
| m_SendMode | Device | protected |
| m_SocketHandle | Device | protected |
| m_srcPort | Device | protected |
| postRequest(const std::string &url, std::string &payload) | Device | protectedstatic |
| replaceAllSubstrings(std::string str, const std::string &from, const std::string &to) | Device | protectedstatic |
| ReturnErrorMessage() | Device | |
| SEND_METHOD enum name | Device | |
| setCurrent(DC_CHANNEL channel, double current) override | SPD1305 | virtual |
| SPD1305(const char *ip, int timeoutInMS) | SPD1305 | explicit |
| SPD1305(const char *ip, PIL::Logging *logger, int timeoutInMs) | SPD1305 | explicit |
| splitString(const std::string &toSplit, const std::string &delimiter) | Device | protectedstatic |
| turnOff(DC_CHANNEL channel) override | SPD1305 | virtual |
| turnOn(DC_CHANNEL channel) override | SPD1305 | virtual |
| vectorToStringNL(std::vector< std::string > vector) | Device | protectedstatic |
| ~Device() | Device |