|
The Assimilation Monitoring Project
|
Implements the IntFrame class - integers in a frame. More...


Go to the source code of this file.
Data Structures | |
| struct | _IntFrame |
| This is an IntFrame class TLV (type, length, value) frame - representing an integer of some specified length. More... | |
| typedef struct _IntFrame | IntFrame |
| WINEXPORT IntFrame * | intframe_new (guint16 frametype, int intlength) |
| Construct new IntFrame object. More... | |
| WINEXPORT Frame * | intframe_tlvconstructor (gconstpointer tlvstart, gconstpointer pktend) |
| Given marshalled data corresponding to an IntFrame (integer frame), return that corresponding Frame In other words, un-marshall the data... More... | |
Implements the IntFrame class - integers in a frame.
We support 1, 2, 3, 4, and 8 byte integers.
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 intframe.h.