Commit Graph

5 Commits

Author SHA1 Message Date
Vladyslav Baranovskyi
61043119df Using std::variant, changed EndianSwap, new function StringFromTime, minor tweaks 2024-09-30 15:01:00 +03:00
Vladyslav Baranovskyi
a0cf20b9a8 Proper GPSCoords construction from a single float value, moved ref variables to GPSCoords 2024-09-25 12:20:33 +03:00
Vladyslav Baranovskyi
ed87e1dfdb Summary:
- Using std::array instead of c arrays
- Methods and functions are now in PascalCase
- Using std::reverse in EndianSwap
- Using little_endian bool variable
- TRUE_ is now TRUE_NORTH
- Added constructors to GPSCoords class
- GetCurrentTimestamp() method
- Added setter for altitude variable
- Minor renamings
2024-09-23 22:09:36 +03:00
Vladyslav Baranovskyi
0fd5b1aec8 Writing x/y resolution and exposureTime properly, storing Track direction 2024-09-17 19:28:27 +03:00
Vladyslav Baranovskyi
c28e1adc4d Basic implementation (encoding course information is in TODO right now) 2024-09-17 14:41:31 +03:00