OEUpdateOptsΒΆ
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.
bool OEUpdateOpts(OEOptions& opts, const OEInterface& itf)
This method updates the parameter settings of the specified OEOptions
with the corresponding parameter settings of the OEInterface
.
Two parameters between the OEOptions
and OEInterface
are considered same if they have a common name and data type.