Public Member Functions | Private Attributes
Widget Class Reference

#include <widget.h>

List of all members.

Public Member Functions

void GetCharPtrValue (char *buffer, size_t max_size) const
float GetFloatValue () const
int GetIntValue () const
std::string GetStringValue () const
 Widget (int number, const std::string &name)
 ~Widget ()

Private Attributes

std::string name_
float number_

Detailed Description

Definition at line 42 of file widget.h.


Constructor & Destructor Documentation

Widget::Widget ( int  number,
const std::string &  name 
)

Definition at line 40 of file widget.cc.

Definition at line 44 of file widget.cc.


Member Function Documentation

void Widget::GetCharPtrValue ( char *  buffer,
size_t  max_size 
) const

Definition at line 58 of file widget.cc.

float Widget::GetFloatValue ( ) const

Definition at line 46 of file widget.cc.

int Widget::GetIntValue ( ) const

Definition at line 50 of file widget.cc.

std::string Widget::GetStringValue ( ) const

Definition at line 54 of file widget.cc.


Member Data Documentation

std::string Widget::name_ [private]

Definition at line 58 of file widget.h.

float Widget::number_ [private]

Definition at line 57 of file widget.h.


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


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:10