Avionics
Dropship Simulator
Devices::Encoder Class Reference

#include <Encoder.h>

Collaboration diagram for Devices::Encoder:
[legend]

Public Member Functions

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

Private Member Functions

int display_properties (CPhidgetEncoderHandle 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 (CPhidgetEncoderHandle IFK, void *usrptr, int Index, int State)
 
static int CCONV PositionChangeHandler (CPhidgetEncoderHandle IFK, void *usrptr, int Index, int Time, int RelativePosition)
 

Private Attributes

Loggerlogger = nullptr
 
EncoderConfigconfig = nullptr
 
Busbus = nullptr
 
CPhidgetEncoderHandle ifKit = nullptr
 
bool attached = false
 
bool wasDetached = false
 

Detailed Description

Definition at line 15 of file Encoder.h.

Member Function Documentation

◆ AttachHandler()

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

Definition at line 20 of file Encoder.cpp.

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

◆ Destroy()

void Devices::Encoder::Destroy ( ) const

Definition at line 347 of file Encoder.cpp.

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

◆ DetachHandler()

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

we need to blank out all the values

Definition at line 51 of file Encoder.cpp.

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

◆ display_properties()

int Devices::Encoder::display_properties ( CPhidgetEncoderHandle  phid) const
private

Display the properties of the attached phidget to the screen. We will be displaying the name, serial number and version of the attached device. Will also display the number of inputs and encoders on this device

Definition at line 271 of file Encoder.cpp.

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

◆ ErrorHandler()

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

Definition at line 75 of file Encoder.cpp.

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

◆ Initialize()

void Devices::Encoder::Initialize ( Logger logger,
EncoderConfig config,
Bus prmBus 
)

Definition at line 298 of file Encoder.cpp.

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

◆ InputChangeHandler()

int CCONV Devices::Encoder::InputChangeHandler ( CPhidgetEncoderHandle  IFK,
void *  usrptr,
int  Index,
int  State 
)
staticprivate

Definition at line 86 of file Encoder.cpp.

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

◆ PositionChangeHandler()

int CCONV Devices::Encoder::PositionChangeHandler ( CPhidgetEncoderHandle  IFK,
void *  usrptr,
int  Index,
int  Time,
int  RelativePosition 
)
staticprivate

Definition at line 151 of file Encoder.cpp.

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

Member Data Documentation

◆ attached

bool Devices::Encoder::attached = false
private

Definition at line 31 of file Encoder.h.

◆ bus

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

Definition at line 20 of file Encoder.h.

◆ config

EncoderConfig* Devices::Encoder::config = nullptr
private

Definition at line 19 of file Encoder.h.

◆ ifKit

CPhidgetEncoderHandle Devices::Encoder::ifKit = nullptr
private

Definition at line 22 of file Encoder.h.

◆ logger

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

Definition at line 18 of file Encoder.h.

◆ wasDetached

bool Devices::Encoder::wasDetached = false
private

Definition at line 32 of file Encoder.h.


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