NEST main@caf0ae8
 
Loading...
Searching...
No Matches
target_data.h File Reference
#include <limits>
#include "nest_types.h"
#include "static_assert.h"
#include "target.h"
Include dependency graph for target_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nest::TargetDataFields
 
class  nest::SecondaryTargetDataFields
 
class  nest::TargetData
 Used to communicate part of the connection infrastructure from post- to presynaptic side. More...
 

Namespaces

namespace  nest
 Namespace for the NEST simulation kernel.
 

Typedefs

using nest::success_target_data_fields_size = StaticAssert< sizeof(TargetDataFields)==8 >::success
 check legal size
 
using nest::success_secondary_target_data_fields_size = StaticAssert< sizeof(SecondaryTargetDataFields)==8 >::success
 check legal size
 
using nest::success_target_data_size = StaticAssert< sizeof(TargetData)==12 >::success
 check legal size
 

Enumerations

enum  nest::enum_status_target_data_id { nest::TARGET_DATA_ID_DEFAULT , nest::TARGET_DATA_ID_COMPLETE , nest::TARGET_DATA_ID_END , nest::TARGET_DATA_ID_INVALID }