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[]
-
boardClassName
- the full name of the class in which the board is defined
-
boardConfigTag
- tag for the board in crate configuration files
-
boardName
- names of the boards for user interaction
-
CRATE_SIZE
- max number of boards in one crate
-
MAXCRATES
- max number of crates for the system
-
NBOARDS
- number of known board types
NBOARDS
public static final int NBOARDS
- number of known board types
MAXCRATES
public static final int MAXCRATES
- max number of crates for the system
CRATE_SIZE
public static final int CRATE_SIZE
- max number of boards in one crate
boardClassName
public static final String boardClassName[]
- the full name of the class in which the board is defined
boardConfigTag
public static final String boardConfigTag[]
- tag for the board in crate configuration files
boardName
public static final String boardName[]
- names of the boards for user interaction
All Packages Class Hierarchy This Package Previous Next Index