149 void startRecording();
158 void stopRecording();
170 int getRecordingTotalTime();
179 int getRecordingLastStartTime();
188 int getRecordingStartTime();
196 int getRecordingStopTime();
206 bool getPersistentData();
217 void setPersistentData(
bool persistentData);
228 std::vector<float> getDataVector();
230 std::vector<float> getDataVector(
int nm);
241 std::vector<int> getTimeVector();
252 std::vector<float> getPeakValueVector();
263 std::vector<int> getPeakTimeVector();
275 std::vector<float> getSortedPeakValueVector();
287 std::vector<int> getSortedPeakTimeVector();
Contains all of CARLsim's core functionality.
GroupMonitor private core implementation.