kpds_initialize_location - preset location segment to constant
LIBRARY CALL
int kpds_initialize_location(
kobject object,
double real,
double imag)
INPUT
object - object to initialize location data on
real - real part of constant
imag - imaginary part of constant
OUTPUT
none
RETURN VALUE
TRUE on success, FALSE otherwise
DESCRIPTION
This routine initializes the entire location segment
to a specified value. The last two arguments are
real and imaginary components of a complex number
that is the value that the data will be initialized
to. The data type of the location segment at the
time this function is called will determine how the
complex number is used. A non-complex datatype means
that the real part only will be used. A
non-floating-point data type means that the integer
part of the real argument will be used.