@@ -44,10 +44,10 @@ PLUGIN_API bool getRecordingStatus();
4444PLUGIN_API void setRecordingStatus (bool enable);
4545
4646/* * Returns true if the GUI is acquiring data */
47- bool getAcquisitionStatus ();
47+ PLUGIN_API bool getAcquisitionStatus ();
4848
4949/* * Activates or deactivates data acquisition */
50- void setAcquisitionStatus (bool enable);
50+ PLUGIN_API void setAcquisitionStatus (bool enable);
5151
5252/* * Sends a string to the message bar */
5353PLUGIN_API void sendStatusMessage (const String& text);
@@ -67,16 +67,16 @@ PLUGIN_API int64 getGlobalTimestamp();
6767PLUGIN_API int64 getSoftwareTimestamp ();
6868
6969/* * Set new recording directory */
70- void setRecordingDirectory (String dir);
70+ PLUGIN_API void setRecordingDirectory (String dir);
7171
7272/* * Create new recording directory */
73- void createNewRecordingDir ();
73+ PLUGIN_API void createNewRecordingDir ();
7474
7575/* * Manually set the text to be prepended to the recording directory */
76- void setPrependTextToRecordingDir (String text);
76+ PLUGIN_API void setPrependTextToRecordingDir (String text);
7777
7878/* * Manually set the text to be appended to the recording directory */
79- void setAppendTextToRecordingDir (String text);
79+ PLUGIN_API void setAppendTextToRecordingDir (String text);
8080
8181namespace RecordNode
8282{
0 commit comments