Class: Vivarium::Correlator::RawEvent

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

Instance Attribute Summary collapse

Instance Attribute Details

#dropped_since_lastObject

Returns the value of attribute dropped_since_last

Returns:

  • (Object)

    the current value of dropped_since_last



10
11
12
# File 'lib/vivarium/correlator.rb', line 10

def dropped_since_last
  @dropped_since_last
end

#event_nameObject

Returns the value of attribute event_name

Returns:

  • (Object)

    the current value of event_name



10
11
12
# File 'lib/vivarium/correlator.rb', line 10

def event_name
  @event_name
end

#ktime_nsObject

Returns the value of attribute ktime_ns

Returns:

  • (Object)

    the current value of ktime_ns



10
11
12
# File 'lib/vivarium/correlator.rb', line 10

def ktime_ns
  @ktime_ns
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



10
11
12
# File 'lib/vivarium/correlator.rb', line 10

def payload
  @payload
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



10
11
12
# File 'lib/vivarium/correlator.rb', line 10

def pid
  @pid
end

#tidObject

Returns the value of attribute tid

Returns:

  • (Object)

    the current value of tid



10
11
12
# File 'lib/vivarium/correlator.rb', line 10

def tid
  @tid
end