Table of Contents Previous Chapter Chapter 32: State

Chapter 32: State

1. Introduction

The state record is used to store an arbitrary ASCII string.

2. Field Summary

-----------------------------------------------------------
Field  Type    DCT  Initial  Access  Modify  Rec Proc   PP   
                                             Monitor         
-----------------------------------------------------------
VAL    STRING  Yes  Null     Yes     Yes     Yes        Yes  
OVAL   STRING  No   Null     Yes     No                      
-----------------------------------------------------------

3. Field Descriptions

----------------------------------------------------------
Name  Summary      Description                              
----------------------------------------------------------
VAL   Value Field  An arbitrary string value                
OVAL  Old Value    Used to decide when to invoke monitors.  
----------------------------------------------------------

4. Record Support Routines

Two record support routines are provided:

process

process triggers monitors on VAL when it changes and scans the forward link if necessary.

get_value

get_value fills in struct valueDes so that it refers to VAL.

 
Table of Contents Next Chapter