1 #ifndef WREPORT_BUFFERS_CREX_H
2 #define WREPORT_BUFFERS_CREX_H
140 void parse_value(
int len,
int is_signed, const
char** d_start, const
char** d_end);
173 void raw_appendf(
const char* fmt, ...) __attribute__ ((format(printf, 2, 3)));
176 void encode_check_digit();
void raw_appendf(const char *fmt,...) __attribute__((format(printf
Append a printf-formatted string.
Information about a variable.
Definition: varinfo.h:137
CrexOutput(std::string &buf)
Wrap a string with a CrexOutput.
A physical variable.
Definition: var.h:25
Text output buffer.
Definition: crex.h:150
int expected_check_digit
Value of the next expected check digit.
Definition: crex.h:158
int has_check_digit
True if the CREX message uses the check digit feature.
Definition: crex.h:155
void raw_append(const char *str, int len)
Append a string.
#define WREPORT_THROWF_ATTRS(a, b)
Tell the compiler that a function always throws and expects printf-style arguments.
Definition: error.h:56
Implement fast access to information about WMO variables.
std::string & buf
String we append to.
Definition: crex.h:152
String functions.
Definition: benchmark.h:13