Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

LOW_component Class Reference

Abstract base class for 1-Wire components. More...

#include <LOW_component.h>

Inheritance diagram for LOW_component:

Inheritance graph
[legend]
List of all members.

Public Methods

 LOW_component ()
 Constructor. More...

virtual ~LOW_component ()
 Destructor. More...


Detailed Description

Abstract base class for 1-Wire components.

Any component class representing a concrete 1-Wire based component must inherit from this class.

Todo:
Add multi-link lock for simultanously lock devices on different 1-Wire links.

Author:
Harald Roelle, Helmut Reiser

Definition at line 34 of file LOW_component.h.


Constructor & Destructor Documentation

LOW_component::LOW_component  
 

Constructor.

Definition at line 26 of file LOW_component.cpp.

LOW_component::~LOW_component   [virtual]
 

Destructor.

Definition at line 31 of file LOW_component.cpp.


The documentation for this class was generated from the following files:
Generated on Sun Jan 12 21:07:54 2003 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001