Loading include/SDFRBBlock.h +16 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,22 @@ public: /// Prints the structure of this part of packet virtual string* printStructure(); virtual bool hasFixedPart() { return type->fixedPresent; } virtual bool hasVariablePart() { return type->variablePresent; } /// Return 'the number of rblock types' defined for this rblock. The value is loaded from the config files. virtual word getNumberOfTypes() { return type->numberOfRBlocks; } PartOfPacket fixed; protected: Loading include/SDFRBlock.h +6 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,12 @@ public: /// Prints the structure of this part of packet virtual string* printStructure(); /// return the related RBBlock structure. SDFRBBlock* getBBlock() { return block; } protected: SDFRBBlock* block; Loading Loading
include/SDFRBBlock.h +16 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,22 @@ public: /// Prints the structure of this part of packet virtual string* printStructure(); virtual bool hasFixedPart() { return type->fixedPresent; } virtual bool hasVariablePart() { return type->variablePresent; } /// Return 'the number of rblock types' defined for this rblock. The value is loaded from the config files. virtual word getNumberOfTypes() { return type->numberOfRBlocks; } PartOfPacket fixed; protected: Loading
include/SDFRBlock.h +6 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,12 @@ public: /// Prints the structure of this part of packet virtual string* printStructure(); /// return the related RBBlock structure. SDFRBBlock* getBBlock() { return block; } protected: SDFRBBlock* block; Loading