Public Member Functions

ParameterF Class Reference

#include <sockets.h>

Inheritance diagram for ParameterF:
SocketF Socket

List of all members.

Public Member Functions

 operator float () const
const float & operator= (const float value)
const float & operator+= (const float value)
const float & operator-= (const float value)
const float & operator*= (const float value)
const float & operator/= (const float value)
virtual bool IsParameter ()
 Is this socket a parameter?
virtual bool Parse (const char *string)
 Convert a string to the parameter's data type.

Member Function Documentation

virtual bool ParameterF::IsParameter (  )  [inline, virtual]

Is this socket a parameter?

Parameters are special sockets that are storted in EEPROM

Reimplemented from Socket.

ParameterF::operator float (  )  const [inline]

Reimplemented from SocketF.

const float& ParameterF::operator*= ( const float  value  )  [inline]

Reimplemented from SocketF.

const float& ParameterF::operator+= ( const float  value  )  [inline]

Reimplemented from SocketF.

const float& ParameterF::operator-= ( const float  value  )  [inline]

Reimplemented from SocketF.

const float& ParameterF::operator/= ( const float  value  )  [inline]

Reimplemented from SocketF.

const float& ParameterF::operator= ( const float  value  )  [inline]

Reimplemented from SocketF.

virtual bool ParameterF::Parse ( const char *  string  )  [inline, virtual]

Convert a string to the parameter's data type.

Reimplemented from Socket.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines