Commit 703c6d5c authored by Andrey Filippov's avatar Andrey Filippov

Added license header to TSL XML files, updated copyright date on VDT

files
parent fa601e3b
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt; package com.elphel.vdt;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt; package com.elphel.vdt;
import org.eclipse.core.runtime.QualifiedName; import org.eclipse.core.runtime.QualifiedName;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt; package com.elphel.vdt;
import java.util.ArrayList; import java.util.ArrayList;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core; package com.elphel.vdt.core;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.launching; package com.elphel.vdt.core.launching;
import java.util.ArrayList; import java.util.ArrayList;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.launching; package com.elphel.vdt.core.launching;
/** /**
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.launching; package com.elphel.vdt.core.launching;
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.launching; package com.elphel.vdt.core.launching;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.launching; package com.elphel.vdt.core.launching;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.launching; package com.elphel.vdt.core.launching;
import java.io.File; import java.io.File;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.launching; package com.elphel.vdt.core.launching;
import java.util.HashSet; import java.util.HashSet;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.options; package com.elphel.vdt.core.options;
import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.preference.IPreferenceStore;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.options; package com.elphel.vdt.core.options;
import java.io.File; import java.io.File;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.options; package com.elphel.vdt.core.options;
import java.util.ArrayList; import java.util.ArrayList;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.options; package com.elphel.vdt.core.options;
import java.util.List; import java.util.List;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.options; package com.elphel.vdt.core.options;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.options; package com.elphel.vdt.core.options;
import java.util.List; import java.util.List;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.options; package com.elphel.vdt.core.options;
/** /**
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools; package com.elphel.vdt.core.tools;
public class BooleanUtils { public class BooleanUtils {
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools; package com.elphel.vdt.core.tools;
import java.util.List; import java.util.List;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools; package com.elphel.vdt.core.tools;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools; package com.elphel.vdt.core.tools;
public interface Inheritable extends NamedEntity { public interface Inheritable extends NamedEntity {
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools; package com.elphel.vdt.core.tools;
public interface NamedEntity { public interface NamedEntity {
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools; package com.elphel.vdt.core.tools;
import java.io.File; import java.io.File;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools; package com.elphel.vdt.core.tools;
import com.elphel.vdt.core.tools.config.ConfigException; import com.elphel.vdt.core.tools.config.ConfigException;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.config; package com.elphel.vdt.core.tools.config;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.config; package com.elphel.vdt.core.tools.config;
public class ConfigException extends Exception { public class ConfigException extends Exception {
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.config.xml; package com.elphel.vdt.core.tools.config.xml;
import org.w3c.dom.Node; import org.w3c.dom.Node;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.config.xml; package com.elphel.vdt.core.tools.config.xml;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.config.xml; package com.elphel.vdt.core.tools.config.xml;
import org.w3c.dom.*; import org.w3c.dom.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.config.xml; package com.elphel.vdt.core.tools.config.xml;
import org.w3c.dom.Node; import org.w3c.dom.Node;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.config.xml; package com.elphel.vdt.core.tools.config.xml;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.config.xml; package com.elphel.vdt.core.tools.config.xml;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.config.xml; package com.elphel.vdt.core.tools.config.xml;
import java.io.*; import java.io.*;
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.contexts; package com.elphel.vdt.core.tools.contexts;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.contexts; package com.elphel.vdt.core.tools.contexts;
import java.io.File; import java.io.File;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.contexts; package com.elphel.vdt.core.tools.contexts;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.contexts; package com.elphel.vdt.core.tools.contexts;
import java.util.List; import java.util.List;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.contexts; package com.elphel.vdt.core.tools.contexts;
import java.util.List; import java.util.List;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.contexts; package com.elphel.vdt.core.tools.contexts;
import java.util.List; import java.util.List;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.contexts; package com.elphel.vdt.core.tools.contexts;
import java.util.List; import java.util.List;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import com.elphel.vdt.core.Utils; import com.elphel.vdt.core.Utils;
......
...@@ -12,9 +12,8 @@ ...@@ -12,9 +12,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
*******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import com.elphel.vdt.VDT; import com.elphel.vdt.VDT;
......
...@@ -12,9 +12,8 @@ ...@@ -12,9 +12,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
*******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import com.elphel.vdt.VDT; import com.elphel.vdt.VDT;
......
...@@ -12,9 +12,8 @@ ...@@ -12,9 +12,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
*******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import com.elphel.vdt.VDT; import com.elphel.vdt.VDT;
......
...@@ -12,9 +12,8 @@ ...@@ -12,9 +12,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
*******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IFile;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import java.util.*; import java.util.*;
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import com.elphel.vdt.VDT; import com.elphel.vdt.VDT;
......
...@@ -12,9 +12,8 @@ ...@@ -12,9 +12,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
*******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import java.net.URI; import java.net.URI;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IFile;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
......
...@@ -12,9 +12,8 @@ ...@@ -12,9 +12,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
*******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import com.elphel.vdt.VDT; import com.elphel.vdt.VDT;
......
...@@ -12,9 +12,8 @@ ...@@ -12,9 +12,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
*******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import com.elphel.vdt.VDT; import com.elphel.vdt.VDT;
......
...@@ -12,9 +12,8 @@ ...@@ -12,9 +12,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
*******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import com.elphel.vdt.VDT; import com.elphel.vdt.VDT;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import com.elphel.vdt.core.tools.params.FormatProcessor; import com.elphel.vdt.core.tools.params.FormatProcessor;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IFile;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IFile;
......
...@@ -12,9 +12,8 @@ ...@@ -12,9 +12,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
*******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import com.elphel.vdt.VDT; import com.elphel.vdt.VDT;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.generators; package com.elphel.vdt.core.tools.generators;
import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IFile;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.menu; package com.elphel.vdt.core.tools.menu;
import java.util.ArrayList; import java.util.ArrayList;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.menu; package com.elphel.vdt.core.tools.menu;
import com.elphel.vdt.core.tools.config.Config; import com.elphel.vdt.core.tools.config.Config;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.menu; package com.elphel.vdt.core.tools.menu;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.menu; package com.elphel.vdt.core.tools.menu;
import com.elphel.vdt.core.tools.config.Config; import com.elphel.vdt.core.tools.config.Config;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
import java.nio.charset.StandardCharsets; import java.nio.charset.StandardCharsets;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
import java.util.List; import java.util.List;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
import com.elphel.vdt.core.Utils; import com.elphel.vdt.core.Utils;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
import java.io.BufferedReader; import java.io.BufferedReader;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
import java.util.ArrayList; import java.util.ArrayList;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
public class Syntax { public class Syntax {
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
public class ToolException extends Exception { public class ToolException extends Exception {
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params; package com.elphel.vdt.core.tools.params;
import com.elphel.vdt.core.tools.config.ConfigException; import com.elphel.vdt.core.tools.config.ConfigException;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.conditions; package com.elphel.vdt.core.tools.params.conditions;
import java.util.List; import java.util.List;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.conditions; package com.elphel.vdt.core.tools.params.conditions;
import java.util.List; import java.util.List;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.conditions; package com.elphel.vdt.core.tools.params.conditions;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.conditions; package com.elphel.vdt.core.tools.params.conditions;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.conditions; package com.elphel.vdt.core.tools.params.conditions;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.conditions; package com.elphel.vdt.core.tools.params.conditions;
import java.util.List; import java.util.List;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.conditions; package com.elphel.vdt.core.tools.params.conditions;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.conditions; package com.elphel.vdt.core.tools.params.conditions;
import java.util.*; import java.util.*;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.conditions; package com.elphel.vdt.core.tools.params.conditions;
import java.util.ArrayList; import java.util.ArrayList;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.conditions; package com.elphel.vdt.core.tools.params.conditions;
public class ParseError extends Exception { public class ParseError extends Exception {
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.conditions; package com.elphel.vdt.core.tools.params.conditions;
import java.util.ArrayList; import java.util.ArrayList;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.conditions; package com.elphel.vdt.core.tools.params.conditions;
import java.util.ArrayList; import java.util.ArrayList;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.conditions; package com.elphel.vdt.core.tools.params.conditions;
import java.util.Iterator; import java.util.Iterator;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.recognizers; package com.elphel.vdt.core.tools.params.recognizers;
import com.elphel.vdt.core.tools.params.FormatProcessor; import com.elphel.vdt.core.tools.params.FormatProcessor;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.recognizers; package com.elphel.vdt.core.tools.params.recognizers;
import com.elphel.vdt.core.tools.params.FormatProcessor; import com.elphel.vdt.core.tools.params.FormatProcessor;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.recognizers; package com.elphel.vdt.core.tools.params.recognizers;
import com.elphel.vdt.core.tools.contexts.Context; import com.elphel.vdt.core.tools.contexts.Context;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.recognizers; package com.elphel.vdt.core.tools.params.recognizers;
import com.elphel.vdt.core.Utils; import com.elphel.vdt.core.Utils;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.recognizers; package com.elphel.vdt.core.tools.params.recognizers;
import com.elphel.vdt.core.Utils; import com.elphel.vdt.core.Utils;
......
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006 Elphel, Inc and Excelsior, LLC. * Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in. * Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify * This file is a part of Eclipse/VDT plug-in.
* it under the terms of the GNU General Public License as published by the * Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* Free Software Foundation; either version 2 of the License, or (at your option) * it under the terms of the GNU General Public License as published by
* any later version. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* Eclipse/VDT plug-in is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* See the GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along *
* with Eclipse VDT plug-in; if not, write to the Free Software * You should have received a copy of the GNU General Public License
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/ *******************************************************************************/
package com.elphel.vdt.core.tools.params.recognizers; package com.elphel.vdt.core.tools.params.recognizers;
import com.elphel.vdt.core.Utils; import com.elphel.vdt.core.Utils;
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment