示例#1
0
 def SPISensor(ALTSRC=vars.SPISensor().ALTSRC):
     precisionlocation = Precisionlocation()
     precisionlocation.setaltsrc(altsrc=ALTSRC)
     return precisionlocation
示例#2
0
 def connection(ALTSRC=vars.connection().ALTSRC,
                GEOPOINTSRC=vars.connection().GEOPOINTSRC):
     precisionlocation = Precisionlocation()
     precisionlocation.setaltsrc(altsrc=ALTSRC)
     precisionlocation.setgeopointsrc(geopointsrc=GEOPOINTSRC)
     return precisionlocation
示例#3
0
 def UserUpdate(ALTSRC=vars.UserUpdate().altsrc,
                GEOPOINTSRC=vars.UserUpdate().geopointsrc):
     precisionlocation = Precisionlocation()
     precisionlocation.setaltsrc(ALTSRC)
     precisionlocation.setgeopointsrc(GEOPOINTSRC)
     return precisionlocation
示例#4
0
 def drop_point(ALTSRC=vars.drop_point().ALTSRC):
     precisionlocation = Precisionlocation()
     precisionlocation.setaltsrc(altsrc=ALTSRC)
     return precisionlocation