added ca_version() proto and pFile/lineNo args to exception args
This commit is contained in:
@@ -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 ()
|
||||
*
|
||||
|
||||
@@ -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 ()
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user