GPS Device
Loading...
Searching...
No Matches
DATALOG_CFG_ts Struct Reference

Configuration structure for initializing a data log handle. More...

#include <datalog.h>

Public Attributes

char name [CONFIG_SD_MAX_NAME_LEN]
DATALOG_TIME_te datalog_time

Detailed Description

Configuration structure for initializing a data log handle.

Passed to datalog_init_handle to configure a new log instance.

Definition at line 72 of file datalog.h.

Member Data Documentation

◆ name

char DATALOG_CFG_ts::name[CONFIG_SD_MAX_NAME_LEN]

Human-readable name of this log instance (null-terminated).

Definition at line 74 of file datalog.h.

◆ datalog_time

DATALOG_TIME_te DATALOG_CFG_ts::datalog_time

Interval between consecutive log entries.

Definition at line 77 of file datalog.h.


The documentation for this struct was generated from the following file: