Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

DeviceSerializationTokens.h

Go to the documentation of this file.
00001 /*************** <auto-copyright.pl BEGIN do not edit this line> **************
00002  *
00003  * VR Juggler is (C) Copyright 1998-2003 by Iowa State University
00004  *
00005  * Original Authors:
00006  *   Allen Bierbaum, Christopher Just,
00007  *   Patrick Hartling, Kevin Meinert,
00008  *   Carolina Cruz-Neira, Albert Baker
00009  *
00010  * This library is free software; you can redistribute it and/or
00011  * modify it under the terms of the GNU Library General Public
00012  * License as published by the Free Software Foundation; either
00013  * version 2 of the License, or (at your option) any later version.
00014  *
00015  * This library is distributed in the hope that it will be useful,
00016  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00018  * Library General Public License for more details.
00019  *
00020  * You should have received a copy of the GNU Library General Public
00021  * License along with this library; if not, write to the
00022  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
00023  * Boston, MA 02111-1307, USA.
00024  *
00025  * -----------------------------------------------------------------
00026  * File:          $RCSfile: DeviceSerializationTokens.h,v $
00027  * Date modified: $Date: 2004/04/26 08:37:11 $
00028  * Version:       $Revision: 1.4 $
00029  * -----------------------------------------------------------------
00030  *
00031  *************** <auto-copyright.pl END do not edit this line> ***************/
00032 
00033 #ifndef _GADGET_DEV_SERIALIZATION_TOKENS_H_
00034 #define _GADGET_DEV_SERIALIZATION_TOKENS_H_
00035 
00036 namespace gadget
00037 {
00038 
00039 namespace tokens
00040 {
00042    const std::string DataTypeAttrib("data_type_id");
00043 
00045    const std::string SampleBufferLenAttrib("sample_buffer_len");
00046 
00048    const std::string BufferSampleTag("BufferSample");
00049 
00051    const std::string BufferSampleLenAttrib("sample_len");
00052 
00053    const std::string PosValue("PosValue");
00054    const std::string DigitalValue("DigValue");
00055    const std::string AnalogValue("AnaValue");
00056    const std::string GloveValue("GloValue");
00057 
00058    const std::string TimeStamp("timestamp");
00059 }
00060 
00061 }
00062 
00063 #endif

Generated on Sun May 2 14:25:14 2004 for Gadgeteer by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002