#include <bag.h>
Public Member Functions | |
Bag () | |
Bag (int nrhs, const mxArray *prhs[]) | |
void | close () |
void | data (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
mxArray * | getChunkThreshold () const |
Get the threshold for creating new chunks. | |
mxArray * | getCompression () const |
Get the compression method to use for writing chunks. | |
mxArray * | getFileName () const |
Get the filename of the bag. | |
mxArray * | getMajorVersion () const |
Get the major-version of the open bag file. | |
mxArray * | getMinorVersion () const |
Get the minor-version of the open bag file. | |
mxArray * | getMode () const |
Get the mode the bag is in. | |
mxArray * | getSize () const |
Get the current size of the bag file (a lower bound) | |
void | open (int nrhs, const mxArray *prhs[]) |
void | setChunkThreshold (int nrhs, const mxArray *prhs[]) |
Set the threshold for creating new chunks. | |
void | setCompression (int nrhs, const mxArray *prhs[]) |
Set the compression method to use for writing chunks. | |
void | write (int nrhs, const mxArray *prhs[]) |
virtual | ~Bag () |
Reimplemented from rosbag::Bag.
rosmatlab::rosbag::Bag::Bag | ( | int | nrhs, |
const mxArray * | prhs[] | ||
) |
rosmatlab::rosbag::Bag::~Bag | ( | ) | [virtual] |
Reimplemented from rosbag::Bag.
void rosmatlab::rosbag::Bag::close | ( | ) |
Reimplemented from rosbag::Bag.
void rosmatlab::rosbag::Bag::data | ( | int | nlhs, |
mxArray * | plhs[], | ||
int | nrhs, | ||
const mxArray * | prhs[] | ||
) |
mxArray * rosmatlab::rosbag::Bag::getChunkThreshold | ( | ) | const |
Get the threshold for creating new chunks.
Reimplemented from rosbag::Bag.
mxArray * rosmatlab::rosbag::Bag::getCompression | ( | ) | const |
Get the compression method to use for writing chunks.
Reimplemented from rosbag::Bag.
mxArray * rosmatlab::rosbag::Bag::getFileName | ( | ) | const |
mxArray * rosmatlab::rosbag::Bag::getMajorVersion | ( | ) | const |
Get the major-version of the open bag file.
Reimplemented from rosbag::Bag.
mxArray * rosmatlab::rosbag::Bag::getMinorVersion | ( | ) | const |
Get the minor-version of the open bag file.
Reimplemented from rosbag::Bag.
mxArray * rosmatlab::rosbag::Bag::getMode | ( | ) | const |
mxArray * rosmatlab::rosbag::Bag::getSize | ( | ) | const |
Get the current size of the bag file (a lower bound)
Reimplemented from rosbag::Bag.
void rosmatlab::rosbag::Bag::open | ( | int | nrhs, |
const mxArray * | prhs[] | ||
) |
void rosmatlab::rosbag::Bag::setChunkThreshold | ( | int | nrhs, |
const mxArray * | prhs[] | ||
) |
void rosmatlab::rosbag::Bag::setCompression | ( | int | nrhs, |
const mxArray * | prhs[] | ||
) |
void rosmatlab::rosbag::Bag::write | ( | int | nrhs, |
const mxArray * | prhs[] | ||
) |