TwiceAsNice  2019-02-18
Classes | Enumerations | Functions | Variables
CamCfg Namespace Reference

this name space defines the structures and enums for configuration meta, vertical and horiztonal patter data, anything from the configuration matrix More...

Classes

struct  APN_CAMERA_METADATA
 
struct  APN_HPATTERN_FILE
 
struct  APN_VPATTERN_FILE
 

Enumerations

enum  ApnAdType { ApnAdType_None, ApnAdType_Alta_Sixteen, ApnAdType_Alta_Twelve, ApnAdType_Ascent_Sixteen }
 

Functions

void Clear (CamCfg::APN_CAMERA_METADATA &data)
 this name space defines the structures and enums for configuration meta, vertical and horiztonal patter data, anything from the configuration matrix More...
 
void Clear (CamCfg::APN_VPATTERN_FILE &data)
 
void Clear (CamCfg::APN_HPATTERN_FILE &data)
 
CamCfg::ApnAdType ConvertInt2ApnAdType (const int32_t value)
 
std::string ApnAdType2Str (const CamCfg::ApnAdType in)
 

Variables

const uint16_t ID_NO_OP = 60000
 

Detailed Description

this name space defines the structures and enums for configuration meta, vertical and horiztonal patter data, anything from the configuration matrix

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.

Enumeration Type Documentation

◆ ApnAdType

Enumerator
ApnAdType_None 
ApnAdType_Alta_Sixteen 
ApnAdType_Alta_Twelve 
ApnAdType_Ascent_Sixteen 

Function Documentation

◆ ApnAdType2Str()

std::string CamCfg::ApnAdType2Str ( const CamCfg::ApnAdType  in)

◆ Clear() [1/3]

void CamCfg::Clear ( CamCfg::APN_CAMERA_METADATA data)

this name space defines the structures and enums for configuration meta, vertical and horiztonal patter data, anything from the configuration matrix

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.

◆ Clear() [2/3]

void CamCfg::Clear ( CamCfg::APN_VPATTERN_FILE data)

◆ Clear() [3/3]

void CamCfg::Clear ( CamCfg::APN_HPATTERN_FILE data)

◆ ConvertInt2ApnAdType()

CamCfg::ApnAdType CamCfg::ConvertInt2ApnAdType ( const int32_t  value)

Variable Documentation

◆ ID_NO_OP

const uint16_t CamCfg::ID_NO_OP = 60000