Lumiera  0.pre.03
»edit your freedom«
test-dummy-commands.cpp File Reference

Go to the source code of this file.

Description

Implementation of dummy command operations for unit tests.

Definition in file test-dummy-commands.cpp.

Functions

 COMMAND_DEFINITION (test_Dummy_command1)
 
 COMMAND_DEFINITION (test_Dummy_command2)
 
 COMMAND_DEFINITION (test_Dummy_command3)
 

Variables

int64_t check_ = 0
 < test command just adding a given value
 
ostringstream check_
 
ulong check_
 < test command with zero arguments
 

Namespaces

 steam
 Steam-Layer implementation namespace root.
 
 steam::control
 Steam-Layer dispatcher, controller and administrative facilities.
 

Function Documentation

◆ COMMAND_DEFINITION()

steam::control::test::COMMAND_DEFINITION ( test_Dummy_command1  )
Remarks
The following definition(s) will be evaluated automatically ON_GLOBAL_INIT They result in "prototype" definitions of these dummy commands to be registered under the names as used here in the macro invocation. Thus test_Dummy_command1 will invoke command1::operate(int) etc.
See also
CommandSetup_test

Definition at line 66 of file test-dummy-commands.cpp.