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