~info-martin-konrad/epics-gateway/putlog

« back to all changes in this revision

Viewing changes to docs/GATEWAY.access

  • Committer: Janet B. Anderson
  • Date: 2007-08-01 14:54:39 UTC
  • Revision ID: jba@aps.anl.gov-20070801145439-jkkvte6y27fb43a4
Added doc directory, gif files, and updated Gateway.html.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
UAG(GatewayAdmin)  {gateway,smith}
 
2
UAG(jones)         {jones,Jones}
 
3
UAG(engineers)     {jones,roberts}
 
4
HAG(engineershost) {snoopy}
 
5
 
 
6
ASG(DEFAULT) {
 
7
   RULE(1,READ)
 
8
}
 
9
 
 
10
ASG(GatewayAdmin) {
 
11
   RULE(1,READ)
 
12
   RULE(1,WRITE,TRAPWRITE){
 
13
     UAG(GatewayAdmin)
 
14
   }
 
15
}
 
16
 
 
17
ASG(Beam) {
 
18
   INPA(BeamAccess:access)
 
19
   RULE(1,READ)
 
20
   RULE(1,WRITE,TRAPWRITE) {
 
21
     UAG(jones)
 
22
     CALC("A")
 
23
   }
 
24
}
 
25
 
 
26
ASG(PowerSupply) {
 
27
   RULE(1,READ)
 
28
   RULE(1,WRITE){
 
29
     UAG(jones)
 
30
   }
 
31
   RULE(1,READ)
 
32
   RULE(1,WRITE) {
 
33
     UAG(engineers)
 
34
     HAG(engineershost)
 
35
   }
 
36
}