#ifndef FRAME_H
#define	FRAME_H

#include <usr/Endpoint.h>
#include <mex.h>
#include <matrix.h>

mxArray *Frame(Signal *, EndpointInfo *);

#endif
