|
LRAUV
revA
|
Contains the ZipEncoder class implementation. More...
#include "ZipEncoder.h"#include <cstdio>#include <ctime>#include <unistd.h>#include <utime.h>#include <sys/types.h>#include <sys/stat.h>#include "utils/Str.h"#include "../../Lib/zlib/contrib/minizip/zip.h"
Macros | |
| #define | COMPRESSLEVEL (1) |
| #define | MAXFILENAME (256) |
Functions | |
| *void | zip_encoder_filetime (const char *f, tm_zip *tmzip, uLong *dt) |
Variables | |
| *tm_zip * | tmzip |
| char f; / name of file to get info on More... | |
| *uLong * | dt |
Contains the ZipEncoder class implementation.
Copyright (c) 2007,2008,2009 MBARI MBARI Proprietary Information. All Rights Reserved
| #define COMPRESSLEVEL (1) |
Referenced by ZipEncoder::encode().
| #define MAXFILENAME (256) |
Referenced by zip_encoder_filetime().
| * void zip_encoder_filetime | ( | const char * | f, |
| tm_zip * | tmzip, | ||
| uLong * | dt | ||
| ) |
References MAXFILENAME.
Referenced by ZipEncoder::encode().
| * uLong* dt |
Referenced by VerticalControl::controlDepth(), VerticalControl::controlDepthRate(), HorizontalControl::controlHeading(), VerticalControl::elevatorControl(), Component::execute(), Behavior::executeIfUnsatisfied(), HorizontalControl::headingControl(), HFRadarCompactModelForecaster::loadHistory(), HFRadarModelCalc::lookup(), HFRCMTimeInterpolator::lookupExpansionCoefficients(), VerticalControl::massAndElevatorControl(), VerticalControl::massControl(), Simulator::motion(), Trajectory::project(), HFRadarModelCalc::run(), PitchServo::run(), DepthServo::run(), Simulator::run(), Component::setDt(), HorizontalControl::setHeadingRate(), and VerticalControl::setPitchRate().
| * tm_zip* tmzip |
char f; / name of file to get info on