IODA Bundle
odc::codec Namespace Reference

Namespaces

 anonymous_namespace{Constant.cc}
 
 anonymous_namespace{Integer.cc}
 
 anonymous_namespace{IntegerMissing.cc}
 
 anonymous_namespace{Real.cc}
 
 anonymous_namespace{String.cc}
 

Classes

class  CodecOptimizer
 
class  CodecConstant
 
class  CodecConstantString
 
class  BaseCodecInteger
 
class  CodecIntegerOffset
 
class  CodecIntegerDirect
 
struct  CodecInt8
 
struct  CodecInt16
 
struct  CodecInt32
 
class  BaseCodecMissing
 
struct  CodecInt8Missing
 
struct  CodecInt16Missing
 
struct  CodecConstantOrMissing
 
class  CodecRealConstantOrMissing
 
class  CodecLongReal
 
class  ShortRealBase
 
struct  CodecShortReal
 
struct  CodecShortReal2
 
class  CodecChars
 
class  IntStringCodecBase
 
struct  CodecInt8String
 
struct  CodecInt16String
 

Variables

static constexpr uint32_t minFloatAsInt = 0x800000
 
static constexpr uint32_t maxFloatAsInt = 0x7f7fffff
 
static constexpr uint32_t real2MissingAsInt = 0xff7fffff
 

Variable Documentation

◆ maxFloatAsInt

constexpr uint32_t odc::codec::maxFloatAsInt = 0x7f7fffff
staticconstexpr

Definition at line 23 of file Real.h.

◆ minFloatAsInt

constexpr uint32_t odc::codec::minFloatAsInt = 0x800000
staticconstexpr

Definition at line 22 of file Real.h.

◆ real2MissingAsInt

constexpr uint32_t odc::codec::real2MissingAsInt = 0xff7fffff
staticconstexpr

Definition at line 24 of file Real.h.