Fix ISensor interface
This commit is contained in:
parent
a05d724734
commit
efe6c945b0
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
using NucuCar.Domain.Telemetry;
|
using NucuCar.Domain.Sensors;
|
||||||
|
|
||||||
namespace NucuCar.Sensors
|
namespace NucuCar.Sensors
|
||||||
{
|
{
|
||||||
public interface ISensor<out TSensor> where TSensor : class, ITelemeter
|
public interface ISensor<out TSensor> where TSensor : GenericTelemeterSensor
|
||||||
{
|
{
|
||||||
TSensor Object { get; }
|
TSensor Object { get; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue