VR-Link API Documentation for HLA 1.3
hexDatatypeRep.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00007 #pragma once
00008 #include "datatypeRep.h"
00009 
00010 #include <vlutil/vlString.h>
00011 
00015 class DT_DLL_OMTREADER DtHexDatatypeRep : public DtDatatypeRep
00016 {
00017 public:
00018    
00020    DtHexDatatypeRep();
00021    
00023    virtual ~DtHexDatatypeRep();
00024    
00026    DtHexDatatypeRep(const DtHexDatatypeRep& orig);
00027    
00029    DtHexDatatypeRep& operator=(const DtHexDatatypeRep& rhs);
00030    
00032    virtual const char* datatype() const;
00033    
00035    virtual int intVal(const void*) const;
00036 
00038    virtual DtString stringRep(const void* ptr, int* size = 0) const;
00039 
00041    virtual double numberRep(const void* ptr, int* size = 0) const;
00042 
00043 };
00044 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)