NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
deviceimpl.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  libvideo: a library for SDI video processing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #pragma once
16 #ifndef LIBVIDEO_DEVICEIMPL_H_37D12858ED034507AD80F5A4F6F63B7D
17 #define LIBVIDEO_DEVICEIMPL_H_37D12858ED034507AD80F5A4F6F63B7D
18 
19 
20 namespace video
21 {
22 
23 
25 {
26 public:
27  NvVioHandle handle;
28  // this id is needed to match wgl devices to nvapi devices
29  NvU32 id;
30  NVVIOCAPS caps;
31 
32  // we use that to produce a human readable string, aiding in debugging
33  NVVIOSIGNALFORMAT wireformat;
34 
35 
37  {
38  }
39 };
40 
41 
42 } // namespace
43 
44 #endif // LIBVIDEO_DEVICEIMPL_H_37D12858ED034507AD80F5A4F6F63B7D
NVVIOSIGNALFORMAT wireformat
Definition: deviceimpl.h:33
NvVioHandle handle
Definition: deviceimpl.h:27
Definition: deviceimpl.h:24
SDIDeviceImpl()
Definition: deviceimpl.h:36
NVVIOCAPS caps
Definition: deviceimpl.h:30
Definition: compress.cxx:30
NvU32 id
Definition: deviceimpl.h:29