mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-14 15:54:47 +00:00
20 lines
294 B
C
20 lines
294 B
C
/**
|
|
* @copyright Utilitech AS 2023
|
|
* License: Fair Source
|
|
*
|
|
*/
|
|
|
|
#ifndef _DATAPASERSERS_H
|
|
#define _DATAPASERSERS_H
|
|
|
|
#include "HdlcParser.h"
|
|
#include "DlmsParser.h"
|
|
#include "DsmrParser.h"
|
|
#include "MbusParser.h"
|
|
#include "GbtParser.h"
|
|
#include "GcmParser.h"
|
|
#include "LlcParser.h"
|
|
|
|
#endif
|
|
|