2
0

ARunGuard.3 714 B

12345678910111213141516171819202122232425262728293031323334
  1. .TH "ARunGuard" 3 "Tue May 4 2021" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. ARunGuard \- The RunGuard class ensures only a single instance of the application is running simultaneously\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <arunguard\&.h>\fP
  11. .SS "Public Member Functions"
  12. .in +1c
  13. .ti -1c
  14. .RI "\fBARunGuard\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 RunGuard 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\&.