Tango Core Classes Reference  9.2.5
Tango::UserDefaultPipeProp Class Reference

User class to set pipe default properties. More...

#include "tango.h"

Public Member Functions

Constructor

Only one constructor is defined for this class

 UserDefaultPipeProp ()
 Constructs a newly allocated UserDefaultPipeProp object.
 
Set default property methods
void set_label (const string &def_label)
 Set default label property. More...
 
void set_description (const string &def_desc)
 Set default description property. More...
 

Detailed Description

User class to set pipe default properties.

This class is used to set pipe default properties. Three levels of pipes properties setting are implemented within Tango. The highest property setting level is the database. Then the user default (set using this UserDefaultPipeProp class) and finally a Tango library default value

Author
taurel
Revision
26082

Member Function Documentation

void Tango::UserDefaultPipeProp::set_description ( const string &  def_desc)
inline

Set default description property.

Parameters
def_descThe user default description property
void Tango::UserDefaultPipeProp::set_label ( const string &  def_label)
inline

Set default label property.

Parameters
def_labelThe user default label property

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