-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Some of the data names in the
include/data_handling/DataNames.hhave name conflicts with the sensor drivers and other systems. - To avoid ambiguity, it would be better to add the
CURE_prefix to all their names. - Perhaps there is a better prefix such as
CURE_DATALOG_, but I want to avoid the names getting too long.
Example
#define ACCELEROMETER_X 0
#define ACCELEROMETER_Y 1Should be replaced with
#define CURE_ACCELEROMETER_X 0
#define CURE_ACCELEROMETER_Y 1OR (for even less ambiguity)
#define CURE_DATA_ACCELEROMETER_X 0
#define CURE_DATA_ACCELEROMETER_Y 1Question
Can you think a situation where it would make sense for CURE_ACCELEROMETER_X and CURE_DATA_ACCELEROMETER_X to have two different definitions? If not, then we should just use CURE_ACCELEROMETER_X.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
No status