allowed acces to the chid from the evid

This commit is contained in:
Jeff Hill
2000-10-06 00:14:00 +00:00
parent c07cd661cd
commit c5f33a7475
6 changed files with 17 additions and 3 deletions

View File

@@ -422,6 +422,11 @@ int epicsShareAPI ca_clear_event ( evid pMon )
return ECA_NORMAL;
}
chid epicsShareAPI ca_evid_to_chid ( evid pMon )
{
return & pMon->channel ();
}
/*
* ca_clear_channel ()
*/