MeVisLab Toolbox Reference
|
Structures describing the R2Sonic .wc water column data format. More...
#include "MLPCLR2SonicWCLoaderSystem.h"
#include <mlModuleIncludes.h>
#include <mlReleaseToolsString.h>
#include <mlByteDataReader.h>
#include <list>
Go to the source code of this file.
Classes | |
class | ml::R2SonicWC::WaterColumnSectionBase |
A base class for all WaterColumn section formats. More... | |
class | ml::R2SonicWC::WaterColumnH0 |
A structure describing the H0 section of a WaterColumn data package (only one per ping). More... | |
class | ml::R2SonicWC::WaterColumnA1 |
A structure describing the A1 section of a WaterColumn data package containing float beam angles, arbitrarily-spaced (only one per ping). More... | |
class | ml::R2SonicWC::WaterColumnM1AndM2Header |
A structure describing the common data header of an M1_Data and an M2_Data section of a WaterColumn data package. More... | |
class | ml::R2SonicWC::WaterColumnM1OrM2 |
A structure describing the common data header of an M1_Data and an M2_Data section of a WaterColumn data package. More... | |
struct | ml::R2SonicWC::WaterColumnM1OrM2::DoubleMLint16 |
Vector entry for storage for data from M2 sections. More... | |
class | ml::R2SonicWC::WaterColumnPacket |
Class describing a introducing data packet of a WaterColumn data package. More... | |
class | ml::R2SonicWC::WaterColumnDataSetPing |
Class managing all sections belonging to the same ping. More... | |
class | ml::R2SonicWC::WaterColumnDataSet |
Class describing the common data header of a WaterColumn data package. More... | |
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
namespace | ml::R2SonicWC |
Namespace containing R2Sonic loader specific functionality.. | |
Functions | |
MLPCLR2SonicWCLoader_EXPORT std::string | ml::R2SonicWC::convertBytesToReadableString (const char *chars, size_t numChars, bool revert) |
Read a n-byte string reversely from memory into a human readable string or an empty string on nullptr or 0 inputs. | |
Structures describing the R2Sonic .wc water column data format.
Structures describing the R2Sonic .wc water column data format.
Definition in file mlWaterColumnStructures.h.