12345678910111213141516171819202122232425262728293031323334353637 |
- .TH "OPL::TailEntry" 3 "Tue Aug 9 2022" "openPilotLog" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- OPL::TailEntry \- A \fBRow\fP representing a Tail (Registration) entry\&. See \fBRow\fP class for details\&.
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <row\&.h>\fP
- .PP
- Inherits \fBOPL::Row\fP\&.
- .SS "Public Member Functions"
- .in +1c
- .ti -1c
- .RI "\fBTailEntry\fP (const RowData_T &row_data)"
- .br
- .ti -1c
- .RI "\fBTailEntry\fP (int row_id, const RowData_T &row_data)"
- .br
- .ti -1c
- .RI "const QString \fBregistration\fP () const"
- .br
- .ti -1c
- .RI "const QString \fBtype\fP () const"
- .br
- .in -1c
- .SS "Additional Inherited Members"
- .SH "Detailed Description"
- .PP
- A \fBRow\fP representing a Tail (Registration) entry\&. See \fBRow\fP class for details\&.
- .SH "Author"
- .PP
- Generated automatically by Doxygen for openPilotLog from the source code\&.
|