FlightGear next
FGDNSClient Class Reference

#include <DNSClient.hxx>

Inherits SGSubsystem.

Public Member Functions

 FGDNSClient ()
 
virtual ~FGDNSClient ()
 
void init () override
 
void postinit () override
 
void shutdown () override
 
void update (double) override
 
void makeRequest (const simgear::DNS::Request_ptr &req)
 

Static Public Member Functions

static const char * staticSubsystemClassId ()
 

Detailed Description

Definition at line 28 of file DNSClient.hxx.

Constructor & Destructor Documentation

◆ FGDNSClient()

FGDNSClient::FGDNSClient ( )

Definition at line 34 of file DNSClient.cxx.

◆ ~FGDNSClient()

FGDNSClient::~FGDNSClient ( )
virtual

Definition at line 39 of file DNSClient.cxx.

Member Function Documentation

◆ init()

void FGDNSClient::init ( )
override

Definition at line 43 of file DNSClient.cxx.

◆ makeRequest()

void FGDNSClient::makeRequest ( const simgear::DNS::Request_ptr & req)

Definition at line 69 of file DNSClient.cxx.

◆ postinit()

void FGDNSClient::postinit ( )
override

Definition at line 54 of file DNSClient.cxx.

◆ shutdown()

void FGDNSClient::shutdown ( )
override

Definition at line 58 of file DNSClient.cxx.

◆ staticSubsystemClassId()

static const char * FGDNSClient::staticSubsystemClassId ( )
inlinestatic

Definition at line 41 of file DNSClient.hxx.

◆ update()

void FGDNSClient::update ( double )
override

Definition at line 64 of file DNSClient.cxx.


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