FlightGear next
FGReportSetting Class Reference

#include <FGEventInput.hxx>

Inherits SGReferenced, and SGPropertyChangeListener.

Public Member Functions

 FGReportSetting (SGPropertyNode_ptr base)
 
unsigned int getReportId () const
 
std::string getNasalFunctionName () const
 
bool Test ()
 
std::string reportBytes (const std::string &moduleName) const
 
virtual void valueChanged (SGPropertyNode *node)
 

Protected Attributes

unsigned int reportId
 
std::string nasalFunction
 
bool dirty
 

Detailed Description

Definition at line 72 of file FGEventInput.hxx.

Constructor & Destructor Documentation

◆ FGReportSetting()

FGReportSetting::FGReportSetting ( SGPropertyNode_ptr base)

Definition at line 517 of file FGEventInput.cxx.

Member Function Documentation

◆ getNasalFunctionName()

std::string FGReportSetting::getNasalFunctionName ( ) const
inline

Definition at line 78 of file FGEventInput.hxx.

◆ getReportId()

unsigned int FGReportSetting::getReportId ( ) const
inline

Definition at line 77 of file FGEventInput.hxx.

◆ reportBytes()

std::string FGReportSetting::reportBytes ( const std::string & moduleName) const

Definition at line 539 of file FGEventInput.cxx.

◆ Test()

bool FGReportSetting::Test ( )

Definition at line 532 of file FGEventInput.cxx.

◆ valueChanged()

void FGReportSetting::valueChanged ( SGPropertyNode * node)
virtual

Definition at line 593 of file FGEventInput.cxx.

Member Data Documentation

◆ dirty

bool FGReportSetting::dirty
protected

Definition at line 86 of file FGEventInput.hxx.

◆ nasalFunction

std::string FGReportSetting::nasalFunction
protected

Definition at line 85 of file FGEventInput.hxx.

◆ reportId

unsigned int FGReportSetting::reportId
protected

Definition at line 84 of file FGEventInput.hxx.


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