Changeset 22 in pacpussensors for trunk/Dualshock/controller.h


Ignore:
Timestamp:
08/02/13 16:19:44 (11 years ago)
Author:
phudelai
Message:

New control mode added + Security with the controller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Dualshock/controller.h

    r21 r22  
     1/*********************************************************************
     2//  created:    2012/03/01 - 14:06
     3//  filename:   controller.cpp
     4//
     5//  author:     Pierre Hudelaine
     6//              Copyright Heudiasyc UMR UTC/CNRS 7253
     7//
     8//  version:    $Id: $
     9//
     10//  purpose:    Read the dualshock 3 button using bluetooth
     11//
     12*********************************************************************/
     13
    114#ifndef CONTROLLER_H
    215# define CONTROLLER_H
     
    8699            int isk;
    87100            int paired;
     101            int timeout;
    88102            unsigned index;
    89103    };
     
    93107        struct buttons_s  buttons;
    94108        int               available;
     109        int               timeout;
    95110    };
    96111
Note: See TracChangeset for help on using the changeset viewer.