Sha256: d09875960b9efb350938d3b5c870cd4c3679aabadaaad4ee2e281efa21c25f14
Contents?: true
Size: 830 Bytes
Versions: 43
Compression:
Stored size: 830 Bytes
Contents
# Copyright (c) 2013 National ICT Australia Limited (NICTA). # This software may be used and distributed solely under the terms of the MIT license (License). # You should find a copy of the License in LICENSE.TXT or at http://opensource.org/licenses/MIT. # By downloading or using this software you accept the terms and the liability disclaimer in the License. require 'oml4r' module OmfCommon class Comm class AMQP class MPPublished < OML4R::MPBase name :amqp_published param :time, :type => :double param :topic, :type => :string param :mid, :type => :string end class MPReceived < OML4R::MPBase name :amqp_received param :time, :type => :double param :topic, :type => :string param :mid, :type => :string end end end end
Version data entries
43 entries across 43 versions & 1 rubygems