libpandac
0.0.0
A library designed for a comm.ai Panda.
Main Page
Namespaces
Classes
Files
File List
include
strym.h
1
/*
2
Author: Matt Bunting
3
Copyright (c) 2020 Arizona Board of Regents
4
All rights reserved.
5
6
Permission is hereby granted, without written agreement and without
7
license or royalty fees, to use, copy, modify, and distribute this
8
software and its documentation for any purpose, provided that the
9
above copyright notice and the following two paragraphs appear in
10
all copies of this software.
11
12
IN NO EVENT SHALL THE ARIZONA BOARD OF REGENTS BE LIABLE TO ANY PARTY
13
FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
14
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
15
IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
16
SUCH DAMAGE.
17
18
THE ARIZONA BOARD OF REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES,
19
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
20
AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER
21
IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION
22
TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
23
24
*/
25
26
#ifndef STRYM_H
27
#define STRYM_H
28
29
#include <iostream>
30
#include <libusb.h>
31
32
#include "mogi/thread.h"
33
#include "panda/usb.h"
34
35
class
Strym
:
public
Panda::UsbListener
{
36
public
:
37
Strym
();
38
~
Strym
();
39
40
private
:
41
42
void
newDataNotification(
char
* buffer,
size_t
bufferLength);
43
44
};
45
46
#endif
Strym
Definition:
strym.h:35
Panda::UsbListener
Definition:
usb.h:60
Generated on Thu Jun 3 2021 22:19:02 for libpandac by
1.8.11