mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-28 21:08:15 +00:00
Restructuring to be able to include precompiled kmp lib
This commit is contained in:
12
lib/MeterCommunicators/include/ImpulseAmsData.h
Normal file
12
lib/MeterCommunicators/include/ImpulseAmsData.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _IMPULSEAMSDATA_H
|
||||
#define _IMPULSEAMSDATA_H
|
||||
|
||||
#include "AmsData.h"
|
||||
|
||||
class ImpulseAmsData : public AmsData {
|
||||
public:
|
||||
ImpulseAmsData(AmsData &state, uint16_t pulsePerKwh, uint8_t pulses);
|
||||
ImpulseAmsData(double activeImportCounter);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user