Delete: qualeBundle.h
This commit is contained in:
@@ -1,16 +0,0 @@
|
|||||||
#ifndef _QUALE_BUNDLE_H
|
|
||||||
#define _QUALE_BUNDLE_H
|
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
#include <array>
|
|
||||||
#include <quale.h>
|
|
||||||
|
|
||||||
#define CONFIG_NUM_SENSORS 5
|
|
||||||
|
|
||||||
typedef std::array<Quale, CONFIG_NUM_SENSORS> QualeBundle_t;
|
|
||||||
class QualeBundle
|
|
||||||
{
|
|
||||||
QualeBundle_t qualia;
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Reference in New Issue
Block a user