Structure to hold data update information.
More...
#include <GmiInterface.h>
|
| BufferInfo ()=default |
| Initializing constructor.
|
|
void | Clear () |
| Clears all members.
|
|
|
IdType | Id {0} |
| Holds the ID of the result which is responsible for this data.
|
|
void * | Buffer {nullptr} |
| Holds the buffer pointer.
|
|
unsigned | Size {0} |
| Holds the size of the buffer.
|
|
unsigned | Remain {0} |
| Holds the remaining size to store.
|
|
unsigned | Counter {0} |
| Holds the counter value of the amount of measurements since the last reset of the implementation.
|
|
Structure to hold data update information.
◆ BufferInfo()
sf::gmi::BufferInfo::BufferInfo |
( |
| ) |
|
|
default |
Initializing constructor.
◆ Clear()
void sf::gmi::BufferInfo::Clear |
( |
| ) |
|
|
inline |
◆ Buffer
void* sf::gmi::BufferInfo::Buffer {nullptr} |
Holds the buffer pointer.
◆ Counter
unsigned sf::gmi::BufferInfo::Counter {0} |
Holds the counter value of the amount of measurements since the last reset of the implementation.
◆ Id
IdType sf::gmi::BufferInfo::Id {0} |
Holds the ID of the result which is responsible for this data.
◆ Remain
unsigned sf::gmi::BufferInfo::Remain {0} |
Holds the remaining size to store.
◆ Size
unsigned sf::gmi::BufferInfo::Size {0} |
Holds the size of the buffer.
The documentation for this struct was generated from the following file: