PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
More
psrgui
Pulsar
UsingXSERVE.h
1
/***************************************************************************
2
*
3
* Copyright (C) 2008 by Willem van Straten
4
* Licensed under the Academic Free License version 2.1
5
*
6
***************************************************************************/
7
8
// psrchive/More/psrgui/Pulsar/UsingXSERVE.h
9
10
#ifndef __Pulsar_UsingXSERVE_h
11
#define __Pulsar_UsingXSERVE_h
12
13
#include "Pulsar/PlotWindow.h"
14
15
namespace
Pulsar
{
16
18
class
UsingXSERVE :
public
PlotWindow
19
{
20
public
:
21
22
UsingXSERVE(
const
std::string& device );
23
~
UsingXSERVE
();
24
25
void
plotter
();
26
27
protected
:
28
int
devid;
29
};
30
31
}
32
33
#endif
34
Pulsar::UsingXSERVE::plotter
void plotter()
This method implements the QtPglot::plotter virtual method.
Definition:
UsingXSERVE.C:23
Pulsar::UsingXSERVE
Manages a window in which to Plot an Archive.
Definition:
UsingXSERVE.h:23
Pulsar
Defines the PSRCHIVE library.
Definition:
CalSource.h:17
Generated using
doxygen
1.8.17