From OpenHome
(Difference between revisions)
(→API docs) |
|||
Line 10: | Line 10: | ||
* C [http://www.openhome.org/build/nightly/docs/C/] | * C [http://www.openhome.org/build/nightly/docs/C/] | ||
- | ohNet is written using C++ with std::string replaced by | + | ohNet is written using C++ with std::string replaced by special buffer classes. These buffer classes allow for more efficient use of memory at the cost of a steeper learning curve. Memory use benefits can be especially pronounced for the Device stack. API docs [http://www.openhome.org/build/nightly/docs/CppCore/] for this version of the stack are available but the buffer classes are currently undocumented. |
Revision as of 14:34, 27 June 2011
Overview docs
- Control Point (PDF) [1]
- Device [coming soon]
API docs
ohNet is written using C++ with std::string replaced by special buffer classes. These buffer classes allow for more efficient use of memory at the cost of a steeper learning curve. Memory use benefits can be especially pronounced for the Device stack. API docs [6] for this version of the stack are available but the buffer classes are currently undocumented.