class Packet_w1: public Packet_A

Based on the packet_A definition, we build the other classes of packets, which are the base classes of packets with wordsizes 1, 2, and 4.

Inheritance:


Inherited from Packet_A:


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

Based on the packet_A definition, we build the other classes of packets, which are the base classes of packets with wordsizes 1, 2, and 4.

Note that this class can be instantiated and will be used if we encounter a packet with an as yet unknown decoding method, or if we want to customize the decoding step. It can still handle all the operations such as return raw data or envelope information, but none of those which require the data to be decoded.


Direct child classes:
Packet_idcstr

Alphabetic index HTML hierarchy of classes or Java



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