Add todos

This commit is contained in:
Denis-Cosmin Nutiu 2021-08-01 20:21:52 +03:00
parent a9b3ec5aa2
commit adfdfdd747
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ service Pms5003SensorGrpcService {
}
// Responses
// TODO: Create a normal map and clean this.
message NucuCarSensorResponse {
SensorStateEnum State = 1;
string JsonData = 2;

View file

@ -8,6 +8,7 @@ using NucuCar.Telemetry.Publishers;
namespace NucuCar.Telemetry.Abstractions
{
/// <summary>
/// TODO: make an interface.
/// The TelemetryPublisher is an abstract class, which provides a base for implementing telemetry publishers.
/// </summary>
public abstract class TelemetryPublisher : IDisposable