⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sys.ctl

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 CTL
字号:
-- $Header: /usr/cvsroot/target/src/wrn/wm/demo/winagent/sys.ctl,v 1.1.1.1 2001/11/05 17:49:18 tneale Exp $--______________________________________________________________________----  *** Restricted Rights Legend ***----  The programs and information contained herein are licensed only--  pursuant to a license agreement that contains use, reverse--  engineering, disclosure, and other restrictions; accordingly, it--  is "Unpublished - all rights reserved under the applicable--  copyright laws".----  Use duplication, or disclosure by the Government is subject to--  restrictions as set forth in subparagraph (c)(1)(ii) of the Rights--  in Technical Data and Computer Licensed Programs clause of DFARS--  52.227 7013.----  Copyright 2000-2001 Wind River Systems, Inc.--  Copyright 1988-1997 Epilogue Technology Corporation.--  Copyright 1998 Integrated Systems, Inc.--  All rights reserved.----  *** Government Use ***----  The Licensed Programs and their documentation were developed at--  private expense and no part of them is in the public domain.----  The Licensed Programs are "Restricted Computer Software" as that--  term is defined in Clause 52.227-19 of the Federal Acquisition--  Regulations (FAR) and are "Commercial Computer Software" as that--  term is defined in Subpart 227.401 of the Department of Defense--  Federal Acquisition Regulation Supplement (DFARS).----  (i) If the licensed Programs are supplied to the Department of--      Defense (DoD), the Licensed Programs are classified as--      "Commercial Computer Software" and the Government is acquiring--      only "restricted rights" in the Licensed Programs and their--      documentation as that term is defined in Clause 52.227--      7013(c)(1) of the DFARS, and----  (ii) If the Licensed Programs are supplied to any unit or agency--      of the United States Government other than DoD, the--      Government's rights in the Licensed Programs and their--      documentation will be as defined in Clause 52.227-19(c)(2) of--      the FAR.--______________________________________________________________________	ETCAgent-MIB	FORCE-INCLUDE "sysvars.h"	FORCE-INCLUDE "sysmth.h"	-- MIB file for Win95 Toaster agent	DEFINITIONS ::= BEGIN	IMPORTS		 OBJECT-TYPE		FROM RFC-1212		 mgmt		FROM RFC1155-SMI		 system		FROM RFC1213-MIB;	-- object types	-- set up MIB-wide defaults	-- all functions can use %n for object name and	-- %t for object type, %p for parent name,	-- %d for name of default-bearing node and %% for %	mib-2 OBJECT-TYPE		DEFAULT test-function-async   it_exists_async		DEFAULT  set-function-async   set_%n		DEFAULT  get-function-async   get_%n		DEFAULT  next-function-async  std_next_async		DEFAULT cookie    (char *) 0		::= { mgmt 1 }	-- the System group	sysDescr OBJECT-TYPE		DEFAULT  get-function-async   get_string_async		DEFAULT  cookie      snmp_%n		::= { system 1 }	sysObjectID OBJECT-TYPE		DEFAULT get-function-async get_object_identifier_async		DEFAULT cookie    (char *) &snmp_%n		::= { system 2 }	sysContact OBJECT-TYPE		SYNTAX  OCTET STRING (SIZE (0..255))		ACCESS  read-only		STATUS  mandatory		DEFAULT get-function-async get_string_async		DEFAULT test-function-async   test_%n		DEFAULT cookie    (char *) snmp_%n		::= { system 4 }	sysLocation OBJECT-TYPE		DEFAULT get-function-async get_string_async		DEFAULT cookie    (char *) snmp_%n		::= { system 6 }	END

⌨️ 快捷键说明

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