14 KTLOGGER(testsiglog,
"KTTestProcessor")
19 RegisterSignal(
"the_signal", &fTheSignal);
57 KTINFO(testsiglog,
"Slot1: input is " << input);
63 KTINFO(testsiglog,
"Slot2: twice input is " << 2*input);
virtual ~KTTestProcessorB()
void RegisterSlot(std::string name, XTarget *target, XReturn(XTarget::*funcPtr)())
bool Configure(const scarab::param_node &node)
Should perform parameter store and command-line configurations.
KTLOGGER(applog, "KTApplication")
virtual ~KTTestProcessorA()
bool Configure(const scarab::param_node &node)
Should perform parameter store and command-line configurations.
Contains the logger class and macros, based on Kasper's KLogger class.