###############################################################################
# #
# Copyright © 1989-1991 by Artificial Horizons®, Inc. All rights reserved. #
# #
# This material constitutes the trade secrets and confidential, #
# proprietary information of Bruce Factor and Curtis Priem, and is #
# under license to Artificial Horizons, Inc. The material is not #
# to be disclosed, reproduced, copied, or used in any manner not #
# permitted under license from Artificial Horizons, Inc. For more #
# information email "ahi-interest@ahi.com". #
# #
###############################################################################
FBPUT(3G) AVIATOR GRAPHICS INTERFACE FUNCTIONS FBPUT(3G)
NAME
fbput, fbget - put or get information about an object
SYNOPSIS
#include <agi.h>
fbput(fbp, member, value);
register Fbuffer fbp;
fbget(fbp, member);
register Fbuffer fbp;
DESCRIPTION
fbput() puts value in to a holding register in the CPU. member
describes how value is used and also the format off the number.
fbget() returns the value of member in the CPU holding register in the
indicated format.
See the individual description of each class for legal members.
SEE ALSO
fbcall(3G), fbend(3G), fbstart(3G)
PERFORMANCE
fbp should be declared a register.
AGI Release 1.8 Last change: 25 December 1991