|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.zcu.fav.kiv.jsim.hla.JSimHLARequestHeader
JSimHLARequestHeader contains header data for JSimHLARequest. You should never need to create an instance of this class. Attributes of this class are intentionaly public. Instances of this class are used as 'record' (or 'struct') data type, which is serialized and sent using HLA services to another federate.
JSimHLARequest,
Serialized Form| Field Summary | |
java.lang.String |
objectName
Name of JSim object. |
java.lang.String |
PROTOCOL_VERSION
JSim HLA Protocol version. |
int |
requestSender
Federate handle of request sender. |
int |
serviceCode
Code of JSim service. |
| Constructor Summary | |
JSimHLARequestHeader(int requestSender,
java.lang.String objectName,
int serviceCode)
Creates new instance of JSimHLARequestHeader. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final java.lang.String PROTOCOL_VERSION
public int requestSender
public java.lang.String objectName
public int serviceCode
| Constructor Detail |
public JSimHLARequestHeader(int requestSender,
java.lang.String objectName,
int serviceCode)
requestSender - Federate handle of request sender.objectName - Name of JSim object.serviceCode - Code of JSim service.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||