![]() |
THM1176InstrumentManager 1.1
Qt Object abstraction for Metrolab THM1176
|
Directory entry in the instrument's file system. More...
#include <THM1176Types.h>
Public Member Functions | |
sFile (size_t S=0, std::string P="", std::string T="") | |
Constructor. | |
void | clear () |
Clear to default values. | |
bool | operator== (sFile other) const |
Equality operator. | |
bool | operator!= (sFile other) const |
Inequality operator. | |
Public Attributes | |
size_t | Size = 0 |
File size, in bytes. | |
std::string | Path |
File path. | |
std::string | Type |
File type ("ASCII" or "BINARY"). | |
Directory entry in the instrument's file system.
Definition at line 513 of file THM1176Types.h.
|
inline |
Constructor.
[in] | S | File size, in bytes. |
[in] | P | File path. |
[in] | T | File type ("ASCII" or "BINARY"). |
Definition at line 524 of file THM1176Types.h.
void MTL::Instrument::THM1176Types::sFile::clear | ( | ) |
Clear to default values.
Definition at line 308 of file THM1176Types.cpp.
bool MTL::Instrument::THM1176Types::sFile::operator!= | ( | sFile | other | ) | const |
Inequality operator.
Definition at line 322 of file THM1176Types.cpp.
bool MTL::Instrument::THM1176Types::sFile::operator== | ( | sFile | other | ) | const |
Equality operator.
Definition at line 314 of file THM1176Types.cpp.
std::string MTL::Instrument::THM1176Types::sFile::Path |
File path.
Definition at line 516 of file THM1176Types.h.
size_t MTL::Instrument::THM1176Types::sFile::Size = 0 |
File size, in bytes.
Definition at line 515 of file THM1176Types.h.
std::string MTL::Instrument::THM1176Types::sFile::Type |
File type ("ASCII" or "BINARY").
Definition at line 517 of file THM1176Types.h.