#include <communication.h>
Include dependency graph for medidor.h:

Data Structures | |
| class | Medidor |
| Meter device class. More... | |
Defines | |
| #define | TICK_100MS 100000000 |
| Clock constant used in realtime threads. | |
Functions | |
| void * | sendEnq (void *dummy) |
| Real time thread used during the communication process. | |
|
|
Real time thread used during the communication process. Keeps sending ENQ bytes to the reader device and waits for the asnwer from that device. It ends when the meter device receives data bytes different from BRK bytes. |
1.3.7