TwiceAsNice  2019-02-18
Classes | Functions | Variables
CamInfo Namespace Reference

Namespace the support decoding camera model names from raw input data. More...

Classes

struct  NetDb
 
struct  StrDb
 

Functions

std::vector< std::string > DLL_EXPORT MkStrVectFromStrDb (const CamInfo::StrDb &DbStruct)
 
CamInfo::StrDb DLL_EXPORT MkStrDbFromStrVect (const std::vector< std::string > &strVect)
 
CamInfo::StrDb DLL_EXPORT GetNoOpDb ()
 
std::vector< uint8_t > DLL_EXPORT MkU8VectFromNetDb (const CamInfo::NetDb &DbStruct)
 
CamInfo::NetDb DLL_EXPORT MkNetDbFromU8Vect (const std::vector< uint8_t > &u8Vect)
 

Variables

const uint32_t NET_MAGIC_VALID = 0x63626160
 

Detailed Description

Namespace the support decoding camera model names from raw input data.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copyright(c) 2010 Apogee Instruments, Inc.

Function Documentation

◆ GetNoOpDb()

CamInfo::StrDb CamInfo::GetNoOpDb ( )

◆ MkNetDbFromU8Vect()

CamInfo::NetDb CamInfo::MkNetDbFromU8Vect ( const std::vector< uint8_t > &  u8Vect)

◆ MkStrDbFromStrVect()

CamInfo::StrDb CamInfo::MkStrDbFromStrVect ( const std::vector< std::string > &  strVect)

◆ MkStrVectFromStrDb()

std::vector< std::string > CamInfo::MkStrVectFromStrDb ( const CamInfo::StrDb DbStruct)

◆ MkU8VectFromNetDb()

std::vector< uint8_t > CamInfo::MkU8VectFromNetDb ( const CamInfo::NetDb DbStruct)

Variable Documentation

◆ NET_MAGIC_VALID

const uint32_t CamInfo::NET_MAGIC_VALID = 0x63626160