SAM function SAM-Execution-fb-delay-get()

From SoOS

Jump to: navigation, search

Contents

[edit] Name

SAM_Execution_fb_delay_get - Get the flash back restart delay

[edit] Synopsis

#include <sam.h>
 
useconds_t SAM_Execution_fb_delay_get(SAM_t sam, SAM_Workerid_t wid);

[edit] Description

The SAM_Execution_fbdelay_get() function returns the time, in micro seconds, of the flash back delay for the worker thread wid.

[edit] Return value

See DESCRIPTION above.

[edit] Errors

None, assumes correct input parameters.

[edit] Examples

None.

[edit] See also

SAM_Execution_fbdelay_set(), <sam.h>, <time.h>.