Conscience Core
ArtificialIntelligence
CscEntitySensorValues.h
Go to the documentation of this file.
1
#ifndef CscEntitySensorValues_h
2
#define CscEntitySensorValues_h
3
4
#include <map>
5
#include <string>
6
#include "
alerts.h
"
7
8
namespace
conscience_core::ai
{
9
10
struct
CSC_DLL_IMPORTEXPORT
EntitySensorValues
{
11
map<string, double>
values
;
12
unsigned
long
long
timestamp =
nowMillis
();
13
};
14
15
}
16
17
#endif // CSC_ENTITY_SENSOR_VALUES_H
CSC_DLL_IMPORTEXPORT
#define CSC_DLL_IMPORTEXPORT
Definition:
os.h:34
conscience_core::ai
Definition:
alerts.cpp:12
conscience_utils::nowMillis
unsigned long long nowMillis()
Definition:
conscience_util.cpp:294
conscience_core::ai::EntitySensorValues
Definition:
CscEntitySensorValues.h:10
alerts.h
conscience_core::ai::EntitySensorValues::values
map< string, double > values
Definition:
CscEntitySensorValues.h:11
Generated by
1.8.17