From d2e42029ec04c3f224580f8007cdfbbfe0fc47a6 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 26 May 2017 18:45:56 +0200 Subject: Initial Commit --- ...t_i_n_g_ga32d004eb96f434f379614b29fe2a486a.html | 159 +++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 ucs2-lib/doc/html/group___g___u_c_s___r_o_u_t_i_n_g_ga32d004eb96f434f379614b29fe2a486a.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___r_o_u_t_i_n_g_ga32d004eb96f434f379614b29fe2a486a.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___r_o_u_t_i_n_g_ga32d004eb96f434f379614b29fe2a486a.html b/ucs2-lib/doc/html/group___g___u_c_s___r_o_u_t_i_n_g_ga32d004eb96f434f379614b29fe2a486a.html new file mode 100644 index 0000000..1d5562e --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___r_o_u_t_i_n_g_ga32d004eb96f434f379614b29fe2a486a.html @@ -0,0 +1,159 @@ + + + + + +UNICENS: Ucs_Rm_GetNodeAvailable + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + +
bool Ucs_Rm_GetNodeAvailable (Ucs_Inst_tself,
Ucs_Rm_Node_tnode_ptr 
)
+
+ +

Retrieves the "available" flag information of the given node.

+

This function can be used to check whether the given node has been set to "available" or "not available".

+
Parameters
+ + + +
selfThe UNICENS instance pointer.
node_ptrReference to the node to be looked for.
+
+
+
Returns
The "availability" flag of the given node.
+


+
+Example

+
// Main function
+
void main(uint8_t argc, char *argv[])
+
{
+
// ...
+
if (Ucs_Rm_GetNodeAvailable(ucs_inst_ptr, &slim_mic_node))
+
{
+
// Do whatever is necessary to be done
+
}
+
}
+
+
+
+
+
+ + + + + + -- cgit 1.2.3-korg