📄 vxwwdlib.cpp
字号:
// vxwWdLib.cpp - watchdog timer class// Copyright 1995-1999 Wind River Systems, Inc.#include "copyright_wrs.h"//// modification history// --------------------// 01b,23feb99,fle doc : made it refgen compliant// 01a,15jun9,srh written.//// IMPLEMENTS ../../../h/vxwWdLib.h VXWWd#include "vxWorks.h"#include "vxwWdLib.h"//////////////////////////////////////////////////////////////////////////////////// VXWWd::myValue ()//// RETURNS: this watchdog ID.//// NOMANUAL//void *VXWWd::myValue () { return wd_; }char __vxwWdLib_o; // for forced linking in src/config/cplus*.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -