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