4#include "devicecommand.h"
27 friend class TestLoggerStopCommand;
The AbstractPokitService class provides a common base for Pokit services classes.
The DataLoggerService class accesses the Data Logger service of Pokit devices.
The AbstractCommand class extends AbstractCommand to add a PokitDevice instance.
The LoggerStopCommand class implements the logger stop CLI command.
DataLoggerService * service
Bluetooth service this command interracts with.
void settingsWritten()
Invoked when the data logger settings have been written.
AbstractPokitService * getService() override
Returns a Pokit service object for the derived command class.
void serviceDetailsDiscovered() override
Handles service detail discovery events.
LoggerStopCommand(QObject *const parent=nullptr)
Construct a new LoggerStopCommand object with parent.
Declares the DataLoggerService class.
QObject * parent() const const