|
VRS
A file format for sensor data.
|
Context description for telemetry events. More...
#include <TelemetryLogger.h>
Public Member Functions | |
| OperationContext (string op, string sourceLoc) | |
| OperationContext (const OperationContext &rhs)=default | |
| OperationContext (OperationContext &&rhs) noexcept=default | |
| OperationContext & | operator= (const OperationContext &rhs)=default |
| OperationContext & | operator= (OperationContext &&rhs) noexcept=default |
| bool | operator< (const OperationContext &rhs) const |
Public Attributes | |
| string | operation |
| string | sourceLocation |
Context description for telemetry events.