00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026 #ifndef ARCAMERACOMMANDS_H
00027 #define ARCAMERACOMMANDS_H
00028
00029 #include "ariaUtil.h"
00030
00032
00051 class ArCameraCommands
00052 {
00053 public:
00054
00055
00056
00057
00058
00060 AREXPORT static const char *GET_CAMERA_DATA;
00061
00063
00068 AREXPORT static const char *GET_CAMERA_INFO;
00069
00071 AREXPORT static const char *GET_PICTURE;
00072
00074
00077 AREXPORT static const char *GET_SNAPSHOT;
00078
00080
00083 AREXPORT static const char *GET_DISPLAY;
00084
00085
00087 AREXPORT static const char *SET_CAMERA_ABS;
00088
00090 AREXPORT static const char *SET_CAMERA_PCT;
00091
00093 AREXPORT static const char *SET_CAMERA_REL;
00094
00096 AREXPORT static const char *GET_CAMERA_MODE_LIST;
00097
00099
00103 AREXPORT static const char *CAMERA_MODE_UPDATED;
00104
00106
00110 AREXPORT static const char *SET_CAMERA_MODE;
00111
00113 AREXPORT static const char *RESET_CAMERA;
00114
00115
00116
00117
00118
00119
00120
00122
00125 AREXPORT static const char *GET_CAMERA_DATA_INT;
00126
00128
00131 AREXPORT static const char *GET_CAMERA_INFO_INT;
00132
00134
00137 AREXPORT static const char *SET_CAMERA_ABS_INT;
00138
00140
00143 AREXPORT static const char *SET_CAMERA_REL_INT;
00144
00146
00149 AREXPORT static const char *SET_CAMERA_PCT_INT;
00150
00154 AREXPORT static const char *GET_VIDEO;
00155
00159 AREXPORT static const char *GET_SNAPSHOT_PLAIN;
00160
00161 };
00162
00163 #endif // ARCAMERACOMMANDS_H
00164