Keyframe Class
(LogManager::Keyframe)The Keyframe represents one row in the database or in the query result. More...
Header: | #include <LogManager/Keyframe.h> |
Public Types
typedef | Values |
Public Functions
Public Variables
Related Non-Members
typedef | KeyframeList |
Detailed Description
The Keyframe represents one row in the database or in the query result.
Member Type Documentation
typedef Keyframe::Values
A list of logged values represented by KeyframeData.
Member Function Documentation
Keyframe::Keyframe()
Default constructs an instance of Keyframe.
Keyframe::Keyframe(double xAxis)
Constructs an instance and initializes xAxis.
void Keyframe::swap(Keyframe &other)
Swaps data with the other object.
Member Variable Documentation
Values Keyframe::values
This variable holds a list of logged values in the row.
As the keyframe aggregates values from a time period, then for every value it includes its minimum, maximum and last value in the time period. When reading full resolution data (meaning time period is very small), the minimum, maximum and last value will be equal.
double Keyframe::xAxis
This variable holds unix timestamp of the keyframe.
Get started with CDP Studio today
Let us help you take your great ideas and turn them into the products your customer will love.