32#ifndef TESTINGSESSION_H
33#define TESTINGSESSION_H
Represents a specific testing session.
Definition: TestingSession.h:45
int sampleId
The identifier of the sample being tested in this session.
Definition: TestingSession.h:47
int sessionId
The unique identifier of the testing session.
Definition: TestingSession.h:46
int trialsCount
The total number of trials conducted during the session.
Definition: TestingSession.h:48
int duration
The duration of the session in seconds.
Definition: TestingSession.h:49