GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GENLIB_UNFLATTEN_LOFIG.3(October 1, 1997) GENLIB_UNFLATTEN_LOFIG.3(October 1, 1997)

UNFLATTEN_LOFIG - creates a hierarchy level from instances in the current logical figure

#include <genlib.h>
void GENLIB_UNFLATTEN_LOFIG(figurename, instancename, list_of_instances, 0)
char ∗figurename;
char ∗instancename;
char ∗list_of_instances;

See the file man1/alc_origin.1.

Name of the figure of the new hierarchy to be created
Name to be given at the instantiation of figurename into the current structual figure
List of strings representing the instances to be inserted into the new figure

UNFLATTEN_LOFIG creates a new level of hierarchy, whose model name will be figurename, and instantiate it under the name instancename in the current figure. The instances whose name belong to the list_of_instances parameters are added in the new figure, and destroyed from the current figure.

#include <genlib.h>
main()
{
	/∗ Create a figure to work on  ∗/
	GENLIB_DEF_LOFIG("mycell");
	.
	.
	.
	/∗ Place an instance ∗/
	GENLIB_LOINS("model","instance", "sig1", "sig2", EOL);
	/∗ flatten an instance ∗/
	GENLIB_UNFLATTEN_LOFIG("newfig", "newins", "instance", ..., 0);
	/∗ Save all that on disk ∗/
	GENLIB_SAVE_LOFIG();
}

genlib(1), GENLIB_FLATTEN_LOFIG(3).

See the file man1/alc_bug_report.1.

ASIM/LIP6 PROCEDURAL GENERATION LANGUAGE

Search for    or go to Top of page |  Section O |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.