Interface Tango::Consumer

interface Consumer

Generic client interface for Monitor callbacks. A client can register a Consumer callback anytime with the system Monitor. The client specifies what type of event it is interested in e.g. periodic, on change, trigger etc. and specifies a Consumer object. Everytime the Monitor wants to signal an event to the client it triggers the Consumer callback (handler). Consumer is created locally by the client.

THIS IS A PSEUDO-IDL FILE DOCUMENTATION



Attribute Index

pending
pending (readonly) - number of monitors using this Consumer

Operation Index

handler
callback to be trigerred by Montiro everytime there is an event

Attributes

pending
readonly attribute long pending;

pending (readonly) - number of monitors using this Consumer



Operations

handler
oneway void handler(in MonitorInfo info);

callback to be trigerred by Montiro everytime there is an event

Parameters:
info -info passed by Monitor to client


Generated by the ORBacus IDL-to-HTML translator