15#ifndef QGSSENSORWIDGET_H 
   16#define QGSSENSORWIDGET_H 
   18#include "ui_widget_tcpsocketsensor.h" 
   19#include "ui_widget_udpsocketsensor.h" 
   20#include "ui_widget_serialportsensor.h" 
   97    QgsTcpSocketSensorWidget( QWidget *parent );
 
  119    QgsUdpSocketSensorWidget( QWidget *parent );
 
  126#if defined( HAVE_QTSERIALPORT ) 
  143    QgsSerialPortSensorWidget( QWidget *parent );
 
  150    void updateSerialPortDetails();
 
An abstract base class for sensors.