36#ifndef PACKER_UWCSMA_CA_H
37#define PACKER_UWCSMA_CA_H
76 size_t packMyHdr(Packet *,
unsigned char *,
size_t);
85 size_t unpackMyHdr(
unsigned char *,
size_t, Packet *);
Class to map a UwCsma-Ca header into a bit stream, and vice-versa.
size_t packMyHdr(Packet *, unsigned char *, size_t)
Method to transform the headers of UwCsma-Ca into a stream of bits.
void printMyHdrFields(Packet *)
Method used for debug purposes.
~packerUwCsmaCa()
Class destructor.
packerUwCsmaCa()
Class constructor.
size_t unpackMyHdr(unsigned char *, size_t, Packet *)
Method responsible to take the informations from the received buffer and store it into the headers of...
void printMyHdrMap()
Method used for debug purposes.
void init()
Init the Packer.
Class exploited by the Uwal module to map an NS-Miracle packet into a bit stream, and vice-versa.
Header of the class responsible to map an NS-Miracle packet into a bit stream, and vice-versa.
Provides the description of CsmaCa Class.