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
8
using
power_elem_t
= int32_t;
9
using
PowerVector
= std::vector<power_elem_t>;
10
11
#endif
PowerVector
std::vector< power_elem_t > PowerVector
Definition:
Element.h:9
power_elem_t
int32_t power_elem_t
Definition:
Element.h:8
source
include
third
Element.h
Generated by
1.9.5