next up previous contents
Next: Include sources into your Up: Library usage Previous: Library usage   Contents

Objects overview

OPENMAIA connection library is composed by three objects:
  connector
  message
  tcp_parser
All the objects are define inside openmaia namespace, so you have to refer them as
  openmaia::<object name>
or to use
   use namespace openmaia;
directive to set openmaia namespace as default.



2005-07-12