UbxInterpreter.Utils (ubx_interpreter v0.1.1) View Source

Link to this section Summary

Link to this section Functions

Link to this function

calculate_ubx_checksum(buffer)

View Source

Specs

calculate_ubx_checksum(list()) :: binary()
Link to this function

construct_message_from_list(msg_class, msg_id, byte_types, values)

View Source

Specs

construct_message_from_list(integer(), integer(), list(), list()) :: binary()
Link to this function

construct_message_from_map(msg_class, msg_id, byte_types, multipliers, keys, values_map)

View Source

Specs

construct_message_from_map(integer(), integer(), list(), list(), list(), map()) ::
  binary()
Link to this function

construct_proto_message(msg_class, msg_id, payload)

View Source

Specs

construct_proto_message(integer(), integer(), binary()) :: binary()
Link to this function

deconstruct_message_to_list(byte_types, multipliers, payload)

View Source

Specs

deconstruct_message_to_list(list(), list(), list()) :: list()
Link to this function

deconstruct_message_to_map(byte_types, multipliers, keys, payload)

View Source

Specs

deconstruct_message_to_map(list(), list(), list(), list()) :: map()