📄 tsetup.h
字号:
/* -*- linux-c -*- * * (C) Copyright IBM Corp. 2004 * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This * file and program are licensed under a BSD style license. See * the Copying file included with the OpenHPI distribution for * full licensing terms. * * Author(s): * Peter D Phan <pdphan@users.sourceforge.net> */#ifndef TSETUP_H#define TSETUP_HSaErrorT tsetup (SaHpiSessionIdT *sessionid_ptr);SaErrorT tfind_resource(SaHpiSessionIdT *sessionid_ptr, SaHpiCapabilitiesT search_rdr_type, struct oh_handler *h, SaHpiRptEntryT *rptentry); SaErrorT tcleanup(SaHpiSessionIdT *sessionid_ptr);void checkstatus(SaErrorT *err, SaErrorT *expected_err, int *testfail);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -