Struct ParallelPortConfig#
Defined in File settings.hpp
Struct Documentation#
-
struct ParallelPortConfig
Public Functions
-
QJsonObject to_json() const
Public Members
-
QString portAddress = "0x378"
-
int pollRateMs = 1
-
bool enabled = false
-
bool invertLogic = false
-
TriggerAction action = TriggerAction::Log
-
bool sendRecordingMarker = false
Public Static Functions
-
static std::optional<ParallelPortConfig> from_json(const QJsonObject&)
-
QJsonObject to_json() const