HARDT - The Ham Radio DSP Toolkit
hardt
libhardt
include
hobject.h
1
#ifndef __HOBJECT_H
2
#define __HOBJECT_H
3
4
#include "hmetrics.h"
5
#include <string>
6
14
class
HObject
15
{
16
public
:
17
19
//HMetrics Metrics;
20
22
HObject
();
23
25
//std::string GetMetrics(std::string id);
26
28
//void ResetMetrics();
29
};
30
31
#endif
HObject::HObject
HObject()
Definition:
hobject.cpp:3
HObject
Definition:
hobject.h:14
Generated by
1.8.17