Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages | Examples

ArCameraCommands.h

00001 /*
00002 MobileRobots Advanced Robotics Interface for Applications (ARIA)
00003 Copyright (C) 2004, 2005 ActivMedia Robotics LLC
00004 Copyright (C) 2006, 2007 MobileRobots Inc.
00005 
00006      This program is free software; you can redistribute it and/or modify
00007      it under the terms of the GNU General Public License as published by
00008      the Free Software Foundation; either version 2 of the License, or
00009      (at your option) any later version.
00010 
00011      This program is distributed in the hope that it will be useful,
00012      but WITHOUT ANY WARRANTY; without even the implied warranty of
00013      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014      GNU General Public License for more details.
00015 
00016      You should have received a copy of the GNU General Public License
00017      along with this program; if not, write to the Free Software
00018      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00019 
00020 If you wish to redistribute ARIA under different terms, contact 
00021 MobileRobots for information about a commercial version of ARIA at 
00022 robots@mobilerobots.com or 
00023 MobileRobots Inc, 19 Columbia Drive, Amherst, NH 03031; 800-639-9481
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   // Double Format Commands
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   // Integer Format Commands
00117   //    The following commands are maintained solely for backwards-compatibility. 
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 }; // end class ArCameraCommands
00162 
00163 #endif // ARCAMERACOMMANDS_H
00164 

Generated on Tue Feb 20 10:51:39 2007 for Aria by  doxygen 1.4.0