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