![]() |
THM1176InstrumentManager
1.0
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. More... | |
void | clear () |
Clear to default values. More... | |
bool | operator== (sFile other) const |
Equality operator. More... | |
bool | operator!= (sFile other) const |
Inequality operator. More... | |
Public Attributes | |
size_t | Size = 0 |
File size, in bytes. More... | |
std::string | Path |
File path. More... | |
std::string | Type |
File type ("ASCII" or "BINARY"). More... | |
Directory entry in the instrument's file system.
Definition at line 492 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 503 of file THM1176Types.h.
void MTL::Instrument::THM1176Types::sFile::clear | ( | void | ) |
Clear to default values.
Definition at line 306 of file THM1176Types.cpp.
bool MTL::Instrument::THM1176Types::sFile::operator!= | ( | sFile | other | ) | const |
Inequality operator.
Definition at line 320 of file THM1176Types.cpp.
bool MTL::Instrument::THM1176Types::sFile::operator== | ( | sFile | other | ) | const |
Equality operator.
Definition at line 312 of file THM1176Types.cpp.
std::string MTL::Instrument::THM1176Types::sFile::Path |
File path.
Definition at line 495 of file THM1176Types.h.
size_t MTL::Instrument::THM1176Types::sFile::Size = 0 |
File size, in bytes.
Definition at line 494 of file THM1176Types.h.
std::string MTL::Instrument::THM1176Types::sFile::Type |
File type ("ASCII" or "BINARY").
Definition at line 496 of file THM1176Types.h.