point_security

point_security -- gives the security level of a point.

Syntax

point_security (symbol)

		

Arguments

symbol

A point name, as a symbol.

Returns

The security level.

Example

    Gamma> set_security(5);
    0
    Gamma> secure_point(#f,3);
    t
    Gamma> point_security(#f);
    3
    Gamma> 
    		

See Also

secure_point, set_security,

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.