Class AppID
java.lang.Object
uk.ac.manchester.spinnaker.messages.model.AppID
Application identifiers are used by SCAMP to tie various resources to their
owners.
- Author:
- Donal Fellows
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT
The default application ID, used when code doesn't have a better idea. -
appID
public final int appIDThe application ID.
-
-
Constructor Details
-
AppID
public AppID(int appID) Create an application ID.- Parameters:
appID
- The proposed ID of the application. Must be between 0 and 255.- Throws:
IllegalArgumentException
- If an illegal ID is given.
-
-
Method Details