MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
DtDatatypeRep Class Reference

A Datatype Representation is a class that can take a group of bytes and display them in a certain type of way that would be more useful to the user. More...

+ Inheritance diagram for DtDatatypeRep:

Public Member Functions

virtual const char * datatype () const =0
virtual DtString stringRep (const void *ptr, int *size=0) const =0
 Given a byte string, returns a character string in a format that is easily read by a person.
virtual std::vector< char > valueFromStringRep (const DtString &stringRep) const =0
 The reverse of string rep, given a character string, this returns an unformatted byte stream.

Detailed Description

A Datatype Representation is a class that can take a group of bytes and display them in a certain type of way that would be more useful to the user.

Member Function Documentation

virtual const char* DtDatatypeRep::datatype ( ) const
pure virtual
virtual DtString DtDatatypeRep::stringRep ( const void *  ptr,
int *  size = 0 
) const
pure virtual
virtual std::vector<char> DtDatatypeRep::valueFromStringRep ( const DtString &  stringRep) const
pure virtual

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)