View source: R/SeaSondeRCSSW.R
seasonder_readCSSWLims | R Documentation |
Reads a specified number of 32-bit unsigned integers from a binary connection and reshapes them into a matrix representing CSSW limits.
seasonder_readCSSWLims(connection, n_values, endian = "big")
connection |
A binary connection. |
n_values |
The number of 32-bit unsigned integers to read. |
endian |
A string specifying byte order ("big" or "little"). |
A numeric matrix with four columns: LeftBraggLeftLimit, LeftBraggRightLimit, RightBraggLeftLimit, and RightBraggRightLimit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.