MOOSE - Multiscale Object Oriented Simulation Environment
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
STDPSynapse.h
Go to the documentation of this file.
1
/**********************************************************************
2
** This program is part of 'MOOSE', the
3
** Messaging Object Oriented Simulation Environment.
4
** Copyright (C) 2003-2009 Upinder S. Bhalla. and NCBS
5
** It is made available under the terms of the
6
** GNU Lesser General Public License version 2.1
7
** See the file COPYING.LIB for the full notice.
8
**********************************************************************/
9
10
#ifndef _STDP_SYNAPSE_H
11
#define _STDP_SYNAPSE_H
12
13
class
SynHandlerBase
;
18
class
STDPSynapse
:
public
Synapse
19
{
20
public
:
21
STDPSynapse
();
22
23
void
setAPlus
(
double
v );
24
double
getAPlus
()
const
;
25
26
void
setHandler
(
SynHandlerBase
* h );
27
static
const
Cinfo
*
initCinfo
();
28
29
private
:
30
double
aPlus_
;
31
SynHandlerBase
*
handler_
;
32
};
33
34
#endif // _STDP_SYNAPSE_H
STDPSynapse
Definition:
STDPSynapse.h:18
STDPSynapse::initCinfo
static const Cinfo * initCinfo()
Definition:
STDPSynapse.cpp:15
STDPSynapse::getAPlus
double getAPlus() const
Definition:
STDPSynapse.cpp:71
Synapse
Definition:
Synapse.h:18
STDPSynapse::setHandler
void setHandler(SynHandlerBase *h)
Definition:
STDPSynapse.cpp:60
STDPSynapse::STDPSynapse
STDPSynapse()
Definition:
STDPSynapse.cpp:55
STDPSynapse::handler_
SynHandlerBase * handler_
Definition:
STDPSynapse.h:31
SynHandlerBase
Definition:
SynHandlerBase.h:22
STDPSynapse::setAPlus
void setAPlus(double v)
Definition:
STDPSynapse.cpp:66
Cinfo
Definition:
Cinfo.h:18
STDPSynapse::aPlus_
double aPlus_
Definition:
STDPSynapse.h:30
moose-core
synapse
STDPSynapse.h
Generated on Tue Sep 4 2018 09:05:33 for MOOSE - Multiscale Object Oriented Simulation Environment by
1.8.6