Struct BatchIdVec1d

Struct Documentation

struct fkin::BatchIdVec1d

A batch of Timestamp and IdVec1d data pairs.

Public Members

string id

Identifier string.

sequence_<IdVec1d> batch

A vector of IdVec1d. batch and timestamps shall be of equal length.

sequence_<Timestamp> timestamps

A vector of Timestamp.