AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros
Dispatching.h File Reference
#include <string>
#include "core/common/EDataCol.h"
#include "appcore/dispatching/ds_typedefs.h"
#include <qobject.h>
Include dependency graph for Dispatching.h:

Go to the source code of this file.

Classes

class  Dispatching
 Class creates interface between application and plugins of dispatching system There are comming events from application (like, "login", "accident" etc.) which are handled in this class in appropriate slots. Events are transferred into DS_Event classes in those methods. DS_Events are sent to all plugins, so plugins which are interested in those events cand handle them and create appropriate message (which will go to server). When message is created (all enabled plugins can alter it) this is sent to server using communication library. More...
 

Macros

#define DISPATCHING_VALUE_ID_GPS_LONGITUDE   "GPS_X"
 
#define DISPATCHING_VALUE_ID_GPS_LATITUDE   "GPS_Y"
 
#define DISPATCHING_VALUE_ID_GPS_ALTITUDE   "GPS_Z"
 
#define DISPATCHING_VALUE_ID_GPS_SPEED   "SPEED"
 
#define DISPATCHING_VALUE_ID_GPS_SATELLITE_COUNT   "SATELLITE_COUNT"
 

Macro Definition Documentation

#define DISPATCHING_VALUE_ID_GPS_ALTITUDE   "GPS_Z"
#define DISPATCHING_VALUE_ID_GPS_LATITUDE   "GPS_Y"
#define DISPATCHING_VALUE_ID_GPS_LONGITUDE   "GPS_X"
#define DISPATCHING_VALUE_ID_GPS_SATELLITE_COUNT   "SATELLITE_COUNT"
#define DISPATCHING_VALUE_ID_GPS_SPEED   "SPEED"