Skip to content

Naming conventions

Gergely Varga edited this page Jun 8, 2017 · 1 revision

Naming conventions

  • 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 or PingCounter, ...
  • FederatePlatform represents the platform we use for the implementation of the Federate

    • e.g.: Java, CPP, Simulink, Matlab, ...
  • FederateID represents the unique identifier of the Federate

    • e.g.: EchoClient-<GUID> or PingCounter-<GUID>
  • FederationID represents the unique identifier of the Federa_tion_

Clone this wiki locally