UserDataState.3 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .TH "UserDataState" 3 "Fri Mar 4 2022" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. UserDataState \- The UserDateState struct caches the current number of entries in relevant database tables for fast access\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <database\&.h>\fP
  11. .SS "Public Member Functions"
  12. .in +1c
  13. .ti -1c
  14. .RI "\fBUserDataState\fP (int numTails_, int numPilots_)"
  15. .br
  16. .ti -1c
  17. .RI "bool \fBoperator==\fP (const \fBUserDataState\fP &other)"
  18. .br
  19. .ti -1c
  20. .RI "bool \fBoperator!=\fP (const \fBUserDataState\fP &other)"
  21. .br
  22. .in -1c
  23. .SS "Public Attributes"
  24. .in +1c
  25. .ti -1c
  26. .RI "int \fBnumTails\fP"
  27. .br
  28. .ti -1c
  29. .RI "int \fBnumPilots\fP"
  30. .br
  31. .in -1c
  32. .SH "Detailed Description"
  33. .PP
  34. The UserDateState struct caches the current number of entries in relevant database tables for fast access\&.
  35. .PP
  36. \fBParameters\fP
  37. .RS 4
  38. \fInumTails\fP - Number of tails in the database
  39. .br
  40. \fInumPilots\fP - Number of pilots in the database
  41. .RE
  42. .PP
  43. .SH "Author"
  44. .PP
  45. Generated automatically by Doxygen for openPilotLog from the source code\&.