Lumiera
0.pre.03
»edit your freedom«
Lumiera API Documentation
Intro
Overview
Modules
+
Classes
Class List
Class Index
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Typedefs
a
b
d
e
f
h
i
l
o
p
r
s
t
v
y
Enumerations
Enumerator
+
Related Functions
_
b
c
e
f
h
i
k
m
n
o
p
q
s
t
u
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
s
t
u
w
z
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
b
c
d
e
f
h
i
j
l
m
n
o
p
q
r
s
t
u
Variables
Typedefs
Enumerations
Enumerator
+
Macros
a
c
d
e
g
i
k
l
m
n
o
p
r
s
t
v
Related Pages
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
say-hello.h
Go to the documentation of this file.
1
5
#ifndef TESTS_INCLUDE_SAY_HELLO_H
6
#define TESTS_INCLUDE_SAY_HELLO_H
7
8
#include "
common/interface.h
"
9
12
LUMIERA_INTERFACE_DECLARE
(lumieraorg_testhello, 0,
13
LUMIERA_INTERFACE_SLOT (
void
, hello, (
void
)),
14
LUMIERA_INTERFACE_SLOT (
void
, goodbye, (
const
char
*)),
15
);
16
18
LUMIERA_INTERFACE_DECLARE
(lumieraorg_testtest, 0,
19
LUMIERA_INTERFACE_SLOT (
void
, testit, (
void
)),
20
);
21
22
#endif
/*TESTS_INCLUDE_SAY_HELLO_H*/
interface.h
Lumiera interface macros and structures.
LUMIERA_INTERFACE_DECLARE
LUMIERA_INTERFACE_DECLARE(lumieraorg_testhello, 0, LUMIERA_INTERFACE_SLOT(void, hello,(void)), LUMIERA_INTERFACE_SLOT(void, goodbye,(const char *)),)
mock interface which can greet in different languages
include
interface
say-hello.h
Generated on Fri Dec 13 2024 05:05:35 for Lumiera by
1.8.13