MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrDisCallsignRecord.h
Go to the documentation of this file.
1 #pragma once
2 #if DtDIS
3 #include <vl/callsignRecord.h>
4 
7 namespace MAKLogger
8 {
10  {
11  public:
15  virtual ~DtLgrDisCallsignRecord();
16 
17  DtLgrDisCallsignRecord(void* netBuffer, unsigned int size);
18 
21  virtual void setFromNet(const void* netRecord, unsigned int length, DtStandardVariableRetCode* retCode = NULL);
22 
24  static DtStandardVariableRecord* create(void* addr, unsigned int length);
25  };
26 }
27 #endif //DtDIS
virtual void setFromNet(const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL)
Sets the record from Network Representation from the given location.
Definition: lgrDisCallsignRecord.h:9
static DtStandardVariableRecord * create(void *addr, unsigned int length)
create function for registering with DtStandardVariableRecordFactory
virtual ~DtLgrDisCallsignRecord()
Destructor.

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)