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;
......
/******************************************************************************* /*******************************************************************************
* 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.generators.AbstractGenerator; import com.elphel.vdt.core.tools.generators.AbstractGenerator;
......
/******************************************************************************* /*******************************************************************************
* 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.generators.AbstractGenerator; import com.elphel.vdt.core.tools.generators.AbstractGenerator;
......
/******************************************************************************* /*******************************************************************************
* 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.tools.generators.AbstractGenerator; import com.elphel.vdt.core.tools.generators.AbstractGenerator;
......
/******************************************************************************* /*******************************************************************************
* 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.types; package com.elphel.vdt.core.tools.params.types;
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.types; package com.elphel.vdt.core.tools.params.types;
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.types; package com.elphel.vdt.core.tools.params.types;
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.types; package com.elphel.vdt.core.tools.params.types;
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.types; package com.elphel.vdt.core.tools.params.types;
import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IProject;
......
...@@ -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.params.types; package com.elphel.vdt.core.tools.params.types;
......
/******************************************************************************* /*******************************************************************************
* 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.ui; package com.elphel.vdt.ui;
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.ui; package com.elphel.vdt.ui;
......
/******************************************************************************* /*******************************************************************************
* 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.ui; package com.elphel.vdt.ui;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.dialogs; package com.elphel.vdt.ui.dialogs;
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.ui.dialogs; package com.elphel.vdt.ui.dialogs;
import org.eclipse.swt.widgets.DirectoryDialog; import org.eclipse.swt.widgets.DirectoryDialog;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.dialogs; package com.elphel.vdt.ui.dialogs;
import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IProject;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.dialogs; package com.elphel.vdt.ui.dialogs;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.dialogs; package com.elphel.vdt.ui.dialogs;
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.ui.dialogs; package com.elphel.vdt.ui.dialogs;
import java.util.Arrays; import java.util.Arrays;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.dialogs; package com.elphel.vdt.ui.dialogs;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.dialogs; package com.elphel.vdt.ui.dialogs;
import org.eclipse.swt.widgets.DirectoryDialog; import org.eclipse.swt.widgets.DirectoryDialog;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.dialogs; package com.elphel.vdt.ui.dialogs;
import org.eclipse.jface.dialogs.Dialog; import org.eclipse.jface.dialogs.Dialog;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.dialogs; package com.elphel.vdt.ui.dialogs;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.dialogs; package com.elphel.vdt.ui.dialogs;
import java.io.ByteArrayOutputStream; import java.io.ByteArrayOutputStream;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.launching; package com.elphel.vdt.ui.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.ui.launching; package com.elphel.vdt.ui.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.ui.launching; package com.elphel.vdt.ui.launching;
import com.elphel.vdt.ui.tools.ToolUI; import com.elphel.vdt.ui.tools.ToolUI;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.launching; package com.elphel.vdt.ui.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.ui.launching; package com.elphel.vdt.ui.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.ui.launching; package com.elphel.vdt.ui.launching;
import com.elphel.vdt.ui.tools.ToolUI; import com.elphel.vdt.ui.tools.ToolUI;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options; package com.elphel.vdt.ui.options;
import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IProject;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options; package com.elphel.vdt.ui.options;
import org.eclipse.jface.preference.PreferencePage; import org.eclipse.jface.preference.PreferencePage;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options; package com.elphel.vdt.ui.options;
import org.eclipse.jface.preference.PreferenceNode; import org.eclipse.jface.preference.PreferenceNode;
......
...@@ -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.ui.options; package com.elphel.vdt.ui.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.ui.options; package com.elphel.vdt.ui.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.ui.options; package com.elphel.vdt.ui.options;
import org.eclipse.jface.preference.PreferenceNode; import org.eclipse.jface.preference.PreferenceNode;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options; package com.elphel.vdt.ui.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.ui.options; package com.elphel.vdt.ui.options;
import org.eclipse.jface.preference.PreferenceDialog; import org.eclipse.jface.preference.PreferenceDialog;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options; package com.elphel.vdt.ui.options;
import java.util.HashMap; import java.util.HashMap;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options; package com.elphel.vdt.ui.options;
import org.eclipse.jface.preference.PreferenceNode; import org.eclipse.jface.preference.PreferenceNode;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options; package com.elphel.vdt.ui.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.ui.options.component; package com.elphel.vdt.ui.options.component;
import org.eclipse.swt.SWT; import org.eclipse.swt.SWT;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.component; package com.elphel.vdt.ui.options.component;
import org.eclipse.swt.SWT; import org.eclipse.swt.SWT;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.component; package com.elphel.vdt.ui.options.component;
import org.eclipse.swt.SWT; import org.eclipse.swt.SWT;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.component; package com.elphel.vdt.ui.options.component;
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.ui.options.component; package com.elphel.vdt.ui.options.component;
import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionAdapter;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.component; package com.elphel.vdt.ui.options.component;
import com.elphel.vdt.core.tools.params.Parameter; import com.elphel.vdt.core.tools.params.Parameter;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.component; package com.elphel.vdt.ui.options.component;
import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionAdapter;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.component; package com.elphel.vdt.ui.options.component;
import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IProject;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.component; package com.elphel.vdt.ui.options.component;
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.ui.options.component; package com.elphel.vdt.ui.options.component;
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.ui.options.component; package com.elphel.vdt.ui.options.component;
import java.lang.NullPointerException; import java.lang.NullPointerException;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.component; package com.elphel.vdt.ui.options.component;
import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Composite;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.component; package com.elphel.vdt.ui.options.component;
import com.elphel.vdt.core.tools.params.Parameter; import com.elphel.vdt.core.tools.params.Parameter;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.component; package com.elphel.vdt.ui.options.component;
import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Composite;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.fieldeditor; package com.elphel.vdt.ui.options.fieldeditor;
import org.eclipse.jface.preference.FieldEditor; import org.eclipse.jface.preference.FieldEditor;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.fieldeditor; package com.elphel.vdt.ui.options.fieldeditor;
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.ui.options.fieldeditor; package com.elphel.vdt.ui.options.fieldeditor;
import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Composite;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.fieldeditor; package com.elphel.vdt.ui.options.fieldeditor;
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.ui.options.project; package com.elphel.vdt.ui.options.project;
import org.eclipse.core.resources.IResource; import org.eclipse.core.resources.IResource;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.project; package com.elphel.vdt.ui.options.project;
import org.eclipse.core.resources.IResource; import org.eclipse.core.resources.IResource;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.project; package com.elphel.vdt.ui.options.project;
import org.eclipse.core.resources.IResource; import org.eclipse.core.resources.IResource;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.project; package com.elphel.vdt.ui.options.project;
import java.io.IOException; import java.io.IOException;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.project; package com.elphel.vdt.ui.options.project;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.options.project; package com.elphel.vdt.ui.options.project;
import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IProject;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.preferences; package com.elphel.vdt.ui.preferences;
import org.eclipse.jface.preference.FieldEditor; import org.eclipse.jface.preference.FieldEditor;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.preferences; package com.elphel.vdt.ui.preferences;
/** /**
......
/******************************************************************************* /*******************************************************************************
* 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.ui.preferences; package com.elphel.vdt.ui.preferences;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.preferences; package com.elphel.vdt.ui.preferences;
......
/******************************************************************************* /*******************************************************************************
* 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/>.
*******************************************************************************/ *******************************************************************************/
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others. * Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
......
/******************************************************************************* /*******************************************************************************
* 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.ui.preferences; package com.elphel.vdt.ui.preferences;
import org.eclipse.jface.preference.FieldEditor; import org.eclipse.jface.preference.FieldEditor;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.preferences; package com.elphel.vdt.ui.preferences;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.preferences; package com.elphel.vdt.ui.preferences;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.tools; package com.elphel.vdt.ui.tools;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.tools; package com.elphel.vdt.ui.tools;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.tools; package com.elphel.vdt.ui.tools;
import com.elphel.vdt.core.tools.ToolsCore; import com.elphel.vdt.core.tools.ToolsCore;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.tools.params; package com.elphel.vdt.ui.tools.params;
import org.eclipse.debug.core.ILaunchConfigurationWorkingCopy; import org.eclipse.debug.core.ILaunchConfigurationWorkingCopy;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.tools.params; package com.elphel.vdt.ui.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.ui.tools.params; package com.elphel.vdt.ui.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.ui.tools.params; package com.elphel.vdt.ui.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.ui.tools.params; package com.elphel.vdt.ui.tools.params;
import org.eclipse.debug.core.ILaunchConfiguration; import org.eclipse.debug.core.ILaunchConfiguration;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.tools.params; package com.elphel.vdt.ui.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.ui.tools.params; package com.elphel.vdt.ui.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.ui.tools.params; package com.elphel.vdt.ui.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.ui.variables; package com.elphel.vdt.ui.variables;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.variables; package com.elphel.vdt.ui.variables;
import java.text.ParseException; import java.text.ParseException;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.variables; package com.elphel.vdt.ui.variables;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.variables; package com.elphel.vdt.ui.variables;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.views; package com.elphel.vdt.ui.views;
import org.eclipse.jface.action.Action; import org.eclipse.jface.action.Action;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.views; package com.elphel.vdt.ui.views;
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.ui.views; package com.elphel.vdt.ui.views;
import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IProject;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.views; package com.elphel.vdt.ui.views;
import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.jface.dialogs.MessageDialog;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.views; package com.elphel.vdt.ui.views;
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.ui.views; package com.elphel.vdt.ui.views;
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.ui.views; package com.elphel.vdt.ui.views;
//import org.eclipse.swt.SWT; //import org.eclipse.swt.SWT;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.views; package com.elphel.vdt.ui.views;
import org.eclipse.jface.window.Window; import org.eclipse.jface.window.Window;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.views; package com.elphel.vdt.ui.views;
import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IProject;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards; package com.elphel.vdt.ui.wizards;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.module; package com.elphel.vdt.ui.wizards.module;
import org.eclipse.jface.wizard.IWizardPage; import org.eclipse.jface.wizard.IWizardPage;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.module; package com.elphel.vdt.ui.wizards.module;
import org.eclipse.core.resources.IContainer; import org.eclipse.core.resources.IContainer;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.module; package com.elphel.vdt.ui.wizards.module;
/** /**
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.module; package com.elphel.vdt.ui.wizards.module;
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.ui.wizards.module; package com.elphel.vdt.ui.wizards.module;
import java.util.Arrays; import java.util.Arrays;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.module; package com.elphel.vdt.ui.wizards.module;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.module; package com.elphel.vdt.ui.wizards.module;
import java.io.ByteArrayInputStream; import java.io.ByteArrayInputStream;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.module; package com.elphel.vdt.ui.wizards.module;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.module; package com.elphel.vdt.ui.wizards.module;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.module; package com.elphel.vdt.ui.wizards.module;
import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.CoreException;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.project; package com.elphel.vdt.ui.wizards.project;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.project; package com.elphel.vdt.ui.wizards.project;
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.ui.wizards.project; package com.elphel.vdt.ui.wizards.project;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.project; package com.elphel.vdt.ui.wizards.project;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.project; package com.elphel.vdt.ui.wizards.project;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.project; package com.elphel.vdt.ui.wizards.project;
import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.CoreException;
......
/******************************************************************************* /*******************************************************************************
* 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.ui.wizards.project; package com.elphel.vdt.ui.wizards.project;
import com.elphel.vdt.core.tools.menu.DesignMenu; import com.elphel.vdt.core.tools.menu.DesignMenu;
......
/******************************************************************************* /*******************************************************************************
* 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.util; package com.elphel.vdt.util;
import org.eclipse.swt.events.ControlAdapter; import org.eclipse.swt.events.ControlAdapter;
......
/******************************************************************************* /*******************************************************************************
* 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.util; package com.elphel.vdt.util;
public class StringPair { public class StringPair {
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<!-- ===== Basic interface ===== --> <!-- ===== Basic interface ===== -->
<interface name = "BasicInterface"> <interface name = "BasicInterface">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<menu name="MainDesignMenu" <menu name="MainDesignMenu"
label="Design Menu" label="Design Menu"
icon="sample.gif" icon="sample.gif"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project> <vdt-project>
<interface name="FPGAPprojectInterface"> <interface name="FPGAPprojectInterface">
<syntax name="RemoteRootSyntax" format="%%ParamValue/%%ProjectName" /> <syntax name="RemoteRootSyntax" format="%%ParamValue/%%ProjectName" />
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name = "installation_interface"> <interface name = "installation_interface">
<typedef name = "OSKind"> <typedef name = "OSKind">
<paramtype kind="enum" base="String"> <paramtype kind="enum" base="String">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="RemoteInterface" extends="FPGAPprojectInterface"> <interface name="RemoteInterface" extends="FPGAPprojectInterface">
<!-- <syntax name="ProgramSyntax" format="%(%%ParamValue%|\n%)" /> --> <!-- <syntax name="ProgramSyntax" format="%(%%ParamValue%|\n%)" /> -->
</interface> </interface>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<!-- <!--
=========================================================== ===========================================================
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<vdt-project> <!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name = "GREPInterface"> <interface name = "GREPInterface">
<typedef name = "PatternTypeType"> <typedef name = "PatternTypeType">
<paramtype kind = "enum" base = "String"> <paramtype kind = "enum" base = "String">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="CVerInterface"> <interface name="CVerInterface">
<typedef name="StringT"> <typedef name="StringT">
<paramtype kind="string" <paramtype kind="string"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project> <vdt-project>
<interface name="IVerilog" extends="FPGAPprojectInterface"> <interface name="IVerilog" extends="FPGAPprojectInterface">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="ModelSIMControlInterface"> <interface name="ModelSIMControlInterface">
<typedef name="DoFileType"> <typedef name="DoFileType">
<paramtype kind="string" <paramtype kind="string"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<!-- ===== Interface Definitions section ===== --> <!-- ===== Interface Definitions section ===== -->
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project> <vdt-project>
<interface name="ISEBitgenInterface" extends="ISEInterface"> <interface name="ISEBitgenInterface" extends="ISEInterface">
</interface> </interface>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="ISEInterface" extends="FPGAPprojectInterface"> <interface name="ISEInterface" extends="FPGAPprojectInterface">
<syntax name="GrepFilterProblemSyntax" format='| grep --line-buffered -v "\[%%ParamName"' /> <syntax name="GrepFilterProblemSyntax" format='| grep --line-buffered -v "\[%%ParamName"' />
<syntax name="GrepFilterProblemOtherSyntax" format='%(| grep --line-buffered -v "\[%%ParamValue"%|\n%)' /> <syntax name="GrepFilterProblemOtherSyntax" format='%(| grep --line-buffered -v "\[%%ParamValue"%|\n%)' />
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<vdt-project> <!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<!-- name should be the same as VivadoConsole parameter --> <!-- name should be the same as VivadoConsole parameter -->
<!-- name should be the same as ISEConsole parameter --> <!-- name should be the same as ISEConsole parameter -->
<tool name="ISE" <tool name="ISE"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="ISEMapInterface" extends="ISEInterface"> <interface name="ISEMapInterface" extends="ISEInterface">
<typedef name="CoverModeType"> <typedef name="CoverModeType">
<paramtype kind= "enum" base="String"> <paramtype kind= "enum" base="String">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="ISENGDBuildInterface" extends="ISEInterface"> <interface name="ISENGDBuildInterface" extends="ISEInterface">
<typedef name="NTType"> <typedef name="NTType">
<paramtype kind= "enum" base="String"> <paramtype kind= "enum" base="String">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="ISEPARInterface" extends="ISEInterface"> <interface name="ISEPARInterface" extends="ISEInterface">
<typedef name="MTType4"> <typedef name="MTType4">
<paramtype kind= "enum" base="String"> <paramtype kind= "enum" base="String">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="ISEPartgenInterface" extends="ISEInterface"> <interface name="ISEPartgenInterface" extends="ISEInterface">
</interface> </interface>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool name="ISEToolPrototype" label="ISEToolPrototype" <tool name="ISEToolPrototype" label="ISEToolPrototype"
project="FPGA_project" project="FPGA_project"
interface="ISEInterface" interface="ISEInterface"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool name="ISETraceMap" label="Report post-map timing" <tool name="ISETraceMap" label="Report post-map timing"
project="FPGA_project" project="FPGA_project"
interface="ISETraceInterface" interface="ISETraceInterface"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool name="ISETracePAR" label="Report post-implementation timing" <tool name="ISETracePAR" label="Report post-implementation timing"
project="FPGA_project" project="FPGA_project"
interface="ISETraceInterface" interface="ISETraceInterface"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="ISETraceInterface" extends="ISEInterface"> <interface name="ISETraceInterface" extends="ISEInterface">
</interface> </interface>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool name="ISEUnisims" label="Get Xilinx ISE unisims" <tool name="ISEUnisims" label="Get Xilinx ISE unisims"
project="FPGA_project" project="FPGA_project"
interface="ISEInterface" interface="ISEInterface"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="ISEXstInterface" extends="ISEInterface"> <interface name="ISEXstInterface" extends="ISEInterface">
<typedef name="BusDelimeterType"> <typedef name="BusDelimeterType">
<paramtype kind= "enum" base="String"> <paramtype kind= "enum" base="String">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="VivadoBitstreamInterface" extends="VivadoInterface"> <interface name="VivadoBitstreamInterface" extends="VivadoInterface">
</interface> </interface>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="VivadoInterface" extends="FPGAPprojectInterface"> <interface name="VivadoInterface" extends="FPGAPprojectInterface">
<syntax name="GrepFilterProblemSyntax" format='| grep --line-buffered -v "\[%%ParamName"' /> <syntax name="GrepFilterProblemSyntax" format='| grep --line-buffered -v "\[%%ParamName"' />
<syntax name="GrepFilterProblemOtherSyntax" format='%(| grep --line-buffered -v "\[%%ParamValue"%|\n%)' /> <syntax name="GrepFilterProblemOtherSyntax" format='%(| grep --line-buffered -v "\[%%ParamValue"%|\n%)' />
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<vdt-project> <!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<!-- name should be the same as VivadoConsole parameter --> <!-- name should be the same as VivadoConsole parameter -->
<tool name="Vivado" <tool name="Vivado"
label="Launch Vivado" label="Launch Vivado"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="VivadoOptInterface" extends="VivadoInterface"> <interface name="VivadoOptInterface" extends="VivadoInterface">
<typedef name="OptDirectiveType"> <typedef name="OptDirectiveType">
<paramtype kind= "enum" base="String"> <paramtype kind= "enum" base="String">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="VivadoOptPhysInterface" extends="VivadoInterface"> <interface name="VivadoOptPhysInterface" extends="VivadoInterface">
<typedef name="PhysOptDirectiveType"> <typedef name="PhysOptDirectiveType">
<paramtype kind= "enum" base="String"> <paramtype kind= "enum" base="String">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="VivadoOptPlaceInterface" extends="VivadoInterface"> <interface name="VivadoOptPlaceInterface" extends="VivadoInterface">
<typedef name="OptDirectiveType"> <typedef name="OptDirectiveType">
<paramtype kind= "enum" base="String"> <paramtype kind= "enum" base="String">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="VivadoOptPowerInterface" extends="VivadoInterface"> <interface name="VivadoOptPowerInterface" extends="VivadoInterface">
</interface> </interface>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="VivadoPlaceInterface" extends="VivadoInterface"> <interface name="VivadoPlaceInterface" extends="VivadoInterface">
<typedef name="PlaceDirectiveType"> <typedef name="PlaceDirectiveType">
<paramtype kind= "enum" base="String"> <paramtype kind= "enum" base="String">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool name="VivadoToolPrototype" label="VivadoToolPrototype" <tool name="VivadoToolPrototype" label="VivadoToolPrototype"
project="FPGA_project" project="FPGA_project"
interface="VivadoInterface" interface="VivadoInterface"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="VivadoRouteInterface" extends="VivadoInterface"> <interface name="VivadoRouteInterface" extends="VivadoInterface">
<typedef name="RouteDirectiveType"> <typedef name="RouteDirectiveType">
<paramtype kind= "enum" base="String"> <paramtype kind= "enum" base="String">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="VivadoSynthesisInterface" extends="VivadoInterface"> <interface name="VivadoSynthesisInterface" extends="VivadoInterface">
<syntax name="read_xdc_syntax" format="%(read_xdc %%ParamValue%|\n%)" /> <syntax name="read_xdc_syntax" format="%(read_xdc %%ParamValue%|\n%)" />
<typedef name="FlattenHierarchyType"> <typedef name="FlattenHierarchyType">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool name="VivadoTest" label="VivadoCommand" <tool name="VivadoTest" label="VivadoCommand"
project="FPGA_project" project="FPGA_project"
interface="VivadoInterface" interface="VivadoInterface"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<vdt-project> <!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool name="VivadoTimingReportImplemented" <tool name="VivadoTimingReportImplemented"
label="Report post-implementation timimg" label="Report post-implementation timimg"
project="FPGA_project" project="FPGA_project"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="VivadoReportTimingInterface" extends="VivadoInterface"> <interface name="VivadoReportTimingInterface" extends="VivadoInterface">
<typedef name = "Cardinal_0_3"> <typedef name = "Cardinal_0_3">
<paramtype kind="number" lo="0" hi="3" format="%d" /> <paramtype kind="number" lo="0" hi="3" format="%d" />
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<vdt-project> <!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool name="VivadoTimimgSummaryReportImplemented" <tool name="VivadoTimimgSummaryReportImplemented"
label="Report post-implementation timimg summary" label="Report post-implementation timimg summary"
project="FPGA_project" project="FPGA_project"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="VivadoReportTimingSummaryInterface" extends="VivadoInterface"> <interface name="VivadoReportTimingSummaryInterface" extends="VivadoInterface">
<typedef name = "Cardinal_0_3"> <typedef name = "Cardinal_0_3">
<paramtype kind="number" lo="0" hi="3" format="%d" /> <paramtype kind="number" lo="0" hi="3" format="%d" />
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<vdt-project> <!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool name="VivadoTimimgSummaryReportSynthesis" <tool name="VivadoTimimgSummaryReportSynthesis"
label="Report post-synthesis timimg summary" label="Report post-synthesis timimg summary"
project="FPGA_project" project="FPGA_project"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<vdt-project> <!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool name="VivadoTimingReportSynthesis" <tool name="VivadoTimingReportSynthesis"
label="Report post-synthesis timimg" label="Report post-synthesis timimg"
project="FPGA_project" project="FPGA_project"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
<vdt-project> /*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool name="VivadoUnisims" label="Get Xilinx unisims" <tool name="VivadoUnisims" label="Get Xilinx unisims"
project="FPGA_project" project="FPGA_project"
interface="VivadoInterface" interface="VivadoInterface"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<vdt-project> <!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* 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 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 this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface name="VDTTestInterface" extends="FPGAPprojectInterface"> <interface name="VDTTestInterface" extends="FPGAPprojectInterface">
</interface> </interface>
<tool name="VDTTest" <tool name="VDTTest"
......
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