class Packet_A: public Packet

in order to keep the top-level Packet class fully implementation-independent, we put this Packet_A class in, from which all current implementations derive

Inheritance:


Inherited from Packet:

Public Methods

ovirtual int iValue(const int channel)
ovirtual int iValue(const int channel, const char * what)
ovirtual int iValue(const int channel, const int iy)
ovirtual float rValue(const int channel)
ovirtual float rValue(const int channel, const char * what)
ovirtual float rValue(const int channel, const int iy)
ovirtual int getArraylength(const char * what ="")
ovirtual int fillIntArray(int destination[], const int length, int * nw, const char * what="")
ovirtual int fillFloatArray(float destination[], const int length, int * nw, const char * what="")
ovirtual int* getIntArray(int * nw, const char * ="")
ovirtual float* getFloatArray(int * nw, const char * ="")
ovirtual int is_pointer_type() const
ovirtual int convert()
ovirtual int getLength() const
ovirtual int getDebugLength() const
ovirtual int getIdentifier() const
ovirtual int getPadding() const
ovirtual int getStructure() const
ovirtual int getHitFormat() const
ovirtual int getDataLength() const
ovirtual voidfullIdentify (std::ostream& os = std::cout) const (ostream & os = cout) const
ovirtual void dump(std::ostream& os = std::cout)
ovirtual void gdump(const int how = EVT_HEXADECIMAL, std::ostream& os = std::cout) const

Public

o


Documentation

in order to keep the top-level Packet class fully implementation-independent, we put this Packet_A class in, from which all current implementations derive

Direct child classes:
Packet_w4
Packet_w2
Packet_w1

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.