static class MM1FederationManager20.StateMachine extends Object
Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See Sim0MQ License.
Modifier and Type | Field and Description |
---|---|
protected org.zeromq.ZMQ.Socket |
fsSocket
the federate starter socket.
|
Constructor and Description |
---|
StateMachine(AtomicLong messageCount,
String federationName,
int fsPort,
String localSk3,
int modelNr) |
StateMachine(AtomicLong messageCount, String federationName, int fsPort, String localSk3, int modelNr) throws org.sim0mq.Sim0MQException
messageCount
- AtomicLong; message counterfederationName
- the name of the federationfsPort
- FederateStarter port numberlocalSk3
- local/sk-3 to indicate where the federate starter and model can be foundmodelNr
- sequence number of the model to runorg.sim0mq.Sim0MQException
- on errorCopyright © 2016–2018. All rights reserved.