-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi all,
I was wondering whether string type sensors are supported?
From here it looks like yes:
Line 20 in 75dde9d
| struct sensor { |
char *type; ///< [integer, float, boolean, timestamp, discrete, address, string]
whereas not from here:
Line 105 in 75dde9d
| /**********************************************************************/ |
/**********************************************************************/
#define KATCP_SENSOR_INVALID (-1)
#define KATCP_SENSOR_INTEGER 0
#define KATCP_SENSOR_BOOLEAN 1
#define KATCP_SENSOR_DISCRETE 2
#define KATCP_SENSOR_LRU 3
#ifdef KATCP_USE_FLOATS
#define KATCP_SENSOR_FLOAT 4
#define KATCP_SENSORS_COUNT 5
#else
#define KATCP_SENSORS_COUNT 4
#endif
I checked the sources but it is not clear to me whether yes/no?!
Metadata
Metadata
Assignees
Labels
No labels