2024-08-14 15:28:33 +10:00
|
|
|
# The following has been generated automatically from src/core/sensor/qgsiodevicesensor.h
|
2024-08-16 09:08:23 +10:00
|
|
|
try:
|
2024-09-09 09:54:21 +10:00
|
|
|
QgsTcpSocketSensor.create = staticmethod(QgsTcpSocketSensor.create)
|
2024-08-16 09:08:23 +10:00
|
|
|
QgsTcpSocketSensor.__group__ = ['sensor']
|
2024-12-03 07:47:10 +00:00
|
|
|
except (NameError, AttributeError):
|
2024-08-16 09:08:23 +10:00
|
|
|
pass
|
|
|
|
try:
|
2024-09-09 09:54:21 +10:00
|
|
|
QgsUdpSocketSensor.create = staticmethod(QgsUdpSocketSensor.create)
|
2024-08-16 09:08:23 +10:00
|
|
|
QgsUdpSocketSensor.__group__ = ['sensor']
|
2024-12-03 07:47:10 +00:00
|
|
|
except (NameError, AttributeError):
|
2024-08-16 09:08:23 +10:00
|
|
|
pass
|
|
|
|
try:
|
2024-09-09 09:54:21 +10:00
|
|
|
QgsSerialPortSensor.create = staticmethod(QgsSerialPortSensor.create)
|
2024-08-16 09:08:23 +10:00
|
|
|
QgsSerialPortSensor.__group__ = ['sensor']
|
2024-12-03 07:47:10 +00:00
|
|
|
except (NameError, AttributeError):
|
2024-08-16 09:08:23 +10:00
|
|
|
pass
|
2024-09-09 09:54:21 +10:00
|
|
|
try:
|
|
|
|
QgsIODeviceSensor.__group__ = ['sensor']
|
2024-12-03 07:47:10 +00:00
|
|
|
except (NameError, AttributeError):
|
2024-09-09 09:54:21 +10:00
|
|
|
pass
|