[][src]Module cxmr_tectonic::dtf

Crypto-bank tectonic DTF file module.

Structs

Contents

Events batches.

Statics

MAIN_OFFSET
MAX_TS_OFFSET

Functions

append_dtf

Writes events to DTF file.

create_dtf

Creates DTF file and writes events.

decode_buffer
file_reader
range

reads a vector of EventData over some time interval (min_ts, max_ts) from file. :param min_ts is time in millisecond :param max_ts is time in millisecond

read_dtf

Reads DTF file with events.

read_dtf_file

Reads DTF file with optional events.

read_file

Reads dtf file contents.

read_file_limit

Reads file contents with limit. Reads all if limit is 0 or -1.

read_file_range

Reads dtf file contents within specified time range.

read_first
read_len
read_magic_value
read_max_ts
read_meta

Reads dtf file metadata.

read_meta_from_buf
read_min_ts
read_missing_periods
read_one_batch
read_one_batch_deque
read_one_batch_main
read_one_batch_meta
read_row
read_symbol
write_batches