6 #ifndef underwaterAcousticsEmissionDecoder_H_
7 #define underwaterAcousticsEmissionDecoder_H_
21 class DT_DLL_VL DtUnderwaterAcousticsEmissionDecoder :
public DtBaseEmbeddedSystemDecoder
25 DtUnderwaterAcousticsEmissionDecoder(
27 DtObjClassDesc* classDesc);
30 virtual ~DtUnderwaterAcousticsEmissionDecoder();
33 DtUnderwaterAcousticsEmissionDecoder(
34 const DtUnderwaterAcousticsEmissionDecoder& orig);
37 DtUnderwaterAcousticsEmissionDecoder& operator=(
38 const DtUnderwaterAcousticsEmissionDecoder& orig);
42 static DtHlaStateDecoder* create(
44 DtObjClassDesc* classDesc);
48 static void decodeEventIdentifier(
50 const RTI::AttributeHandleValuePairSet& attrs,
56 #endif //DtUnderwaterAcousticsEmissionDecoder_H_