Gocator API
|
Represents a data message containing a set of tracheid data.
Public Member Functions | |
kStatus | GoDataMsg_SetStreamStep (GoDataMsg message, GoDataStep streamStep) |
Sets the source of the data stream. More... | |
kStatus | GoDataMsg_SetStreamStepId (GoDataMsg message, k32s streamStepId) |
Sets the identifier of the data stream from the source. More... | |
GoDataStep | GoDataMsg_StreamStep (GoDataMsg message) |
Gets the source of the data stream. More... | |
k32s | GoDataMsg_StreamStepId (GoDataMsg message) |
Gets the identifier of the data stream from the source. More... | |
GoDataMessageType | GoDataMsg_Type (GoDataMsg message) |
Returns the message type for a data channel message given in a GoDataSet. More... | |
GoTracheidEllipse * | GoTracheidMsg_At (GoTracheidMsg msg, kSize index) |
Gets a pointer to a tracheid ellipse array. More... | |
k8u | GoTracheidMsg_CameraIndex (GoTracheidMsg msg) |
Gets the tracheid camera index. More... | |
kSize | GoTracheidMsg_Count (GoTracheidMsg msg) |
Gets the count of tracheid arrays in this message. More... | |
GoDataSource | GoTracheidMsg_Source (GoTracheidMsg msg) |
Gets the tracheid source. More... | |
kSize | GoTracheidMsg_Width (GoTracheidMsg msg) |
Gets the count of ellipses in each tracheid array. More... | |