globaldefinitions.cpp

Go to the documentation of this file.
00001 #include "globaldefinitions.h"
00002 
00003 // Value idicating an invalid local engine id
00004 const engineid_t INVALID_LOCAL_ENGINE_ID = ~((engineid_t)0);
00005 
00006 // Value idicating an invalid global engine id
00007 const gl_engineid_t INVALID_GLOBAL_ENGINE_ID  = ~((gl_engineid_t)0);
00008 
00009 // Value idicating an invalid local object ID
00010 const local_objectid_t INVALID_LOCAL_OBJECT_ID  = ~((local_objectid_t)0);
00011 
00012 // Value idicating an invalid MPI node ID
00013 const nodeid_t INVALID_NODE_ID  = ~((nodeid_t)0);
00014 
00015 // Value idicating an invalid object type
00016 const object_type_t INVALID_OBJECT_TYPE_ID  = ~((object_type_t)0);
00017 
00018 // Value indivation an invalid (not assignd) spike port id
00019 const spike_port_id_t INVALID_SPIKE_PORT_ID = ~((spike_port_id_t)0);

Generated on Wed Jul 9 16:34:37 2008 for PCSIM by  doxygen 1.5.5