FIX: modified to fit to the new base message

This commit is contained in:
Henry Winkel
2023-08-11 11:03:48 +02:00
parent 5fb2c390b3
commit b546628663
2 changed files with 7 additions and 6 deletions

View File

@@ -77,13 +77,14 @@ namespace SimCore
Data<double> Course;
Data<double> Pitch;
Data<double> RCS;
Data<WHISPER::SourceType> SourceType;
Data<SimCore::EntityKind> EntityKind;
private:
const SimCore::Identifier ID_;
WHISPER::SourceType SourceType_;
// WHISPER::SourceType SourceType_;
Position position_;