122unsigned int UInt64::buf2val(
void **val)
126 throw InternalErr(__FILE__, __LINE__,
"NULL pointer.");
136void UInt64::print_val(ostream &out,
string space,
bool print_decl_p) {
139 out <<
" = " <<
d_buf <<
";\n";
147 throw InternalErr(__FILE__, __LINE__,
"This value was not read!");
151 throw InternalErr(__FILE__, __LINE__,
"This value was not read!");
242 bool has_projected_dap4 =
false;
244 has_projected_dap4 =
true;
248 return has_projected_dap4;
260 strm <<
DapIndent::LMarg <<
"UInt32::dump - (" << (
void *)
this <<
")" << endl;
void AddData(const uint8_t *pData, const uint32_t length)
Contains the attributes for a dataset.
virtual void set_name(const string &n)
Set the name of this attribute table.
BaseType & operator=(const BaseType &rhs)
virtual string type_name() const
Returns the type of the class instance as a string.
virtual bool read()
Read data into a local buffer.
virtual string name() const
Returns the name of the class instance.
virtual void print_decl(FILE *out, string space=" ", bool print_semi=true, bool constraint_info=false, bool constrained=false)
Print an ASCII representation of the variable structure.
virtual bool read_p()
Has this variable been read?
virtual void set_read_p(bool state)
Sets the value of the read_p property.
virtual void set_attr_table(const AttrTable &at)
void dump(ostream &strm) const override
dumps information about this object
virtual D4Attributes * attributes()
virtual std::string FQN() const
virtual bool send_p()
Should this variable be sent?
virtual void set_is_dap4(const bool v)
BaseType(const string &n, const Type &t, bool is_dap4=false)
The BaseType constructor.
virtual Type type() const
Returns the type of the class instance.
bool has_dap4_types(const std::string &path, std::vector< std::string > &inventory) const
Marshaller that knows how to marshal/serialize dap data objects to a C++ iostream using DAP4's receiv...
virtual void put_uint64(dods_uint64 val)
Read data from the stream made by D4StreamMarshaller.
virtual void get_uint64(dods_uint64 &val)
static ostream & LMarg(ostream &strm)
Holds a 32-bit floating point value.
Holds a 64-bit (double precision) floating point value.
Holds a 16-bit signed integer value.
Holds a 32-bit signed integer.
Holds a64-bit signed integer.
Holds an 8-bit signed integer value.
A class for software fault reporting.
Holds an unsigned 16-bit integer.
Holds a 32-bit unsigned integer.
bool ops(BaseType *b, int op) override
Evaluate relational operators.
UInt64 & operator=(const UInt64 &rhs)
virtual dods_uint64 value() const
void serialize(D4StreamMarshaller &m, DMR &dmr, bool filter=false) override
Serialize an Int8.
unsigned int width(bool=false) const override
How many bytes does this variable use Return the number of bytes of storage this variable uses....
BaseType * ptr_duplicate() override
bool d4_ops(BaseType *b, int op) override
Evaluator a relop for DAP4.
void deserialize(D4StreamUnMarshaller &um, DMR &dmr) override
void dump(ostream &strm) const override
dumps information about this object
std::vector< BaseType * > * transform_to_dap2(AttrTable *parent_attr_table) override
DAP4 to DAP2 transform.
void compute_checksum(Crc32 &checksum) override
include the data for this variable in the checksum DAP4 includes a checksum with every data response....
virtual bool set_value(dods_uint64 val)
bool is_dap4_projected(std::vector< string > &inventory) override
top level DAP object to house generic methods
bool Cmp(int op, T1 v1, T2 v2)