|
The Assimilation Monitoring Project
|
Implements the SeqnoFrame class. More...
#include <frame.h>

Go to the source code of this file.
Data Structures | |
| struct | _SeqnoFrame |
| This is an SeqnoFrame class TLV (type, length, value) frame. More... | |
| typedef struct _SeqnoFrame | SeqnoFrame |
| WINEXPORT SeqnoFrame * | seqnoframe_new (guint16 frametype, int objsize) |
| Construct new SeqnoFrame object. More... | |
| WINEXPORT SeqnoFrame * | seqnoframe_new_init (guint16 frametype, guint64 requestid, guint16 qid) |
| Construct a fully-iniitialized SeqnoFrame object. More... | |
| WINEXPORT Frame * | seqnoframe_tlvconstructor (gconstpointer tlvstart, gconstpointer pktend) |
| Construct Frame (SeqnoFrame) object from marshalled packet data. More... | |
Implements the SeqnoFrame class.
SeqnoFrames are used to provide sequence numbers for reliable FrameSet class transmission. Each SeqnoFrame class consists of four components:
This file is part of the Assimilation Project.
The Assimilation software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the Assimilation Project software. If not, see http://www.gnu.org/licenses/
Definition in file seqnoframe.h.