RunGuard.3 722 B

12345678910111213141516171819202122232425262728293031323334
  1. .TH "RunGuard" 3 "Tue Aug 9 2022" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. RunGuard \- The \fBRunGuard\fP class ensures only a single instance of the application is running simultaneously\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <runguard\&.h>\fP
  11. .SS "Public Member Functions"
  12. .in +1c
  13. .ti -1c
  14. .RI "\fBRunGuard\fP (const QString &key)"
  15. .br
  16. .ti -1c
  17. .RI "bool \fBisAnotherRunning\fP ()"
  18. .br
  19. .ti -1c
  20. .RI "bool \fBtryToRun\fP ()"
  21. .br
  22. .ti -1c
  23. .RI "void \fBrelease\fP ()"
  24. .br
  25. .in -1c
  26. .SH "Detailed Description"
  27. .PP
  28. The \fBRunGuard\fP class ensures only a single instance of the application is running simultaneously\&.
  29. .SH "Author"
  30. .PP
  31. Generated automatically by Doxygen for openPilotLog from the source code\&.