Defines | Variables
ServiceInterface.cpp File Reference
#include "lo/ObjectContainer.h"
#include "lo/ServiceInterface.h"
#include "libxml/xmlwriter.h"
#include "libxml/xmlreader.h"
#include <time.h>
Include dependency graph for ServiceInterface.cpp:

Go to the source code of this file.

Defines

#define MAX_TREE_HEIGHT   150
#define MAXDOUBLESIZE   190
#define MAXINTLONGSIZE   40
#define MAXINTSIZE   20
#define MY_ENCODING   "ISO-8859-1"
#define sprintf_s(_DstBuf, size, _Format, whatever)   sprintf(_DstBuf, _Format, whatever)
#define XML_ATTRIBUTE_NAMEMAPPING   "NameIDMapping"
#define XML_ATTRIBUTE_TIMESTAMP   "TimeStamp"
#define XML_NODE_FILE_REFERENCE   "FileReference"
#define XML_NODE_LO   "LO"
#define XML_NODE_LO_TYPE   "LoType"
#define XML_NODE_LOLIST   "LoList"
#define XML_PROPERTY_NUM   "Num"

Variables

jlo::LocatedObjectLoader s_loadLocatedObjectParent
std::map< unsigned long,
ServiceLocatedObject * > 
s_ServiceLocatedObjectMap
 the list of lo
std::map< std::string,
unsigned long > 
s_ServiceLocatedObjectNameMap

Define Documentation

#define MAX_TREE_HEIGHT   150

Definition at line 42 of file ServiceInterface.cpp.

#define MAXDOUBLESIZE   190

Definition at line 301 of file ServiceInterface.cpp.

#define MAXINTLONGSIZE   40

Definition at line 283 of file ServiceInterface.cpp.

#define MAXINTSIZE   20

Definition at line 292 of file ServiceInterface.cpp.

#define MY_ENCODING   "ISO-8859-1"

Located Object Copyright (C) 2008, U. Klank

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Definition at line 37 of file ServiceInterface.cpp.

#define sprintf_s (   _DstBuf,
  size,
  _Format,
  whatever 
)    sprintf(_DstBuf, _Format, whatever)

Definition at line 51 of file ServiceInterface.cpp.

#define XML_ATTRIBUTE_NAMEMAPPING   "NameIDMapping"

Definition at line 48 of file ServiceInterface.cpp.

#define XML_ATTRIBUTE_TIMESTAMP   "TimeStamp"

Definition at line 40 of file ServiceInterface.cpp.

#define XML_NODE_FILE_REFERENCE   "FileReference"

Definition at line 39 of file ServiceInterface.cpp.

#define XML_NODE_LO   "LO"

Definition at line 47 of file ServiceInterface.cpp.

#define XML_NODE_LO_TYPE   "LoType"

Definition at line 45 of file ServiceInterface.cpp.

#define XML_NODE_LOLIST   "LoList"

Definition at line 46 of file ServiceInterface.cpp.

#define XML_PROPERTY_NUM   "Num"

Definition at line 44 of file ServiceInterface.cpp.


Variable Documentation

Definition at line 483 of file ServiceInterface.cpp.

the list of lo

Definition at line 488 of file ServiceInterface.cpp.

std::map<std::string, unsigned long> s_ServiceLocatedObjectNameMap

Definition at line 489 of file ServiceInterface.cpp.



lo
Author(s): U. Klank
autogenerated on Mon Oct 6 2014 10:44:15