|
#ifndef __SNAP_H__
|
|
#define __SNAP_H__
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
#include "hi_type.h"
|
|
|
|
HI_S32 ispStartSnap(void);
|
|
|
|
void ispStopSnap(void);
|
|
|
|
HI_BOOL ispCheckSnap(void);
|
|
|
|
HI_S32 ispSnapByPressKey(void);
|
|
|
|
HI_S32 ispSnapInstantly(void);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif |