naev 0.12.5
ShipLog Struct Reference
Collaboration diagram for ShipLog:

Data Fields

int * idList
char ** typeList
char ** nameList
ntime_t * removeAfter
char ** idstrList
int * maxLen
int nlogs
ShipLogEntryhead
ShipLogEntrytail

Detailed Description

Definition at line 24 of file shiplog.c.

Field Documentation

◆ head

ShipLogEntry* ShipLog::head

The head (newest entry)

Definition at line 32 of file shiplog.c.

◆ idList

int* ShipLog::idList

Definition at line 25 of file shiplog.c.

◆ idstrList

char** ShipLog::idstrList

Definition at line 29 of file shiplog.c.

◆ maxLen

int* ShipLog::maxLen

Definition at line 30 of file shiplog.c.

◆ nameList

char** ShipLog::nameList

Definition at line 27 of file shiplog.c.

◆ nlogs

int ShipLog::nlogs

Definition at line 31 of file shiplog.c.

◆ removeAfter

ntime_t* ShipLog::removeAfter

Definition at line 28 of file shiplog.c.

◆ tail

ShipLogEntry* ShipLog::tail

The tail (oldest entry)

Definition at line 33 of file shiplog.c.

◆ typeList

char** ShipLog::typeList

Definition at line 26 of file shiplog.c.


The documentation for this struct was generated from the following file: