Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
Element.h
Go to the documentation of this file.
1#ifndef ELEMENT_H
2#define ELEMENT_H
3
4#include <stdint.h>
5
6#include <vector>
7
8using power_elem_t = int32_t;
9using PowerVector = std::vector<power_elem_t>;
10
11#endif
std::vector< power_elem_t > PowerVector
Definition: Element.h:9
int32_t power_elem_t
Definition: Element.h:8