OpenIGTLinkTrajectorySender¶
-
MLModule
¶ author Daniel Romberg
package FMEstable/ReleaseMeVis
dll MLOpenIGTLinkCommunication
definition MLOpenIGTLinkCommunication.def see also OpenIGTLinkTrajectoryReceiver
keywords message
,communication
,channel
Parameter Fields¶
Field Index¶
Device Name : String |
In Trajectory Json : String |
Metadata : String |
outMessageCreated : Trigger |
Send : Trigger |
Timestamp : Integer |
Visible Fields¶
In Trajectory Json¶
-
name:
inTrajectoryJson
, type:
String
, default:
[]
¶ Example:
[ { "color": { "a": 255, "b": 11, "g": 24, "r": 23 }, "entryPosition": { "x": 23.0, "y": 24.0, "z": 11.0 }, "groupName": "some group", "name": "my msg", "owner": "daniel", "radius": 25.399999618530273 }, { "targetPosition": { "x": 23.0, "y": 24.0, "z": 11.0 } }, { "entryPosition": { "x": 23.0, "y": 24.0, "z": 11.0 }, "targetPosition": { "x": 23.0, "y": 24.0, "z": 11.0 } } ]
Most of the attributes are optional, only entryPosition and/or targetPosition are required.