From f7893eb6c5aaf8f16bf58a2daf9d89bec19b9caf Mon Sep 17 00:00:00 2001 From: sc Date: Fri, 22 Dec 2000 08:52:40 +0000 Subject: Attempt to come back to a normal situation for doc: - source SGML file recreated - generated HTML files removed from archive --- doc/ivy-perl-6.html | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 doc/ivy-perl-6.html (limited to 'doc/ivy-perl-6.html') diff --git a/doc/ivy-perl-6.html b/doc/ivy-perl-6.html deleted file mode 100644 index 9d31b44..0000000 --- a/doc/ivy-perl-6.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - The Ivy C library guide: Conventions for writing applications - - - - - -Next -Previous -Contents -
-

6. Conventions for writing applications

-

6.1 Default bus

-By default, the bus used is 127.255.255.255:2010 ie the application will be connected on the port 2010 of the local machine it runs on.

-

You can set the bus to be used by setting the environment variable IVYBUS or by implementing the option -b in the application.

-

-

6.2 Syntax of messages

-The syntax of the messages exchanged is totally free. However, the following convention is recommended: - -
  • The message syntax is Subject Attributes
  • -
  • A Subject is an object, named in a hierarchical form: ObjectClass1:object1.ObjectClass2:object2...
  • -
  • Attributes are pairs (attribute-name, value)
  • -
    -Example: -

    AIRCRAFT:LIB720 Moved lat=46.1697 lon=2.0844 vx=-36 vy=-463 afl=330 rate=0 heading=184 ground_speed=465 -mach_speed=0 tendance=0 time=24600 cfl=330 -


    -Next -Previous -Contents - - -- cgit v1.1