BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
DAMM.h
1 #pragma once
2 
3 namespace BeeeOn {
4 
10 class DAMM {
11 public:
15  static int compute(const std::string &s);
16 
17 private:
18  static const int table[10][10];
19 };
20 
21 }
static int compute(const std::string &s)
Definition: DAMM.cpp:10
Definition: DAMM.h:10