broke apart monolithic iocinf.h header file
This commit is contained in:
@@ -10,12 +10,14 @@
|
||||
* Author: Jeff Hill
|
||||
*/
|
||||
|
||||
#include "iocinf.h"
|
||||
#include "netWriteNotifyIO_IL.h"
|
||||
#include "nciu_IL.h"
|
||||
#include "baseNMIU_IL.h"
|
||||
#define epicsAssertAuthor "Jeff Hill johill@lanl.gov"
|
||||
|
||||
netWriteNotifyIO::netWriteNotifyIO ( nciu &chan, cacNotify ¬ifyIn ) :
|
||||
#include "iocinf.h"
|
||||
#include "nciu.h"
|
||||
#include "netIO.h"
|
||||
#include "cac.h"
|
||||
|
||||
netWriteNotifyIO::netWriteNotifyIO ( nciu &chan, cacWriteNotify ¬ifyIn ) :
|
||||
baseNMIU ( chan ), notify ( notifyIn )
|
||||
{
|
||||
}
|
||||
@@ -26,7 +28,7 @@ netWriteNotifyIO::~netWriteNotifyIO ()
|
||||
|
||||
void netWriteNotifyIO::show ( unsigned level ) const
|
||||
{
|
||||
printf ( "read write notify IO at %p\n",
|
||||
::printf ( "read write notify IO at %p\n",
|
||||
static_cast < const void * > ( this ) );
|
||||
if ( level > 0u ) {
|
||||
this->baseNMIU::show ( level - 1u );
|
||||
|
||||
Reference in New Issue
Block a user