Frame Examples
This file is a reference to using the frame library. The examples are simple but some knowledge of c/c++ will be required. This source code can be used to read and write frames and access various objects within a frame. They do make extensive use of the framecpp library but they provide a quick tutorial on how to start dealing with files in the frame format quickly and easily.
- Example 1: Writing data channels to a frame file using 1 frame and several ADCData structures within this frame. There is also an example of how to read from this file.
- Example 2: Writing data channels to a frame file using 1 ADCData data structure and creating several frames within this file to accommodate the data. There is also an example of how to read the multiple frames from this file.
Please contact Ian Taylor
for comments, questions or if you would like to provide any extra examples.

