SingingCat
0
application
include
metrics
metrics.h
1
#ifndef METRICS_H
2
#define METRICS_H
3
#include "metrics/metric_names.h"
4
#include "shifter.h"
5
// use defines from metric_names.h instead
6
void
metric_set_by_number(
int
metric
, uint32_t value);
7
// use defines from metric_names.h instead
8
void
metric_inc_by_number(
int
metric
);
9
// call once
10
void
metric_init();
11
// call regularly
12
void
metric_loop();
13
// call to send _now_
14
void
metric_send();
15
#endif
metric
Definition:
metrics.c:6
Generated on Tue May 28 2024 19:13:43 for SingingCat by
1.9.4