-
Notifications
You must be signed in to change notification settings - Fork 3
Naming conventions
Gergely Varga edited this page Jun 8, 2017
·
1 revision
-
FederateType represents the name of the model we create in WebGME since we may create several instances of Federates of this type
- e.g.:
EchoClient
orPingCounter
, ...
- e.g.:
-
FederatePlatform represents the platform we use for the implementation of the Federate
- e.g.:
Java
,CPP
,Simulink
,Matlab
, ...
- e.g.:
-
FederateID represents the unique identifier of the Federate
- e.g.:
EchoClient-<GUID>
orPingCounter-<GUID>
- e.g.:
-
FederationID represents the unique identifier of the Federa_tion_
« Home