Unigine::Cigi::ICigiMaritimeResponse Class
Header: | #include <CigiClientInterface.h> |
Inherits: | ICigiIGPacket |
This class represents the CIGI Maritime Surface Conditions Response IG packet interface.
CIGI plugin must be loaded.
ICigiMaritimeResponse Class
Members
void setRequestID(int id)
Sets the value of the Request ID parameter to be specified in the packet.Arguments
- int id - Request ID parameter value.
void setHeight(float h)
Sets the value of the Sea Surface Height parameter to be specified in the packet.Arguments
- float h - Sea Surface Height parameter value.
void setTemperature(float t)
Sets the value of the Surface Water Temperature parameter to be specified in the packet.Arguments
- float t - Surface Water Temperature parameter value, in degrees Celsius.
void setClarity(float c)
Sets the value of the Surface Clarity parameter to be specified in the packet.Arguments
- float c - Surface Clarity parameter value.
Last update: 2018-06-04
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)