ACCEasy SDK Programmer's Guide. Version July 2013

Size: px
Start display at page:

Download "ACCEasy SDK Programmer's Guide. Version July 2013"

Transcription

1 ACCEasy SDK Programmer's Guide Version July 2013 Copyright Datapath Ltd Page - 1

2 Contents ACCEasy SDK Programmer's Guide... 1 Contents... 2 Document Revision History... 3 Overview... 4 SDK Contents... 5 ACCEasy Function Reference... 6 ACCLoad... 6 ACCFree... 7 ACCClose... 8 ACCSetWindow... 9 ACCGetState ACCSetState ACCGetRunningSourceSize ACCSetEventFn ACCFileOpen ACCDVBOpen ACCDVBSetChannel ACCDVBScanForChannels ACCDVBGetNumberOfTuners ACCDVBGetNumberOfChannels ACCDVBGetChannelInfo Copyright Datapath Ltd Page - 2

3 Document Revision History Revision Date Changes First release. Copyright Datapath Ltd Page - 3

4 Overview ACCEasy is an application interface for the display of media content using an accelerated interface on Datapath graphics cards. ACCEasy is implemented within ACCEasy.dll.. ACCEasy supports Image4 and ImageDP4 graphics cards. Copyright Datapath Ltd Page - 4

5 SDK Contents Support for the ACCEasy is included within the drivers for Datapath Image4 and ImageDP4 graphics cards. The ACCEasy SDK is implemented in C and has the following structure: INCLUDE\ACCAPI.H This file defines all the functions available within ACCEasy. INCLUDE\ACC.H This file defines the structures and constants used within ACCEasy. INCLUDE\ACCERROR.H This file defines error codes that can be returned by the interface. DOCS\ACCEasy SDK Programmer Guide.pdf This document. Most applications will use the import library, ACCEasy.LIB, to automatically load ACCEasy on start-up. For those applications that wish to control when ACCEasy is loaded, two additional files are provided: INCLUDE\API.H This file defines functions to help with loading of ACCEasy and obtaining pointers to the functions. COMMON\API.C This file implements functions to help with loading of ACCEasy and obtaining pointers to functions. SAMPLE Directories These directories contain sample Visual Studio applications demonstrating how to use ACCEasy. Copyright Datapath Ltd Page - 5

6 ACCEasy Function Reference This section documents the functions available within ACCEasy. ACCLoad ACCLoad ( PHACCLOAD phaccload ) Loads the ACCEASY interface. This should be the first function by an application. phaccload IN/OUT Pointer to a variable that receives a handle to the interface. If the function succeeds, the return value is 0. the function fails an appropriate error value is returned. Copyright Datapath Ltd Page - 6

7 ACCFree ACCFree ( HACCLOAD haccload ) Releases the ACCEASY interface. This should be the last function called by an application following a successful ACCLoad. haccload IN The ACC handle returned by ACCLoad. Copyright Datapath Ltd Page - 7

8 ACCClose ACCClose ( HACC hacc ) Closes an ACC interface. hacc IN The ACC handle returned by an ACC 'Open' function. If the function succeeds, the return value is 0. the function fails an appropriate error value is returned. Copyright Datapath Ltd Page - 8

9 ACCSetWindow ACCSetWindow ( HACC hacc, HWND hwnd ) Sets the window in which specified ACC content is to be displayed. hacc IN The ACC handle returned by an ACC 'Open' function. hwnd IN The window handle. Copyright Datapath Ltd Page - 9

10 ACCGetState ACCGetState ( HACC hacc, PACCSTATE pstate ) Gets the current state. hacc IN The ACC handle returned by an ACC 'Open' function. pstate IN/OUT Pointer to a variable that receives the state. Copyright Datapath Ltd Page - 10

11 ACCSetState ACCSetState ( HACC hacc, ACCSTATE state ) Gets the current state. hacc IN The ACC handle returned by an ACC 'Open' function. State IN The state to set. Copyright Datapath Ltd Page - 11

12 ACCGetRunningSourceSize ACCGetRunningSourceSize ( HACC hacc, long *pwidth, long *pheight ) Gets the size of the source once the stream has started running. hacc IN The ACC handle returned by an ACC 'Open' function. pwidth IN/OUT Pointer to a variable that receives the width. pheight IN/OUT Pointer to a variable that receives the height. Copyright Datapath Ltd Page - 12

13 ACCSetEventFn ACCSetEventFn ( HACC hacc, PACCEVENTCALLBACKFN PACCEventCallbackFn, UINT_PTR UserData ) Sets and un-sets an event call-back function. hacc IN The ACC handle returned by an ACC 'Open' function. PACCEventCallbackFn IN Pointer to an application defined event call-back function. If this value is NULL, call-backs will no longer occur. UserData IN Application-determined context to pass to the event call-back. Copyright Datapath Ltd Page - 13

14 ACCFileOpen ACCFileOpenW ( const wchar_t *pfilename, PHACC phacc ) ACCFileOpenA ( const char *pfilename, PHACC phacc ) Opens an ACC instance for the video file specified. pfilename IN Absolute path to the video file. phacc IN/OUT Pointer to a variable that receives the handle that identifies the ACC instance. Copyright Datapath Ltd Page - 14

15 ACCDVBOpen ACCDVBOpen ( ACCDVB_TYPE type, tuner, HACC *phacc ) Opens an ACC instance for the DVB tuner specified. type IN DVB tuner type. tuner IN Tuner number. phacc IN/OUT Pointer to a variable that receives the handle that identifies the ACC instance. Copyright Datapath Ltd Page - 15

16 ACCDVBSetChannel ACCDVBSetChannel ( HACC hacc, index ) Specifies the channel to play. hacc IN The ACC handle returned by an ACC 'Open' function. index IN Channel index. Copyright Datapath Ltd Page - 16

17 ACCDVBScanForChannels ACCDVBScanForChannels ( HACC hacc ) Specifies to perform a channel scan. hacc IN The ACC handle returned by an ACC 'Open' function. Copyright Datapath Ltd Page - 17

18 ACCDVBGetNumberOfTuners ACCDVBGetNumberOfTuners ( ACCDVB_TYPE type, *pnumtuners ) Gets the number of tuners. type IN DVB tuner type. phacc IN/OUT Pointer to a variable that receives the number of tuners. Copyright Datapath Ltd Page - 18

19 ACCDVBGetNumberOfChannels ACCDVBGetNumberOfChannels ( ACCDVB_TYPE type, *pnumchannels ) Gets the number of available channels. type IN DVB tuner type. pnumchannels IN/OUT Pointer to a variable that receives the number of channels. Copyright Datapath Ltd Page - 19

20 ACCDVBGetChannelInfo ACCDVBGetChannelInfoW ( ACCDVB_TYPE type, index, PACCDVB_CHANNELINFOW pchannelinfo ) ACCDVBGetChannelInfoA ( ACCDVB_TYPE type, index, PACCDVB_CHANNELINFOA pchannelinfo ) Gets information about the channel. type IN DVB tuner type. index IN Channel index. pchannelinfo IN/OUT Pointer to a variable that receives the channel info. Copyright Datapath Ltd Page - 20

int fnvgetconfig(handle h, UINT32 id, const void *cfg, size_t sz);... 4

int fnvgetconfig(handle h, UINT32 id, const void *cfg, size_t sz);... 4 RP-VL-UTIL-V1 Developer s Guide [ Contents ] 1. Introduction... 1 2. Building Environment... 1 3. Operating Environment... 1 4. Function Explanation... 2 4.1. Common API for Transmitting and Receiving...

More information

Version February 2012

Version February 2012 FREEZE SDK Programmer s Guide Version 01.00.00 February 2012 Copyright Datapath Ltd. 2012 Page - 1 Contents FREEZE SDK Programmer s Guide... 1 Contents... 2 Document Revision History... 3 Overview... 4

More information

HWMonitor SDK Programmer's Guide. Version May 2015

HWMonitor SDK Programmer's Guide. Version May 2015 HWMonitor SDK Programmer's Guide Version 01.01.00 May 2015 Copyright Datapath Ltd. 2012 Page - 1 Contents HWMonitor SDK Programmer's Guide... 1 Contents... 2 Document Revision History... 4 Overview...

More information

UniFinger Engine SFR300 SDK Reference Manual

UniFinger Engine SFR300 SDK Reference Manual UniFinger Engine SFR300 SDK Reference Manual Version 2.5 2005 by Suprema Inc. Contents SF_Initialize...3 SF_Uninitialize...4 SF_SetFastMode...5 SF_GetDeviceNumber...6 SF_GetDevice...7 SF_SetDevice...8

More information

C# SDK Wrapper Silicon Software Runtime

C# SDK Wrapper Silicon Software Runtime C# SDK Wrapper Silicon Software Runtime V 5.5.0 Documentation Imprint Silicon Software GmbH Steubenstraße 46 68163 Mannheim, Germany Tel.: +49 (0) 621 789507 0 Fax: +49 (0) 621 789507 10 2017 Silicon Software

More information

Huawei HiAI DDK User Manual

Huawei HiAI DDK User Manual Huawei HiAI DDK User Manual Issue: V100.150.10 Date: 2018-03-09 Huawei Technologies Co., Ltd. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced

More information

PDF Document structure, that need for managing of PDF file. It uses in all functions from EMF2PDF SDK.

PDF Document structure, that need for managing of PDF file. It uses in all functions from EMF2PDF SDK. EMF2PDF SDK Pilot Structures struct pdf_document { PDFDocument4 *pdfdoc; }; PDF Document structure, that need for managing of PDF file. It uses in all functions from EMF2PDF SDK. typedef enum { conone

More information

ArduCAM USB Camera SDK

ArduCAM USB Camera SDK ArduCAM USB Camera SDK User Guide Rev 1.2, May 2018 Table of Contents 1 Introduction... 3 2 USB SDK Library... 3 3 Demo Code... 3 3.1 Thread.cpp... 3 3.2 USBTestDlg.cpp... 3 3.3 CommonTools.cpp... 3 4

More information

Standard File Pointers

Standard File Pointers 1 Programming in C Standard File Pointers Assigned to console unless redirected Standard input = stdin Used by scan function Can be redirected: cmd < input-file Standard output = stdout Used by printf

More information

Introduction to N1031. Components of N1031. Guiding Principles. Walk through, issues, and rationale

Introduction to N1031. Components of N1031. Guiding Principles. Walk through, issues, and rationale Introduction to N1031 Walk through, issues, and rationale Components of N1031 New functions that protect against buffer overflow and always produce null terminated strings New reentrant versions of old

More information

ArduCAM USB Camera C/C++ SDK

ArduCAM USB Camera C/C++ SDK ArduCAM USB Camera C/C++ SDK User Guide Rev 1.3, Oct 2018 Table of Contents 1 Introduction... 3 2 USB SDK Library... 3 3 Demo Code... 3 3.1 Thread.cpp... 3 3.2 USBTestDlg.cpp... 3 3.3 CommonTools.cpp...

More information

SENSORAY CO., INC. 24oo Software Development Kit Version 1.0.1

SENSORAY CO., INC. 24oo Software Development Kit Version 1.0.1 SENSORAY CO., INC. 24oo Software Development Kit Version 1.0.1 Sensoray 2003 7313 SW Tech Center Dr. Tigard, OR 97223 Phone 503.684.8005 Fax 503.684.8164 sales@sensoray.com www.sensoray.com Table of Contents

More information

PusleIR Multitouch Screen Software SDK Specification. Revision 4.0

PusleIR Multitouch Screen Software SDK Specification. Revision 4.0 PusleIR Multitouch Screen Software SDK Specification Revision 4.0 Table of Contents 1. Overview... 3 1.1. Diagram... 3 1.1. PulseIR API Hierarchy... 3 1.2. DLL File... 4 2. Data Structure... 5 2.1 Point

More information

Filewrap. User Manual

Filewrap. User Manual Public Imagination Technologies Filewrap User Manual Copyright Imagination Technologies Limited. All Rights Reserved. This publication contains proprietary information which is subject to change without

More information

HikVision Mpeg4 linux Player SDK

HikVision Mpeg4 linux Player SDK HikVision Mpeg4 linux Player SDK Version 3.8(build1111) (2004.11.11) Email: hkvs@hikvision.com 0571-88075998-8025 Introduction HikVision Mpeg4/H264 Linux Player SDK is developed based on SDL(Simple DirectMedia

More information

SCD - Scorpion Camera Drivers Specification Documentation

SCD - Scorpion Camera Drivers Specification Documentation SCD - Scorpion Camera Drivers Specification Documentation Release XI Tordivel AS Jun 08, 2018 Contents 1 Camera configuration persistance 3 2 New in Scorpion XI port-based configuration 5 3 Camera Properties

More information

ArduCAM USB Camera SDK

ArduCAM USB Camera SDK ArduCAM USB Camera SDK User Guide Rev 1.0, April 2017 Table of Contents 1 Introduction... 2 2 USB SDK Library... 2 3 Demo Code... 2 3.1 Thread.cpp... 2 3.2 USBTestDlg.cpp... 2 4 ArduCAM APIs... 2 4.1 Data

More information

DVP-7020BE 16 Channel PCI-bus Surveillance Capture card

DVP-7020BE 16 Channel PCI-bus Surveillance Capture card DVP-7020BE 16 Channel PCI-bus Surveillance Capture card Copyright This documentation and the software included with this product are copyrighted in 2006 by Advantech Co., Ltd. All rights are reserved.

More information

Vision Cam PS / SM2-D

Vision Cam PS / SM2-D Vision Cam PS / SM2-D1024-80 Tutorial Version 1.2 (August 2008) TUT001 08/2008 V1.2 Strampe Systemelektronik GmbH & Co KG and Photonfocus AG reserve the right to make changes, without notice to the VisionCam

More information

ImageDP4 Video BIOS. Introduction. Background Information. When to Disable IO. 5 February 2016 V1.0.3

ImageDP4 Video BIOS. Introduction. Background Information. When to Disable IO. 5 February 2016 V1.0.3 ImageDP4 Video BIOS 5 February 2016 V1.0.3 Introduction There are two Video BIOS available for the ImageDP4. This document is intended to describe how to choose which BIOS to use on an ImageDP4 and why

More information

LPM v3.x SDK Developer's Guide

LPM v3.x SDK Developer's Guide LPM v3.x SDK Developer's Guide Copyright 2012, Eyedea Recognition, Ltd. All rights reserved. All attempts have been made to make the information in this document complete and accurate. Eyedea Recognition,

More information

UniFinger Engine SDK Reference Manual Version 3.0.0

UniFinger Engine SDK Reference Manual Version 3.0.0 UniFinger Engine SDK Reference Manual Version 3.0.0 Copyright (C) 2007 Suprema Inc. Table of Contents Table of Contents... 1 Chapter 1. Introduction... 8 Modules... 8 Products... 8 Licensing... 8 Supported

More information

de facto standard C library Contains a bunch of header files and APIs to do various tasks

de facto standard C library Contains a bunch of header files and APIs to do various tasks CSE333 SECTION 6 GNU C Library de facto standard C library Contains a bunch of header files and APIs to do various tasks Don t need to memorize everything Do need to know what if there s an API that can

More information

SDK Programmer Manual of ILDVR3000H2D&ILDVR3000H4D Matrix Decode Board. (For Windows2000/XP/Server 2003) Version /Jan/2006

SDK Programmer Manual of ILDVR3000H2D&ILDVR3000H4D Matrix Decode Board. (For Windows2000/XP/Server 2003) Version /Jan/2006 SDK Programmer Manual of ILDVR3000H2D&ILDVR3000H4D Matrix Decode Board (For Windows2000/XP/Server 2003) Version 4.15 17/Jan/2006 1 Version4.15 (Built on Jan 17 2006) Version Description Support the import

More information

ModuleFabric Framework Documentation. ModuleFabric Framework

ModuleFabric Framework Documentation. ModuleFabric Framework ModuleFabric Framework Documentation ModuleFabric Framework ModuleFabric Framework Documentation 2012 Linera Ar-Ge Ltd All rights reserved. Unauthorized duplication, in whole or part is prohibited without

More information

UniFinger SFM series. Application Notes [ Fingerprint enrollment using SFR SDK ] Version by Suprema Inc.

UniFinger SFM series. Application Notes [ Fingerprint enrollment using SFR SDK ] Version by Suprema Inc. UniFinger SFM series Application Notes [ Fingerprint enrollment using SFR SDK ] Version 1.0 2009 by Suprema Inc. A. Overview SFR fingerprint readers can be used as enroll station for SFM series. SFR SDK

More information

Getting Started Guide. Version

Getting Started Guide. Version Getting Started Guide Version 1.15.0.0 2 Introduction Oculus Platform Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC. (C)

More information

[CAMERA PROGRAMMER'S MANUAL] EMERGENT VISION TECHNOLOGIES INC March 3, 2013

[CAMERA PROGRAMMER'S MANUAL] EMERGENT VISION TECHNOLOGIES INC March 3, 2013 [CAMERA PROGRAMMER'S MANUAL] EMERGENT VISION TECHNOLOGIES INC 1.0.2 March 3, 2013 SUITE #239-552A CLARKE ROAD, COQUITLAM, V3J 0A3, B.C. CANADA WWW.EMERGENTVISIONTEC.COM Table of Contents CONTACT... 4 LEGAL...

More information

Microsoft Word Chapter 1. Creating, Formatting, and Editing a Word Document with Pictures

Microsoft Word Chapter 1. Creating, Formatting, and Editing a Word Document with Pictures Microsoft Word 2010 Chapter 1 Creating, Formatting, and Editing a Word Document with Pictures Objectives Enter text in a Word document Check spelling as you type Format paragraphs Format text Undo and

More information

RC1000-PP. Function Reference Manual

RC1000-PP. Function Reference Manual RC1000-PP Function Reference Manual RC1000-PP Function Reference Manual Microsoft and MS-DOS are registered trademarks and Windows, Windows 95, Windows 98 and Windows NT are trademarks of Microsoft Corporation.

More information

Pegasus Development Kit Programmer's Reference. Version Pegasus Development Kit is out of a support.

Pegasus Development Kit Programmer's Reference. Version Pegasus Development Kit is out of a support. Programmer's Reference Version.1.00 Pegasus Development Kit is out of a support. (C) 2007 Thomson.All rights reserved. Grass Valley is a trademark of Thomson. Table Of Contents TABLE OF CONTENTS...2 PRELIMINARIES...3

More information

Moven Software Development Kit Documentation

Moven Software Development Kit Documentation Moven Software Development Kit Documentation Document MV0302P Revision C, 21 December, 2007 Xsens Technologies B.V. Pantheon 6a phone +31-(0) 88-9736700 P.O. Box 559 fax +31-(0) 88-9736701 7500 AN Enschede

More information

CAE Plugin SDK. A Basic How-to

CAE Plugin SDK. A Basic How-to CAE Plugin SDK A Basic How-to CAE Plugin Runtime Header Files To define your plugin's capabilities, you must edit the configuration header files that were copied to your plugin s project folder. At runtime,

More information

Image Scholar OCR Recognizer Library Manual

Image Scholar OCR Recognizer Library Manual Image Scholar OCR Recognizer Library Manual Page 1 Table of Contents Introduction... 3 Preface... 3 Legal Notices... 3 Getting Started... 4 Program Flow... 4 Library Functions... 5 BOOL LoadRecognizer...

More information

Revision History Version Description Date

Revision History Version Description Date NSync User Guide Revision History Version Description Date V1.0.0 Initial release. October 8, 2016 Table of Contents Overview... 1 Connecting the BS80 to PC... 2 Connecting the BS80 to PC via USB... 2

More information

python-unrar Documentation

python-unrar Documentation python-unrar Documentation Release 0.3 Matias Bordese August 18, 2016 Contents 1 rarfile Work with RAR archives 3 1.1 RarFile Objects.............................................. 3 1.2 RarInfo Objects.............................................

More information

XPS1 Automated Multi-Sample Run Procedure

XPS1 Automated Multi-Sample Run Procedure XPS1 Automated Multi-Sample Run Procedure Follow the XPS Operating Procedure to load samples into the SAC chamber. Once the samples are in the SAC chamber, the following procedure can be used to automate

More information

These phone numbers are for Human Resources use only.

These phone numbers are for Human Resources use only. ERP HR Quick Reference Guide Employee Self Service 9.0: Phone Numbers This guide covers how to modify your phone numbers via Employee Self-Service. On the Phone Numbers screen all of your phone numbers

More information

Installing USB TV Tuner on Windows 10 PC

Installing USB TV Tuner on Windows 10 PC WARNING DO NOT PLUG IN THE USB TUNER UNTIL LATER IN THE PROCESS OR INSTALL WILL FAIL Do Not use the Mini CD supplied with the Tuner. 1. Download the Drivers from this link LINK to download drivers 2. Install

More information

APPLICATION NOTE. Getting Started with pylon and OpenCV

APPLICATION NOTE. Getting Started with pylon and OpenCV APPLICATION NOTE Getting Started with pylon and OpenCV Applicable to all Basler USB3 Vision, GigE Vision, and IEEE 1394 cameras Document Number: AW001361 Version: 01 Language: 000 (English) Release Date:

More information

Lab # 4. Files & Queues in C

Lab # 4. Files & Queues in C Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 4010: Lab # 4 Files & Queues in C Eng. Haneen El-Masry October, 2013 2 FILE * Files in C For C File I/O you need

More information

Stream Server SDK Programmer s Manual V2.0. Stream Server SDK Programmer s Manual V 2.0

Stream Server SDK Programmer s Manual V2.0. Stream Server SDK Programmer s Manual V 2.0 Stream Server SDK Programmer s Manual V 2.0 Index 1. Summary... 1 2. Stream Server System SDK... 2 2.1 Stream Media Server SDK... 2 2.2 Stream Client SDK... 4 2.2.1 DLL Interface... 4 2.2.2 Callback Function

More information

Extensions for the programming language C to support new character data types VERSION FOR PDTR APPROVAL BALLOT. Contents

Extensions for the programming language C to support new character data types VERSION FOR PDTR APPROVAL BALLOT. Contents Extensions for the programming language C to support new character data types VERSION FOR PDTR APPROVAL BALLOT Contents 1 Introduction... 2 2 General... 3 2.1 Scope... 3 2.2 References... 3 3 The new typedefs...

More information

How to use the Laser Positioning System, LPS

How to use the Laser Positioning System, LPS How to use the Laser Positioning System, LPS OVERVIEW The Laser Positioning System (LPS) is easy to use. There are three simple steps: 1) Set Up 2) Measuring Operations 3) Viewing your measurement data

More information

[ :25:55.588] [Info] Installation ID: 04cdabde-1d90-49ee-9df5-7daeed7f6d51 [ :25:55.594] [Info] Operating system: Mac OS X

[ :25:55.588] [Info] Installation ID: 04cdabde-1d90-49ee-9df5-7daeed7f6d51 [ :25:55.594] [Info] Operating system: Mac OS X [2017-08-21 19:25:55.588] [Info] Installation ID: 04cdabde-1d90-49ee-9df5-7daeed7f6d51 [2017-08-21 19:25:55.594] [Info] Operating system: Mac OS X v10.12.6 (10.12.6; Mac OS X 10.12.6 (10.12.6 build version:

More information

For personnal use only

For personnal use only Inverting Large Images Using CUDA Finnbarr P. Murphy (fpm@fpmurphy.com) This is a simple example of how to invert a very large image, stored as a vector using nvidia s CUDA programming environment and

More information

File IO and command line input CSE 2451

File IO and command line input CSE 2451 File IO and command line input CSE 2451 File functions Open/Close files fopen() open a stream for a file fclose() closes a stream One character at a time: fgetc() similar to getchar() fputc() similar to

More information

Wizcon 7, Version 7.0 Release Notes

Wizcon 7, Version 7.0 Release Notes Wizcon 7, Version 7.0 Release Notes Introduction This document includes updated information for Wizcon 7 on Windows Version 7.0. The information in this document contains late breaking changes and additions

More information

CS 31 Discussion: Week 6. Taylor Caulfield

CS 31 Discussion: Week 6. Taylor Caulfield CS 31 Discussion: Week 6 Taylor Caulfield Overview for this Week Arrays C-Strings Arrays Arrays: collection fo variable of one type Get i'th index element of array A: A[i] range of valid indexes is 0 ~

More information

DVP-2420E. 2 Channel PC-104 Mpeg-1/2/4 Video Codec Module

DVP-2420E. 2 Channel PC-104 Mpeg-1/2/4 Video Codec Module DVP-2420E 2 Channel PC-104 Mpeg-1/2/4 Video Codec Module i Copyright This documentation and the software included with this product are copyrighted 2006 by Advantech Co., Ltd. All rights are reserved.

More information

VD Interfaces V0.1. Draft 2

VD Interfaces V0.1. Draft 2 VD Interfaces V0.1 Draft 2 Copyright 2009 Red Hat, Inc. Licensed under a Creative Commons Attribution-Share Alike 3.0 United States License (see http://creativecommons.org/licenses/by-sa/3.0/us/legalcode).

More information

std::string Quick Reference Card Last Revised: August 18, 2013 Copyright 2013 by Peter Chapin

std::string Quick Reference Card Last Revised: August 18, 2013 Copyright 2013 by Peter Chapin std::string Quick Reference Card Last Revised: August 18, 2013 Copyright 2013 by Peter Chapin Permission is granted to copy and distribute freely, for any purpose, provided the copyright notice above is

More information

Mellanox Scalable Hierarchical Aggregation and Reduction Protocol (SHARP) API Guide. Version 1.0

Mellanox Scalable Hierarchical Aggregation and Reduction Protocol (SHARP) API Guide. Version 1.0 Mellanox Scalable Hierarchical Aggregation and Reduction Protocol (SHARP) API Guide Version 1.0 Table of Contents Copyright... 3 Introduction... 4 Class Index... 5 File Index... 6 Class Documentation...

More information

In the code example 1, which is below, there is a short example of usage of WIC SDK which describes connection to the first detected camera.

In the code example 1, which is below, there is a short example of usage of WIC SDK which describes connection to the first detected camera. Datasheet WIC SDK for Windows Introduction Workswell s.r.o. is pleased to introduce you WIC SDK for Windows which is written in C# for.net platform and gives you full control of your WIC thermal camera.

More information

FishEye-SDK Network Camera. Library Edition V API Reference Guide

FishEye-SDK Network Camera. Library Edition V API Reference Guide API Reference Guide FishEye-SDK Network Camera Library Edition V1.02.20 Table of Contents OVERVIEW 5 INTRODUCTION... 5 START UP WITH FISHEYE LIBRAY... 5 Open the Interface 5 Prepare structures 5 FishEye_Initial

More information

CS24 Week 3 Lecture 1

CS24 Week 3 Lecture 1 CS24 Week 3 Lecture 1 Kyle Dewey Overview Some minor C++ points ADT Review Object-oriented Programming C++ Classes Constructors Destructors More minor Points (if time) Key Minor Points const Motivation

More information

Thinxtra Xkit Development Guide for Arduino

Thinxtra Xkit Development Guide for Arduino Thinxtra Xkit Development Guide for Arduino April 2017 www.thinxtra.com/xkit INSTRUCTIONS & PREREQUISITES This is a documentation to help you developing specific applications with the Thinxtra Xkit shield

More information

PROGRAMMING IN C++ CVIČENÍ

PROGRAMMING IN C++ CVIČENÍ PROGRAMMING IN C++ CVIČENÍ INFORMACE Michal Brabec http://www.ksi.mff.cuni.cz/ http://www.ksi.mff.cuni.cz/~brabec/ brabec@ksi.mff.cuni.cz gmichal.brabec@gmail.com REQUIREMENTS FOR COURSE CREDIT Basic requirements

More information

CIDARMT. Reference Manual VERSION NET Assembly. Sep-11

CIDARMT. Reference Manual VERSION NET Assembly. Sep-11 CIDARMT.NET Assembly Reference Manual VERSION 3.4 Sep-11 Contents CONTENTS... 2 INTRODUCTION... 3 CONFIGURATION... 4 CONFIGURATION... 4 INITIALISATION / FINALISATION... 6 INIT... 6 QUERYEND... 8 CONTAINER

More information

This manual is for Libffi, a portable foreign-function interface library. Copyright c 2008, 2010, 2011 Red Hat, Inc. Permission is granted to copy,

This manual is for Libffi, a portable foreign-function interface library. Copyright c 2008, 2010, 2011 Red Hat, Inc. Permission is granted to copy, Libffi This manual is for Libffi, a portable foreign-function interface library. Copyright c 2008, 2010, 2011 Red Hat, Inc. Permission is granted to copy, distribute and/or modify this document under the

More information

AET60 API version 1.4 February Introduction...3 Features...3 Application Programming Interface...4

AET60 API version 1.4 February Introduction...3 Features...3 Application Programming Interface...4 Version 1.4 02-2007 Unit 1008, 10th Floor, Hongkong International Trade and Exhibition Centre 1 Trademart Drive, Kowloon Bay, Hong Kong Tel: +852 2796 7873 Fax: +852 2796 1286 Email: info@acs.com.hk Website:

More information

CS Malware Analysis - Wk05.1 Static Analyzers

CS Malware Analysis - Wk05.1 Static Analyzers CS7038 - Malware Analysis - Wk05.1 Static Analyzers Coleman Kane kaneca@mail.uc.edu February 7, 2017 Signature-based Anti-Virus Systems By far, the most popular weapon against cyber attacks is signature-based

More information

Call DLL from Limnor Applications

Call DLL from Limnor Applications Call DLL from Limnor Applications There is a lot of computer software in the format of dynamic link libraries (DLL). DLLCaller performer allows your applications to call DLL functions directly. Here we

More information

Saleae Device SDK Starting a Device SDK Project on Windows Starting a Device SDK Project on Linux... 7

Saleae Device SDK Starting a Device SDK Project on Windows Starting a Device SDK Project on Linux... 7 Contents Starting a Device SDK Project on Windows... 2 Starting a Device SDK Project on Linux... 7 Debugging your Project with GDB... 9 Starting a Device SDK Project on Mac... 11 Build Script / Command

More information

This Document describes the API provided by the DVB-Multicast-Client library

This Document describes the API provided by the DVB-Multicast-Client library DVB-Multicast-Client API-Specification Date: 17.07.2009 Version: 2.00 Author: Deti Fliegl This Document describes the API provided by the DVB-Multicast-Client library Receiver API Module

More information

COP 3223 Introduction to Programming with C - Study Union - Fall 2017

COP 3223 Introduction to Programming with C - Study Union - Fall 2017 COP 3223 Introduction to Programming with C - Study Union - Fall 2017 Chris Marsh and Matthew Villegas Contents 1 Code Tracing 2 2 Pass by Value Functions 4 3 Statically Allocated Arrays 5 3.1 One Dimensional.................................

More information

Conversion SDK v11 32-bit and 64-bit

Conversion SDK v11 32-bit and 64-bit Conversion SDK v11 32-bit and 64-bit API Reference PDF SDK for Developers Copyright 1995-2016 Visual Integrity LLC/Square One bv. All rights reserved. NOTICE: All information contained herein is the property

More information

Hands-On Lab. Multi-Touch WMTouch - Native. Lab version: Last updated: 12/3/2010

Hands-On Lab. Multi-Touch WMTouch - Native. Lab version: Last updated: 12/3/2010 Hands-On Lab Multi-Touch WMTouch - Native Lab version: 1.0.0 Last updated: 12/3/2010 CONTENTS OVERVIEW... 3 EXERCISE 1: BUILD A MULTI-TOUCH APPLICATION... 5 Task 1 Create the Win32 Application... 5 Task

More information

Windows Communication Library Description

Windows Communication Library Description Windows Communication Library Description Paint Mixing Windows Data Communication Library for PMA7200 & PMA7500 technology PMA7501 series ECOMIX-Terminals EM01-* SpeedMix PMC7500-* Version 5.2.2 Windows

More information

Introduction to C/C++ Lecture 5 - String & its Manipulation

Introduction to C/C++ Lecture 5 - String & its Manipulation Introduction to C/C++ Lecture 5 - String & its Manipulation Rohit Sehgal Nishit Majithia Association of Computing Activities, Indian Institute of Technology,Kanpur rsehgal@cse.iitk.ac.in nishitm@cse.iitk.ac.in

More information

CMPS 221 Sample Final

CMPS 221 Sample Final Name: 1 CMPS 221 Sample Final 1. What is the purpose of having the parameter const int a[] as opposed to int a[] in a function declaration and definition? 2. What is the difference between cin.getline(str,

More information

Basic Dicom Module Options

Basic Dicom Module Options Basic Dicom Module Options Updated October 2, 2013 There are several methods for getting Dicom images into a patient s chart. The first option involves using the Image Capture Importer module which allows

More information

User Manual of VeryDOC Advanced PDF Tools User Handbook

User Manual of VeryDOC Advanced PDF Tools User Handbook User Manual of VeryDOC Advanced PDF Tools User Handbook VeryDOC 2/2/2013 Contents User Manual of VeryDOC Advanced PDF Tools... 0 Introduction... 2 Operating System... 2 How to add PDF files... 2 How to

More information

LabJackUD Driver for Windows

LabJackUD Driver for Windows LabJackUD Driver for Windows Revision 1.01 5/16/2005 LabJack Corporation www.labjack.com support@labjack.com For the latest version of this and other documents, go to www.labjack.com. LabJack designs and

More information

Revision: 09/21/ East Main Pullman, WA (509) Voice and Fax

Revision: 09/21/ East Main Pullman, WA (509) Voice and Fax Digilent Port Communications Programmers Reference Manual Revision: 09/21/04 246 East Main Pullman, WA 99163 (509) 334 6306 Voice and Fax TM Introduction The DPCUTIL Dynamic Link Library (DLL) provides

More information

Introduction. Overview

Introduction. Overview Digilent Port Communications Programmers Reference Manual Revision: 06/03/05 215 E Main SuiteD Pullman, WA 99163 (509) 334 6306 Voice and Fax TM Introduction The DPCUTIL Dynamic Link Library (DLL) provides

More information

Gpufit Documentation. Release Gpufit

Gpufit Documentation. Release Gpufit Gpufit Documentation Release 1.1.0 Gpufit Aug 14, 2018 Contents 1 Introduction 1 1.1 How to cite Gpufit.......................................... 2 1.2 Hardware requirements.......................................

More information

ArtfulBits aicharts for Android User Guide

ArtfulBits aicharts for Android User Guide ArtfulBits aicharts for Android User Guide www.artfulbits.com 7/23/2009 Contents Contents...2 Installation...3 Environment preparation...3 Getting started...4 Licensing...6 Additional Resources...6 www.artfulbits.com

More information

Program a Game Engine from Scratch. Development Checkpoint #8. Sprite & Resource Manager

Program a Game Engine from Scratch. Development Checkpoint #8. Sprite & Resource Manager Program a Game Engine from Scratch Mark Claypool Development Checkpoint #8 Sprite & Resource Manager This document is part of the book Dragonfly Program a Game Engine from Scratch, (Version 5.0). Information

More information

queue (for V1 Driver) (for Windows XP) Visual Presenter Image Software User Manual

queue (for V1 Driver) (for Windows XP) Visual Presenter Image Software User Manual queue (V4.X) (for V1 Driver) (for Windows XP) Visual Presenter Image Software User Manual Date: 2009/08/11 i Contents 1. Introduction... 1 2. System requirement...1 3. Automatic installation of queue...

More information

STD_CU43USBSW_V1.0E. CUnet (MKY43) USB Unit. CU-43USB Software Manual

STD_CU43USBSW_V1.0E. CUnet (MKY43) USB Unit. CU-43USB Software Manual STD_CU43USBSW_V1.0E CUnet (MKY43) USB Unit CU-43USB Software Manual Introduction This document describes API included with CU-43USB unit. Before using the product, please check the latest information on

More information

DCMSYS Image Generator User Manual

DCMSYS Image Generator User Manual DCMSYS Image Generator User Manual Revision History Date Updated Modifications Image Generator Version Manual Version January, 2011 First draft, revision. 1.0 September, 2014 Adding profiles description,

More information

IDEA 3.4 Upgrade Instructions

IDEA 3.4 Upgrade Instructions Purpose: Procedure to upgrade an existing IDEA installation to IDEA 3.4. Overview: The upgrade procedure consists of uninstalling any previous version of IDEA and drivers. Then installing the new IDEA

More information

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction Introduction: TVGo A11 turns your PC into a TV set. No need to buy an additional TV in your home as this will save both space and electric consumption. It lets you watch TV or listen

More information

Spring Semester, Dr. Punch. Exam #2 (03/28), form 2 C

Spring Semester, Dr. Punch. Exam #2 (03/28), form 2 C Spring Semester, Dr. Punch. Exam #2 (03/28), form 2 C Last name (printed): First name (printed): Directions: a) DO NOT OPEN YOUR EXAM BOOKLET UNTIL YOU HAVE BEEN TOLD TO BEGIN. b) You have 90 minutes to

More information

The Data may not be disclosed or distributed to third parties, in whole or in part, without the prior written consent of Motion Workshop.

The Data may not be disclosed or distributed to third parties, in whole or in part, without the prior written consent of Motion Workshop. C API Reference Motion Version 2.6 www.motionnode.com www.motionshadow.com Copyright c 2017 Motion Workshop. All rights reserved. The coded instructions, statements, computer programs, and/or related material

More information

VoverlayHD SDK User Manual

VoverlayHD SDK User Manual For Writing Software to Real-time Overlay PC-Generated High-Definition Text, Graphics & Video On High-Definition SDI & HDMI Video Input Copyright 2014 Inventa Australia Pty Ltd Table of Contents 1. Introduction

More information

NSYNC user manual SCANNING MADE SIMPLE

NSYNC user manual SCANNING MADE SIMPLE NSYNC user manual SCANNING MADE SIMPLE Revision History Version Description Date V1.0.0 Initial release. October 8, 2016 Table of Contents Overview... 1 Connecting the BS80 to PC... 2 Connecting the BS80

More information

Tvheadend - Feature #4243 multiple SAT>IP DVB-T frequency (Hz)

Tvheadend - Feature #4243 multiple SAT>IP DVB-T frequency (Hz) Tvheadend - Feature #4243 multiple SAT>IP DVB-T frequency (Hz) 2017-02-19 16:46 - Mono Polimorph Status: Fixed Start date: 2017-02-19 Priority: Normal Due date: Assignee: % Done: 100% Category: SAT>IP

More information

Basic program The following is a basic program in C++; Basic C++ Source Code Compiler Object Code Linker (with libraries) Executable

Basic program The following is a basic program in C++; Basic C++ Source Code Compiler Object Code Linker (with libraries) Executable Basic C++ Overview C++ is a version of the older C programming language. This is a language that is used for a wide variety of applications and which has a mature base of compilers and libraries. C++ is

More information

CUDA Toolkit CUPTI User's Guide. DA _v01 September 2012

CUDA Toolkit CUPTI User's Guide. DA _v01 September 2012 CUDA Toolkit CUPTI User's Guide DA-05679-001_v01 September 2012 Document Change History Ver Date Resp Reason for change v01 2011/1/19 DG Initial revision for CUDA Tools SDK 4.0 v02 2012/1/5 DG Revisions

More information

Call-back API. Polyhedra Ltd

Call-back API. Polyhedra Ltd Call-back API Polyhedra Ltd Copyright notice This document is copyright 1994-2006 by Polyhedra Ltd. All Rights Reserved. This document contains information proprietary to Polyhedra Ltd. It is supplied

More information

Do you need MEV PCIe remote update on Cyclone GX FPGA?

Do you need MEV PCIe remote update on Cyclone GX FPGA? MEV Ltd Building 67 Europa Business Park Bird Hall Lane Stockport Cheshire SK3 0XA United Kingdom 0161 477 1898 www.mev.co.uk info@mev.co.uk Do you need MEV PCIe remote update on Cyclone GX FPGA? Would

More information

PCI-Express 8-Channel Frame Grabber. Software Manual (Windows)

PCI-Express 8-Channel Frame Grabber. Software Manual (Windows) PCI-Express 8-Channel Frame Grabber Software Manual (Windows) Model 812 Ver. 1.0.17 Nov 2016 SENSORAY p. 503.684.8005 email:info@sensoray.com www.sensoray.com 7313 SW Tech Center Drive Portland, OR 97203

More information

Introduction Guided Tour How to Capture Text from Camera... 7 Data Capture: Russian Passport... 8 Code Samples API Reference...

Introduction Guided Tour How to Capture Text from Camera... 7 Data Capture: Russian Passport... 8 Code Samples API Reference... Developer's Guide ABBYY Real-Time Recognition SDK 1 Developer's Guide: Contents Table of Contents Introduction... 6 Guided Tour... 7 How to Capture Text from Camera... 7 Data Capture: Russian Passport...

More information

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year!

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year! EXAMGOOD QUESTION & ANSWER Exam Good provides update free of charge in one year! Accurate study guides High passing rate! http://www.examgood.com Exam : C2090-610 Title : DB2 10.1 Fundamentals Version

More information

* builds the RGB color string from the color. * reads the red, green; and blue values for. * constructs an ANNOTATE dataset by

* builds the RGB color string from the color. * reads the red, green; and blue values for. * constructs an ANNOTATE dataset by IMPORTING X WINDOW SYSTEMTM RASTER IMAGES INTO SAS/GRAPHR SOFIWARE OUTPUT Bernadette Johnson Wendy D. Johnson Pharmaceutical Product Development, Inc. SAS Institute Inc. Introduction Under the UNIXR operating

More information

Stream Model of I/O. Basic I/O in C

Stream Model of I/O. Basic I/O in C Stream Model of I/O 1 A stream provides a connection between the process that initializes it and an object, such as a file, which may be viewed as a sequence of data. In the simplest view, a stream object

More information

---Functions Manual---

---Functions Manual--- 2009-06-04 ARTRAY Thermograph Camera Software Developer Kit ---Functions Manual--- Dynamic Link Library for Windows2000,XP 2009.06.04 ARTRAY CO., LTD List of DLL function DLLInitializing ArtThermo_GetDllVersion

More information

Cookbook for using SQL Server DTS 2000 with.net

Cookbook for using SQL Server DTS 2000 with.net Cookbook for using SQL Server DTS 2000 with.net Version: 1.0 revision 15 Last updated: Tuesday, July 23, 2002 Author: Gert E.R. Drapers (GertD@SQLDev.Net) All rights reserved. No part of the contents of

More information