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 --- ...__n_e_t_ga43fb9c04d5ad142f6abbf9566af82f8c.html | 150 +++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga43fb9c04d5ad142f6abbf9566af82f8c.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga43fb9c04d5ad142f6abbf9566af82f8c.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga43fb9c04d5ad142f6abbf9566af82f8c.html b/ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga43fb9c04d5ad142f6abbf9566af82f8c.html new file mode 100644 index 0000000..74c3cc7 --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga43fb9c04d5ad142f6abbf9566af82f8c.html @@ -0,0 +1,150 @@ + + + + + +UNICENS: Ucs_Network_FrameCounterCb_t + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
+ + + + +
typedef void(* Ucs_Network_FrameCounterCb_t)(uint32_t reference, uint32_t frame_counter, bool frame_lock, Ucs_StdResult_t result, void *user_pointer)
+
+ +

Function signature of result callback used by Ucs_Network_GetFrameCounter().

+ + + +
 The arguments of the result callback function correspond with the INIC's result for the function INIC.MOSTNetworkFrameCounter.
+ + + +
 See also User Manual, section Synchronous vs. Asynchronous Results.
+
Parameters
+ + + + + + +
frame_counterThe MOST network frame count. + + +
 FrameCounter
+
referenceReference value that was passed to Mns_Network_GetFrameCounter(). + + +
 Reference
+
lockIndicates if the TimingSlave device is locked to the MOST network. For a TimingMaster device this value is always True.
resultReturned result of the operation
user_pterUser reference provided in Ucs_InitData_t::user_ptr
+
+
+ +
+
+
+
+ + + + + + -- cgit 1.2.3-korg