|
cisst-saw
|
#include <mtsIGTLBridge.h>
Public Member Functions | |
| mtsIGTLReceiver (const std::string &name, mtsIGTLBridge *bridge) | |
| virtual | ~mtsIGTLReceiver () |
| bool | Execute (igtl::Socket *socket, igtl::MessageBase *header) override |
| Public Member Functions inherited from mtsIGTLReceiverBase | |
| mtsIGTLReceiverBase (const std::string &name, mtsIGTLBridge *bridge) | |
| virtual | ~mtsIGTLReceiverBase () |
Protected Types | |
| typedef _igtlType::Pointer | IGTLPointer |
Protected Attributes | |
| _cisstType | mCISSTData |
| Protected Attributes inherited from mtsIGTLReceiverBase | |
| std::string | mName |
| mtsIGTLBridge * | mBridge |
Additional Inherited Members | |
| Public Attributes inherited from mtsIGTLReceiverBase | |
| mtsFunctionWrite | Function |
| Function used to pull data from the cisst component. | |
|
protected |
|
inline |
|
inlinevirtual |
|
overridevirtual |
Implements mtsIGTLReceiverBase.
|
protected |