TwiceAsNice
2019-02-18
TwiceAsNice
basda-mocca
doc
include
core
Macros
ChatLineMock.cc File Reference
#include "
ChatLineMock.h
"
#include <cstdarg>
Include dependency graph for ChatLineMock.cc:
Macros
#define
LOG_NAME
m_device_name
#define
SRLINE_SECPRINTF
(
x
, y, z)
Macro Definition Documentation
◆
LOG_NAME
#define LOG_NAME m_device_name
◆
SRLINE_SECPRINTF
#define SRLINE_SECPRINTF
(
x
,
y,
z
)
Value:
{ \
int
size
= 80; \
x =
new
char
[
size
]; \
while (
true
) { \
int r = vsnprintf(
x
,
size
,
y
, z); \
if (r == -1) {
delete
[]
x
;
size
*= 2;
x
=
new
char
[
size
]; } \
else
if
(r >=
size
) {
delete
[]
x
;
size
+= r;
x
=
new
char
[
size
]; } \
else {
break
; } \
} \
}
lutinvert.y
int y
Definition:
lutinvert.py:13
meteoRRD_updater.x
x
Definition:
meteoRRD_updater.py:125
lutgen.size
int size
Definition:
lutgen.py:8
Generated on Mon Feb 18 2019 14:13:32 for TwiceAsNice by
1.8.14