ADC 400F Manual Página 14

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 74
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 13
Chapter 2. Setting up the software
Example 2-2. Implementation of CMyEventSegment
/*
This software is Copyright by the Board of Trustees of Michigan
State University (c) Copyright 2005.
You may use this software under the terms of the GNU public license
(GPL). The terms of this license are described at:
http://www.gnu.org/licenses/gpl.txt
Author:
Ron Fox
NSCL
Michigan State University
East Lansing, MI 48824-1321
*/
/*
This is the implementation file for the MyEventSegment
class. This class defines funtions that can be used to
readout any module covered in the CAENcard class. These
include the V785, V775, and V792
Tim Hoagland
11/3/04
*/
#include <config.h>
#ifdef HAVE_STD_NAMESPACE //
using namespace std;
#endif
#include "MyEventSegment.h" //
static char* pPacketVersion = "1.0"; //
// Packet version -should be changed whenever major changes are made
// to the packet structure.
//constructor set Packet details
MyEventSegment::MyEventSegment(short slot, unsigned short Id):
m_MyPacket(Id,
string("My Packet"),
string("Sample documented packet"),
9
Vista de página 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 73 74

Comentários a estes Manuais

Sem comentários