Package | Description |
---|---|
usp.ime.gclib.hit | |
usp.ime.gclib.net.protocol |
Modifier and Type | Method and Description |
---|---|
ShootingRestrictions |
HitCalculations.getShootingRestrictions() |
Modifier and Type | Method and Description |
---|---|
void |
HitCalculations.setShootingRestrictions(ShootingRestrictions shootingRestrictions) |
Modifier and Type | Method and Description |
---|---|
ShootingRestrictions |
LibConfigurationObject.getShootingRestrictions() |
ShootingRestrictions |
ProtocolGEOMSGInformation.getShootRestrictions() |
Modifier and Type | Method and Description |
---|---|
void |
LibConfigurationObject.setShootingRestrictions(ShootingRestrictions shootRestrictions) |
void |
ProtocolGEOMSGInformation.setShootRestrictions(ShootingRestrictions shootRestrictions) |
Constructor and Description |
---|
LibConfigurationObject(TargetRestrictions targetRestrictions,
ShootingRestrictions shootRestrictions)
If these objects are null then the defaults values will be used.
|
ProtocolGEOMSGInformation(Device deviceSrc,
byte[] message,
AppProtocol app,
ShootingRestrictions shootRestrictions) |
ProtocolGEOMSGInformation(Device deviceSrc,
java.lang.Object object,
AppProtocol app,
ShootingRestrictions shootRestrictions)
The object parameter must be Serializable, otherwise it will be throws a IllegalArgumentException.
|