11 lines
336 B
C++
11 lines
336 B
C++
#pragma once
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
//
|
|
// HAL_VideoProbe.h : interface for the Video Probe related functions
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
HAL_STATUS HAL_VP_GetActiveProbe(int &nProbe);
|
|
HAL_STATUS HAL_VP_SetActiveProbe(int nProbe);
|