Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin-GUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yehaojie
plugin-GUI
Commits
192b6532
Commit
192b6532
authored
9 years ago
by
Aaron Cuevas Lopez
Browse files
Options
Downloads
Patches
Plain Diff
Export new CoreServices methods
parent
c90f98fb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/CoreServices.h
+6
-6
6 additions, 6 deletions
Source/CoreServices.h
with
6 additions
and
6 deletions
Source/CoreServices.h
+
6
−
6
View file @
192b6532
...
...
@@ -44,10 +44,10 @@ PLUGIN_API bool getRecordingStatus();
PLUGIN_API
void
setRecordingStatus
(
bool
enable
);
/** Returns true if the GUI is acquiring data */
bool
getAcquisitionStatus
();
PLUGIN_API
bool
getAcquisitionStatus
();
/** Activates or deactivates data acquisition */
void
setAcquisitionStatus
(
bool
enable
);
PLUGIN_API
void
setAcquisitionStatus
(
bool
enable
);
/** Sends a string to the message bar */
PLUGIN_API
void
sendStatusMessage
(
const
String
&
text
);
...
...
@@ -67,16 +67,16 @@ PLUGIN_API int64 getGlobalTimestamp();
PLUGIN_API
int64
getSoftwareTimestamp
();
/** Set new recording directory */
void
setRecordingDirectory
(
String
dir
);
PLUGIN_API
void
setRecordingDirectory
(
String
dir
);
/** Create new recording directory */
void
createNewRecordingDir
();
PLUGIN_API
void
createNewRecordingDir
();
/** Manually set the text to be prepended to the recording directory */
void
setPrependTextToRecordingDir
(
String
text
);
PLUGIN_API
void
setPrependTextToRecordingDir
(
String
text
);
/** Manually set the text to be appended to the recording directory */
void
setAppendTextToRecordingDir
(
String
text
);
PLUGIN_API
void
setAppendTextToRecordingDir
(
String
text
);
namespace
RecordNode
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment