|
BS120x Ethernet Library 1.0.0
BS120x Ethernet Library
|
This is the complete list of members for EthernetClient, including all inherited members.
| Connect(std::string_view interface_ip, std::string_view device_ip, std::uint16_t udp_port, std::int32_t udp_timeout=1000, std::uint16_t tcp_port=12345) noexcept | EthernetClient | |
| Disconnect() noexcept | EthernetClient | |
| EnableAllCells(bool enable) const | EthernetClient | |
| EnableCell(unsigned int cell, bool enable) const | EthernetClient | |
| EnableCellInhibit(bool enable) const | EthernetClient | |
| EnableUDPData(bool enable) const | EthernetClient | |
| EthernetClient() | EthernetClient | |
| EthernetClient(const EthernetClient &)=delete (defined in EthernetClient) | EthernetClient | |
| EthernetClient(EthernetClient &&other) noexcept=delete (defined in EthernetClient) | EthernetClient | |
| GetAllAnalogInput() const | EthernetClient | |
| GetAllAnalogInput(std::span< float > analog_inputs) const | EthernetClient | |
| GetAllCellCurrent() const | EthernetClient | |
| GetAllCellCurrent(std::span< float > currents) const | EthernetClient | |
| GetAllCellVoltage() const | EthernetClient | |
| GetAllCellVoltage(std::span< float > voltages) const | EthernetClient | |
| GetAllDIOState() const | EthernetClient | |
| GetAllDIOState(std::span< bool > states) const | EthernetClient | |
| GetAnalogInput(unsigned int analog_input) const | EthernetClient | |
| GetCellCurrent(unsigned int cell) const | EthernetClient | |
| GetCellVoltage(unsigned int cell) const | EthernetClient | |
| GetConfigValueBool(std::string_view opt) const | EthernetClient | |
| GetConfigValueFloat(std::string_view opt) const | EthernetClient | |
| GetConfigValueInt(std::string_view opt) const | EthernetClient | |
| GetConfigValueString(std::string_view opt) const | EthernetClient | |
| GetDIOState(unsigned int dio) const | EthernetClient | |
| GetStatus() const | EthernetClient | |
| GetUnitConfig() const | EthernetClient | |
| operator=(const EthernetClient &)=delete (defined in EthernetClient) | EthernetClient | |
| operator=(EthernetClient &&rhs) noexcept=delete (defined in EthernetClient) | EthernetClient | |
| QueryConfig() const | EthernetClient | |
| Reset() const | EthernetClient | |
| SetAllCellCurrents(float isrc, float isnk) const | EthernetClient | |
| SetAllCellVoltage(float voltage) const | EthernetClient | |
| SetAnalogOutputs(std::span< const float > voltages) const | EthernetClient | |
| SetBoxID(std::uint8_t id) const | EthernetClient | |
| SetCANPeriod(std::uint32_t period) const | EthernetClient | |
| SetCellSinkCurrent(unsigned int cell, float isnk) const | EthernetClient | |
| SetCellSourceCurrent(unsigned int cell, float isrc) const | EthernetClient | |
| SetCellVoltage(unsigned int cell, float voltage) const | EthernetClient | |
| SetConfigOption(std::string_view opt, int value) const | EthernetClient | |
| SetConfigOption(std::string_view opt, bool value) const | EthernetClient | |
| SetConfigOption(std::string_view opt, std::string_view value) const | EthernetClient | |
| SetConfigOption(std::string_view opt, double value) const | EthernetClient | |
| SetDIOStates(std::span< const bool > outputs, std::span< const bool > directions) const | EthernetClient | |
| SetIPAddress(std::string_view ip) const | EthernetClient | |
| SetOpModeConfig(OpModeConfig config) const | EthernetClient | |
| SetUDPDataPeriod(std::uint32_t period) const | EthernetClient | |
| SetUDPDataPort(std::uint16_t port) const | EthernetClient | |
| Version() noexcept | EthernetClient | static |
| ~EthernetClient() | EthernetClient |