36#include <libdap/Byte.h>
44#include "FONcBaseType.h"
61 virtual void define(
int ncid)
override;
63 virtual void write(
int ncid)
override;
65 virtual string name()
override {
return _b->name(); }
67 virtual nc_type
type()
override {
return NC_BYTE; }
virtual void write(int ncid) override
Write the byte out to the netcdf file.
virtual void dump(ostream &strm) const override
dumps information about this object for debugging purposes
virtual nc_type type() override
Returns the type of data of this variable.
virtual void define(int ncid) override
define the DAP Byte in the netcdf file
FONcByte(libdap::BaseType *b)
Constructor for FONcByte that takes a DAP Byte.