#include "stdafx.h"#include "cphidgetencoder.h"#include <stdio.h>#include "cusb.h"#include "csocket.h"#include "cthread.h"
Go to the source code of this file.
| return CPhidgetEncoder_getEncoderCount | ( | phid | , |
| pVal | |||
| ) |
| return CPhidgetEncoder_getInputCount | ( | phid | , |
| pVal | |||
| ) |
| return CPhidgetEncoder_getPosition | ( | phid | , |
| Index | , | ||
| pVal | |||
| ) |
| return CPhidgetEncoder_setPosition | ( | phid | , |
| Index | , | ||
| newVal | |||
| ) |
| for | ( | ) |
Definition at line 13 of file cphidgetencoder.c.
Definition at line 40 of file cphidgetencoder.c.
| if | ( | ) |
Definition at line 120 of file cphidgetencoder.c.
| TESTATTACHED TESTATTACHED TESTATTACHED TESTATTACHED TESTATTACHED if | ( | CPhidget_statusFlagIsSet(phid->phid.status, PHIDGET_REMOTE_FLAG) | ) |
Definition at line 395 of file cphidgetencoder.c.
Definition at line 65 of file cphidgetencoder.c.
| unsigned char buffer[8] = { 0 } |
Definition at line 31 of file cphidgetencoder.c.
Definition at line 114 of file cphidgetencoder.c.
| unsigned char enabledEcho[ENCODER_MAXINPUTS] |
Definition at line 110 of file cphidgetencoder.c.
| return EPHIDGET_OK |
Definition at line 24 of file cphidgetencoder.c.
| int i = 0 |
Definition at line 12 of file cphidgetencoder.c.
| short indexChange[ENCODER_MAXENCODERS] |
Definition at line 112 of file cphidgetencoder.c.
| unsigned char indexTrue[ENCODER_MAXINPUTS] |
Definition at line 109 of file cphidgetencoder.c.
| unsigned char input[ENCODER_MAXINPUTS] |
Definition at line 108 of file cphidgetencoder.c.
| int j = 0 |
Definition at line 106 of file cphidgetencoder.c.
| unsigned char lastInputState[ENCODER_MAXINPUTS] |
Definition at line 118 of file cphidgetencoder.c.
| phid outputPacketLen = 0 |
Definition at line 37 of file cphidgetencoder.c.
Definition at line 113 of file cphidgetencoder.c.
Definition at line 111 of file cphidgetencoder.c.
| int result |
Definition at line 32 of file cphidgetencoder.c.
| unsigned short timeChange = 0 |
Definition at line 115 of file cphidgetencoder.c.
Definition at line 116 of file cphidgetencoder.c.
| unsigned short timeStamp = 0 |
Definition at line 115 of file cphidgetencoder.c.