Changeset 44 in flair-dev for trunk/include/FlairCore
- Timestamp:
- Jan 6, 2017, 1:58:28 PM (8 years ago)
- Location:
- trunk/include/FlairCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairCore/FrameworkManager.h
r29 r44 121 121 */ 122 122 void AddDeviceToLog(IODevice *device); 123 124 /*! 125 * \brief Is device logged 126 * 127 * Check if AddDeviceToLog was called for an IODevice 128 * 129 * \param device IODevice to check 130 * \return true if AddDeviceToLog was called for this IODevice 131 */ 132 bool IsDeviceLogged(const IODevice *device) const; 123 133 124 134 /*! -
trunk/include/FlairCore/IODevice.h
r36 r44 115 115 virtual DataType const &GetOutputDataType() const; 116 116 117 Time lastUpdate;118 117 protected: 119 118 /*!
Note:
See TracChangeset
for help on using the changeset viewer.