Table of Contents
OpnDosimetryPartition - create AccelNET ams dosimetry partition
OpnDosimetryPartiton
opens a previously created shared memory partition for use by the AccelNET
AMS software.
This function is part of tblmngr.
HEADER_TBL *OpnDosimetryPartition(
int Mid,
unsigned int Maddr,
char **Upnt,
int ROflag,
int quiet_flag
);
The shared memory id.
The shared memory attachment address.
Pointer to the additional space.
If this value is non zero then
attach the partition read only.
If this value is non zero then
suppress error messages from the function.
A pointer to the HEADER_TBL
if successful. NULL is returned on most other failures.
If
the Maddr argument is non zero it is used as the attachement address.
Otherwise
if this value is present in the environment it is used for the shared memory
attachment address.
Otherwise, the value of segaddrDOSE in memdef.h is used.
This function assumes the user knows the size of the region pointed
to by Upnt. Probably not a bad assumption......
tblmngr(3tbl)
$Id: OpnDosimetryP.3,v 1.4 2005/06/17 14:42:24 kitchen Exp $
Table of Contents