MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / GetFile

Method GetFile

lib/mdflib/include/mdf/mdfwriter.h:164–164  ·  view source on GitHub ↗

\brief Returns the MDF file interface. * * Returns the MDF file interface. The user may change the file version and * the finalize status of the file. By default is the MDF 4.2 or 3.2 version * of the file used. * @return Pointer to the MDF file interface. */

Source from the content-addressed store, hash-verified

162 * @return Pointer to the MDF file interface.
163 */
164 MdfFile* GetFile() const { return mdf_file_.get(); }
165
166 [[nodiscard]] IHeader* Header() const; ///< Returns the header block (HD).
167

Callers 3

mainFunction · 0.45
mainFunction · 0.45
buildFrameIndexMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

mainFunction · 0.36