123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732 |
- //-----------------------------------------------------------------------------
- // Basler pylon SDK
- // Copyright (c) 2019-2021 Basler AG
- // http://www.baslerweb.com
- //-----------------------------------------------------------------------------
- /*!
- \file
- \brief A parameter class containing all parameters as members that are available for chunk data of Basler camera devices
- The parameter class is used by the \link Pylon::CBaslerUniversalGrabResultPtr \c CBaslerUniversalGrabResultPtr \endlink class.
- More information can be found in the code of the \ref sample_Grab_ChunkImage sample.
- */
- //-----------------------------------------------------------------------------
- // This file is generated automatically
- // Do not modify!
- //-----------------------------------------------------------------------------
- #ifndef BASLER_PYLON_UNIVERSALCHUNKDATAPARAMS_H
- #define BASLER_PYLON_UNIVERSALCHUNKDATAPARAMS_H
- #pragma once
- // common parameter types
- #include <pylon/ParameterIncludes.h>
- #include <pylon/EnumParameterT.h>
- namespace Basler_UniversalChunkDataParams
- {
- //**************************************************************************************************
- // Enumerations
- //**************************************************************************************************
- //! Valid values for BslChunkAutoBrightnessStatus
- enum BslChunkAutoBrightnessStatusEnums
- {
- BslChunkAutoBrightnessStatus_Disabled, //!< Target brightness adjustments are disabled, i e , Gain Auto and Exposure Auto are set to Off - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB
- BslChunkAutoBrightnessStatus_TargetNotReached, //!< Target brightness adjustments are enabled, but the target brightness value has not been reached - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB
- BslChunkAutoBrightnessStatus_TargetReached //!< Target brightness adjustments are enabled, and the target brightness value has been reached - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB
- };
- //! Valid values for BslChunkTimestampSelector
- enum BslChunkTimestampSelectorEnums
- {
- BslChunkTimestampSelector_ExposureEnd, //!< The Chunk Timestamp Value parameter indicates when exposure of the current image ended - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB
- BslChunkTimestampSelector_ExposureStart, //!< The Chunk Timestamp Value parameter indicates when exposure of the current image started - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB
- BslChunkTimestampSelector_FrameStart //!< The Chunk Timestamp Value parameter indicates when acquisition of the current image started - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB
- };
- //! Valid values for ChunkCounterSelector
- enum ChunkCounterSelectorEnums
- {
- ChunkCounterSelector_Counter1, //!< Chunk data can be retrieved from counter 1 - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB
- ChunkCounterSelector_Counter2 //!< Chunk data can be retrieved from counter 2 - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB
- };
- //! Valid values for ChunkGainSelector
- enum ChunkGainSelectorEnums
- {
- ChunkGainSelector_All //!< Chunk data can be retrieved from all gain channels - Applies to: ace USB
- };
- //! Valid values for ChunkPixelFormat
- enum ChunkPixelFormatEnums
- {
- ChunkPixelFormat_BGR10Packed, //!< The pixel data in the acquired image is in the BGR 10 Packed format - Applies to: GigE
- ChunkPixelFormat_BGR12Packed, //!< The pixel data in the acquired image is in the BGR 12 Packed format - Applies to: GigE
- ChunkPixelFormat_BGR8Packed, //!< The pixel data in the acquired image is in the BGR 8 Packed format - Applies to: GigE
- ChunkPixelFormat_BGRA8Packed, //!< The pixel data in the acquired image is in the BGRA 8 Packed format - Applies to: GigE
- ChunkPixelFormat_BayerBG10, //!< The pixel data in the acquired image is in the Bayer BG 10 format - Applies to: GigE
- ChunkPixelFormat_BayerBG10p, //!< The pixel data in the acquired image is in the Bayer BG 10p format - Applies to: GigE
- ChunkPixelFormat_BayerBG12, //!< The pixel data in the acquired image is in the Bayer BG 12 format - Applies to: GigE
- ChunkPixelFormat_BayerBG12Packed, //!< The pixel data in the acquired image is in the Bayer BG 12 Packed format - Applies to: GigE
- ChunkPixelFormat_BayerBG16, //!< The pixel data in the acquired image is in the Bayer BG 16 format - Applies to: GigE
- ChunkPixelFormat_BayerBG8, //!< The pixel data in the acquired image is in the Bayer BG 8 format - Applies to: GigE
- ChunkPixelFormat_BayerGB10, //!< The pixel data in the acquired image is in the Bayer GB 10 format - Applies to: GigE
- ChunkPixelFormat_BayerGB10p, //!< The pixel data in the acquired image is in the Bayer GB 10p format - Applies to: GigE
- ChunkPixelFormat_BayerGB12, //!< The pixel data in the acquired image is in the Bayer GB 12 format - Applies to: GigE
- ChunkPixelFormat_BayerGB12Packed, //!< The pixel data in the acquired image is in the Bayer GB 12 Packed format - Applies to: GigE
- ChunkPixelFormat_BayerGB16, //!< The pixel data in the acquired image is in the Bayer GB 16 format - Applies to: GigE
- ChunkPixelFormat_BayerGB8, //!< The pixel data in the acquired image is in the Bayer GB 8 format - Applies to: GigE
- ChunkPixelFormat_BayerGR10, //!< The pixel data in the acquired image is in the Bayer GR 10 format - Applies to: GigE
- ChunkPixelFormat_BayerGR10p, //!< The pixel data in the acquired image is in the Bayer GR 10p format - Applies to: GigE
- ChunkPixelFormat_BayerGR12, //!< The pixel data in the acquired image is in the Bayer GR 12 format - Applies to: GigE
- ChunkPixelFormat_BayerGR12Packed, //!< The pixel data in the acquired image is in the Bayer GR 12 Packed format - Applies to: GigE
- ChunkPixelFormat_BayerGR16, //!< The pixel data in the acquired image is in the Bayer GR 16 format - Applies to: GigE
- ChunkPixelFormat_BayerGR8, //!< The pixel data in the acquired image is in the Bayer GR 8 format - Applies to: GigE
- ChunkPixelFormat_BayerRG10, //!< The pixel data in the acquired image is in the Bayer RG 10 format - Applies to: GigE
- ChunkPixelFormat_BayerRG10p, //!< The pixel data in the acquired image is in the Bayer RG 10p format - Applies to: GigE
- ChunkPixelFormat_BayerRG12, //!< The pixel data in the acquired image is in the Bayer RG 12 format - Applies to: GigE
- ChunkPixelFormat_BayerRG12Packed, //!< The pixel data in the acquired image is in the Bayer RG 12 Packed format - Applies to: GigE
- ChunkPixelFormat_BayerRG16, //!< The pixel data in the acquired image is in the Bayer RG 16 format - Applies to: GigE
- ChunkPixelFormat_BayerRG8, //!< The pixel data in the acquired image is in the Bayer RG 8 format - Applies to: GigE
- ChunkPixelFormat_Mono10, //!< The pixel data in the acquired image is in the Mono 10 format - Applies to: GigE
- ChunkPixelFormat_Mono10Packed, //!< The pixel data in the acquired image is in the Mono 10 Packed format - Applies to: GigE
- ChunkPixelFormat_Mono10p, //!< The pixel data in the acquired image is in the Mono 10p format - Applies to: GigE
- ChunkPixelFormat_Mono12, //!< The pixel data in the acquired image is in the Mono 12 format - Applies to: GigE
- ChunkPixelFormat_Mono12Packed, //!< The pixel data in the acquired image is in the Mono 12 Packed format - Applies to: GigE
- ChunkPixelFormat_Mono16, //!< The pixel data in the acquired image is in the Mono 16 format - Applies to: GigE
- ChunkPixelFormat_Mono8, //!< The pixel data in the acquired image is in the Mono 8 format - Applies to: GigE
- ChunkPixelFormat_Mono8Signed, //!< The pixel data in the acquired image is in the Mono 8 Signed format - Applies to: GigE
- ChunkPixelFormat_RGB10Packed, //!< The pixel data in the acquired image is in the RGB 10 Packed format - Applies to: GigE
- ChunkPixelFormat_RGB10Planar, //!< The pixel data in the acquired image is in the RGB 10 Planar format - Applies to: GigE
- ChunkPixelFormat_RGB10V1Packed, //!< The pixel data in the acquired image is in the RGB 10V1 Packed format - Applies to: GigE
- ChunkPixelFormat_RGB10V2Packed, //!< The pixel data in the acquired image is in the RGB 10V2 Packed format - Applies to: GigE
- ChunkPixelFormat_RGB12Packed, //!< The pixel data in the acquired image is in the RGB 12 Packed format - Applies to: GigE
- ChunkPixelFormat_RGB12Planar, //!< The pixel data in the acquired image is in the RGB 12 Planar format - Applies to: GigE
- ChunkPixelFormat_RGB12V1Packed, //!< The pixel data in the acquired image is in RGB 12 V1 Packed format - Applies to: GigE
- ChunkPixelFormat_RGB16Planar, //!< The pixel data in the acquired image is in the RGB 16 Planar format - Applies to: GigE
- ChunkPixelFormat_RGB8Packed, //!< The pixel data in the acquired image is in the RGB 8 Packed format - Applies to: GigE
- ChunkPixelFormat_RGB8Planar, //!< The pixel data in the acquired image is in the RGB 8 Planar format - Applies to: GigE
- ChunkPixelFormat_RGBA8Packed, //!< The pixel data in the acquired image is in the RGBA 8 Packed format - Applies to: GigE
- ChunkPixelFormat_YUV411Packed, //!< The pixel data in the acquired image is in the YUV 411 Packed format - Applies to: GigE
- ChunkPixelFormat_YUV422Packed, //!< The pixel data in the acquired image is in the YUV 422 Packed format - Applies to: GigE
- ChunkPixelFormat_YUV422_YUYV_Packed, //!< The pixel data in the acquired image is in the YUV 422 (YUYV) Packed format - Applies to: GigE
- ChunkPixelFormat_YUV444Packed //!< The pixel data in the acquired image is in the YUV 444 Packed format - Applies to: GigE
- };
-
-
- //**************************************************************************************************
- // Parameter class CUniversalChunkDataParams_Params_v6_3_0
- //**************************************************************************************************
-
- /*!
- \brief A parameter class containing all parameters as members that are available for chunk data of Basler camera devices
- The parameter class is used by the \link Pylon::CBaslerUniversalGrabResultPtr \c CBaslerUniversalGrabResultPtr \endlink class.
- More information can be found in the code of the \ref sample_Grab_ChunkImage sample.
- */
- class PYLONBASE_API CUniversalChunkDataParams_Params_v6_3_0
- {
- //----------------------------------------------------------------------------------------------------------------
- // Implementation
- //----------------------------------------------------------------------------------------------------------------
- protected:
- // If you want to show the following methods in the help file
- // add the string HIDE_CLASS_METHODS to the ENABLED_SECTIONS tag in the doxygen file
- //! \cond HIDE_CLASS_METHODS
-
- //! Constructor
- CUniversalChunkDataParams_Params_v6_3_0( void );
- //! Destructor
- ~CUniversalChunkDataParams_Params_v6_3_0( void );
- //! Initializes the references
- void _Initialize( GENAPI_NAMESPACE::INodeMap* );
- //! \endcond
- private:
- class CUniversalChunkDataParams_Params_v6_3_0_Data;
- CUniversalChunkDataParams_Params_v6_3_0_Data* m_pCUniversalChunkDataParams_Params_v6_3_0_Data;
- //----------------------------------------------------------------------------------------------------------------
- // References to features
- //----------------------------------------------------------------------------------------------------------------
- public:
- //! \name Categories: Root
- //@{
- /*!
- \brief Indicates the status of the target brightness adjustments performed by the Exposure Auto and Gain Auto auto functions - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB
- Visibility: Expert
- */
- Pylon::IEnumParameterT<BslChunkAutoBrightnessStatusEnums>& BslChunkAutoBrightnessStatus;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Sets which information should be included in the Chunk Timestamp Value chunk - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB
- Visibility: Expert
- Selecting Parameters: BslChunkTimestampValue
- */
- Pylon::IEnumParameterT<BslChunkTimestampSelectorEnums>& BslChunkTimestampSelector;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Value of the timestamp when the image was acquired - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB
- Visibility: Expert
- Selected by: BslChunkTimestampSelector
- */
- Pylon::IIntegerEx& BslChunkTimestampValue;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Sets which counter to retrieve chunk data from - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB
- Visibility: Expert
- Selecting Parameters: ChunkCounterValue
- */
- Pylon::IEnumParameterT<ChunkCounterSelectorEnums>& ChunkCounterSelector;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Value of the selected chunk counter - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB
- Visibility: Beginner
- Selected by: ChunkCounterSelector
- */
- Pylon::IIntegerEx& ChunkCounterValue;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Maximum possible pixel value in the acquired image - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkDynamicRangeMax;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Minimum possible pixel value in the acquired image - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkDynamicRangeMin;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Exposure time used to acquire the image - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB
- Visibility: Beginner
- */
- Pylon::IFloatEx& ChunkExposureTime;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Unique identifier of the current frame - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB
- Unique identifier of the current frame. The frame ID starts at 0 and keeps incrementing by 1 for each exposed image until the camera is powered off. The maximum value is 2^48.
- Visibility: Expert
- */
- Pylon::IIntegerEx& ChunkFrameID;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Value of the Frame Trigger counter when the image was acquired - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkFrameTriggerCounter;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Value of the Frame Trigger Ignored counter when the image was acquired - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkFrameTriggerIgnoredCounter;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Value of the Frame counter when the image was acquired - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkFramecounter;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Value of the Frames per Trigger counter when the image was acquired - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkFramesPerTriggerCounter;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Gain used during image acquisition - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB
- Visibility: Beginner
- Selected by: ChunkGainSelector
- */
- Pylon::IFloatEx& ChunkGain;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Gain All value of the acquired image - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkGainAll;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Sets which gain channel to retrieve chunk data from - Applies to: ace USB
- Visibility: Expert
- Selecting Parameters: ChunkGain
- */
- Pylon::IEnumParameterT<ChunkGainSelectorEnums>& ChunkGainSelector;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief AOI height of the acquired image - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkHeight;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Number of bits per line used for the Input Status At Line Trigger parameter - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkInputStatusAtLineTriggerBitsPerLine;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Index number used for the Input Status At Line Trigger parameter - Applies to: GigE
- Index number used for the Input Status At Line Trigger parameter. The index number can be used to get the state of the camera's input lines when a specific line was acquired. For example, if you want to know the state of the camera's input lines when line 30 was acquired, set the index to 30, then retrieve the value of Status Index parameter.
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkInputStatusAtLineTriggerIndex;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Value indicating the status of the camera's input lines when a specific line was acquired - Applies to: GigE
- Value indicating the status of the camera's input lines when a specific line was acquired. The information is stored in a 4-bit value (bit 0 = input line 1 state, bit 1 = input line 2 state etc.). For more information, see the Status Index parameter documentation.
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkInputStatusAtLineTriggerValue;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Bit field that indicates the status of all of the camera's input and output lines when the image was acquired - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkLineStatusAll;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Value of the Line Trigger counter when the image was acquired - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkLineTriggerCounter;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Value of the Line Trigger End to End counter when the image was acquired - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkLineTriggerEndToEndCounter;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Value of the Line Trigger Ignored counter when the image was acquired - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkLineTriggerIgnoredCounter;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief X offset of the AOI of the acquired image - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkOffsetX;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Y offset of the AOI of the acquired image - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkOffsetY;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief CRC checksum of the acquired image - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB
- CRC checksum of the acquired image. The checksum is calculated using all of the image data and all of the appended chunks except for the checksum itself.
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkPayloadCRC16;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Indicates the pixel format of the acquired image - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IEnumParameterT<ChunkPixelFormatEnums>& ChunkPixelFormat;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Sequence set index number related to the acquired image - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkSequenceSetIndex;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Index of the active sequencer set - Applies to: ace USB
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkSequencerSetActive;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Value of the Shaft Encoder counter when the image was acquired - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkShaftEncoderCounter;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Number of bytes of data between the beginning of one line in the acquired image and the beginning of the next line in the acquired image - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkStride;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Value of the timestamp when the image was acquired - Applies to: GigE and ace USB
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkTimestamp;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Value of the Trigger Input counter when the image was acquired - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkTriggerinputcounter;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Status of all of the camera's virtual input and output lines when the image was acquired - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkVirtLineStatusAll;
- //@}
- //! \name Categories: Root
- //@{
- /*!
- \brief Width of the AOI of the acquired image - Applies to: GigE
- Visibility: Beginner
- */
- Pylon::IIntegerEx& ChunkWidth;
- //@}
- private:
- //! \cond HIDE_CLASS_METHODS
- //! not implemented copy constructor
- CUniversalChunkDataParams_Params_v6_3_0(CUniversalChunkDataParams_Params_v6_3_0&);
- //! not implemented assignment operator
- CUniversalChunkDataParams_Params_v6_3_0& operator=(CUniversalChunkDataParams_Params_v6_3_0&);
- //! \endcond
- };
- /*!
- \brief A parameter class containing all parameters as members that are available for chunk data of Basler camera devices
- The parameter class is used by the \link Pylon::CBaslerUniversalGrabResultPtr \c CBaslerUniversalGrabResultPtr \endlink class.
- More information can be found in the code of the \ref sample_Grab_ChunkImage sample.
- */
- class CUniversalChunkDataParams_Params : public CUniversalChunkDataParams_Params_v6_3_0
- {
- //----------------------------------------------------------------------------------------------------------------
- // Implementation
- //----------------------------------------------------------------------------------------------------------------
- protected:
- // If you want to show the following methods in the help file
- // add the string HIDE_CLASS_METHODS to the ENABLED_SECTIONS tag in the doxygen file
- //! \cond HIDE_CLASS_METHODS
-
- //! Constructor
- CUniversalChunkDataParams_Params( void )
- {
- }
- //! Destructor
- ~CUniversalChunkDataParams_Params( void )
- {
- }
- //! Initializes the references
- void _Initialize( GENAPI_NAMESPACE::INodeMap* pNodeMap )
- {
- CUniversalChunkDataParams_Params_v6_3_0::_Initialize( pNodeMap );
- }
- //! \endcond
- };
- } // namespace Basler_UniversalChunkDataParams
- #endif // BASLER_PYLON_UNIVERSALCHUNKDATAPARAMS_H
|