Inheritance diagram for timer_test::

Public Methods | |
| timer_test (ULONG clk=200000000) | |
| virtual void | tick () |
| timer_test (ULONG clk=200000000) | |
| virtual void | tick () |
| timer_test (ULONG clk=200000000) | |
| virtual void | tick () |
Private Methods | |
| timer_test (const timer_test &) | |
| const timer_test & | operator= (const timer_test &) |
| timer_test (const timer_test &) | |
| const timer_test & | operator= (const timer_test &) |
Private Attributes | |
| USHORT | val |
| USHORT | old_val |
| Board | b |
|
|
Definition at line 18 of file boardTimer.cpp. |
|
|
|
|
|
Definition at line 19 of file timer_test.cpp. 00020 : my_timer( clk ) { } |
|
|
Definition at line 18 of file boardTimer.cpp. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from my_timer. Definition at line 21 of file boardTimer.cpp. 00022 {
00023 printf( "#" );
00024 fflush( stdout );
00025
00026 old_val = val;
00027 val = b.Read();
00028
00029 if ( val != old_val )
00030 b.FastWrite( val );
00031
00032 }
|
|
|
Reimplemented from my_timer. Definition at line 22 of file timer_test.cpp. 00023 {
00024 printf( "#" );
00025 fflush( stdout );
00026 }
|
|
|
Reimplemented from my_timer. Definition at line 21 of file boardTimer.cpp. 00022 {
00023 printf( "#" );
00024 fflush( stdout );
00025
00026 old_val = val;
00027 val = b.Read();
00028
00029 if ( val != old_val )
00030 b.FastWrite( val );
00031
00032 }
|
|
|
Definition at line 36 of file boardTimer.cpp. |
|
|
Definition at line 35 of file boardTimer.cpp. |
|
|
Definition at line 35 of file boardTimer.cpp. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001