summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Unix file descriptorsWaqar Hameed2019-01-101-0/+1
| | | | | Change-Id: I2d1402c38b7b8b39cee42f959a0421b24a80e45d Signed-off-by: Waqar Hameed <waqarh@axis.com>
* property: Add support for const (read-only) valuesAdriana Kobylak2018-08-211-3/+8
| | | | | | | | | | | | | | | | | There is already support for setting a property as const (see vtable.hpp and corresponding test cases). Implement this in the generated code by adding support for a new yaml flag. Closes openbmc/openbmc#2028 Tested: Added the const flag to the Software Priority property, and changing the value via REST and busctl would fail with "org.freedesktop.DBus.Error.PropertyReadOnly", but the code update app was able to set its value. Change-Id: I8534753233080366503fd4f1a0c224c2946e8764 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* property: Add errors supportAdriana Kobylak2018-06-121-2/+5
| | | | | | | | | | | | | Add errors support for properties. Closes openbmc/openbmc#1641 Tested: Verified that when an interface threw a defined property error, the generated code caught it and returned an error to the REST call. Change-Id: I8cb8c77995026f12e373291822e4e0a623a84d81 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* docs: document interface and error YAMLsPatrick Williams2017-07-172-0/+195
Resolves openbmc/openbmc#477. Change-Id: I07392ae4712206753399b58650e4658ef769e558 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud