#include "KSJApi.h"宏定义 | |
| #define | KSJ_API __declspec(dllimport) |
枚举 | |
| enum | KSJ_LANGUAGE { L_CHS, L_ENG } |
语言类型枚举 更多... | |
函数 | |
| KSJ_API int __stdcall | KSJ_SetLanguage (IN KSJ_LANGUAGE Language) |
| KSJ_SetLanguage. | |
| KSJ_API int __stdcall | KSJ_GetLanguage (OUT KSJ_LANGUAGE *pLanguage) |
| KSJ_GetLanguage. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetLanguageString (IN KSJ_LANGUAGE Language) |
| 获得语言名称 | |
| KSJ_API PTCHAR __stdcall | KSJ_GetReturnCodeString (IN int nErrorNo) |
| 获得错误的详细信息 | |
| KSJ_API PTCHAR __stdcall | KSJ_GetDeviceName (KSJ_DEVICETYPE usDeviceType) |
| KSJ_GetDeviceName. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetParamString (KSJ_PARAM Param) |
| KSJ_GetParamString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetEEPROMTypeString (KSJ_EEPROM_TYPE Type) |
| KSJ_GetEEPROMTypeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetAddressModeString (KSJ_ADDRESSMODE AddressMode) |
| KSJ_GetAddressModeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetTriggerModeString (KSJ_TRIGGERMODE TriggerMode) |
| KSJ_GetTriggerModeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetTriggerMethodString (KSJ_TRIGGERMETHOD TriggerMethod) |
| KSJ_GetTriggerMethodString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetEncoderDirectionString (KSJ_ENCODERDIRECTION EncoderDirection) |
| KSJ_GetEncoderDirectionString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetStartEndModeString (KSJ_STARTENDMODE StartEndMode) |
| KSJ_GetStartEndModeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetTriggerStatusString (KSJ_TRIGGERSTATUS TriggerStatus) |
| KSJ_GetTriggerStatusString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetFunctionEnumString (KSJ_FUNCTION Function) |
| KSJ_GetFunctionEnumString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetFunctionDescString (KSJ_FUNCTION Function) |
| GetFunctionDescString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetGpioInModeString (KSJ_GPIOIN_MODE Mode) |
| GetGpioInModeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetGpioOutModeString (KSJ_GPIOOUT_MODE Mode) |
| GetGpioOutModeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetAutoExposureStatusString (KSJ_AE_STATUS AutoExposureStatus) |
| GetAutoExposureStatusString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetBayerModeString (KSJ_BAYERMODE BayerMode) |
| GetBayerModeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetBayerFilterModeString (KSJ_FILTERMODE FilterMode) |
| GetBayerFilterModeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetSensitivityModeString (KSJ_SENSITIVITYMODE SensitivityMode) |
| GetSensitivityModeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetHueChannelString (KSJHueRange HueChannel) |
| GetHueChannelString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetWhiteBalanceModeString (KSJ_WB_MODE WhiteBalanceMode) |
| GetWhiteBalanceModeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetColorTemperatureString (KSJ_COLOR_TEMPRATURE ColorTemperature) |
| GetColorTemperatureString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetColorCorrectionModeString (KSJ_CCM_MODE ColorCorrectionMode) |
| GetColorCorrectionModeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetDeviceStatusString (KSJ_DEVICESTATUS DeviceStatus) |
| GetDeviceStatusString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetCalibrationMapModeString (KSJ_MAPMODE MapMode) |
| KSJ_GetCalibrationMapModeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetBadPixelThresholdModeString (KSJ_THRESHOLD ThresholdMode) |
| KSJ_GetBadPixelThresholdModeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetIoDirectionString (int Direction) |
| KSJ_GetIoDirectionString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetFlashModeString (KSJ_FLASHMODE FlashMode) |
| KSJ_GetFlashModeString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetGainSelectorString (int GainSelector) |
| KSJ_GetGainSelectorString. | |
| KSJ_API PTCHAR __stdcall | KSJ_GetExposureModeString (int ExposureMode) |
| KSJ_GetExposureModeString. | |
| KSJ_API PTCHAR __stdcall | GetUserPresettingString (IN int UserPresetting) |
| 这是一个辅助函数,方便用户获取MVD_USER_PRESETTING枚举值对应的字符串,这个用户也可以不调用,自行设置对应的字符串信息。 | |
| #define KSJ_API __declspec(dllimport) |