#include <LOW_component.h>
Inheritance diagram for LOW_component:
Public Member Functions | |
virtual | ~LOW_component () |
Destructor. | |
Protected Member Functions | |
LOW_component () | |
Constructor. |
Any component class representing a concrete 1-Wire based component must inherit from this class.
This class is thread-safe.
Definition at line 37 of file LOW_component.h.
|
Destructor.
Definition at line 31 of file LOW_component.cpp. |
|
Constructor.
Definition at line 26 of file LOW_component.cpp. |