PCP: PCPMetric.[ch] Mdoule

Split the PCP Metric API (functions `Metric_*`) into their own module.
as @BenBE suggested.
This commit is contained in:
Sohaib
2021-08-14 17:30:19 -04:00
committed by BenBE
parent edafa26f9e
commit fefff80631
12 changed files with 526 additions and 462 deletions

View File

@ -1,8 +1,13 @@
#ifndef HEADER_PCPDynamicMeter
#define HEADER_PCPDynamicMeter
#include <stddef.h>
#include "CRT.h"
#include "DynamicMeter.h"
#include "Hashtable.h"
#include "Meter.h"
#include "RichString.h"
typedef struct PCPDynamicMetric_ {