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(generic_all_nodes)
void push(Channel *c) const override
Definition: descriptor.cpp:8
Definition: app.cpp:5
Definition: backlight.h:6
virtual uint8_t bLength() const
Definition: descriptor.h:22