BasicServicePushSupplierConsumer

Chair for Computer Aided Medical Procedures & Augmented Reality
Lehrstuhl für Informatikanwendungen in der Medizin & Augmented Reality

THIS WEBPAGE IS DEPRECATED - please visit our new website

BasicServicePushSupplierConsumer

A BasicServicePushSupplierConsumer needs to implement the

  • Service Interface
    • string getStatus();
  • SvcStartup Interface
    • void startService(in ActiveServiceDescription? serviceDesc);
    • void stopService(in ActiveServiceDescription? serviceDesc);
  • SvcProtPushSupplier? Interface
    • void setConsumer(in CosNotifyComm::StructuredPushConsumer consumer);
      The consumer then has the void push_structured_event( const StructuredEvent& event ); method that is used to send events out.
    • void disconnect_structured_pull_supplier(); This means that your consumer has been disconnected.
  • SvcProtPushConsumer Interface
    • void push_structured_event( const StructuredEvent& event );
    • disconnect_structured_push_consumer This means hat your supplier has been disconnected.
    • offer_change


Edit | Attach | Refresh | Diffs | More | Revision r1.4 - 23 Mar 2005 - 20:26 - NikolasDoerfler

Lehrstuhl für Computer Aided Medical Procedures & Augmented Reality    rss.gif