Guardian Programmer's Guide

Table Of Contents
About This Manual
Guardian Programmer’s Guide 421922-014
xxx
Related Reading
Sections Section 21, Writing a Requester Program and Section 22, Writing a
Server Program provide working examples of requester and server programs.
Sections Section 23, Writing a Command-Interpreter Monitor ($CMON) and
Section 24, Writing a Terminal Simulator show how to write a Tandem Advanced
Command Language (TACL) monitor program ($CMON) and how to write a
terminal simulator.
Section Section 25, Debugging, Trap Handling, and Signal Handling provides
debugging, trap-handling, and signal-handling information.
Section 26, Synchronizing Processes shows how to use the binary semaphore
procedure calls to synchronize processes for the purpose of accessing a shared
resource.
Section 27, Fault-Tolerant Programming in C explains how to use process pairs to
write fault-tolerant programs in the C programming language.
Section 28, Using Floating-Point Formats explains how to use the floating-point
formats.
Related Reading
While using this guide, you will also need to refer to some of the manuals described
here. Figure i shows the relationship between this guide and the manuals you are
most likely to need to refer to. The following paragraphs provide a complete list. The
following manuals appear in D-series, G--series, and H-series collections in the
NonStop Technical Library, but each manual may not be supported in all collections.
Manuals Containing Procedure-Call Information
The following manuals contain information related to Guardian procedure calls:
The Guardian Procedure Calls Reference Manual contains a detailed description of
the syntax for most of the Guardian procedure calls.
The Guardian Programming Reference Summary provides a summary of
procedure call syntax, interprocess messages, error codes, and other material in a
quick-reference format.
The Guardian Procedure Errors and Messages Manual describes error codes for
Guardian procedures, error lists, interprocess messages, and trap numbers.
Manual Containing OSS Programming Information
The Open System Services Programmer’s Guide contains programming information
related to OSS system and library function calls, as well as information on using
Guardian procedure calls from the OSS environment.