#include <string>
#include <vector>
#include <list>
#include <stack>
#include <usb.h>
#include "exceptions.h"
Include dependency graph for yepp.h:
Go to the source code of this file.
Classes | |
class | yeppTitleFrame |
Handles a title frame. More... | |
class | yeppInfoFrame |
Handles an info frame. More... | |
class | yeppTrack |
Handles the info for a track. More... | |
class | yeppPlaylist |
Handles the info for a playlist, either internal or external. More... | |
class | yepp |
Main abstraction for the YEPP NEU USB. More... | |
Defines | |
#define | USB_BLOCK_SIZE 0x40 |
Buffer length for many USB commands. | |
#define | DEVICE_INFO_RESULT_SIZE (USB_BLOCK_SIZE + 80) |
#define | YEPP_FLASH 0x4D |
ID used to identify internal flash memory. | |
#define | YEPP_MEDIA 0x53 |
ID used to identify external SmartMedia memory. | |
#define | YEPP_BULKBUFFER 0x240 |
Buffer length for bulk transfers. |
Definition in file yepp.h.
|
Buffer length for many USB commands.
|
|
|
|
ID used to identify internal flash memory.
|
|
ID used to identify external SmartMedia memory.
|
|
Buffer length for bulk transfers.
|