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

virtual ~LOW_component ()
 Destructor. More...


Protected Methods

 LOW_component ()
 Constructor. 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.

This class is thread-safe.

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

Author:
Harald Roelle

Definition at line 37 of file LOW_component.h.


Constructor & Destructor Documentation

LOW_component::~LOW_component   [virtual]
 

Destructor.

Definition at line 31 of file LOW_component.cpp.

LOW_component::LOW_component   [protected]
 

Constructor.

Definition at line 26 of file LOW_component.cpp.


The documentation for this class was generated from the following files:
Generated on Mon Nov 10 10:32:44 2003 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001