Changeset 45 in flair-src for trunk/lib/FlairCore/src/GpsData.h
- Timestamp:
- 07/18/16 16:13:56 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/GpsData.h
r42 r45 32 32 class Type : public DataType { 33 33 public: 34 Type(ScalarType const &_elementDataType) 35 : elementDataType(_elementDataType) {} 36 ScalarType const &GetElementDataType() const { return elementDataType; } 34 Type(void){} 37 35 std::string GetDescription() const { return "gps data"; } 38 36 size_t GetSize() const { … … 41 39 42 40 private: 43 ScalarType const &elementDataType;44 41 }; 45 42
Note:
See TracChangeset
for help on using the changeset viewer.