| | |
| | | }
|
| | | filename += ".FBO";
|
| | | }
|
| | |
|
| | | @Override
|
| | | public String toString() {
|
| | | return "FBOFile [file_count=" + file_count + ", file_index=" + file_index + ", year=" + year + ", month="
|
| | | + month + ", day=" + day + ", hour=" + hour + ", minte=" + minte + ", second=" + second
|
| | | + ", filename=" + filename + ", test_timelong=" + test_timelong + ", data_type=" + data_type
|
| | | + ", test_curr=" + test_curr + ", test_cap=" + test_cap + ", cap_std=" + cap_std + ", monvol_low="
|
| | | + monvol_low + ", groupvol_low=" + groupvol_low + ", mon_count=" + mon_count + ", testgroup_count="
|
| | | + testgroup_count + ", teststop_reason=" + teststop_reason + ", monvol_type=" + monvol_type
|
| | | + ", download_flag=" + download_flag + ", download_state=" + download_state + ", now_data_block="
|
| | | + now_data_block + ", total_data_block=" + total_data_block + "]";
|
| | | }
|
| | |
|
| | | }
|
| | |
|
| | |
| | | }
|
| | |
|
| | |
|
| | | public void cleatState() {
|
| | | public void clearState() {
|
| | | for(int i=0;i<files.length;i++) {
|
| | | FBOFile f = files[i];
|
| | | f.download_flag = 0;
|
| | | f.download_state = 0;
|
| | | f.now_data_block = 0;
|
| | | f.total_data_block = 0;
|
| | | this.files[i].download_flag = 0;
|
| | | this.files[i].download_state = 0;
|
| | | this.files[i].now_data_block = 0;
|
| | | this.files[i].total_data_block = 0;
|
| | | }
|
| | | }
|
| | |
|
| | |
|
| | | @Override
|
| | | public String toString() {
|
| | | return "FGCD_TestFBOFile [dev_id=" + dev_id + ", op_cmd=" + op_cmd + ", battgroupid=" + battgroupid
|
| | | + ", file_index=" + file_index + ", file_count=" + file_count + ", file_total=" + file_total + "]";
|
| | | }
|
| | |
|
| | |
|
| | |
|
| | | }
|