get_sensor_column: Parse a column of sensor data

View source: R/payload_SENSOR_DATA.R

get_sensor_columnR Documentation

Parse a column of sensor data

Description

Parse a column of sensor data

Usage

get_sensor_column(
  payload,
  indices,
  bytesInValue,
  is_signed,
  endianness,
  scale_factor,
  label
)

Arguments

payload

raw. The payload to parse

indices

vector giving the starting index of each record to be parsed

bytesInValue

integer. Length of payload entry

is_signed

logical. Is encoded value signed?

endianness

character. Is endianness big or little?

scale_factor

numeric. Scale factor for binary-to-unit conversions

label

character. The column label


AGread documentation built on Sept. 13, 2022, 5:06 p.m.