mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-03 23:42:36 +00:00
Prep for KMP
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#include "KmpCommunicator.h"
|
||||
|
||||
KmpCommunicator::KmpCommunicator(RemoteDebug* debugger) {}
|
||||
void KmpCommunicator::configure(MeterConfig& config, Timezone* tz) {}
|
||||
bool KmpCommunicator::loop() { return false; }
|
||||
AmsData* KmpCommunicator::getData(AmsData& meterState) { return NULL; }
|
||||
int KmpCommunicator::getLastError() { return 0; }
|
||||
bool KmpCommunicator::isConfigChanged() { return false; }
|
||||
void KmpCommunicator::getCurrentConfig(MeterConfig& meterConfig) {}
|
||||
|
||||
HardwareSerial* KmpCommunicator::getHwSerial() { return NULL; }
|
||||
void KmpCommunicator::rxerr(int err) {}
|
||||
Reference in New Issue
Block a user