11#ifndef L16_MESSAGEPACKING_HPP
12#define L16_MESSAGEPACKING_HPP
14#include "wsf_l16_export.h"
21void WSF_L16_EXPORT
Pack(
char* aBuf,
unsigned int aData,
int start,
int stop);
23void WSF_L16_EXPORT
Unpack(
const char* aBuf,
unsigned int& aData,
int start,
int stop);
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