OpenSS7
SS7 for the
Common Man

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified:

Home Overview Status News Documentation Resources About
   
 Overview
 Status
 News
 Documentation
 Resources
 About

   
Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> strss7/drivers/str/mod.cc


File /code/strss7/drivers/str/mod.cc


#ident "@(#) $RCSfile: mod.cc,v $ $Name:  $($Revision: 0.8.2.1 $) $Date: 2002/10/18 02:36:28 $"

static char const ident[] =
    "$RCSfile: mod.cc,v $ $Name:  $($Revision: 0.8.2.1 $) $Date: 2002/10/18 02:36:28 $";

#pragma implementation
#include "com.h"
#include "queue.h"
#include "module.h"

static strdrv *drv = NULL;

extern "C" {
	void mod_init(void) {
		if (drv)
			return;
		drv = new strdrv("test", 1, 255, 0, 512, 1 * 512, 8 * 512);
	} void mod_term(void) {
		if (!drv)
			return;
		delete drv;
	}
}


Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> strss7/drivers/str/mod.cc

OpenSS7
SS7 for the
Common Man
Home Overview Status News Documentation Resources About

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified: