Public Member Functions

Parameter16 Class Reference

#include <sockets.h>

Inheritance diagram for Parameter16:
Socket16 Socket

List of all members.

Public Member Functions

 operator short () const
const short & operator= (const short value)
const short & operator+= (const short value)
const short & operator-= (const short value)
const short & operator*= (const short value)
const short & operator/= (const short 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 Parameter16::IsParameter (  )  [inline, virtual]

Is this socket a parameter?

Parameters are special sockets that are storted in EEPROM

Reimplemented from Socket.

Parameter16::operator short (  )  const [inline]

Reimplemented from Socket16.

const short& Parameter16::operator*= ( const short  value  )  [inline]

Reimplemented from Socket16.

const short& Parameter16::operator+= ( const short  value  )  [inline]

Reimplemented from Socket16.

const short& Parameter16::operator-= ( const short  value  )  [inline]

Reimplemented from Socket16.

const short& Parameter16::operator/= ( const short  value  )  [inline]

Reimplemented from Socket16.

const short& Parameter16::operator= ( const short  value  )  [inline]

Reimplemented from Socket16.

virtual bool Parameter16::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