diagapplet.CodeGen
Class ChannelInfo

java.lang.Object
  extended by diagapplet.CodeGen.ChannelInfo

public class ChannelInfo
extends java.lang.Object

Information needed by the RCS Design tool related to a single NML channel. (Each channel connects a seperate process to a seperate NML buffer.)


Field Summary
 int id
           
 boolean isWriter
           
 java.lang.String ModuleName
           
 java.lang.String Name
           
static int num_channels
           
 boolean updateEveryCycle
           
 
Constructor Summary
ChannelInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Name

public java.lang.String Name

ModuleName

public java.lang.String ModuleName

isWriter

public boolean isWriter

updateEveryCycle

public boolean updateEveryCycle

id

public int id

num_channels

public static int num_channels
Constructor Detail

ChannelInfo

public ChannelInfo()