45 unsigned char revision;
int rtosc_version_cmp(const rtosc_version v1, const rtosc_version v2)
memcmp-like version compare
rtosc_version rtosc_current_version()
Return the version RT OSC has been compiled with.
void rtosc_version_print_to_12byte_str(const rtosc_version *v, char *_12bytes)
Print the version pointed to by v to the buffer _12bytes.
struct containing an rtosc version
Definition rtosc-version.h:42