struct PowerDependency
Defined at line 142 of file ../../sdk/lib/driver/power/cpp/types.h
Describes the relationship between the `PowerLevel`s of two `PowerElement`s. `child` is the name
of the `PowerElement` which has `PowerLevel`s that depend on `parent`.
Public Members
basic_string child
ParentElement parent
vector level_deps
Public Methods
zx::result<PowerDependency> FromFidl (const fuchsia_hardware_power::PowerDependency & src)
Defined at line 210 of file ../../sdk/lib/driver/power/cpp/types.cc
zx::result<PowerDependency> FromFidl (const fuchsia_hardware_power::wire::PowerDependency & src)
Defined at line 243 of file ../../sdk/lib/driver/power/cpp/types.cc