RDK Documentation (Open Sourced RDK Components)
|
Go to the source code of this file.
Functions | |
void | getAttributes (const char *paramName[], const unsigned int paramCount, money_trace_spans *timeSpan, AttrVal ***attr, int *retAttrCount, WAL_STATUS *retStatus) |
void | setAttributes (ParamVal params[], const unsigned int paramCount, money_trace_spans *timeSpan, const AttrVal *attr[], WDMP_STATUS **retStatus) |
setAttributes interface sets the attribute values. More... | |
@description This file describes the Webpa Abstraction Layer
Definition in file webpa_attribute.h.
void getAttributes | ( | const char * | paramName[], |
const unsigned int | paramCount, | ||
money_trace_spans * | timeSpan, | ||
AttrVal *** | attr, | ||
int * | retAttrCount, | ||
WAL_STATUS * | retStatus | ||
) |
[in] | paramName | List of Parameters. |
[in] | paramCount | Number of parameters. |
[out] | attr | Two dimentional array of attribute name/value pairs. |
[out] | retAttrCount | List of "number of attributes" for each input paramName. |
[out] | retStatus | List of Return status. |
Definition at line 61 of file webpa_attribute.cpp.
void setAttributes | ( | ParamVal | params[], |
const unsigned int | paramCount, | ||
money_trace_spans * | timeSpan, | ||
const AttrVal * | attr[], | ||
WDMP_STATUS ** | retStatus | ||
) |
setAttributes interface sets the attribute values.
[in] | paramName | List of Parameters. |
[in] | paramCount | Number of parameters. |
[in] | attr | List of attribute name/value pairs. |
[out] | retStatus | List of Return status. |
Definition at line 79 of file webpa_attribute.cpp.