certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

applications/HLA_Tutorial DisplayServiceMessage...


From: certi-cvs
Subject: applications/HLA_Tutorial DisplayServiceMessage...
Date: Wed, 19 Dec 2007 12:59:34 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Christian Stenzel <approx>      07/12/19 12:59:34

Modified files:
        HLA_Tutorial   : DisplayServiceMessages.hh.in 

Log message:
        removed some write erros

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_Tutorial/DisplayServiceMessages.hh.in?cvsroot=certi&r1=1.3&r2=1.4

Patches:
Index: DisplayServiceMessages.hh.in
===================================================================
RCS file: 
/sources/certi/applications/HLA_Tutorial/DisplayServiceMessages.hh.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- DisplayServiceMessages.hh.in        28 Nov 2007 16:47:30 -0000      1.3
+++ DisplayServiceMessages.hh.in        19 Dec 2007 12:59:34 -0000      1.4
@@ -31,7 +31,7 @@
 #define DS_MSG_CREATE_FEDERATION_EXECUTION "\
 Federation Management -> Create Federation Execution\n\n\
 The RTI ambassador service createFederationExecution is usally invoked by the \
-first federate. This service creates the federation specifed by a name and a \
+first federate. This service creates the federation specified by a name and a \
 file holding the federation object model (FOM). \
     "
     
@@ -40,7 +40,7 @@
 #define DS_MSG_JOIN_FEDERATION_EXECUTION "\
 Federation Management -> Join Federation Execution\n\n\
 The RTI ambassador service joinFederationExecution is used by a federate to \
-join an existing federation. Input parameters are his own name, the federation 
\
+join an existing federation. Input parameters are its own name, the federation 
\
 name of the federation it wants to join and a pointer to its federate \
 ambassador implementation. \
     "
@@ -99,7 +99,7 @@
 
 #define DS_MSG_OBJECT_MANAGEMENT "\
 Object Management\n\n \
-This part of the interface specification deals with deletion, instanciation, \
+This part of the interface specification deals with deletion, instantiation, \
 modification and registration of object instances. The necessary data exchange 
\
 mechanisms, especially updating and reflecting attributes and sending and \
 receiving interactions are part of this management area. \
@@ -154,7 +154,8 @@
 #define DS_MSG_GET_ATTRIBUTE_HANDLE "\
 Ancillary Service -> Get Attribute Handle\n\n \
 This service returns a numeric handle for the named attribute according to \
-the FOM resp. SOM. \
+the FOM resp. SOM. The numeric handle of the corresponding object class have 
to\
+be specified as second input parameter. \
     "
 
 #define DS_MSG_GET_ATTRIBUTE_HANDLE_SRC "@DS_MSG_GET_ATTRIBUTE_HANDLE_SRC@"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]