|
| | KTTestProcessorA () |
| |
| virtual | ~KTTestProcessorA () |
| |
| bool | Configure (const scarab::param_node &node) |
| | Should perform parameter store and command-line configurations. More...
|
| |
| void | EmitSignals (int) |
| |
| | KTProcessor (const std::string &name="default-proc-name") |
| |
| virtual | ~KTProcessor () |
| |
| void | ConnectASlot (const std::string &signalName, KTProcessor *processor, const std::string &slotName, int groupNum=-1) |
| |
| void | ConnectASignal (KTProcessor *processor, const std::string &signalName, const std::string &slotName, int groupNum=-1) |
| |
| void | ConnectSignalToSlot (KTSignalWrapper *signal, KTSlotWrapper *slot, int groupNum=-1) |
| |
| template<class XProcessor > |
| void | RegisterSignal (std::string name, XProcessor *signalPtr) |
| |
| template<class XTarget , typename XReturn > |
| void | RegisterSlot (std::string name, XTarget *target, XReturn(XTarget::*funcPtr)()) |
| |
| template<class XTarget , typename XReturn , typename XArg1 > |
| void | RegisterSlot (std::string name, XTarget *target, XReturn(XTarget::*funcPtr)(XArg1)) |
| |
| template<class XTarget , typename XReturn , typename XArg1 , typename XArg2 > |
| void | RegisterSlot (std::string name, XTarget *target, XReturn(XTarget::*funcPtr)(XArg1, XArg2)) |
| |
| KTSignalWrapper * | GetSignal (const std::string &name) |
| |
| KTSlotWrapper * | GetSlot (const std::string &name) |
| |
| template<typename XSignalSig > |
| void | RegisterSignal (std::string name, XSignalSig *signalPtr) |
| |
| | KTConfigurable (const std::string &name="default-name") |
| |
| virtual | ~KTConfigurable () |
| |
| bool | Configure (const std::string &config) |
| | Implement the option for calling Configure without passing a parameter store node. More...
|
| |
| const std::string & | GetConfigName () const |
| |
| void | SetConfigName (const std::string &name) |
| |
Definition at line 16 of file KTTestProcessor.hh.