20#include "otf2xx/definition/location.hpp"
21#include "NonBlockingP2PCommunicationEvent.hpp"
24 const otf2::chrono::duration &end,
25 otf2::definition::location *location,
26 types::communicator *communicator)
27 : start(start), end(end), location(location), communicator(communicator) {}
otf2::chrono::duration end
otf2::definition::location * getLocation() const override
types::communicator * getCommunicator() const override
NonBlockingP2PCommunicationEvent(const otf2::chrono::duration &start, const otf2::chrono::duration &end, otf2::definition::location *location, types::communicator *communicator)
otf2::chrono::duration start
types::communicator * communicator
otf2::chrono::duration getStartTime() const override
otf2::definition::location * location
otf2::chrono::duration getEndTime() const override