OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
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
22
23// Class ConstChannel
24// ------------------------------------------------------------------------
25
27
29
31 // Default: ConstChannel is never settable.
32 return false;
33}
virtual bool isSettable() const
Check if settable.
virtual ~ConstChannel()