All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface teststand.TstandBoardTypes

public interface TstandBoardTypes
Interface defining the known types of boards in the system. Note the tags and names must appear in the same order as the classNames. The boards will be assigned a type number in the order they are listed in boardClassName[]


Variable Index

 o boardClassName
the full name of the class in which the board is defined
 o boardConfigTag
tag for the board in crate configuration files
 o boardName
names of the boards for user interaction
 o CRATE_SIZE
max number of boards in one crate
 o MAXCRATES
max number of crates for the system
 o NBOARDS
number of known board types

Variables

 o NBOARDS
 public static final int NBOARDS
number of known board types

 o MAXCRATES
 public static final int MAXCRATES
max number of crates for the system

 o CRATE_SIZE
 public static final int CRATE_SIZE
max number of boards in one crate

 o boardClassName
 public static final String boardClassName[]
the full name of the class in which the board is defined

 o boardConfigTag
 public static final String boardConfigTag[]
tag for the board in crate configuration files

 o boardName
 public static final String boardName[]
names of the boards for user interaction


All Packages  Class Hierarchy  This Package  Previous  Next  Index