#include "mimotera++/MimoteraReader.hh"
#include "mimotera++/MimoteraEvent.hh"
#include "mimotera++/MimoteraException.hh"
#include "mimotera++/MimoteraUtils.hh"
#include <iostream>
#include <fstream>
#include <sys/types.h>
#include <sys/stat.h>
#include <cerrno>
Go to the source code of this file.
Namespaces | |
namespace | Mimotera |
The namespace containing all Mimotera related things. | |
Functions | |
MimoteraReader * | Mimotera::MimoteraReader_create_cpp (const char *filename) |
void | Mimotera::MimoteraReader_dispose_cpp (MimoteraReader *reader) |
void | Mimotera::MimoteraReader_open_cpp (MimoteraReader *reader, const char *filename) |
int | Mimotera::MimoteraReader_readNextEvent_cpp (MimoteraReader *reader) |
MimoteraEvent * | Mimotera::MimoteraReader_getEvent_cpp (MimoteraReader *reader) |