FOUND
Loading...
Searching...
No Matches
datafile.hpp File Reference

Declares data structures for serialized spatial data files, including headers, location records, and full data file representations. More...

#include <memory>
#include <cstdint>
#include <string>
#include "common/spatial/attitude-utils.hpp"
#include "common/style.hpp"
Include dependency graph for datafile.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  found::DataFileHeader
 Represents the header of a data file used in the serialization process. More...
 
struct  found::DataFile
 Represents a complete serialized data file. More...
 

Namespaces

namespace  found
 

Detailed Description

Declares data structures for serialized spatial data files, including headers, location records, and full data file representations.

Note
All decimal variables are written as type double regardless of underlying definition