|
The Assimilation Monitoring Project
|
This is an IntFrame class TLV (type, length, value) frame - representing an integer of some specified length. More...
#include <intframe.h>

Data Fields | |
| Frame | baseclass |
| base Frame class object More... | |
| int(* | intlength )(IntFrame *self) |
| get length of integer this IntFrame supports More... | |
| guint64(* | getint )(IntFrame *self) |
| get value of integer in this IntFrame More... | |
| void(* | setint )(IntFrame *self, guint64 value) |
| set the integer to the given value More... | |
| guint64 | _value |
| network byte order value of this IntFrame More... | |
This is an IntFrame class TLV (type, length, value) frame - representing an integer of some specified length.
It is a subclass of the Frame class. and is manged by our C-Class Management system.
Definition at line 39 of file intframe.h.
| guint64 _IntFrame::_value |
network byte order value of this IntFrame
Definition at line 44 of file intframe.h.
| Frame _IntFrame::baseclass |
base Frame class object
Definition at line 40 of file intframe.h.
Referenced by construct_pcap_frameset(), create_sendexpecthb(), create_setconfig(), intframe_new(), intframe_tlvconstructor(), main(), nanoprobe_report_upstream(), and obey_pingpong().
| guint64(* _IntFrame::getint)(IntFrame *self) |
get value of integer in this IntFrame
Definition at line 42 of file intframe.h.
Referenced by cma.AssimCclasses.pyConfigContext::__getitem__(), intframe_new(), nanoobey_expecthb(), nanoobey_sendhb(), nanoobey_setconfig(), nanoobey_startdiscover(), and obey_pingpong().
| int(* _IntFrame::intlength)(IntFrame *self) |
get length of integer this IntFrame supports
Definition at line 41 of file intframe.h.
Referenced by intframe_new().
| void(* _IntFrame::setint)(IntFrame *self, guint64 value) |
set the integer to the given value
Definition at line 43 of file intframe.h.
Referenced by cma.AssimCclasses.pyIntFrame::__init__(), cma.AssimCclasses.pyConfigContext::__setitem__(), cast_frameset_tests(), construct_pcap_frameset(), create_sendexpecthb(), create_setconfig(), intframe_new(), intframe_tlvconstructor(), main(), nanoprobe_report_upstream(), and obey_pingpong().