AURobotServers  4
Public Member Functions | Protected Attributes | List of all members
UDataDouble Class Reference

#include <udatabase.h>

Inheritance diagram for UDataDouble:
Inheritance graph

Public Member Functions

virtual const char * getDataType ()
 
double getVal ()
 
void setVal (double in)
 
virtual void snprint (const char *preString, char *buff, const int buffCnt)
 
 UDataDouble ()
 
virtual ~UDataDouble ()
 
- Public Member Functions inherited from UDataBase
bool isA (const char *typeString)
 
virtual bool isAlsoA (const char *typeString)
 
 UDataBase ()
 
virtual ~UDataBase ()
 

Protected Attributes

double value
 

Constructor & Destructor Documentation

UDataDouble::UDataDouble ( )
inline

Constructor - initializes the value to 0

virtual UDataDouble::~UDataDouble ( )
inlinevirtual

Destructor

Member Function Documentation

virtual const char* UDataDouble::getDataType ( )
inlinevirtual

Get (end) type of this structure

Reimplemented from UDataBase.

double UDataDouble::getVal ( )
inline

Get double value

void UDataDouble::setVal ( double  in)
inline

Set double value

Referenced by UFuncPpl::UFuncPpl().

virtual void UDataDouble::snprint ( const char *  preString,
char *  buff,
const int  buffCnt 
)
inlinevirtual

Print status for this structure

Reimplemented from UDataBase.

Member Data Documentation

double UDataDouble::value
protected

Double value


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