1 " ***********************************************************
 2 " *                                                         *
 3 " * Copyright, (C) Honeywell Information Systems Inc., 1982 *
 4 " *                                                         *
 5 " * Copyright (c) 1972 by Massachusetts Institute of        *
 6 " * Technology and Honeywell Information Systems, Inc.      *
 7 " *                                                         *
 8 " ***********************************************************
 9 
10 "  This is a gate into ring one, for a ring_zero_peek_ facility, and
11 "  other administratively controllable metering facilities.
12 "
13 "  Renamed to metering_gate_, 04/05/81, W. Olin Sibert
14 "  Last modified on 01/29/74 at 11:13:13 by R F Mabee.
15 "  Created in January 1974 by R F Mabee.
16 
17 
18           name      metering_gate_
19 
20           include   gate_macros
21 
22           gate_info
23 
24           gate      comm_chan_star_list,admin_gate_,comm_chan_star_list,5
25           gate      get_comm_meters,admin_gate_,get_comm_meters,3
26           gate      get_tuning_parameter,admin_gate_,get_tuning_parameter,7
27           gate      list_tuning_parameters,admin_gate_,list_tuning_parameters,4
28           gate      metering_ring_zero_peek_,ring_zero_peek_filter_,ring_zero_peek_filter_,4
29           gate      ring_zero_peek,ring_zero_peek_filter_,ring_zero_peek_filter_,4
30 
31           end