OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
src
src
Classic
Channels
Channel.cpp
Go to the documentation of this file.
1
// ------------------------------------------------------------------------
2
// $RCSfile: Channel.cpp,v $
3
// ------------------------------------------------------------------------
4
// $Revision: 1.1.1.1 $
5
// ------------------------------------------------------------------------
6
// Copyright: see Copyright.readme
7
// ------------------------------------------------------------------------
8
//
9
// Class: Channel
10
// A channel which gives read/write access to a variable.
11
//
12
// ------------------------------------------------------------------------
13
// Class category: Channels
14
// ------------------------------------------------------------------------
15
//
16
// $Date: 2000/03/27 09:32:35 $
17
// $Author: fci $
18
//
19
// ------------------------------------------------------------------------
20
21
#include "
Channels/Channel.h
"
22
23
24
// Class Channel
25
// ------------------------------------------------------------------------
26
27
Channel::Channel
():
28
ConstChannel
()
29
{}
30
31
32
Channel::~Channel
()
33
{}
34
35
36
bool
Channel::isSettable
()
const
{
37
// Default: Channel is always settable.
38
return
true
;
39
}
Channel.h
Channel::~Channel
virtual ~Channel()
Definition:
Channel.cpp:32
Channel::isSettable
virtual bool isSettable() const
Test if settable.
Definition:
Channel.cpp:36
Channel::Channel
Channel()
Definition:
Channel.cpp:27
ConstChannel
Abstract interface for read-only access to variable.
Definition:
ConstChannel.h:29
Generated on Wed Aug 25 2021 16:41:02 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.1