cSimpleVector Class Reference

A simple vector implementation. More...

#include <simplevector.h>

List of all members.

Public Types

enum  { eNUMBER_OF_ELEMENTS = 7 }
 

anonymous enum (instead of define like macros)

More...

Public Member Functions

 cSimpleVector (int _nb_values, int start_index, char const *str) throw (cSimpleVectorException*)
 Constructor: init members from _nb_values comma separated values in the give string str.
 cSimpleVector (int _nb_values, char const *str) throw (cSimpleVectorException*)
 Constructor: init members from _nb_values comma separated values in the give string str.
 cSimpleVector () throw (cSimpleVectorException*)
 Default constructor: init members to zero.
void FromString (int nb_values, int start_index, char const *str) throw (cSimpleVectorException*)
 init _nb_values starting from index start_index from comma separated values in str
double & operator[] (unsigned int index)
 index operator, return a reference to the index-th element of this
bool Valid (unsigned int index) const
 Return true if vector element index is valid (has been accessed at least once).
double & x (void)
 Interpret object as x/y/z vector: return x = the first element, if that is valid.
double & y (void)
 Interpret object as x/y/z vector: return x = the first element, if that is valid.
double & z (void)
 Interpret object as x/y/z vector: return x = the first element, if that is valid.

Protected Attributes

int valid
 bit mask which values in value are valid
double value [eNUMBER_OF_ELEMENTS]

Detailed Description

A simple vector implementation.

Objects of this class are used to return vector like answers from the SDH firmware to the cSDHBase class. End users need not use this class, as cSDH, the real end user interface class provides a more convenient way using STL vectors.

Definition at line 91 of file simplevector.h.


Member Enumeration Documentation

anonymous enum

anonymous enum (instead of define like macros)

Enumerator:
eNUMBER_OF_ELEMENTS 

number of elements in vector

Definition at line 95 of file simplevector.h.


Constructor & Destructor Documentation

cSimpleVector::cSimpleVector (  )  throw (cSimpleVectorException*)

Default constructor: init members to zero.

cSimpleVector::cSimpleVector ( int  _nb_values,
char const *  str 
) throw (cSimpleVectorException*)

Constructor: init members from _nb_values comma separated values in the give string str.

cSimpleVector::cSimpleVector ( int  _nb_values,
int  start_index,
char const *  str 
) throw (cSimpleVectorException*)

Constructor: init members from _nb_values comma separated values in the give string str.


Member Function Documentation

void cSimpleVector::FromString ( int  nb_values,
int  start_index,
char const *  str 
) throw (cSimpleVectorException*)

init _nb_values starting from index start_index from comma separated values in str

double& cSimpleVector::operator[] ( unsigned int  index  ) 

index operator, return a reference to the index-th element of this

bool cSimpleVector::Valid ( unsigned int  index  )  const

Return true if vector element index is valid (has been accessed at least once).

double& cSimpleVector::x ( void   ) 

Interpret object as x/y/z vector: return x = the first element, if that is valid.

double& cSimpleVector::y ( void   ) 

Interpret object as x/y/z vector: return x = the first element, if that is valid.

double& cSimpleVector::z ( void   ) 

Interpret object as x/y/z vector: return x = the first element, if that is valid.


Member Data Documentation

int cSimpleVector::valid [protected]

bit mask which values in value are valid

Definition at line 143 of file simplevector.h.

double cSimpleVector::value[eNUMBER_OF_ELEMENTS] [protected]

Definition at line 140 of file simplevector.h.


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


cob_sdh
Author(s): Florian Weisshardt
autogenerated on Fri Jan 11 10:03:56 2013