//
//  Copyright © 2003, RESON Inc. All Rights Reserved.
//
//  No part of this file may be reproduced or transmitted in any form or by
//  any means, electronic or mechanical, including photocopy, recording, or
//  information storage or retrieval system, without permission in writing
//  from RESON Inc.
//
//  Filename:   CallbackDefs.h
//
//  Project:    6046
//
//  Author(s):  W. Arcus
//
//  Purpose:    
//
//  Notes:      
//

#if !defined(AFX_7KSONARINTERFACE_H__EA18AF38_ADD6_47CB_B2A5_627843287DD2__INCLUDED_)
#define AFX_7KSONARINTERFACE_H__EA18AF38_ADD6_47CB_B2A5_627843287DD2__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

typedef void ( *PFN_SUBSYSTEMCALLBACK )                     (   const void             *pvParam,            // Optional parameter; typically a this pointer of owner class.
                                                                const BYTE             *pbyData,            // Pointer to binary data.
                                                                const unsigned long    &rulBytes,           // Bytes in stream.
                                                                const unsigned long    &rulTimeStamp );     // Millisecond time stamp.


#endif // !defined(AFX_7KSONARINTERFACE_H__EA18AF38_ADD6_47CB_B2A5_627843287DD2__INCLUDED_)

