SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
FileSource::MsgReportHeaderCRC Class Reference

#include <filesource.h>

+ Inheritance diagram for FileSource::MsgReportHeaderCRC:
+ Collaboration diagram for FileSource::MsgReportHeaderCRC:

Public Member Functions

bool isOK () const
 
- Public Member Functions inherited from Message
 Message ()
 
virtual ~Message ()
 
virtual const char * getIdentifier () const
 
virtual bool matchIdentifier (const char *identifier) const
 
void * getDestination () const
 
void setDestination (void *destination)
 

Static Public Member Functions

static MsgReportHeaderCRCcreate (bool ok)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Protected Member Functions

 MsgReportHeaderCRC (bool ok)
 

Protected Attributes

bool m_ok
 
- Protected Attributes inherited from Message
void * m_destination
 

Additional Inherited Members

- Static Protected Attributes inherited from Message
static const char * m_identifier = 0
 

Detailed Description

Definition at line 289 of file filesource.h.

Constructor & Destructor Documentation

◆ MsgReportHeaderCRC()

FileSource::MsgReportHeaderCRC::MsgReportHeaderCRC ( bool  ok)
inlineprotected

Definition at line 302 of file filesource.h.

References FileSource::FileSource(), and FileSource::~FileSource().

302  :
303  Message(),
304  m_ok(ok)
305  { }
Message()
Definition: message.cpp:26
+ Here is the call graph for this function:

Member Function Documentation

◆ create()

static MsgReportHeaderCRC* FileSource::MsgReportHeaderCRC::create ( bool  ok)
inlinestatic

Definition at line 295 of file filesource.h.

Referenced by FileSource::openFileStream().

295  {
296  return new MsgReportHeaderCRC(ok);
297  }
+ Here is the caller graph for this function:

◆ isOK()

bool FileSource::MsgReportHeaderCRC::isOK ( ) const
inline

Definition at line 293 of file filesource.h.

Referenced by FileSourceGUI::handleMessage().

293 { return m_ok; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_ok

bool FileSource::MsgReportHeaderCRC::m_ok
protected

Definition at line 300 of file filesource.h.


The documentation for this class was generated from the following file: