Avionics
Dropship Simulator
Devices::InterfaceKit Class Reference

#include <InterfaceKit.h>

Collaboration diagram for Devices::InterfaceKit:
[legend]

Public Member Functions

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

Private Member Functions

int display_properties (CPhidgetInterfaceKitHandle 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)
 
static int CCONV InputChangeHandler (CPhidgetInterfaceKitHandle IFK, void *usrptr, int Index, int State)
 
static int CCONV SensorChangeHandler (CPhidgetInterfaceKitHandle IFK, void *usrptr, int Index, int Value)
 

Private Attributes

Loggerlogger = nullptr
 
InterfaceKitConfigconfig = nullptr
 
Busbus = nullptr
 
CPhidgetInterfaceKitHandle ifKit = nullptr
 
bool attached = false
 
bool wasDetached = false
 

Detailed Description

Definition at line 54 of file InterfaceKit.h.

Member Function Documentation

◆ AttachHandler()

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

Definition at line 5 of file InterfaceKit.cpp.

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

◆ Destroy()

void Devices::InterfaceKit::Destroy ( ) const

Definition at line 401 of file InterfaceKit.cpp.

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

◆ DetachHandler()

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

we need to blank out all the values

Definition at line 36 of file InterfaceKit.cpp.

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

◆ display_properties()

int Devices::InterfaceKit::display_properties ( CPhidgetInterfaceKitHandle  phid) const
private

Definition at line 285 of file InterfaceKit.cpp.

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

◆ ErrorHandler()

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

Definition at line 66 of file InterfaceKit.cpp.

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

◆ FrameMove()

void Devices::InterfaceKit::FrameMove ( ) const

Definition at line 408 of file InterfaceKit.cpp.

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

◆ Initialize()

void Devices::InterfaceKit::Initialize ( Logger logger,
InterfaceKitConfig config,
Bus prmBus 
)

Definition at line 331 of file InterfaceKit.cpp.

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

◆ InputChangeHandler()

int CCONV Devices::InterfaceKit::InputChangeHandler ( CPhidgetInterfaceKitHandle  IFK,
void *  usrptr,
int  Index,
int  State 
)
staticprivate

fail state is -1 I think, but we have to send -999 to the component for compatibility

let's automatically add a bus command based on the name we could also control if it sends a DEPRESS vs. RELEASE

Definition at line 77 of file InterfaceKit.cpp.

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

◆ SensorChangeHandler()

int CCONV Devices::InterfaceKit::SensorChangeHandler ( CPhidgetInterfaceKitHandle  IFK,
void *  usrptr,
int  Index,
int  Value 
)
staticprivate

I shut this off because it clutters the log when the simulator is ON... probably should be configurable

Definition at line 149 of file InterfaceKit.cpp.

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

Member Data Documentation

◆ attached

bool Devices::InterfaceKit::attached = false
private

Definition at line 71 of file InterfaceKit.h.

◆ bus

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

Definition at line 59 of file InterfaceKit.h.

◆ config

InterfaceKitConfig* Devices::InterfaceKit::config = nullptr
private

Definition at line 58 of file InterfaceKit.h.

◆ ifKit

CPhidgetInterfaceKitHandle Devices::InterfaceKit::ifKit = nullptr
private

Definition at line 61 of file InterfaceKit.h.

◆ logger

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

Definition at line 57 of file InterfaceKit.h.

◆ wasDetached

bool Devices::InterfaceKit::wasDetached = false
private

Definition at line 72 of file InterfaceKit.h.


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