Preparing search index...
The search index is not available
@lf-lang/reactor-ts
@lf-lang/reactor-ts
FederateConfig
Interface FederateConfig
Interface for passing in configuration options to a federate
interface
FederateConfig
{
dependsOn
:
number
[]
;
executionTimeout
?:
TimeValue
;
fast
:
boolean
;
federateID
:
number
;
federationID
:
string
;
keepAlive
?:
boolean
;
minOutputDelay
?:
TimeValue
;
networkMessageActions
:
string
[]
;
rtiHost
:
string
;
rtiPort
:
number
;
sendsTo
:
number
[]
;
upstreamConnectionDelays
:
TimeValue
[]
[]
;
}
Index
Properties
depends
On
execution
Timeout?
fast
federateID
federationID
keep
Alive?
min
Output
Delay?
network
Message
Actions
rti
Host
rti
Port
sends
To
upstream
Connection
Delays
Properties
depends
On
depends
On
:
number
[]
Optional
execution
Timeout
execution
Timeout
?:
TimeValue
fast
fast
:
boolean
federateID
federateID
:
number
federationID
federationID
:
string
Optional
keep
Alive
keep
Alive
?:
boolean
Optional
min
Output
Delay
min
Output
Delay
?:
TimeValue
network
Message
Actions
network
Message
Actions
:
string
[]
rti
Host
rti
Host
:
string
rti
Port
rti
Port
:
number
sends
To
sends
To
:
number
[]
upstream
Connection
Delays
upstream
Connection
Delays
:
TimeValue
[]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
depends
On
execution
Timeout
fast
federateID
federationID
keep
Alive
min
Output
Delay
network
Message
Actions
rti
Host
rti
Port
sends
To
upstream
Connection
Delays
@lf-lang/reactor-ts
Loading...
Interface for passing in configuration options to a federate