|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
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 // Since YARP 3.0.0
113 #endif // YARP_NO_DEPRECATED
118 #endif // YARP_OS_STAMP_H
void getTime(YARP_timeval &now)
This is a base class for objects that can be both read from and be written to the YARP network.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
bool isValid()
Check if time is valid (non-zero).
#define YARP_os_DEPRECATED_API
virtual Stamp getStamp() const =0
An interface for writing to a network connection.
A base class for objects with time stamps and/or sequence numbers.
An interface for reading from a network connection.
An abstraction for a time stamp and/or sequence number.
The main, catch-all namespace for YARP.
virtual ~Stamped()
Destructor.
yarp::conf::float64_t NetFloat64
Definition of the NetFloat64 type.
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)
std::int32_t NetInt32
Definition of the NetInt32 type.