Avionics
Dropship Simulator
Devices::Analog Class Reference

#include <Analog.h>

Collaboration diagram for Devices::Analog:
[legend]

Public Member Functions

void FrameMove () const
 
void Destroy () const
 
void Initialize (Logger *logger, AnalogConfig *config, Bus *prmBus)
 

Private Member Functions

int display_properties (CPhidgetAnalogHandle phid) const
 

Static Private Member Functions

static int CCONV AttachHandler (CPhidgetHandle IFK, void *userptr)
 
static int CCONV DetachHandler (CPhidgetHandle IFK, void *userptr)
 
static int CCONV ErrorHandler (CPhidgetHandle IFK, void *userptr, int ErrorCode, const char *unknown)
 

Private Attributes

Loggerlogger = nullptr
 
AnalogConfigconfig = nullptr
 
Busbus = nullptr
 
CPhidgetAnalogHandle ifKit = nullptr
 

Detailed Description

Definition at line 23 of file Analog.h.

Member Function Documentation

◆ AttachHandler()

int CCONV Devices::Analog::AttachHandler ( CPhidgetHandle  IFK,
void *  userptr 
)
staticprivate

Definition at line 5 of file Analog.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Destroy()

void Devices::Analog::Destroy ( ) const

Definition at line 146 of file Analog.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DetachHandler()

int CCONV Devices::Analog::DetachHandler ( CPhidgetHandle  IFK,
void *  userptr 
)
staticprivate

Definition at line 24 of file Analog.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ display_properties()

int Devices::Analog::display_properties ( CPhidgetAnalogHandle  phid) const
private

Definition at line 53 of file Analog.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ErrorHandler()

int CCONV Devices::Analog::ErrorHandler ( CPhidgetHandle  IFK,
void *  userptr,
int  ErrorCode,
const char *  unknown 
)
staticprivate

Definition at line 41 of file Analog.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FrameMove()

void Devices::Analog::FrameMove ( ) const

just watch for changes on the bus of the output voltage

Definition at line 154 of file Analog.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Initialize()

void Devices::Analog::Initialize ( Logger logger,
AnalogConfig config,
Bus prmBus 
)

Definition at line 83 of file Analog.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ bus

Bus* Devices::Analog::bus = nullptr
private

Definition at line 28 of file Analog.h.

◆ config

AnalogConfig* Devices::Analog::config = nullptr
private

Definition at line 27 of file Analog.h.

◆ ifKit

CPhidgetAnalogHandle Devices::Analog::ifKit = nullptr
private

Definition at line 30 of file Analog.h.

◆ logger

Logger* Devices::Analog::logger = nullptr
private

Definition at line 26 of file Analog.h.


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