We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
I was wondering whether string type sensors are supported?
From here it looks like yes:
katcp_devel/gmon/sensor.h
Line 20 in 75dde9d
char *type; ///< [integer, float, boolean, timestamp, discrete, address, string]
whereas not from here:
katcp_devel/katcp/katpriv.h
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?!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
I was wondering whether string type sensors are supported?
From here it looks like yes:
katcp_devel/gmon/sensor.h
Line 20 in 75dde9d
whereas not from here:
katcp_devel/katcp/katpriv.h
Line 105 in 75dde9d
I checked the sources but it is not clear to me whether yes/no?!
The text was updated successfully, but these errors were encountered: