12345678910111213141516171819202122232425262728293031323334 |
- .TH "RunGuard" 3 "Tue Aug 9 2022" "openPilotLog" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- RunGuard \- The \fBRunGuard\fP class ensures only a single instance of the application is running simultaneously\&.
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <runguard\&.h>\fP
- .SS "Public Member Functions"
- .in +1c
- .ti -1c
- .RI "\fBRunGuard\fP (const QString &key)"
- .br
- .ti -1c
- .RI "bool \fBisAnotherRunning\fP ()"
- .br
- .ti -1c
- .RI "bool \fBtryToRun\fP ()"
- .br
- .ti -1c
- .RI "void \fBrelease\fP ()"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- The \fBRunGuard\fP class ensures only a single instance of the application is running simultaneously\&.
- .SH "Author"
- .PP
- Generated automatically by Doxygen for openPilotLog from the source code\&.
|