McuPrivate Member List
This is the complete list of members for McuPrivate, including all inherited members.
asyncDisablePowerButton(dpyMcu::set_power_button_state_handler_function handler) | McuPrivate | |
asyncEnablePowerButton(dpyMcu::set_power_button_state_handler_function handler) | McuPrivate | |
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 | |
asyncGetGpoDefValue(dpyMcu::gpio_handler_function handler, std::uint32_t gpo_number) | McuPrivate | |
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 | |
asyncGetPowerButtonState(dpyMcu::get_power_button_state_handler_function handler) | McuPrivate | |
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 | |
asyncResetCanBusFilters(dpyMcu::result_handler_function handler) | McuPrivate | |
asyncResetMcu(dpyMcu::result_handler_function handler) | McuPrivate | |
asyncSetBatteryProtectionConfig(dpyMcu::battery_protection_handler_function handler, float idle_voltage, float voltage_percentage_threshold, float hysteresis_percentage, std::uint32_t grace_period_minutes) | Mcu | |
asyncSetCanBusConfiguration(dpyMcu::result_handler_function handler, dpyMcu::CANBusConfiguration conf) | McuPrivate | |
asyncSetCanBusFilters(dpyMcu::result_handler_function handler, std::list< dpyMcu::CANBusFilter > &filter_list) | McuPrivate | |
asyncSetGpioValue(dpyMcu::gpio_handler_function handler, std::uint32_t gpio_number, bool gpio_value) | Mcu | |
asyncSetGpoDefValue(dpyMcu::gpio_handler_function handler, std::uint32_t gpo_number, bool gpo_value) | McuPrivate | |
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 | |
asyncSetPowerStateConfig(dpyMcu::power_states_handler_function handler, dpyMcu::PowerStates state, std::uint32_t flags) | McuPrivate | |
asyncSetRtcDateConfig(dpyMcu::rtc_date_handler_function handler, dpyMcu::DateConfig configDate) | McuPrivate | |
asyncSetSerialPortProtocol(dpyMcu::serialport_handler_function handler, const std::string &portid, dpyMcu::SerialPortProtocol protocol) | McuPrivate | |
asyncSetTimersConfig(dpyMcu::timers_handler_function handler, std::uint32_t standby_min, std::uint32_t halt_min) | McuPrivate | |
asyncTestMisc(dpyMcu::test_misc_handler_function handler) | McuPrivate | |
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 |
McuPrivate(std::string ip="127.0.0.1") | McuPrivate | explicit |
monitorServiceAvailability_S(dpyMcu::service_availability_handler handler) (defined in Mcu) | Mcu | |
monitorServiceAvailability_U() (defined in Mcu) | Mcu | |
resetCanBusFilters() | McuPrivate | |
setCanBusConfiguration(dpyMcu::CANBusConfiguration conf) | McuPrivate | |
setCanBusFilters(std::list< dpyMcu::CANBusFilter > &filter_list) | McuPrivate | |
setGpoDefValue(std::uint32_t gpo_number, bool gpo_value) | McuPrivate | |
setI2CValue(unsigned char busid, unsigned char deviceid, std::list< unsigned char > address, std::list< unsigned char > values, dpyMcu::I2CValue &result) | Mcu | |
setRtcDateConfig(dpyMcu::DateConfig configDate) | McuPrivate | |
subscribe(CANBusObserver *observer) | McuPrivate | |
unsubscribe(CANBusObserver *observer) | McuPrivate | |
~Mcu() | Mcu | virtual |
~McuPrivate() | McuPrivate | virtual |