OPALX (Object Oriented Parallel Accelerator Library for Exascal)
master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
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
// Class Channel
24
// ------------------------------------------------------------------------
25
26
Channel::Channel
() :
ConstChannel
() {}
27
28
Channel::~Channel
() {}
29
30
bool
Channel::isSettable
()
const
{
31
// Default: Channel is always settable.
32
return
true
;
33
}
Channel.h
Channel::~Channel
virtual ~Channel()
Definition
Channel.cpp:28
Channel::isSettable
virtual bool isSettable() const
Test if settable.
Definition
Channel.cpp:30
Channel::Channel
Channel()
Definition
Channel.cpp:26
ConstChannel
Abstract interface for read-only access to variable.
Definition
ConstChannel.h:28
src
Channels
Channel.cpp
Generated on Mon Jun 1 2026 10:40:52 for OPALX (Object Oriented Parallel Accelerator Library for Exascal) by
1.9.8