watchdog.txt

来自「vxworks的实时性」· 文本 代码 · 共 69 行

TXT
69
字号
-> watchdog
value = 276572144 = 0x107c27f0
-> 

first show: watchdog created!
Watchdog Id         : 0x107c33f8  
State               : OUT_OF_Q  
Ticks Remaining     : 0         
Routine             : 0x0         
Parameter           : 0x0         


second show: watchdog started.
Watchdog Id         : 0x107c33f8  
State               : IN_Q      
Ticks Remaining     : 200       
Routine             : 0x107d01b0  
Parameter           : 0x0         

0x107c27f0 (t1): taskOne: this is 0 ...........
0x107c27f0 (t1): taskOne: this is 1 ...........
0x107c27f0 (t1): taskOne: this is 2 ...........
0x107c27f0 (t1): taskOne: this is 3 ...........
0x107c27f0 (t1): taskOne: this is 4 ...........
0x107c27f0 (t1): taskOne: this is 5 ...........
0x107c27f0 (t1): taskOne: this is 6 ...........
0x107c27f0 (t1): taskOne: this is 7 ...........
0x107c27f0 (t1): taskOne: this is 8 ...........
0x107c27f0 (t1): taskOne: this is 9 ...........

third show: watchdog canceled.
Watchdog Id         : 0x107c33f8  
State               : OUT_OF_Q  
Ticks Remaining     : 0         
Routine             : 0x0         
Parameter           : 0x0         


forth show: watchdog started the second time.
Watchdog Id         : 0x107c33f8  
State               : IN_Q      
Ticks Remaining     : 200       
Routine             : 0x107d01f0  
Parameter           : 0x0         

interrupt: taskThree: this is 0............
interrupt: taskThree: this is 1............
interrupt: taskThree: this is 2............
interrupt: taskThree: this is 3............
interrupt: taskThree: this is 4............
interrupt: taskThree: this is 5............
interrupt: taskThree: this is 6............
interrupt: taskThree: this is 7............
interrupt: taskThree: this is 8............
interrupt: taskThree: this is 9............

fifth show: watchdog expired.
Watchdog Id         : 0x107c33f8  
State               : OUT_OF_Q  
Ticks Remaining     : 0         
Routine             : 0x0         
Parameter           : 0x0         


sixth show: watchdog deleted.
show watchdog error.
start watchdog error.
-> 
-> 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?