import "DataLoggerService.idl";
List of all members.
Public Member Functions |
| boolean | add (in string type, in string name) |
| | add a data input port
|
| boolean | save (in string basename) |
| | save data
|
| boolean | clear () |
| | clear data
|
| void | maxLength (in unsigned long len) |
| | set maximum log length
|
Member Function Documentation
add a data input port
- Parameters:
-
| type | data type of the port |
| name | name of the port |
- Returns:
- true if the port is added successfully, false otherwise
clear data
- Returns:
- true cleared successfully, false otherwise
set maximum log length
- Parameters:
-
save data
- Parameters:
-
| basename | basename of log files. Names of input data ports are used as file extensions |
- Returns:
- true if log files are saved successfully, false otherwise
The documentation for this interface was generated from the following file: