|
| static bool | needSnow (const DtLandSurfaceStateRepository &stateRep, const DtLandSurfaceStateRepository &asSeenByRemote) |
| | Return true if Snow needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeSnow (const DtLandSurfaceStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes Snow from rep into attrs. More...
|
| |
| static bool | needMoisture (const DtLandSurfaceStateRepository &stateRep, const DtLandSurfaceStateRepository &asSeenByRemote) |
| | Return true if Moisture needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeMoisture (const DtLandSurfaceStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes Moisture from rep into attrs. More...
|
| |
| static bool | needIceCondition (const DtLandSurfaceStateRepository &stateRep, const DtLandSurfaceStateRepository &asSeenByRemote) |
| | Return true if IceCondition needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeIceCondition (const DtLandSurfaceStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes IceCondition from rep into attrs. More...
|
| |
| static bool | needTemperature (const DtWeatherStateRepository &stateRep, const DtWeatherStateRepository &asSeenByRemote) |
| | Return true if Temperature needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeTemperature (const DtWeatherStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes Temperature from rep into attrs. More...
|
| |
| static bool | needWind (const DtWeatherStateRepository &stateRep, const DtWeatherStateRepository &asSeenByRemote) |
| | Return true if Wind needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeWind (const DtWeatherStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes Wind from rep into attrs. More...
|
| |
| static bool | needPrecipitation (const DtWeatherStateRepository &stateRep, const DtWeatherStateRepository &asSeenByRemote) |
| | Return true if Precipitation needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodePrecipitation (const DtWeatherStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes Precipitation from rep into attrs. More...
|
| |
| static bool | needHaze (const DtWeatherStateRepository &stateRep, const DtWeatherStateRepository &asSeenByRemote) |
| | Return true if Haze needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeHaze (const DtWeatherStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes Haze from rep into attrs. More...
|
| |
| static bool | needHumidity (const DtWeatherStateRepository &stateRep, const DtWeatherStateRepository &asSeenByRemote) |
| | Return true if Humidity needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeHumidity (const DtWeatherStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes Humidity from rep into attrs. More...
|
| |
| static bool | needBarometricPressure (const DtWeatherStateRepository &stateRep, const DtWeatherStateRepository &asSeenByRemote) |
| | Return true if BarometricPressure needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeBarometricPressure (const DtWeatherStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes BarometricPressure from rep into attrs. More...
|
| |
| static bool | needVisibilityRange (const DtWeatherStateRepository &stateRep, const DtWeatherStateRepository &asSeenByRemote) |
| | Return true if VisibilityRange needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeVisibilityRange (const DtWeatherStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes VisibilityRange from rep into attrs. More...
|
| |
| static bool | needServiceId (const DtEnvironmentConditionStateRepository &stateRep, const DtEnvironmentConditionStateRepository &asSeenByRemote) |
| | Return true if ServiceId needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeServiceId (const DtEnvironmentConditionStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes ServiceId from rep into attrs. More...
|
| |
| static bool | needGeoReference (const DtEnvironmentConditionStateRepository &stateRep, const DtEnvironmentConditionStateRepository &asSeenByRemote) |
| | Return true if GeoReference needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeGeoReference (const DtEnvironmentConditionStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes GeoReference from rep into attrs. More...
|
| |
| static bool | needUniqueId (const DtMetocRootStateRepository &stateRep, const DtMetocRootStateRepository &asSeenByRemote) |
| | Return true if UniqueId needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeUniqueId (const DtMetocRootStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes UniqueId from rep into attrs. More...
|
| |
| static bool | needName (const DtMetocRootStateRepository &stateRep, const DtMetocRootStateRepository &asSeenByRemote) |
| | Return true if Name needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeName (const DtMetocRootStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes Name from rep into attrs. More...
|
| |
Instances of DtLandSurfaceEncoder encode data from DtLandSurfaceStateRepository objects to the net structures to be sent to the network.