ORE Studio 0.0.4
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
telemetry_mapper Class Reference

Maps between domain and entity types for telemetry. More...

#include <telemetry_mapper.hpp>

Collaboration diagram for telemetry_mapper:
Collaboration graph

Static Public Member Functions

static telemetry_entity to_entity (const domain::telemetry_log_entry &entry)
 Converts a domain log entry to a database entity.
 
static domain::telemetry_log_entry to_domain (const telemetry_entity &entity)
 Converts a database entity to a domain log entry.
 
static domain::telemetry_stats to_domain (const telemetry_stats_hourly_entity &entity)
 Converts an hourly stats entity to a domain stats object.
 
static domain::telemetry_stats to_domain (const telemetry_stats_daily_entity &entity)
 Converts a daily stats entity to a domain stats object.
 

Detailed Description

Maps between domain and entity types for telemetry.