Loom 4 v4.5
Arduino library for Internet of Things Rapid Prototyping in environmental sensing
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
Loom_Teros10 Class Reference

#include <Loom_Teros10.h>

Inheritance diagram for Loom_Teros10:
Inheritance graph
[legend]
Collaboration diagram for Loom_Teros10:
Collaboration graph
[legend]

Public Member Functions

void measure () override
 
void package () override
 
 Loom_Teros10 (Manager &man, int port=A0)
 
float getVWC ()
 
float getDialecPerm ()
 
- Public Member Functions inherited from Module
 Module (const char *modName)
 
void setModuleName (const char *modName)
 
virtual const char * getModuleName ()
 
virtual void printModuleName (const char *message)
 
virtual void initialize ()=0
 
virtual void measure ()=0
 
virtual void package ()=0
 
virtual void power_up ()=0
 
virtual void power_down ()=0
 
virtual void display_data ()
 

Protected Member Functions

void initialize () override
 
void power_up () override
 
void power_down () override
 

Additional Inherited Members

- Public Attributes inherited from Module
bool moduleInitialized = true
 
int module_address = -1
 

Detailed Description

Functionality for the Teros 10

Author
Will Richards

Constructor & Destructor Documentation

◆ Loom_Teros10()

Loom_Teros10::Loom_Teros10 ( Manager man,
int  port = A0 
)

Construct a new Teros 10

Parameters
manReference to the manager
portWhich analog port to read from

Member Function Documentation

◆ getDialecPerm()

float Loom_Teros10::getDialecPerm ( )
inline

Get the dielectric permittivity

◆ getVWC()

float Loom_Teros10::getVWC ( )
inline

Get the Volumetric Water Content

◆ initialize()

void Loom_Teros10::initialize ( )
inlineoverrideprotectedvirtual

Implements Module.

◆ measure()

void Loom_Teros10::measure ( )
overridevirtual

Implements Module.

◆ package()

void Loom_Teros10::package ( )
overridevirtual

Implements Module.

◆ power_down()

void Loom_Teros10::power_down ( )
inlineoverrideprotectedvirtual

Implements Module.

◆ power_up()

void Loom_Teros10::power_up ( )
inlineoverrideprotectedvirtual

Implements Module.


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