|
| static bool | needTemperature (const DtSubsurfaceLayerStateRepository &stateRep, const DtSubsurfaceLayerStateRepository &asSeenByRemote) |
| | Return true if Temperature needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeTemperature (const DtSubsurfaceLayerStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes Temperature from rep into attrs. More...
|
| |
| static bool | needLayer (const DtSubsurfaceLayerStateRepository &stateRep, const DtSubsurfaceLayerStateRepository &asSeenByRemote) |
| | Return true if Layer needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeLayer (const DtSubsurfaceLayerStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes Layer from rep into attrs. More...
|
| |
| static bool | needCurrent (const DtSubsurfaceLayerStateRepository &stateRep, const DtSubsurfaceLayerStateRepository &asSeenByRemote) |
| | Return true if Current needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeCurrent (const DtSubsurfaceLayerStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes Current from rep into attrs. More...
|
| |
| static bool | needSalinity (const DtSubsurfaceLayerStateRepository &stateRep, const DtSubsurfaceLayerStateRepository &asSeenByRemote) |
| | Return true if Salinity needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeSalinity (const DtSubsurfaceLayerStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes Salinity from rep into attrs. More...
|
| |
| static bool | needBottomType (const DtSubsurfaceLayerStateRepository &stateRep, const DtSubsurfaceLayerStateRepository &asSeenByRemote) |
| | Return true if BottomType needs to be sent to the network, false otherwise. More...
|
| |
| static void | encodeBottomType (const DtSubsurfaceLayerStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle) |
| | Encodes BottomType 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 DtSubsurfaceLayerEncoder encode data from DtSubsurfaceLayerStateRepository objects to the net structures to be sent to the network.