File was renamed from FBS9600ForFBO_Parse/src/com/fgkj/alm/Alarm_DataInfo.java |
| | |
| | | import com.fgkj.bres.FileDataParseInfo_Interface;
|
| | | import com.fgkj.data.ComBase;
|
| | |
|
| | | public class Alarm_DataInfo implements FileDataParseInfo_Interface{
|
| | | public class AlarmDataInfo implements FileDataParseInfo_Interface{
|
| | | public AlarmDataHead almDataHead;
|
| | | public List<AlarmData> almDatas;
|
| | |
|
| | | public int parse_result = PARSE_RESULT_NULL; //文件解析结果
|
| | | public final int file_type = FILE_TYPE_ALM; //文件类型
|
| | | public int file_type = FILE_TYPE_ALM; //文件类型
|
| | |
|
| | | public Alarm_DataInfo() {
|
| | | public AlarmDataInfo() {
|
| | | almDataHead = new AlarmDataHead();
|
| | | almDatas = new ArrayList<Alarm_DataInfo.AlarmData>();
|
| | | almDatas = new ArrayList<AlarmDataInfo.AlarmData>();
|
| | | }
|
| | |
|
| | |
|
| | |
| | |
|
| | | }
|
| | |
|
| | | |
| | | public static void main(String[] args) {
|
| | | AlarmDataInfo info = new AlarmDataInfo();
|
| | | info.readFileData("D:\\桌面文件备份\\公司各种设备资料\\FBS存储文件解析/vcalarm.ALM");
|
| | | }
|
| | | }
|