WSF
MessagePacking.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI//REL TO USA ONLY
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11#ifndef L16_MESSAGEPACKING_HPP
12#define L16_MESSAGEPACKING_HPP
13
14#include "wsf_l16_export.h"
15
17namespace WsfL16
18{
19namespace Messages
20{
21void WSF_L16_EXPORT Pack(char* aBuf, unsigned int aData, int start, int stop);
22
23void WSF_L16_EXPORT Unpack(const char* aBuf, unsigned int& aData, int start, int stop);
24} // namespace Messages
25} // namespace WsfL16
26
27#endif
Definition ComputerPart.hpp:45
void WSF_L16_EXPORT Unpack(const char *aBuf, unsigned int &aData, int start, int stop)
Definition MessagePacking.cpp:95
void WSF_L16_EXPORT Pack(char *aBuf, unsigned int aData, int start, int stop)
Definition MessagePacking.cpp:34
This file should be included prior to defining a message. Currently there is a limit of 32 fields per...
Definition AllMessages.hpp:55
Copyrights Multiple, All Rights Reserved