Revision ee83a495 doc/classdiagrams/rpc.uml
doc/classdiagrams/rpc.uml | ||
---|---|---|
46 | 46 |
+ {field} lock : urt_osMutex_t |
47 | 47 |
'Callback function to be executed by the service. |
48 | 48 |
+ {field} callback : urt_servicefunc_t* |
49 |
.. URT_CFG_RPC_PROFLING == true .. |
|
49 |
.. URT_CFG_RPC_PROFILING == true ..
|
|
50 | 50 |
'Sum of all durations. |
51 | 51 |
+ {field} sumDurations : uint64_t |
52 | 52 |
'Number of executed calls. |
53 | 53 |
+ {field} numCalls : uint64_t |
54 | 54 |
'Number of failed calls due to timeout. |
55 | 55 |
+ {field} numTimeouts : uint64_t |
56 |
.. URT_CFG_RPC_PROFILING == true || URT_CFG_RPC_QOS_JITTERCHECKS == true ..
|
|
56 |
.. URT_CFG_RPC_QOS_JITTERCHECKS == true || URT_CFG_RPC_PROFILING == true ..
|
|
57 | 57 |
'Minimum duration ever detected (to calculate jitter). |
58 | 58 |
+ {field} minDuration : urt_delay_t |
59 | 59 |
'Maximum duration ever detected (to calculate jitter). |
Also available in: Unified diff