targets/typemapping.py
changeset 1733 dea107dce0c4
parent 1667 cefc9219bb48
child 1736 7e61baa047f0
equal deleted inserted replaced
1732:94ffe74e6895 1733:dea107dce0c4
    76     "DATE" :       _ttime(),
    76     "DATE" :       _ttime(),
    77     "DT" :         _ttime(),
    77     "DT" :         _ttime(),
    78     }
    78     }
    79 
    79 
    80 SwapedEndianessTypeTranslator = {
    80 SwapedEndianessTypeTranslator = {
    81     #TODO
    81     # TODO
    82     }
    82     }
    83 
    83 
    84 TypeTranslator=SameEndianessTypeTranslator
    84 TypeTranslator=SameEndianessTypeTranslator
    85 
    85 
    86 # Construct debugger natively supported types
    86 # Construct debugger natively supported types