versadac
1
versadac - Scalable Recorder Firmware
Main Page
Classes
Files
File List
File Members
core
archiver
am_historytot.h
1
/*****************************************************************************
2
FILE : am_historytot.h
3
VERSION : $Id: am_historytot.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 Totaliser class.
7
*****************************************************************************/
8
9
#if !defined(__AM_HISTORYTOT_H)
10
#define __AM_HISTORYTOT_H
11
12
#if !defined(__AM_HISTORYCHAN_H)
13
#include "am_historychan.h"
14
#endif
15
16
class
AM_HistoryTotaliserConfig
:
public
AM_HistoryChannelConfig
17
{
18
public
:
19
20
/*------------------------------------------------------------------------------
21
FUNCTION : AM_HistoryTotaliserConfig constructor
22
DESCRIPTION :
23
ARGUMENTS :
24
RETURN : N/A
25
NOTES :
26
------------------------------------------------------------------------------*/
27
AM_HistoryTotaliserConfig
();
28
29
// services inherited from class AM_HistoryPVConfig
30
31
virtual
sint32 read(
AM_HistoryStream
& stream );
32
virtual
uint16 recordID();
33
34
};
// class AM_HistoryTotaliserConfig
35
36
#endif // end of __AM_HISTORYTOT_H conditional include
37
AM_HistoryStream
Definition:
am_historystream.h:23
AM_HistoryTotaliserConfig
Definition:
am_historytot.h:16
AM_HistoryChannelConfig
Definition:
am_historychan.h:21
Generated on Wed Aug 19 2020 10:33:37 for versadac by
1.8.9.1