| openPilotLog
    | 
The EntryData struct. Contains ALL possible data. However depending on who is constructing it, different types are initialised. FUTURE: Would it be necessary to able to change data? George: I would say no because we dont want to fuck around with the entry. Collect data from user -> Pack it up in the entry -> Consume it. More...
#include <UserInput.h>
| Public Types | |
| enum | MetaTag { Pilot, Flight, Aircraft } | 
| Public Member Functions | |
| UserInput (EntryData new_data, MetaTag tag) | |
| QString | only (QString data_type) const | 
| const EntryData & | all () const | 
| Public Attributes | |
| enum experimental::UserInput::MetaTag | meta_tag | 
The EntryData struct. Contains ALL possible data. However depending on who is constructing it, different types are initialised. FUTURE: Would it be necessary to able to change data? George: I would say no because we dont want to fuck around with the entry. Collect data from user -> Pack it up in the entry -> Consume it.