Beispiel #1
0
port
Node::handles_test_event( DSCurrentEvent&, rport )
{
  throw IllegalConnection(
    "Possible cause: only static synapse types may be used to connect "
    "devices." );
}
Beispiel #2
0
port
Node::handles_test_event( DataLoggingRequest&, rport )
{
  throw IllegalConnection(
    "Possible cause: only static synapse types may be used to connect devices." );
}
Beispiel #3
0
port
Node::handles_test_event( CurrentEvent&, rport )
{
  throw IllegalConnection();
}
Beispiel #4
0
/**
 * Default implementation of unregister_stdp_connection() just
 * throws IllegalConnection
 */
void Node::unregister_stdp_connection( double_t )
{
  throw IllegalConnection();
}
Beispiel #5
0
void
Node::sends_secondary_event( GapJunctionEvent& )
{
  throw IllegalConnection();
}
Beispiel #6
0
port
Node::handles_test_event( GapJunctionEvent&, rport )
{
  throw IllegalConnection();
  return invalid_port_;
}
Beispiel #7
0
void
Node::sends_secondary_event( DelayedRateConnectionEvent& )
{
  throw IllegalConnection();
}
 port Node::connect_sender(ConductanceEvent&, port)
 {
   throw IllegalConnection();
   return invalid_port_;
 }
Beispiel #9
0
void
Node::sends_secondary_event( InstantaneousRateConnectionEvent& )
{
  throw IllegalConnection();
}
Beispiel #10
0
port
Node::handles_test_event( DelayedRateConnectionEvent&, rport )
{
  throw IllegalConnection();
  return invalid_port_;
}
Beispiel #11
0
port
Node::handles_test_event( InstantaneousRateConnectionEvent&, rport )
{
  throw IllegalConnection();
  return invalid_port_;
}
Beispiel #12
0
port
Node::handles_test_event( WeightRecorderEvent&, rport )
{
  throw IllegalConnection();
}
 port Node::connect_sender(DoubleDataEvent&, port)
 {
   throw IllegalConnection();
   return invalid_port_;
 }
Beispiel #14
0
port
Node::handles_test_event( ConductanceEvent&, rport )
{
  throw IllegalConnection();
}
Beispiel #15
0
void
Node::sends_secondary_event( DiffusionConnectionEvent& )
{
  throw IllegalConnection();
}
Beispiel #16
0
port
Node::handles_test_event( DoubleDataEvent&, rport )
{
  throw IllegalConnection();
}
 port Node::connect_sender(DataLoggingRequest&, port)
 {
   throw IllegalConnection();
   return invalid_port_;
 }