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
FileInput::MsgReportHeaderCRC Class Reference

#include <fileinput.h>

+ Inheritance diagram for FileInput::MsgReportHeaderCRC:
+ Collaboration diagram for FileInput::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 259 of file fileinput.h.

Constructor & Destructor Documentation

◆ MsgReportHeaderCRC()

FileInput::MsgReportHeaderCRC::MsgReportHeaderCRC ( bool  ok)
inlineprotected

Definition at line 272 of file fileinput.h.

References FileInput::deserialize(), FileInput::destroy(), FileInput::FileInput(), FileInput::init(), FileInput::serialize(), FileInput::start(), FileInput::stop(), and FileInput::~FileInput().

272  :
273  Message(),
274  m_ok(ok)
275  { }
Message()
Definition: message.cpp:26
+ Here is the call graph for this function:

Member Function Documentation

◆ create()

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

Definition at line 265 of file fileinput.h.

Referenced by FileInput::openFileStream().

265  {
266  return new MsgReportHeaderCRC(ok);
267  }
+ Here is the caller graph for this function:

◆ isOK()

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

Definition at line 263 of file fileinput.h.

Referenced by FileInputGUI::handleMessage().

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

Member Data Documentation

◆ m_ok

bool FileInput::MsgReportHeaderCRC::m_ok
protected

Definition at line 270 of file fileinput.h.


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