Mcu Member List
This is the complete list of members for Mcu, including all inherited members.
asyncGetBatteryProtectionConfig(dpyMcu::battery_protection_handler_function handler) | Mcu | |
asyncGetCanStatus(dpyMcu::can_status_handler_function handler) | Mcu | |
asyncGetEQVar(dpyMcu::eqvar_handler_function handler) | Mcu | |
asyncGetGpiosEvents(dpyMcu::gpios_events_handler_function handler) | Mcu | |
asyncGetGpioValue(dpyMcu::gpio_handler_function handler, std::uint32_t gpio_number) | Mcu | |
asyncGetGUIDValues(dpyMcu::guid_handler_function handler) | Mcu | |
asyncGetI2CValue(dpyMcu::i2c_handler_function handler, unsigned char busid, unsigned char deviceid, std::list< unsigned char > address, int lenght) | Mcu | |
asyncGetLedsConfig(dpyMcu::leds_handler_function handler) | Mcu | |
asyncGetMCUStatus(dpyMcu::mcu_status_handler_function handler) | Mcu | |
asyncGetPowerInformation(dpyMcu::power_mng_handler_function handler) | Mcu | |
asyncGetRtcDateConfig(dpyMcu::rtc_date_handler_function handler) | Mcu | |
asyncGetTimersConfig(dpyMcu::timers_handler_function handler) | Mcu | |
asyncGetVersion(dpyMcu::version_handler_function handler, dpyFirmware::Rfs rfs) | Mcu | |
asyncGetWorkingTimeValues(dpyMcu::working_time_handler_function handler) | Mcu | |
asyncSetBatteryProtectionConfig(dpyMcu::battery_protection_handler_function handler, float idle_voltage, float voltage_percentage_threshold, float hysteresis_percentage, std::uint32_t grace_period_minutes) | Mcu | |
asyncSetGpioValue(dpyMcu::gpio_handler_function handler, std::uint32_t gpio_number, bool gpio_value) | Mcu | |
asyncSetI2CValue(dpyMcu::i2c_handler_function handler, unsigned char busid, unsigned char deviceid, std::list< unsigned char > address, std::list< unsigned char > values) | Mcu | |
asyncSetLedsConfig(dpyMcu::leds_handler_function handler, dpyMcu::LedsColor color, std::uint32_t period, std::uint32_t duty_cycle) | Mcu | |
asyncUpdateMCU(dpyMcu::update_firmware_handler_function handler) | Mcu | |
getEQVar(char &eq_id, char &var_id) | Mcu | virtual |
getGUIDValues(dpyMcu::GUIDConfigList &guid_list) | Mcu | virtual |
getI2CValue(unsigned char busid, unsigned char deviceid, std::list< unsigned char > address, int length, dpyMcu::I2CValue &result) | Mcu | |
getPowerInformation_S(dpyMcu::power_mng_handler_function handler) | Mcu | |
getPowerInformation_U() | Mcu | |
getRtcDateConfig(dpyMcu::DateConfig &config) | Mcu | |
isAlive() | Mcu | |
mClient | Mcu | protected |
Mcu(std::string ip="127.0.0.1") | Mcu | explicit |
monitorServiceAvailability_S(dpyMcu::service_availability_handler handler) (defined in Mcu) | Mcu | |
monitorServiceAvailability_U() (defined in Mcu) | Mcu | |
setI2CValue(unsigned char busid, unsigned char deviceid, std::list< unsigned char > address, std::list< unsigned char > values, dpyMcu::I2CValue &result) | Mcu | |
~Mcu() | Mcu | virtual |