cisst-saw
|
SAW component for establishing a network connection via OpenIGTLink protocol.The component may be configured as a server by providing a target hostname/IP and a port number (delimited by ":"), or as a client by simply omitting the host. More...
#include <cisstOSAbstraction/osaSocket.h>
#include <cisstOSAbstraction/osaSocketServer.h>
#include <cisstMultiTask/mtsTaskPeriodic.h>
#include <cisstParameterTypes/prmPositionCartesianGet.h>
#include <sawOpenIGTLink/sawOpenIGTLinkExport.h>
Go to the source code of this file.
Classes | |
class | mtsOpenIGTLink |
Functions | |
CMN_DECLARE_SERVICES_INSTANTIATION (mtsOpenIGTLink) | |
SAW component for establishing a network connection via OpenIGTLink protocol.
The component may be configured as a server by providing a target hostname/IP and a port number (delimited by ":"), or as a client by simply omitting the host.
igtlutil library is required to compile and run the examples.
SVN repository of the source code: http://svn.na-mic.org/NAMICSandBox/trunk/OpenIGTLink
Build instructions for various platforms: http://www.na-mic.org/Wiki/index.php/OpenIGTLink/Library/Build
Handle multiple connections by storing the returned socket pointer in an array.
Check for cyclic redundancy (CRC).
Handle message types besides TRANSFORM.
CMN_DECLARE_SERVICES_INSTANTIATION | ( | mtsOpenIGTLink | ) |