Lumiera  0.pre.03
»edit your freedom«
stage::model::test::anonymous_namespace{abstract-tangible-test.cpp} Namespace Reference

Functions

int capture (int)
 
void operate (int val)
 
void processCommandInvocation (GenNode const &commandMsg)
 dummy Command handler, which can be hooked up to the TestNexus and causes a real command invocation on invocation message More...
 
void undoIt (int, int oldState)
 

Variables

const Symbol DUMMY_CMD_ID {"test.AbstractTangibleTest_dummy_command"}
 
int dummyState = 0
 

Function Documentation

◆ processCommandInvocation()

void stage::model::test::anonymous_namespace{abstract-tangible-test.cpp}::processCommandInvocation ( GenNode const &  commandMsg)

dummy Command handler, which can be hooked up to the TestNexus and causes a real command invocation on invocation message

Warning
all hard wired – works only for this command

Definition at line 126 of file abstract-tangible-test.cpp.