My Project
|
Public Member Functions | |
double | get (const std::string &key) const |
bool | operator== (const AquiferData &other) const |
template<class MessageBufferType > | |
void | write (MessageBufferType &buffer) const |
template<class MessageBufferType > | |
void | read (MessageBufferType &buffer) |
Public Attributes | |
int | aquiferID = 0 |
double | pressure = 0.0 |
double | fluxRate = 0.0 |
double | volume = 0.0 |
double | initPressure = 0.0 |
double | datumDepth = 0.0 |
TypeSpecificData | typeData {} |