|
orca-robotics
INTRODUCTION
Overview
Download and Install
Quick Start
Documentation
Publications
REPOSITORY
Interfaces
Components
Libraries
Utilities
Software Map
DEVELOPER
Tutorials
Examples
Dev Guide
Dashboard
Wiki
login/pass: orca/orca
PEOPLE
Contributors
Users
Project
Download
Mailing lists
|
|
|
orcalog::MasterFileWriter Class ReferenceMaintains the master file.
More...
#include <masterfilewriter.h>
List of all members.
|
Public Member Functions |
int | loggerCount () const |
| Returns number of registered loggers.
|
int | addLog (const std::string &filename, const std::string &interfaceType, const std::string &encodingType, const std::string &comment) |
void | notifyOfLogfileAddition (int loggerId, int indexInSubLogfile, const orca::Time &arrivalTime) |
| Call this when an item is written in a sub-logfile.
|
Detailed Description
Maintains the master file.
All public operations are thread safe.
Member Function Documentation
int MasterFileWriter::addLog |
( |
const std::string & |
filename, |
|
|
const std::string & |
interfaceType, |
|
|
const std::string & |
encodingType, |
|
|
const std::string & |
comment |
|
) |
|
|
|
Loggers register themselves. Returns a unique ID used by loggers later to identify themselves. Raises orcalog::Exception if the logger cannot be registered, e.g. because logging has already started. |
The documentation for this class was generated from the following files:
|
|