10 #ifndef YARP_OS_STAMP_H
11 #define YARP_OS_STAMP_H
43 Stamp(
int count,
double time);
72 int getMaxCount()
const;
84 void update(
double time);
94 #ifndef YARP_NO_DEPRECATED
99 class YARP_os_DEPRECATED_API Stamped
An interface for reading from a network connection.
An interface for writing to a network connection.
This is a base class for objects that can be both read from and be written to the YARP network.
An abstraction for a time stamp and/or sequence number.
virtual Stamp getStamp() const =0
virtual ~Stamped()
Destructor.
bool isValid()
Check if time is valid (non-zero).
void getTime(YARP_timeval &now)
yarp::conf::float64_t NetFloat64
Definition of the NetFloat64 type.
std::int32_t NetInt32
Definition of the NetInt32 type.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)
The main, catch-all namespace for YARP.