lingua-franca 0.10.1
Lingua Franca code generator
Loading...
Searching...
No Matches
org.lflang.federated.generator.SSTGenerator Class Reference

SST related methods. More...

Public Member Functions

void setupSST (List< FederateInstance > federates, RtiConfig rtiConfig) throws IOException
 SSTGenerator (FederationFileConfig fileConfig, MessageReporter messageReporter, LFGeneratorContext context)

Static Public Member Functions

static String getRemoteBasePath (FederationFileConfig fileConfig, String entityName)
 Return the path to the RTI binary on the remote host.
static Path getSSTConfigPath (FederationFileConfig fileConfig, String name)
static String getSSTRemoteBasePath (FederationFileConfig fileConfig, String entityName)
 Return the path to the RTI binary on the remote host.

Detailed Description

SST related methods.

Author
Dongha Kim

Constructor & Destructor Documentation

◆ SSTGenerator()

org.lflang.federated.generator.SSTGenerator.SSTGenerator ( FederationFileConfig fileConfig,
MessageReporter messageReporter,
LFGeneratorContext context )

Member Function Documentation

◆ getRemoteBasePath()

String org.lflang.federated.generator.SSTGenerator.getRemoteBasePath ( FederationFileConfig fileConfig,
String entityName )
static

Return the path to the RTI binary on the remote host.

◆ getSSTConfigPath()

Path org.lflang.federated.generator.SSTGenerator.getSSTConfigPath ( FederationFileConfig fileConfig,
String name )
static

◆ getSSTRemoteBasePath()

String org.lflang.federated.generator.SSTGenerator.getSSTRemoteBasePath ( FederationFileConfig fileConfig,
String entityName )
static

Return the path to the RTI binary on the remote host.

◆ setupSST()

void org.lflang.federated.generator.SSTGenerator.setupSST ( List< FederateInstance > federates,
RtiConfig rtiConfig ) throws IOException

The documentation for this class was generated from the following file:
  • /Users/runner/work/lingua-franca/lingua-franca/core/src/main/java/org/lflang/federated/generator/SSTGenerator.java