Changeset 192e299 in thomson for elec/CrO2/software/device.h


Ignore:
Timestamp:
Feb 3, 2012, 7:37:06 PM (12 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
c2a9854
Parents:
f9263dd
Message:

Cleanup.

git-svn-id: svn://localhost/thomson@15 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • elec/CrO2/software/device.h

    rf9263dd r192e299  
    88
    99#include <stdint.h>
     10#include <lusb0_usb.h>
    1011
    11 #include <lusb0_usb.h>    /* this is libusb, see http://libusb.sourceforge.net/ */
     12class K5;
    1213
    1314class Device
     
    2021                int read(uint8_t* buffer, size_t max); // Fill the buffer with data from device
    2122                int write(uint8_t* buffer, size_t size, int blktype);
     23                void write(K5& file);
    2224                uint8_t getStatus();
    2325
Note: See TracChangeset for help on using the changeset viewer.