Numworks Epsilon
1.4.1
Graphing Calculator Operating System
descriptor.cpp
Go to the documentation of this file.
1
#include "
descriptor.h
"
2
#include <string.h>
3
4
namespace
Ion
{
5
namespace
USB
{
6
namespace
Device {
7
8
void
Descriptor::push
(
Channel
*
c
)
const
{
9
c
->push(
bLength
());
10
c
->push(m_bDescriptorType);
11
}
12
13
}
14
}
15
}
c
c(generic_all_nodes)
descriptor.h
Ion::USB::Device::Descriptor::push
void push(Channel *c) const override
Definition:
descriptor.cpp:8
Ion::USB::Device::Streamable::Channel
Definition:
streamable.h:15
USB
Definition:
app.cpp:5
Ion
Definition:
backlight.h:6
Ion::USB::Device::Descriptor::bLength
virtual uint8_t bLength() const
Definition:
descriptor.h:22
epsilon
ion
src
device
usb
stack
descriptor.cpp
Generated by
1.8.14