MAK Data Logger API Documentation for DIS
disSisoDictionary.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include "trafficAnalyzerPlugin.h"
14 #include <omtReader/disDictionary.h>
15 
16 class DtSisoRefExtractor;
17 
19 {
20 public:
22  virtual ~DtDisSisoDictionary();
23 
24  virtual bool loadFromFile(const QString& file, bool showProgress = true);
25 
26  virtual const DtDisEntityTypeEntry* findEntry(const DtEntityMapperKey& entKey) const;
27  virtual DtDisEntityTypeEntry* findEntry(const DtEntityMapperKey& entKey);
28 
29 protected:
30 
32 
33 };
34 

Document ID: Generated on Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)