|
cisst-saw
|
#include <mtsIGTLBridge.h>
Public Member Functions | |
| mtsIGTLSenderBase (const std::string &name, mtsIGTLBridge *bridge) | |
| virtual | ~mtsIGTLSenderBase () |
| virtual bool | Execute (void)=0 |
Public Attributes | |
| mtsFunctionRead | Function |
| Function used to pull data from the cisst component. | |
Protected Attributes | |
| std::string | mName |
| mtsIGTLBridge * | mBridge |
|
inline |
|
inlinevirtual |
|
pure virtual |
Implemented in mtsIGTLEventWriteSender< _cisstType, _igtlType >, and mtsIGTLSender< _cisstType, _igtlType >.
| mtsFunctionRead mtsIGTLSenderBase::Function |
Function used to pull data from the cisst component.
|
protected |
|
protected |