# -*- coding: utf-8 -*- # ********************************************************************** # # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. # # This copy of Ice is licensed to you under the terms described in the # ICE_LICENSE file included in this distribution. # # ********************************************************************** # # Ice version 3.7.1 # # # # Generated from file `BuiltinDictionary.ice' # # Warning: do not edit this file. # # # from sys import version_info as _version_info_ import Ice, IcePy import Ice.BuiltinSequences_ice # Included module Ice _M_Ice = Ice.openModule('Ice') # Start of module baosight _M_baosight = Ice.openModule('baosight') __name__ = 'baosight' if '_t_BoolMap' not in _M_baosight.__dict__: _M_baosight._t_BoolMap = IcePy.defineDictionary('::baosight::BoolMap', (), IcePy._t_string, IcePy._t_bool) if '_t_ShortMap' not in _M_baosight.__dict__: _M_baosight._t_ShortMap = IcePy.defineDictionary('::baosight::ShortMap', (), IcePy._t_string, IcePy._t_short) if '_t_IntMap' not in _M_baosight.__dict__: _M_baosight._t_IntMap = IcePy.defineDictionary('::baosight::IntMap', (), IcePy._t_string, IcePy._t_int) if '_t_LongMap' not in _M_baosight.__dict__: _M_baosight._t_LongMap = IcePy.defineDictionary('::baosight::LongMap', (), IcePy._t_string, IcePy._t_long) if '_t_FloatMap' not in _M_baosight.__dict__: _M_baosight._t_FloatMap = IcePy.defineDictionary('::baosight::FloatMap', (), IcePy._t_string, IcePy._t_float) if '_t_DoubleMap' not in _M_baosight.__dict__: _M_baosight._t_DoubleMap = IcePy.defineDictionary('::baosight::DoubleMap', (), IcePy._t_string, IcePy._t_double) if '_t_StringMap' not in _M_baosight.__dict__: _M_baosight._t_StringMap = IcePy.defineDictionary('::baosight::StringMap', (), IcePy._t_string, IcePy._t_string) if '_t_ObjectMap' not in _M_baosight.__dict__: _M_baosight._t_ObjectMap = IcePy.defineDictionary('::baosight::ObjectMap', (), IcePy._t_string, IcePy._t_Value) if '_t_ObjectPtrMap' not in _M_baosight.__dict__: _M_baosight._t_ObjectPtrMap = IcePy.defineDictionary('::baosight::ObjectPtrMap', (), IcePy._t_string, IcePy._t_ObjectPrx) if '_t_ByteSeqMap' not in _M_baosight.__dict__: _M_baosight._t_ByteSeqMap = IcePy.defineDictionary('::baosight::ByteSeqMap', (), IcePy._t_string, _M_Ice._t_ByteSeq) if '_t_BoolSeqMap' not in _M_baosight.__dict__: _M_baosight._t_BoolSeqMap = IcePy.defineDictionary('::baosight::BoolSeqMap', (), IcePy._t_string, _M_Ice._t_BoolSeq) if '_t_ShortSeqMap' not in _M_baosight.__dict__: _M_baosight._t_ShortSeqMap = IcePy.defineDictionary('::baosight::ShortSeqMap', (), IcePy._t_string, _M_Ice._t_ShortSeq) if '_t_IntSeqMap' not in _M_baosight.__dict__: _M_baosight._t_IntSeqMap = IcePy.defineDictionary('::baosight::IntSeqMap', (), IcePy._t_string, _M_Ice._t_IntSeq) if '_t_LongSeqMap' not in _M_baosight.__dict__: _M_baosight._t_LongSeqMap = IcePy.defineDictionary('::baosight::LongSeqMap', (), IcePy._t_string, _M_Ice._t_LongSeq) if '_t_FloatSeqMap' not in _M_baosight.__dict__: _M_baosight._t_FloatSeqMap = IcePy.defineDictionary('::baosight::FloatSeqMap', (), IcePy._t_string, _M_Ice._t_FloatSeq) if '_t_DoubleSeqMap' not in _M_baosight.__dict__: _M_baosight._t_DoubleSeqMap = IcePy.defineDictionary('::baosight::DoubleSeqMap', (), IcePy._t_string, _M_Ice._t_DoubleSeq) if '_t_StringSeqMap' not in _M_baosight.__dict__: _M_baosight._t_StringSeqMap = IcePy.defineDictionary('::baosight::StringSeqMap', (), IcePy._t_string, _M_Ice._t_StringSeq) # End of module baosight