Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
say-hello.h File Reference

A mock interface to support testing of the interface system. More...

Go to the source code of this file.

Description

A mock interface to support testing of the interface system.

Definition in file say-hello.h.

#include "common/interface.h"

Functions

 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
 
 LUMIERA_INTERFACE_DECLARE (lumieraorg_testtest, 0, LUMIERA_INTERFACE_SLOT(void, testit,(void)),)
 mock interface to test opening and closing of dependent interfaces
 

Function Documentation

◆ LUMIERA_INTERFACE_DECLARE() [1/2]

LUMIERA_INTERFACE_DECLARE ( lumieraorg_testhello  ,
,
LUMIERA_INTERFACE_SLOT(void, hello,(void))  ,
LUMIERA_INTERFACE_SLOT(void, goodbye,(const char *))   
)

mock interface which can greet in different languages

◆ LUMIERA_INTERFACE_DECLARE() [2/2]

LUMIERA_INTERFACE_DECLARE ( lumieraorg_testtest  ,
,
LUMIERA_INTERFACE_SLOT(void, testit,(void))   
)

mock interface to test opening and closing of dependent interfaces