package hwScopeEx.sensors; /* * This class is only used to save some computation results as the * fields of an object which latter can be stored in an array of * objects. The purpose is to test the aastore bytecode. */ public class Calibration { /* Calibration parameters */ int cal_param_1; //Integer cal_param_1; }