diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/timers__unix_8c.html --- a/doc/doxygen/html/timers__unix_8c.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/timers__unix_8c.html Mon Jul 16 08:56:03 2007 +0200 @@ -18,7 +18,7 @@
  • Globals
  • +drivers » timers_unix

    timers_unix.c File Reference

    #include <stdlib.h>
    #include <sys/time.h>
    #include <pthread.h>
    @@ -29,64 +29,64 @@

    Include dependency graph for timers_unix.c:

    - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +

    Go to the source code of this file. - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + +

    Defines

    #define maxval(a, b)   ((a>b)?a:b)
    #define maxval(a, b)   ((a>b)?a:b)

    Functions

    void EnterMutex (void)
    void LeaveMutex (void)
    void timer_notify (sigval_t val)
    void initTimer (void)
    void StopTimerLoop (void)
    void StartTimerLoop (TimerCallback_t init_callback)
    void CreateReceiveTask (CAN_PORT port, TASK_HANDLE *Thread, void *ReceiveLoopPtr)
    void WaitReceiveTaskEnd (TASK_HANDLE Thread)
    void setTimer (TIMEVAL value)
    TIMEVAL getElapsedTime (void)
    void EnterMutex (void)
    void LeaveMutex (void)
    void timer_notify (sigval_t val)
    void initTimer (void)
    void StopTimerLoop (void)
    void StartTimerLoop (TimerCallback_t init_callback)
    void CreateReceiveTask (CAN_PORT port, TASK_HANDLE *Thread, void *ReceiveLoopPtr)
    void WaitReceiveTaskEnd (TASK_HANDLE Thread)
    void setTimer (TIMEVAL value)
    TIMEVAL getElapsedTime (void)

    Variables

    pthread_mutex_t CanFestival_mutex = PTHREAD_MUTEX_INITIALIZER
    TASK_HANDLE TimerLoopThread
    TIMEVAL last_time_set = TIMEVAL_MAX
    timeval last_sig
    timer_t timer
    pthread_mutex_t CanFestival_mutex = PTHREAD_MUTEX_INITIALIZER
    TASK_HANDLE TimerLoopThread
    TIMEVAL last_time_set = TIMEVAL_MAX
    timeval last_sig
    timer_t timer


    Define Documentation

    - +
    @@ -114,14 +114,14 @@


    Function Documentation

    - +
    - + @@ -153,7 +153,7 @@ Referenced by canOpen().

    - +

    void CreateReceiveTask (CAN_PORT CAN_PORT  port,
    @@ -177,7 +177,7 @@ Referenced by canClose(), canOpen(), canReceiveLoop(), canSend(), StartTimerLoop(), StopTimerLoop(), class_timers::timer_loop_thread_proc(), timer_notify(), and timerloop_task_proc().

    - +

    @@ -201,7 +201,7 @@ References last_sig.

    - +

    @@ -224,21 +224,21 @@

    References IO_PORTS_8, last_sig, lock(), TCTL1, TIE, timer, timer_notify(), TIOS, TSCR1, TSCR2, and unlock().

    -Here is the call graph for this function:

    - - - - - - - - - +Here is the call graph for this function:

    + + + + + + + + +

    - +

    @@ -262,7 +262,7 @@ Referenced by canClose(), canOpen(), canReceiveLoop(), canSend(), StartTimerLoop(), StopTimerLoop(), class_timers::timer_loop_thread_proc(), timer_notify(), and timerloop_task_proc().

    - +

    @@ -284,14 +284,14 @@ Definition at line 83 of file timers_unix.c.

    - +

    - + @@ -308,7 +308,7 @@ Referenced by main().

    - +

    void StartTimerLoop (TimerCallback_t TimerCallback_t  init_callback  ) 
    @@ -332,7 +332,7 @@ Referenced by main().

    - +

    @@ -357,17 +357,17 @@

    Referenced by initTimer().

    -Here is the call graph for this function:

    - - - - - +Here is the call graph for this function:

    + + + + +

    - +

    @@ -392,12 +392,12 @@


    Variable Documentation

    - -
    -
    -
    - - + +
    +
    +
    pthread_mutex_t CanFestival_mutex = PTHREAD_MUTEX_INITIALIZER
    + +
    pthread_mutex_t CanFestival_mutex = PTHREAD_MUTEX_INITIALIZER
    @@ -411,12 +411,12 @@ Referenced by EnterMutex(), and LeaveMutex().

    - -

    -
    - - - + +
    +
    +
    struct timeval last_sig
    + +
    struct timeval last_sig
    @@ -430,12 +430,12 @@ Referenced by getElapsedTime(), initTimer(), and timer_notify().

    - -

    -
    - - - + +
    +
    +
    TIMEVAL last_time_set = TIMEVAL_MAX
    + +
    TIMEVAL last_time_set = TIMEVAL_MAX
    @@ -447,12 +447,12 @@ Definition at line 14 of file timers_unix.c.

    - -

    -
    - - - + +
    +
    +
    timer_t timer
    + +
    timer_t timer
    @@ -466,12 +466,12 @@ Referenced by initTimer(), setTimer(), and StopTimerLoop().

    - -

    -
    - - - + +
    +
    +
    TASK_HANDLE TimerLoopThread
    + +
    TASK_HANDLE TimerLoopThread
    @@ -483,7 +483,7 @@ Definition at line 12 of file timers_unix.c.

    -


    Generated on Fri Jun 8 08:51:42 2007 for CanFestival by  +
    Generated on Mon Jul 2 19:10:19 2007 for CanFestival by  doxygen 1.5.1