2
0

DataPosition.3 644 B

1234567891011121314151617181920212223242526272829303132333435
  1. .TH "DataPosition" 3 "Fri Mar 4 2022" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. DataPosition
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .SS "Public Member Functions"
  10. .in +1c
  11. .ti -1c
  12. .RI "\fBDataPosition\fP (TableName_T table_name, RowId_T row_id)"
  13. .br
  14. .ti -1c
  15. .RI "\fBDataPosition\fP (const \fBDataPosition\fP &other)=default"
  16. .br
  17. .ti -1c
  18. .RI "\fBDataPosition\fP & \fBoperator=\fP (const \fBDataPosition\fP &other)=default"
  19. .br
  20. .in -1c
  21. .SS "Public Attributes"
  22. .in +1c
  23. .ti -1c
  24. .RI "TableName_T \fBtableName\fP"
  25. .br
  26. .ti -1c
  27. .RI "RowId_T \fBrowId\fP"
  28. .br
  29. .in -1c
  30. .SH "Author"
  31. .PP
  32. Generated automatically by Doxygen for openPilotLog from the source code\&.