| commit | e5c4f1d7a751a6ded6bb099d1949c3871d9c487a | [log] [tgz] |
|---|---|---|
| author | Johnathan Mantey <johnathanx.mantey@intel.com> | Mon Dec 10 16:24:26 2018 -0800 |
| committer | Johnathan Mantey <johnathanx.mantey@intel.com> | Mon Feb 04 12:34:49 2019 -0800 |
| tree | 0650a838094458a8480281bd4bd950b1a41fed70 | |
| parent | f92261dc449bc4579249101997da0648718dee2f [diff] |
Eliminate public function returning pointer to private class data The getChannelDataPtr method breaks class encapsulation. Only class methods are supposed to have access to class private instance variables. Change-Id: I5dbfb75f0fa409b82a1e7f426b2034d39f7df9ad Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make
To clean the repository run ./bootstrap.sh clean.