From 9e06836fdc70a4045f6dd0e01c97c4610aecbd5e Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期四, 14 十月 2021 15:45:45 +0800 Subject: [PATCH] add ptzTrack toPreset fun --- hikptz.h | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/hikptz.h b/hikptz.h index 14b3cba..d1a587b 100644 --- a/hikptz.h +++ b/hikptz.h @@ -1,14 +1,15 @@ #ifndef _HIKPTZ_H #define _HIKPTZ_H - + #ifdef __cplusplus -extern "C" { +extern "C" +{ #endif - -void PtzTrack(char *ip, char *userName, char *password, char *port ,int channel ,int xBottom ,int xTop ,int yBottom ,int yTop ) - + + void ptzTrack(char *ip, char *userName, char *password, int port, int channel, int xBottom, int xTop, int yBottom, int yTop); + void toPreset(char *ip, char *userName, char *password, int port, int channel); #ifdef __cplusplus } #endif - + #endif \ No newline at end of file -- Gitblit v1.8.0