This is the documentation for the latest (main) development branch of the Infuse-IoT platform. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

embeint,data-logger

Vendor: Embeint Pty Ltd.

Description

Data logging parent class. It is also used to enumerate higher
level logging abstractions.

  data_logger_udp: data_logger_udp {
    compatible = "embeint,data-logger-epacket", "embeint,data-logger";
    epacket = <&epacket_udp>;

    tdf_logger_udp: tdf_logger_udp {
        compatible = "embeint,tdf-data-logger";
    };
  };

Properties

Properties not inherited from the base binding file.

Name

Type

Details

extra-ram-buffer

int

When a block fills, buffer it in RAM until additional blocks fill. This allows multiple blocks to be written one after the other, amortising the power-up and power-down costs associated with an interface.