NexGauge component.
More...
#include <NexGauge.h>
NexGauge component.
- Examples:
- CompGauge.ino.
Definition at line 30 of file NexGauge.h.
NexGauge::NexGauge |
( |
uint8_t |
pid, |
|
|
uint8_t |
cid, |
|
|
const char * |
name |
|
) |
| |
Constructor.
- Parameters
-
pid | - page id. |
cid | - component id. |
name | - pointer to an unique name in range of all components. |
Definition at line 18 of file NexGauge.cpp.
bool NexGauge::getValue |
( |
uint32_t * |
number | ) |
|
Get the value of gauge.
- Parameters
-
number | - an output parameter to save gauge's value. |
- Return values
-
true | - success. |
false | - failed. |
- Examples:
- CompGauge.ino.
Definition at line 23 of file NexGauge.cpp.
bool NexGauge::setValue |
( |
uint32_t |
number | ) |
|
Set the value of gauge.
- Parameters
-
number | - the value of gauge. |
- Return values
-
true | - success. |
false | - failed. |
- Examples:
- CompGauge.ino.
Definition at line 32 of file NexGauge.cpp.
The documentation for this class was generated from the following files: