#include "DLLInfo.h"
#include <NDEVR/Model.h>
#include <NDEVR/DesignObjectUpdateTarget.h>
#include <NDEVR/TimeSpan.h>
#include <NDEVR/String.h>
#include <QObject>
#include <QThread>
Go to the source code of this file.
|
class | Device |
| A root class which describes some physical object, such as a Motor, Sensor, or Connection. Devices are updated automatically by calling startAutoUpdate and stopAutoUpdate. More...
|
|
class | DeviceUpdateThread |
| A class that updates a device by repeatedly calling update() until stop() is called. More...
|
|