C++ Instrument Catalog
Namespaces | Functions
PT2026TypeConversions.h File Reference
#include <string>
#include <vector>
#include <regex>
#include "PT2026Types.h"

Go to the source code of this file.

Namespaces

 MTL
 
 MTL::Instrument
 
 MTL::Instrument::PT2026Types
 

Functions

U16 MTL::Instrument::PT2026Types::BinaryToU16 (const char pBinary[2])
 
I16 MTL::Instrument::PT2026Types::BinaryToI16 (const char pBinary[2])
 
U32 MTL::Instrument::PT2026Types::BinaryToU32 (const char pBinary[4])
 
I32 MTL::Instrument::PT2026Types::BinaryToI32 (const char pBinary[4])
 
F32 MTL::Instrument::PT2026Types::BinaryToF32 (const char pBinary[4])
 
U64 MTL::Instrument::PT2026Types::BinaryToU64 (const char pBinary[8])
 
F64 MTL::Instrument::PT2026Types::BinaryToF64 (const char pBinary[8])
 
bool MTL::Instrument::PT2026Types::StringToUnits (std::string SUnits, eUnits &rUnits)
 
std::string MTL::Instrument::PT2026Types::UnitsToString (eUnits Units)
 
bool MTL::Instrument::PT2026Types::StringtoExtendedChannel (std::string sExtChan, sExtendedChannel &rExtChan)
 
bool MTL::Instrument::PT2026Types::StringToExtendedChannelList (std::string SExtChanList, CExtendedChannelList &rExtChanList)
 
bool MTL::Instrument::PT2026Types::TestPT2026Types ()