Developer Application Interface (ARC API)
v4.5.8
ARC, Inc. GenIV Application Interface
ArcSyntheticDefs.h
1
// +------------------------------------------------------------------------------------------------------------------+
2
// | FILE: ArcSyntheticDefs.h ( GenIV ) |
3
// +------------------------------------------------------------------------------------------------------------------+
4
// | PURPOSE: This file defines the controller synthetic image source modes. |
5
// | |
6
// | AUTHOR: Scott Streit DATE: Feb 26, 2020 |
7
// | |
8
// | Copyright 2020 Astronomical Research Cameras, Inc. All rights reserved. |
9
// +------------------------------------------------------------------------------------------------------------------+
12
#pragma once
13
14
#ifdef __cplusplus
15
16
namespace
arc
17
{
18
namespace
gen4
19
{
20
21
#endif
22
39
#ifdef __cplusplus
40
enum class
synImgSource_e
: std::uint32_t
41
#else
42
typedef enum synImgSourceType
43
#endif
44
{
45
eNone
= 0,
46
eARC420
,
47
eARC440_GRADIENT
,
48
eARC440_NOISE
49
#ifdef __cplusplus
50
};
51
#else
52
} synImgSource_e;
53
#endif
54
55
56
#ifdef __cplusplus
57
58
}
// end gen4 namespace
59
}
// end arc namespace
60
61
#endif
arc::gen4::synImgSource_e
synImgSource_e
Definition:
ArcSyntheticDefs.h:44
arc::gen4::synImgSource_e::eARC440_NOISE
@ eARC440_NOISE
arc::gen4::synImgSource_e::eARC420
@ eARC420
arc::gen4::synImgSource_e::eNone
@ eNone
arc::gen4::synImgSource_e::eARC440_GRADIENT
@ eARC440_GRADIENT
arc
Definition:
CArcBase.h:50
CArcDevice
inc
ArcSyntheticDefs.h
Generated by
1.9.2