51 #ifndef _NEURON_MON_H_ 52 #define _NEURON_MON_H_ 82 void startRecording();
84 void setLogFile(
const std::string& logFileName);
85 void print(
bool meanOnly =
false);
97 bool getPersistentData();
108 void setPersistentData(
bool persistentData);
116 int getLastUpdated();
119 std::vector<std::vector<float> > getVectorV();
120 std::vector<std::vector<float> > getVectorU();
121 std::vector<std::vector<float> > getVectorI();
Contains all of CARLsim's core functionality.