#include <LOW_component.h>
Inheritance diagram for LOW_component:
Public Methods | |
virtual | ~LOW_component () |
Destructor. More... | |
Protected Methods | |
LOW_component () | |
Constructor. More... |
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. |