OPAL (Object Oriented Parallel Accelerator Library)
2024.1
OPAL
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
Classic
Channels
ConstChannel.cpp
Go to the documentation of this file.
1
// ------------------------------------------------------------------------
2
// $RCSfile: ConstChannel.cpp,v $
3
// ------------------------------------------------------------------------
4
// $Revision: 1.1.1.1 $
5
// ------------------------------------------------------------------------
6
// Copyright: see Copyright.readme
7
// ------------------------------------------------------------------------
8
//
9
// Class: ConstChannel
10
// A channel which gives read only 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/ConstChannel.h
"
22
23
24
// Class ConstChannel
25
// ------------------------------------------------------------------------
26
27
28
ConstChannel::ConstChannel
()
29
{}
30
31
32
ConstChannel::~ConstChannel
()
33
{}
34
35
36
bool
ConstChannel::isSettable
()
const
{
37
// Default: ConstChannel is never settable.
38
return
false
;
39
}
ConstChannel::ConstChannel
ConstChannel()
Definition:
ConstChannel.cpp:28
ConstChannel::~ConstChannel
virtual ~ConstChannel()
Definition:
ConstChannel.cpp:32
ConstChannel.h
ConstChannel::isSettable
virtual bool isSettable() const
Check if settable.
Definition:
ConstChannel.cpp:36
Generated on Tue Jul 2 2024 15:05:20 for OPAL (Object Oriented Parallel Accelerator Library) by
1.8.5