|
cisst-saw
|
#include <mtsIGTLBridge.h>
Public Member Functions | |
| mtsIGTLEventWriteSender (const std::string &name, mtsIGTLBridge *bridge) | |
| virtual | ~mtsIGTLEventWriteSender () |
| bool | Execute (void) override |
| void | EventHandler (const _cisstType &cisstData) |
| Public Member Functions inherited from mtsIGTLSenderBase | |
| mtsIGTLSenderBase (const std::string &name, mtsIGTLBridge *bridge) | |
| virtual | ~mtsIGTLSenderBase () |
Protected Types | |
| typedef _igtlType::Pointer | IGTLPointer |
Protected Attributes | |
| IGTLPointer | mIGTLData |
| Protected Attributes inherited from mtsIGTLSenderBase | |
| std::string | mName |
| mtsIGTLBridge * | mBridge |
Additional Inherited Members | |
| Public Attributes inherited from mtsIGTLSenderBase | |
| mtsFunctionRead | Function |
| Function used to pull data from the cisst component. | |
|
protected |
|
inline |
|
inlinevirtual |
| void mtsIGTLEventWriteSender< _cisstType, _igtlType >::EventHandler | ( | const _cisstType & | cisstData | ) |
|
inlineoverridevirtual |
Implements mtsIGTLSenderBase.
|
protected |