?? 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>
#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);
#ifdef __cplusplus
}
#endif
#endif /* CSPYLINK_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -