Add logic to label fans, some cleanup
This commit is contained in:
14
app/include/fan/FanLabeler.h
Normal file
14
app/include/fan/FanLabeler.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef FANLABELER_H_
|
||||
#define FANLABELER_H_
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include <fan/Fan.h>
|
||||
|
||||
class FanLabeler {
|
||||
public:
|
||||
void RunFanLabelInteraction(std::vector<std::shared_ptr<Fan>> fans);
|
||||
};
|
||||
|
||||
#endif // FANLABELER_H_
|
||||
Reference in New Issue
Block a user