45 Mille(
const std::string& outFileName,
bool asBinary =
true,
bool writeZero =
false);
46 void mille(
int NLC,
const float* derLc,
int NGL,
const float* derGl,
const int*
label,
float rMeas,
float sigma);
47 void special(
int nSpecial,
const float* floatings,
const int* integers);
55 static constexpr int MaxLabel = 0x7fffffff;
56 std::ofstream mOutFile = {};
57 bool mAsBinary =
true;
58 bool mWriteZero =
false;
59 bool mHasSpecial =
false;
60 std::vector<int> mBufferInt;
61 std::vector<float> mBufferFloat;
void mille(int NLC, const float *derLc, int NGL, const float *derGl, const int *label, float rMeas, float sigma)
Add measurement to buffer.
void clear()
Initialize for new set of locals, e.g. new track.
void special(int nSpecial, const float *floatings, const int *integers)
Add special data to buffer.
int finalise()
Write buffer (set of derivatives with same local parameters) to file.
GLuint GLsizei const GLchar * label
void align(gsl::span< ElinkEncoder< BareFormat, CHARGESUM > > elinks)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
std::string asBinary(uint64_t value)