added channel destroy notify mf

This commit is contained in:
Jeff Hill
2001-08-16 01:23:33 +00:00
parent cc191cddbc
commit d67fcbdb67

View File

@@ -23,6 +23,7 @@
#include "cacIO.h"
#include "db_access.h" // need to eliminate this
#include "cadef.h" // this can be eliminated when the callbacks use the new interface
#define epicsExportSharedSymbols
#include "dbCAC.h"
@@ -76,6 +77,12 @@ extern "C" void dbSubscriptionEventCallback ( void *pPrivate, struct dbAddr * /*
pIO->chan.callStateNotify ( pIO->type, pIO->count, pfl, pIO->notify );
}
void dbSubscriptionIO::channelDestroyNotify ()
{
this->notify.exception ( ECA_CHANDESTROY,
this->chan.pName(), this->type, this->count );
}
void dbSubscriptionIO::show ( unsigned level ) const
{
printf ( "Data base subscription IO at %p\n",