Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
class QmfEvent(QmfData):
      <constructor>( timestamp, 
                     _values=map of "name"=<AMQP Type> pairs,
                     _subtypes=optional map of "name"=<AMQP String> pairs
                           for subtype information,
                     _desc=optional AMQP string containing a human-readable
                           description for this data object.
                     _schema=optional <class SchemaEventClass> )
       <constructor>( _map= map encoding of a QmfEvent instance, 
                     _schema=optional <class SchemaEventClass> )
      .getTimestamp(): return a timestamp indicating when the Event occurred.

...