added ca_version() proto and pFile/lineNo args to exception args

This commit is contained in:
Jeff Hill
1996-09-16 16:33:45 +00:00
parent 27567a54ed
commit 01b3617614
2 changed files with 14 additions and 0 deletions

View File

@@ -258,6 +258,8 @@ struct exception_handler_args{
long stat; /* Channel access std status code */
long op; /* External codes for channel access operations */
char *ctx; /* A character string containing context info */
char *pFile; /* source file name (may be NULL) */
unsigned lineNo; /* source file line number */
};
@@ -984,6 +986,11 @@ int epicsShareAPI ca_v42_ok(chid chan);
int epicsShareAPI ca_v42_ok();
#endif /*CAC_FUNC_PROTO*/
/*
* function that returns the CA version string
*/
READONLY char * epicsShareAPI ca_version();
/*
* ca_replace_printf_handler ()
*

View File

@@ -258,6 +258,8 @@ struct exception_handler_args{
long stat; /* Channel access std status code */
long op; /* External codes for channel access operations */
char *ctx; /* A character string containing context info */
char *pFile; /* source file name (may be NULL) */
unsigned lineNo; /* source file line number */
};
@@ -984,6 +986,11 @@ int epicsShareAPI ca_v42_ok(chid chan);
int epicsShareAPI ca_v42_ok();
#endif /*CAC_FUNC_PROTO*/
/*
* function that returns the CA version string
*/
READONLY char * epicsShareAPI ca_version();
/*
* ca_replace_printf_handler ()
*