Changeset 448 for trunk/avango-connect
- Timestamp:
- 05/14/10 11:31:00 (2 years ago)
- Location:
- trunk/avango-connect
- Files:
-
- 23 edited
-
SConscript (modified) (2 diffs)
-
python/avango/connect/_MFInt.py (modified) (2 diffs)
-
python/avango/connect/_MFMatrix.py (modified) (2 diffs)
-
python/avango/connect/_MFString.py (modified) (3 diffs)
-
python/avango/connect/_MFVec2.py (modified) (3 diffs)
-
python/avango/connect/_MFVec3.py (modified) (3 diffs)
-
python/avango/connect/_SFBool.py (modified) (3 diffs)
-
python/avango/connect/_SFDouble.py (modified) (3 diffs)
-
python/avango/connect/_SFFloat.py (modified) (3 diffs)
-
python/avango/connect/_SFInt.py (modified) (3 diffs)
-
python/avango/connect/_SFMatrix.py (modified) (2 diffs)
-
python/avango/connect/_SFString.py (modified) (3 diffs)
-
python/avango/connect/_SFVec4.py (modified) (3 diffs)
-
python/avango/connect/__init__.py (modified) (2 diffs)
-
python/avango/connect/_io.py (modified) (3 diffs)
-
python/avango/connect/_pipe.py (modified) (2 diffs)
-
python/avango/connect/_registry.py (modified) (3 diffs)
-
python/avango/connect/_server.py (modified) (2 diffs)
-
python/tests/TestField.py (modified) (3 diffs)
-
python/tests/TestPipe.py (modified) (2 diffs)
-
python/tests/TestServer.py (modified) (2 diffs)
-
python/tests/runtests.py (modified) (2 diffs)
-
tools/CLI.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-connect/SConscript
r408 r448 33 33 34 34 connect_files = Split(""" 35 python/avango/connect/_MFInt.py35 python/avango/connect/_MFInt.py 36 36 python/avango/connect/_MFMatrix.py 37 37 python/avango/connect/_MFString.py … … 96 96 csharp_env = Environment(tools=['default', 'CLI'], toolpath=['tools']) 97 97 csharp_env.Append(CSCFLAGS='-debug') 98 98 99 99 connect_dll = csharp_env.CLILibrary('csharp/connect/connect.dll', csharp_files) 100 100 -
trunk/avango-connect/python/avango/connect/_MFInt.py
r182 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## -
trunk/avango-connect/python/avango/connect/_MFMatrix.py
r180 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## -
trunk/avango-connect/python/avango/connect/_MFString.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## … … 43 41 44 42 _register_field(avango.MFString, MFStringDescriptor()) 45 -
trunk/avango-connect/python/avango/connect/_MFVec2.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## … … 47 45 48 46 _register_field(avango.osg.MFVec2, MFVec2Descriptor()) 49 -
trunk/avango-connect/python/avango/connect/_MFVec3.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## … … 48 46 49 47 _register_field(avango.osg.MFVec3, MFVec3Descriptor()) 50 -
trunk/avango-connect/python/avango/connect/_SFBool.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## … … 45 43 46 44 _register_field(avango.SFBool, SFBoolDescriptor()) 47 -
trunk/avango-connect/python/avango/connect/_SFDouble.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## … … 42 40 43 41 _register_field(avango.SFDouble, SFDoubleDescriptor()) 44 -
trunk/avango-connect/python/avango/connect/_SFFloat.py
r204 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## … … 42 40 43 41 _register_field(avango.SFFloat, SFFloatDescriptor()) 44 -
trunk/avango-connect/python/avango/connect/_SFInt.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## … … 42 40 43 41 _register_field(avango.SFInt, SFIntDescriptor()) 44 -
trunk/avango-connect/python/avango/connect/_SFMatrix.py
r184 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## -
trunk/avango-connect/python/avango/connect/_SFString.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## … … 42 40 43 41 _register_field(avango.SFString, SFStringDescriptor()) 44 -
trunk/avango-connect/python/avango/connect/_SFVec4.py
r187 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## … … 47 45 for x in zip(line[::4], line[1::4], line[2::4], line[3::4]): 48 46 vec = avango.osg.Vec4(float(x[0]), float(x[1]), float(x[2]), float(x[3])) 49 field.value = vec 47 field.value = vec 50 48 return field 51 49 52 50 _register_field(avango.osg.SFVec4, SFVec4Descriptor()) 53 -
trunk/avango-connect/python/avango/connect/__init__.py
r204 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## -
trunk/avango-connect/python/avango/connect/_io.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## … … 43 41 line = raw_line[:-1].split('\x00') 44 42 return line[0], _registry_from_key[line[1]].read(line[2:]) 45 -
trunk/avango-connect/python/avango/connect/_pipe.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## -
trunk/avango-connect/python/avango/connect/_registry.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## … … 30 28 _registry_from_type[field] = field_descriptor 31 29 _registry_from_key[field_descriptor.key] = field_descriptor 32 -
trunk/avango-connect/python/avango/connect/_server.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## -
trunk/avango-connect/python/tests/TestField.py
r204 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## … … 215 213 0.0\x000.0\x001.0\x000.0\x00 216 214 0.0\x008.0\x0015.0\x001.0""", 217 "\n", 215 "\n", 218 216 hout.getvalue()) 219 217 -
trunk/avango-connect/python/tests/TestPipe.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## -
trunk/avango-connect/python/tests/TestServer.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## -
trunk/avango-connect/python/tests/runtests.py
r56 r448 3 3 ########################################################################## 4 4 # # 5 # This file is part of A vango. #5 # This file is part of AVANGO. # 6 6 # # 7 # Copyright 1997 - 200 8Fraunhofer-Gesellschaft zur Foerderung der #7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 8 # angewandten Forschung (FhG), Munich, Germany. # 9 9 # # 10 # A vangois free software: you can redistribute it and/or modify #10 # AVANGO is free software: you can redistribute it and/or modify # 11 11 # it under the terms of the GNU Lesser General Public License as # 12 12 # published by the Free Software Foundation, version 3. # 13 13 # # 14 # A vangois distributed in the hope that it will be useful, #14 # AVANGO is distributed in the hope that it will be useful, # 15 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # … … 18 18 # # 19 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 # Avango is a trademark owned by FhG. # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 23 21 # # 24 22 ########################################################################## -
trunk/avango-connect/tools/CLI.py
r56 r448 1 # -*- Mode:Python -*- 2 1 3 # 2 4 # C# builder
Note: See TracChangeset
for help on using the changeset viewer.
