kpilot

kpilotdevicelink.h File Reference

#include "kpilotlink.h"

Include dependency graph for kpilotdevicelink.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  KPilotDeviceLink
 Definition of the device link class for physical handheld devices, which communicate with the PC using DLP / SLP via the pilot-link library. More...

Enumerations

enum  DeviceCustomEvents { EventLogMessage = QEvent::User + 777, EventLogError, EventLogProgress, EventDeviceReady }
enum  LinkStatus {
  Init, WaitingForDevice, FoundDevice, CreatedSocket,
  DeviceOpen, AcceptedDevice, SyncDone, PilotLinkError,
  WorkaroundUSB
}

Enumeration Type Documentation

Custom events we can be handling.

..

Enumerator:
EventLogMessage 
EventLogError 
EventLogProgress 
EventDeviceReady 

Definition at line 60 of file kpilotdevicelink.h.

enum LinkStatus

Thread for doing all palm device communications.

The link behaves like a state machine most of the time: it waits for the actual device to become available, and then becomes ready to handle syncing.

Enumerator:
Init 
WaitingForDevice 
FoundDevice 
CreatedSocket 
DeviceOpen 
AcceptedDevice 
SyncDone 
PilotLinkError 
WorkaroundUSB 

Definition at line 45 of file kpilotdevicelink.h.