Class: Vivarium::Correlator::RawEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/vivarium/correlator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#event_nameObject

Returns the value of attribute event_name

Returns:

  • (Object)

    the current value of event_name



8
9
10
# File 'lib/vivarium/correlator.rb', line 8

def event_name
  @event_name
end

#ktime_nsObject

Returns the value of attribute ktime_ns

Returns:

  • (Object)

    the current value of ktime_ns



8
9
10
# File 'lib/vivarium/correlator.rb', line 8

def ktime_ns
  @ktime_ns
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



8
9
10
# File 'lib/vivarium/correlator.rb', line 8

def payload
  @payload
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



8
9
10
# File 'lib/vivarium/correlator.rb', line 8

def pid
  @pid
end

#tidObject

Returns the value of attribute tid

Returns:

  • (Object)

    the current value of tid



8
9
10
# File 'lib/vivarium/correlator.rb', line 8

def tid
  @tid
end