versadac  1
versadac - Scalable Recorder Firmware
am_historydv.h
1 /*****************************************************************************
2 FILE : am_historydv.h
3 VERSION : $Id: am_historydv.h 4938 2006-10-10 14:20:18Z martinto $
4 AUTHOR : Sandra Herring
5 SYSTEM : GNU C++ for Power PC
6 DESCRIPTION : Header file for History Derived Channel class.
7 *****************************************************************************/
8 
9 #if !defined(__AM_HISTORYDV_H)
10 #define __AM_HISTORYDV_H
11 
12 #if !defined(__AM_HISTORYCHAN_H)
13 #include "am_historychan.h"
14 #endif
15 
17 {
18  public :
19 
20 /*------------------------------------------------------------------------------
21 FUNCTION : AM_HistoryDVConfig constructor
22 DESCRIPTION :
23 ARGUMENTS :
24 RETURN : N/A
25 NOTES :
26 ------------------------------------------------------------------------------*/
28 
29  // services inherited from class AM_HistoryChannelConfig
30 
31  virtual sint32 read( AM_HistoryStream & stream );
32  virtual uint16 recordID();
33 
34 }; // class AM_HistoryDVConfig
35 
36 #endif // end of __AM_HISTORYDV_H conditional include
37 
Definition: am_historystream.h:23
Definition: am_historydv.h:16
Definition: am_historychan.h:21