Metadata-Version: 1.1
Name: asn1-value-editor
Version: 1.5.4
Summary: Libraries for auto-generated TASTE GUIS
Home-page: http://taste.tuxfamily.org
Author: Maxime Perrotin
Author-email: maxime.perrotin@esa.int
License: UNKNOWN
Description: This directory contains the code for the ASN.1 Value editor:
        - the code for the automatically-generated Python GUIs
        - the standalone ASN.1 value editor, which can be used from the command line (or from another python module)
        - code for communication using UDP packets instead of the TASTE message queues
        
        ** WARNING **
        This version is different than the one present in the old Subversion repos
        It contains a setup.py and is meant to be installed using the Python way:
        
            $ sudo make install 
        
        This command will update the Qt resource file and call: python setup.py install --record 
        
        
        The auto-generated GUIs make use of the speedometer and of the MSC Editor/Viewer.
        * You must install them first *
        
        Usage for the standalone editor:
        
            $ standalone_editor -a <DataModel.asn> -t <Type> [-d <Default Value>]
        
        You can try it with the T-POS type that is in TPos.asn file under the ./test directory:
        
            $ standalone_editor.py -a test/TPos.asn -t T-POS 
        
        Or with a default value (make sure you use quote):
        
            $ standalone_editor.py -a test/TPos.asn -t T-POS -d 'myIntSetOf: { 1, 2, 3, 4, 1 }'
        
        (c) European Space Agency
        Author: Maxime Perrotin
        
        LICENSE: LGPL - see LICENSE file
        
        CHANGELOG:
        
        1.5.4   - Bugfix - needed for MSC editor
        1.5.3   - Minor accomodation for the MSC editor
        1.5.2   - Minor bugfix with SDL interface
        1.5.1   - Simulator supports continuous signals
        1.5.0   - Introduce exhaustive simulator
        1.4.3   - Fix Random simulation (multiple clicks happened)
        1.4.2   - Button to store TC in SQL database when available
        1.4.1   - Align with DMT 2.1.x (major API update on pyside B mapper)
        1.4.0   - Keep ASN.1 dash in the GUI (change of API)
        1.3.0   - Fully using ctypes / compatible with latest DMT
        1.2.3   - Removed SWIG handling of message queues
        1.2.2   - Fix opengeode simulation mode (startup did not show the right state)
        1.2.0   - Align with dmt 1.2.0 (use ctypes in place of swig)
        1.1.4   - Better support empty sequences
        1.1.3   - Use Opengeode logo when simulating SDL systems
        1.1.2   - Call manually the startup function of the SDL model
        1.1.0   - Add support for custom user widgets
        1.0.8   - various updates in SDL handler
        1.0.7   - fixed bug in value notation parser
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
