#include <PvGenDCLib.h>#include <PvGenDCInterfaces.h>#include <PvComponentType.h>#include <vector>Go to the source code of this file.
Classes | |
| struct | PvGenDCPartMetadataFields |
| Specific part fields for the metadata type. More... | |
| struct | PvGenDCPart1DFields |
| Specific part fields for the 1D array type. More... | |
| struct | PvGenDCPart2DFields |
| Specific part fields for the 2D uncompressed, JPEG and JPEG2000 types. More... | |
| struct | PvGenDCPartH264Fields |
| Specific part fields for the H.264 compressed image type. More... | |
| struct | PvGenDCPartH264Fields::H264Flags |
| class | IPvGenericDataPart |
| One part in a GenDC component; the smallest unit in a GenDC container. More... | |
| class | IPvGenericDataComponent |
| One component in a GenDC container. A container can be formed by one or more components. More... | |
| class | IPvGenericDataContainer |
| Interface used to read from a GenDC container. More... | |
Enumerations | |
| enum | PvGenDCVariableField { PvGenDCVFDataSize = 0, PvGenDCVFSizeX = 1, PvGenDCVFSizeY = 2, PvGenDCVFRegionOffset = 3, PvGenDCVFFormat = 4, PvGenDCVFTimestamp = 5, PvGenDCVFComponentCount = 6, PvGenDCVFComponentInvalid = 7, PvGenDCVFReserved = 8 } |
| enum | PvGenDCPartType { PvGenDCPartMetadataGenICamChunk = 0x4000, PvGenDCPartMetadataGenICamXML = 0x4001, PvGenDCPart1D = 0x4100, PvGenDCPart2D = 0x4200, PvGenDCPart2DJpeg = 0x4201, PvGenDCPart2DJpeg2000 = 0x4202, PvGenDCPart2DH264 = 0x4203, PvGenDCPartMetadataCustom, PvGenDCPart1DCustom, PvGenDCPart2DCustom, PvGenDCPartCustom, PvGenDCPartUnknown = 0x0000 } |
| enum PvGenDCPartType |
| enum PvGenDCVariableField |
The PvGenDCVariableField enum indicates which GenDC fields may change during transmission. These fields are obtained from a prefetch or preliminary descriptor, and can be used for preprocessing.
Copyright (c) 2002-2026 Pleora Technologies Inc.
www.pleora.com