Class SpallocAPI.CreateBoard
java.lang.Object
uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.CreateDescriptor
uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.HasBoardCoords
uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.CreateBoard
- Enclosing interface:
- SpallocAPI
A request for a specific board.
- 
Field SummaryFields inherited from class uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.HasBoardCoordsip, physical, triadFields inherited from class uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.CreateDescriptormaxDead
- 
Method SummaryModifier and TypeMethodDescriptionstatic SpallocAPI.CreateBoardCreate a request for a specific board.intgetArea()Get the area.static SpallocAPI.CreateBoardphysical(int cabinet, int frame, int board) Create a request for a specific board.static SpallocAPI.CreateBoardtriad(int x, int y, int z) Create a request for a specific board.Methods inherited from class uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.CreateDescriptorvisit
- 
Method Details- 
triadCreate a request for a specific board.- Parameters:
- x- The X coordinate of the board.
- y- The Y coordinate of the board.
- z- The Z coordinate of the board.
- Returns:
- Descriptor
 
- 
physicalCreate a request for a specific board.- Parameters:
- cabinet- The cabinet number of the board.
- frame- The frame number of the board.
- board- The board number of the board.
- Returns:
- Descriptor
 
- 
addressCreate a request for a specific board.- Parameters:
- ip- The network address of the board.
- Returns:
- Descriptor
 
- 
getAreapublic int getArea()Description copied from class:SpallocAPI.CreateDescriptorGet the area. The area is the number of boards required.- Specified by:
- getAreain class- SpallocAPI.CreateDescriptor
- Returns:
- The number of boards requested by the job.
 
 
-