Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DevicePlugIn Struct Reference

The Information returned by the plugin. More...

#include <devicePlugIn.h>

List of all members.

Public Attributes

bool (* openDevice )(void)
void (* closeDevice )(void)
bool (* update )(void)
string (* name )(void)
int (* axes )(void)
int (* buttons )(void)
long (* axis )(int)
bool (* buttonPressed )(int)


Detailed Description

The Information returned by the plugin.

Author(s):
Marc Haisenko
Date:
????00

Definition at line 12 of file devicePlugIn.h.

00012 {
00013     bool  (*openDevice)    (void);
00014     void  (*closeDevice)   (void);
00015 
00016     bool  (*update)  (void);
00017 
00018     string (*name)    (void);
00019 
00020     int   (*axes)    (void);
00021     int   (*buttons) (void);
00022 
00023     long  (*axis)    (int);
00024     bool  (*buttonPressed) (int);
00025 }

Member Data Documentation

int (* DevicePlugIn::axes)(void)

long (* DevicePlugIn::axis)(int)

bool (* DevicePlugIn::buttonPressed)(int)

int (* DevicePlugIn::buttons)(void)

void (* DevicePlugIn::closeDevice)(void)

string (* DevicePlugIn::name)(void)

bool (* DevicePlugIn::openDevice)(void)

bool (* DevicePlugIn::update)(void)


The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:24 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000