📄 cspylink.h
字号:
/*
* You should include one copy of this in your compiler project
* if you have enabled C-SPYLink for at least one visualSTATE project.
*
* Id: CSpyLink.h
*
* Function: C-SPYLink Header File
*
* Generated: Wed Jul 23 14:27:18 2008
*
* Coder 5, 4, 1, 1290
*
* This is an automatically generated file. It will be overwritten by the Coder.
*
* DO NOT EDIT THE FILE!
*/
#ifndef CSPYLINK_H
#define CSPYLINK_H
#define CSPYLINKVERSION 100
#include <stddef.h>
#include "includes.h"
#ifdef __cplusplus
extern "C" {
#endif
/* forward declaration */
struct CSpyIdentity;
void _VS_initialized_break_point (struct CSpyIdentity* identity);
void _VS_hit_break_point (struct CSpyIdentity* identity);
void _VS_enable_action (struct CSpyIdentity* identity, size_t action);
void _VS_enable_event (struct CSpyIdentity* identity, size_t event, void* context);
void _VS_enable_signal (struct CSpyIdentity* identity, size_t signal);
void _VS_enable_transition (struct CSpyIdentity* identity, size_t transition);
void _VS_end_macro_step (struct CSpyIdentity* identity);
void _VS_enter_get_output (struct CSpyIdentity* identity);
void _VS_breakpoint (void* operands);
void ATM_easyCSPYLinkInsertTrigger (SEM_EVENT_TYPE EventNo);
#ifdef __cplusplus
}
#endif
#endif /* CSPYLINK_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -