Public Member Functions | |
| UWBIRMacPkt (const char *name=NULL, int kind=0) | |
| UWBIRMacPkt (const UWBIRMacPkt &other) | |
| UWBIRMacPkt & | operator= (const UWBIRMacPkt &other) |
| virtual UWBIRMacPkt * | dup () const |
| virtual void | setBitValuesArraySize (unsigned int size) |
| virtual unsigned int | getBitValuesArraySize () const |
| virtual bool | getBitValues (unsigned int k) const |
| virtual void | setBitValues (unsigned int k, bool bitValues_var) |
| virtual void | pushBitvalue (bool bitValue) |
| virtual bool | popBitValue () |
| virtual bool | isEmpty () |
Public Attributes | |
| list< bool > | bitValues |
Definition at line 10 of file UWBIRMacPkt.h.
1.7.1