1 #ifndef _AGGREGATOR_DETERMINE_SAMPLE_TIMESTAMP_HPP_
2 #define _AGGREGATOR_DETERMINE_SAMPLE_TIMESTAMP_HPP_
4 #include <base/Time.hpp>
5 #include <boost/shared_ptr.hpp>
32 if (type == NULL)
throw std::invalid_argument(
"determineTimestamp: Received null pointer in function!");
39 if (type.get() == NULL)
throw std::invalid_argument(
"determineTimestamp: Received null pointer in function!");
base::Time determineTimestamp(const T &type)
Definition: DetermineSampleTimestamp.hpp:24