TwiceAsNice
2019-02-18
|
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 |
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.
CamInfo::StrDb CamInfo::GetNoOpDb | ( | ) |
CamInfo::NetDb CamInfo::MkNetDbFromU8Vect | ( | const std::vector< uint8_t > & | u8Vect | ) |
CamInfo::StrDb CamInfo::MkStrDbFromStrVect | ( | const std::vector< std::string > & | strVect | ) |
std::vector< std::string > CamInfo::MkStrVectFromStrDb | ( | const CamInfo::StrDb & | DbStruct | ) |
std::vector< uint8_t > CamInfo::MkU8VectFromNetDb | ( | const CamInfo::NetDb & | DbStruct | ) |