-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rpc commands to YarpLoggerDevice (#915)
- Loading branch information
1 parent
ba2a98a
commit 40456d1
Showing
5 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
devices/YarpRobotLoggerDevice/thrifts/YarpRobotLoggerDeviceCommands.thrift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/** | ||
* @file YarpRobotLoggerDeviceCommands.thrift | ||
* @authors Lorenzo Moretti <[email protected]> | ||
* @copyright 2024 Fondazione Istituto Italiano di Tecnologia | ||
* Released under the terms of the BSD-3-Clause license. | ||
* @date 2024 | ||
*/ | ||
|
||
service YarpRobotLoggerDeviceCommands | ||
{ | ||
bool saveData(); | ||
} |