versadac
1
versadac - Scalable Recorder Firmware
Main Page
Classes
Files
File List
File Members
core
archiver
am_historyxorpv.h
1
/*****************************************************************************
2
FILE : am_historyxorpv.h
3
VERSION : $Id: am_historyxorpv.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 a PV XOR'd in adjacent history samples.
7
*****************************************************************************/
8
9
#if !defined(__AM_HISTORYXORPV_H)
10
#define __AM_HISTORYXORPV_H
11
12
#if !defined(__AM_HISTORYPV_H)
13
#include "am_historypv.h"
14
#endif
15
16
class
AM_HistoryXORPV
:
public
AM_HistoryPV
17
{
18
public
:
19
20
// virtual services inherited from class AM_HistoryPV
21
22
virtual
sint32 readValue(
AM_HistoryStream
& stream );
23
24
};
// class AM_HistoryXORPV
25
26
#endif
AM_HistoryXORPV
Definition:
am_historyxorpv.h:16
AM_HistoryStream
Definition:
am_historystream.h:23
AM_HistoryPV
Definition:
am_historypv.h:42
Generated on Wed Aug 19 2020 10:33:37 for versadac by
1.8.9.1