|
EMANE
1.2.1
|
#include "otamanager.h"#include "otauser.h"#include "logservice.h"#include "controlmessageserializer.h"#include "otaexception.h"#include "eventservice.h"#include "otaheader.pb.h"#include "event.pb.h"#include "socketexception.h"#include "emane/net.h"#include "emane/utils/threadutils.h"#include "emane/controls/otatransmittercontrolmessage.h"#include "emane/controls/serializedcontrolmessage.h"#include <sstream>#include <algorithm>#include <uuid.h>Go to the source code of this file.
Variables | |
| std::uint8_t | u8More_ |
| std::uint32_t | u32Offset_ |
| std::uint32_t | u32Size_ |
| std::uint32_t u32Offset_ |
Offset of payload
Definition at line 718 of file otamanager.cc.
| std::uint32_t u32Size_ |
Part size
Definition at line 719 of file otamanager.cc.
| std::uint8_t u8More_ |
More parts to follow
Definition at line 717 of file otamanager.cc.