📄 rfcserver.h
字号:
/**************************************************************************/
/* External API function declarations. */
/* */
/* This file is automatically generated by mkInterface. */
/**************************************************************************/
#ifndef RFCSERVER_H
#define RFCSERVER_H
#include "common.h"
#define VERSION_TRANSACTION_ID 0x3f00
#define RFCID_VERSION 0x1100
typedef struct xfDictEntryStruct
{
uint16 key; /* dictionary key */
void (*pFunc)( void ); /* message handler */
char *fName; /* function name */
}
XFDICTIONARY_STRUCT;
extern const XFDICTIONARY_STRUCT xf_Dictionary[];
extern const int xf_dictSize;
extern void rfcMPGet( int nBytes, void *parm );
extern void rfcMPPut( int nBytes, void *parm );
extern int16 rfcServer_Version( void );
void xf_ANR_Init( void );
void xf_ANR_Enable( void );
void xf_ANR_IsEnabled( void );
void xf_ANR_SetFilterStrength( void );
void xf_ANR_GetFilterStrength( void );
void xf_API_GetVersion( void );
void xf_CW_Init( void );
void xf_CW_Start( void );
void xf_CW_Stop( void );
void xf_CW_GetIndexPeriod( void );
void xf_CW_GetSpinning( void );
void xf_CW_SetMode( void );
void xf_CW_SetCWandSeqMode( void );
void xf_CW_SetIndexDelay( void );
void xf_CW_GetMode( void );
void xf_CW_GetSeqMode( void );
void xf_CW_IsModeSupported( void );
void xf_CW_SetExpectedVsync( void );
void xf_CW_GetIndexDelay( void );
void xf_CW_GetExpectedVsync( void );
void xf_CW_SetIndexDelayFinerPrecision( void );
void xf_CW_GetIndexDelayFinerPrecision( void );
void xf_CW_GetTaskID( void );
void xf_CW_SetCoast( void );
void xf_CW_SetSpeed( void );
void xf_CW_IsCoastEnabled( void );
void xf_CW_SetMotorType( void );
void xf_CW_GetMotorType( void );
void xf_CW_SetWheel( void );
void xf_CW_GetWheel( void );
void xf_CW_GetAvailableSequenceModes( void );
void xf_CW_SetDirection( void );
void xf_CW_GetDirection( void );
void xf_CW_Brake( void );
void xf_CW_IsDirectionSet( void );
void xf_CW_EnableClock( void );
void xf_CW_SetDebugMode( void );
void xf_CW_GetDebugMode( void );
void xf_DDP_Init( void );
void xf_DDP_SetAsicConfigNum( void );
void xf_DDP_GetCurrentConfigNumber( void );
void xf_DDP_GetAsicConfigRevision( void );
void xf_DDP_GetAsicConfigType( void );
void xf_DDP_GetAsicID( void );
void xf_DDP_EnableGeneralPurposeClock( void );
void xf_DDP_IsGeneralPurposeClockEnabled( void );
void xf_DDP_GetGeneralPurposeClock( void );
void xf_DDP_EnableUSBClock( void );
void xf_DDP_IsUSBClockEnabled( void );
void xf_DDP_EnableEmergencyShutdown( void );
void xf_DDP_IsEmergencyShutdownEnabled( void );
void xf_DDP_SoftwareReset( void );
void xf_DDP_GetResetCount( void );
void xf_DDP_GetResetCause( void );
void xf_DDP_EnableLowPowerMode( void );
void xf_DDP_IsLowPowerEnabled( void );
void xf_DDP_GetAsicInfo( void );
void xf_DDP_GetSystemStatus( void );
void xf_DDP_GetSystemStatusBit( void );
void xf_DDP_RequestSystemStatusEvent( void );
void xf_DDP_GetErrorStatus( void );
void xf_DDP_GetErrorStatusBit( void );
void xf_DDP_ClearErrorStatusBit( void );
void xf_DDP_RequestErrorStatusEvent( void );
void xf_DDP_SetTaskSize( void );
void xf_DDP_GetTaskSize( void );
void xf_DDP_CLKGEN_SetSlewRate( void );
void xf_DDP_CLKGEN_SetOutputCurrentDrive( void );
void xf_DDP_CLKGEN_EnableSSCforDMD( void );
void xf_DDP_CLKGEN_SetSSCforDMD( void );
void xf_DDP_CLKGEN_EnableSSCforXDRAM( void );
void xf_DDP_SetSoftwareFlag( void );
void xf_DDP_GetSoftwareFlag( void );
void xf_DEI_SetFilmMode( void );
void xf_DEI_GetFilmMode( void );
void xf_DEI_SetFilmModeLockThresholds( void );
void xf_DEI_GetFilmModeLockThresholds( void );
void xf_DEI_GetStatus( void );
void xf_DEI_Enable( void );
void xf_DEI_IsEnabled( void );
void xf_DEI_SetIntraFieldInterpolationStrength( void );
void xf_DEI_GetIntraFieldInterpolationStrength( void );
void xf_DEI_SetMotionAdaptiveMode( void );
void xf_DEI_GetMotionAdaptiveMode( void );
void xf_DMD_Init( void );
void xf_DMD_GetResolution( void );
void xf_DMD_Power( void );
void xf_DMD_IsPowered( void );
void xf_DMD_Park( void );
void xf_DMD_Unpark( void );
void xf_DMD_IsParked( void );
void xf_DMD_SetBin( void );
void xf_DMD_GetBin( void );
void xf_DMD_GetDeviceType( void );
void xf_GPIO_Init( void );
void xf_GPIO_SetConfig( void );
void xf_GPIO_GetConfig( void );
void xf_GPIO_SetPinConfig( void );
void xf_GPIO_GetPinConfig( void );
void xf_GPIO_SetPin( void );
void xf_GPIO_GetPin( void );
void xf_GPIO_SetPins( void );
void xf_GPIO_GetPins( void );
void xf_GPIO_SetConsecPins( void );
void xf_GPIO_GetConsecPins( void );
void xf_GPIO_SetIntSource( void );
void xf_GPIO_GetIntSource( void );
void xf_GPIO_Enable( void );
void xf_GPIO_GetEnable( void );
void xf_GPIO_GetEnableReg( void );
void xf_GPIO_EnableAlternativeFunction( void );
void xf_GPIO_GetBootLoaderPin( void );
void xf_LMP_Enable( void );
void xf_LMP_IsEnabled( void );
void xf_LMP_EnableLampStrikeReset( void );
void xf_LMP_IsLampStrikeResetEnabled( void );
void xf_LMP_SetLampStrikeResetDelay( void );
void xf_LMP_GetLampStrikeResetDelay( void );
void xf_LMP_SetLampEnableDelay( void );
void xf_LMP_GetLampEnableDelay( void );
void xf_LMP_IsLampLit( void );
void xf_LMP_IsLampLitStable( void );
void xf_LMP_SetLampSyncType( void );
void xf_LMP_GetLampSyncType( void );
void xf_LMP_SetLampSyncCount( void );
void xf_LMP_GetLampSyncCount( void );
void xf_LMP_SetLampSyncDelay( void );
void xf_LMP_GetLampSyncDelay( void );
void xf_LMP_GetLampBin( void );
void xf_LMP_EnableManualLampBin( void );
void xf_LMP_IsManualLampBinEnabled( void );
void xf_LMP_SetManualLampBin( void );
void xf_OSD_GetVersionID( void );
void xf_OSD_Init( void );
void xf_OSD_Enable( void );
void xf_OSD_IsEnabled( void );
void xf_OSD_EnableUpdates( void );
void xf_OSD_Enable2Xmode( void );
void xf_OSD_Is2XmodeEnabled( void );
void xf_OSD_SetGlobalOffset( void );
void xf_OSD_GetGlobalOffset( void );
void xf_OSD_SetLanguage( void );
void xf_OSD_GetLanguage( void );
void xf_OSD_SetUpdateMode( void );
void xf_OSD_SetUpdateWindow( void );
void xf_OSD_EnableCharBlend( void );
void xf_OSD_GetLanguageDirection( void );
void xf_OSD_GetActiveRegion( void );
void xf_OSD_GetTaskID( void );
void xf_OSD_SetColorBlend( void );
void xf_OSD_GetColorBlend( void );
void xf_OSD_SetColorPalette( void );
void xf_OSD_GetColorPalette( void );
void xf_OSD_SetColor( void );
void xf_OSD_GetColor( void );
void xf_OSD_EnableAnimation( void );
void xf_OSD_SetAnimationConfig( void );
void xf_OSD_GetAnimationConfig( void );
void xf_OSD_DisplayWindow( void );
void xf_OSD_SetWinDepressed( void );
void xf_OSD_SetWinColor( void );
void xf_OSD_GetWinColor( void );
void xf_OSD_SetWinPos( void );
void xf_OSD_GetWinPos( void );
void xf_OSD_SetWinHighlight( void );
void xf_OSD_SetWinConfig( void );
void xf_OSD_GetWinConfig( void );
void xf_OSD_GetUserWindowData( void );
void xf_OSD_LoadMenu( void );
void xf_OSD_DisplayMenu( void );
void xf_OSD_SetMenuHighlight( void );
void xf_OSD_GetMenuSize( void );
void xf_OSD_GetMenuPos( void );
void xf_OSD_GetFirstMenuItemID( void );
void xf_OSD_GetNumMenuItems( void );
void xf_OSD_SetMenuPos( void );
void xf_OSD_GetUserMenuData( void );
void xf_OSD_GetMenuStyle( void );
void xf_OSD_SetItemHighlight( void );
void xf_OSD_SetItemState( void );
void xf_OSD_GetPreviousItemID( void );
void xf_OSD_GetNextItemID( void );
void xf_OSD_GetChildMenuID( void );
void xf_OSD_GetNumFields( void );
void xf_OSD_GetFirstFieldID( void );
void xf_OSD_GetItemPos( void );
void xf_OSD_GetUserItemData( void );
void xf_OSD_DisableItemDisplay( void );
void xf_OSD_GetItemStyle( void );
void xf_OSD_GetItemFirstWinNum( void );
void xf_OSD_GetItemNextWinNum( void );
void xf_OSD_SetFieldHighlight( void );
void xf_OSD_GetPreviousFieldID( void );
void xf_OSD_GetNextFieldID( void );
void xf_OSD_GetFieldType( void );
void xf_OSD_GetFieldPos( void );
void xf_OSD_GetUserFieldData( void );
void xf_OSD_DisableFieldDisplay( void );
void xf_OSD_SetCharColor( void );
void xf_OSD_GetCharColor( void );
void xf_OSD_GetNumAvailableChars( void );
void xf_OSD_GetDynaTextSize( void );
void xf_OSD_GetDynaTextString( void );
void xf_OSD_SetDynaTextString( void );
void xf_OSD_SetDynaTextStringSpecial( void );
void xf_OSD_InsertDynaTextString( void );
void xf_OSD_InsertDynaTextStringSpecial( void );
void xf_OSD_GetListIndex( void );
void xf_OSD_GetListSize( void );
void xf_OSD_SetListIndex( void );
void xf_OSD_GetSliderValue( void );
void xf_OSD_SetSliderValue( void );
void xf_OSD_GetSliderSteps( void );
void xf_OSD_DisplaySlider( void );
void xf_OSD_StartFade( void );
void xf_OSD_SetFadeControl( void );
void xf_PWM_Init( void );
void xf_PWM_EnablePort( void );
void xf_PWM_GetPortEnable( void );
void xf_PWM_EnableOutput( void );
void xf_PWM_GetOutputEnable( void );
void xf_PWM_SetWaveform( void );
void xf_PWM_GetWaveform( void );
void xf_PWM_SetWaveformInClock( void );
void xf_PWM_GetWaveformInClock( void );
void xf_PWM_SetDutyCycle( void );
void xf_PWM_GetDutyCycle( void );
void xf_PWM_SetOutPortConfig( void );
void xf_PWM_GetOutPortConfig( void );
void xf_PWM_EnableInCounter( void );
void xf_PWM_GetInCounterEnable( void );
void xf_PWM_SetInCounterConfig( void );
void xf_PWM_GetInCounterConfig( void );
void xf_PWM_GetInCounterPW( void );
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -