|
gdata
|
Example demonstrating frame data collection. More...
#include "frame/gFrameDataCollection.h"#include "frame/gFrameHeader.h"#include "gEventDataCollection.h"#include "glogger.h"#include <gtouchable_options.h>#include <iostream>#include <string>#include <vector>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| Entry point for the frame example. | |
Summary:
Link to the example overview:
Definition in file gframe_example.cc.
| int main | ( | int | argc, |
| char * | argv[] ) |
The program:
This example intentionally uses the raw-pointer ownership pattern currently implemented by GFrameDataCollection so the generated documentation matches the actual API contract.
EXIT_SUCCESS on normal completion. Definition at line 91 of file gframe_example.cc.