Mercurial > hg > beaglert
comparison core/DigitalChannelManager.cpp @ 354:1b23300f3e78 prerelease
DigitalChannelManager takes care of managing digital channels for libpd/Heavy use
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Wed, 08 Jun 2016 21:11:36 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
353:bec5d43e4e7a | 354:1b23300f3e78 |
---|---|
1 /* | |
2 * DigitalStream.cpp | |
3 * | |
4 * Created on: 7 Jun 2016 | |
5 * Author: giulio | |
6 */ | |
7 | |
8 #include <DigitalChannelManager.h> | |
9 | |
10 DigitalChannelManager::DigitalChannelManager() { | |
11 // TODO Auto-generated constructor stub | |
12 | |
13 } | |
14 | |
15 DigitalChannelManager::~DigitalChannelManager() { | |
16 // TODO Auto-generated destructor stub | |
17 } | |
18 |