From 7261d1507b0c2c622c00d1d0889625a835a43f65 Mon Sep 17 00:00:00 2001 From: chatty Date: Wed, 26 Jul 2000 09:44:55 +0000 Subject: Removed documentation files that were generated from other files --- doc/ivy-c-6.html | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 doc/ivy-c-6.html (limited to 'doc/ivy-c-6.html') diff --git a/doc/ivy-c-6.html b/doc/ivy-c-6.html deleted file mode 100644 index c85da04..0000000 --- a/doc/ivy-c-6.html +++ /dev/null @@ -1,38 +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 Connexion to ivy

-

By convention, the message application-name READY is to be used when initializing the connexion to ivy. -

Example: -

IvyInit ("TOTO", "TOTO READY",...) -

6.3 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