blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 2
247
| content_id
stringlengths 40
40
| detected_licenses
listlengths 0
57
| license_type
stringclasses 2
values | repo_name
stringlengths 4
111
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringlengths 4
58
| visit_date
timestamp[ns]date 2015-07-25 18:16:41
2023-09-06 10:45:08
| revision_date
timestamp[ns]date 1970-01-14 14:03:36
2023-09-06 06:22:19
| committer_date
timestamp[ns]date 1970-01-14 14:03:36
2023-09-06 06:22:19
| github_id
int64 3.89k
689M
⌀ | star_events_count
int64 0
209k
| fork_events_count
int64 0
110k
| gha_license_id
stringclasses 25
values | gha_event_created_at
timestamp[ns]date 2012-06-07 00:51:45
2023-09-14 21:58:52
⌀ | gha_created_at
timestamp[ns]date 2008-03-27 23:40:48
2023-08-24 19:49:39
⌀ | gha_language
stringclasses 159
values | src_encoding
stringclasses 34
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 2
classes | length_bytes
int64 7
10.5M
| extension
stringclasses 111
values | filename
stringlengths 1
195
| text
stringlengths 7
10.5M
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5445f99ecc25ab3d189d353ae6953b96197a52a0
|
028d6009f3beceba80316daa84b628496a210f8d
|
/uidesigner/com.nokia.sdt.referenceprojects.test/data2/UIQ_MultiPage_3_0/reference/src/UIQ_MultiPage_3_0MultiPageView.cpp
|
2a0ae29a7769571c049af5f73ffbd6f5ce122d1c
|
[] |
no_license
|
JamesLinus/oss.FCL.sftools.dev.ide.carbidecpp
|
fa50cafa69d3e317abf0db0f4e3e557150fd88b3
|
4420f338bc4e522c563f8899d81201857236a66a
|
refs/heads/master
| 2020-12-30T16:45:28.474973
| 2010-10-20T16:19:31
| 2010-10-20T16:19:31
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 19,032
|
cpp
|
UIQ_MultiPage_3_0MultiPageView.cpp
|
// [[[ begin generated region: do not modify [Generated System Includes]
#include <QikCommand.h>
#include <UIQ_MultiPage_3_0.rsg>
#include <eikenv.h>
#include <uikon.hrh>
#include <eikcmbut.h>
#include <eikbutb.h>
#include <guldef.h>
#include <gulbordr.h>
#include <eikchlst.h>
#include <QikColorSelector.h>
#include <eikcmbox.h>
#include <eikimage.h>
#include <gulalign.h>
#include <barsread.h>
#include <eiklabel.h>
#include <eikchkbx.h>
#include <QikListBox.h>
#include <eikprogi.h>
#include <QikVertOptionButtonList.h>
#include <QikDateEditor.h>
#include <QikFloatingPointEditor.h>
#include <QikNumberEditor.h>
#include <eikedwin.h>
#include <txtrich.h>
#include <eikrted.h>
#include <eikgted.h>
#include <QikTimeEditor.h>
// ]]] end generated region [Generated System Includes]
// [[[ begin generated region: do not modify [Generated User Includes]
#include "UIQ_MultiPage_3_0MultiPageView.h"
#include "UIQ_MultiPage_3_0AppUi.h"
#include "UIQ_MultiPage_3_0ApplicationExternalInterface.h"
#include "UIQ_MultiPage_3_0MultiPageView.hrh"
// ]]] end generated region [Generated User Includes]
// [[[ begin generated region: do not modify [Generated Constants]
// ]]] end generated region [Generated Constants]
/**
* Constructor for the view.
* Passes the application UI reference to the construction of the super class.
*
* KNullViewId should normally be passed as parent view for the applications
* default view. The parent view is the logical view that is normally activated
* when a go back command is issued. KNullViewId will activate the system
* default view.
*
* @param aAppUi Reference to the application UI
* @param aParentViewId UID of the parent view
*/
CUIQ_MultiPage_3_0MultiPageView::CUIQ_MultiPage_3_0MultiPageView(
CQikAppUi& aAppUi,
const TVwsViewId aParentViewId )
: CUIQ_MultiPage_3_0MultiPageViewBase(aAppUi, aParentViewId)
{
}
/**
* Destructor for the view
*/
CUIQ_MultiPage_3_0MultiPageView::~CUIQ_MultiPage_3_0MultiPageView()
{
iControlEventDispatch.Reset();
iCommandEventDispatch.Reset();
// [[[ begin generated region: do not modify [Generated Contents]
iBitmapButton1 = NULL;
iChoiceList1 = NULL;
iColorSelector1 = NULL;
iComboBox1 = NULL;
iCommandButton1 = NULL;
iImage1 = NULL;
iLabel1 = NULL;
iLabeledCheckBox1 = NULL;
iListBoxEventDispatch.Reset();
iListBox1 = NULL;
iProgressInfo1 = NULL;
iTextButton1 = NULL;
iVertOptionButtonList1 = NULL;
iDateEditor1 = NULL;
iFloatingPointEditor1 = NULL;
iNumberEditor1 = NULL;
iPlainTextEditor1 = NULL;
iRichTextEditor1 = NULL;
iTimeEditor1 = NULL;
iColorSelector2 = NULL;
iLabel2 = NULL;
iImage2 = NULL;
iNumberEditor2 = NULL;
iFloatingPointEditor2 = NULL;
// ]]] end generated region [Generated Contents]
}
/**
* Creates and constructs the view.
*
* @param aAppUi Reference to the AppUi
* @param aParentViewId UID of the parent view
* @return Pointer to a CUIQ_MultiPage_3_0MultiPageView object
*/
CUIQ_MultiPage_3_0MultiPageView* CUIQ_MultiPage_3_0MultiPageView::NewLC(
CQikAppUi& aAppUi,
const TVwsViewId aParentViewId )
{
CUIQ_MultiPage_3_0MultiPageView* self = new (ELeave) CUIQ_MultiPage_3_0MultiPageView(
aAppUi,
aParentViewId);
CleanupStack::PushL(self);
self->ConstructL();
return self;
}
/**
* 2nd stage construction of the view.
*/
void CUIQ_MultiPage_3_0MultiPageView::ConstructL()
{
// Calls ConstructL that initialises the standard values.
// This should always be called in the concrete view implementations.
BaseConstructL();
}
/**
* Inherited from CUIQ_MultiPage_3_0MultiPageViewBase and called upon by the UI Framework.
* It creates the view from resource.
*/
void CUIQ_MultiPage_3_0MultiPageView::ViewConstructL()
{
// [[[ begin generated region: do not modify [Pre-ViewConstructFromResourceL]
// ]]] end generated region [Pre-ViewConstructFromResourceL]
// [[[ begin generated region: do not modify [Generated Contents]
// Loads information about the UI configurations this view supports
// together with definition of each view.
ViewConstructFromResourceL(R_UIQ_MULTI_PAGE_3_0_MULTI_PAGE_VIEW_UIQ_MULTI_PAGE_3_0_MULTI_PAGE_VIEW,
R_UIQ_MULTI_PAGE_3_0_MULTI_PAGE_VIEW_CONTROL_COLLECTION);
InitializeControlsL();
// ]]] end generated region [Generated Contents]
}
/**
* Returns the view Id
*
* @return Returns UID of the view
*/
TVwsViewId CUIQ_MultiPage_3_0MultiPageView::ViewId() const
{
return TVwsViewId(KUidUIQ_MultiPage_3_0App, KUidUIQ_MultiPage_3_0MultiPageView);
}
/**
* Handles all commands in the view.
* Called by the UI framework when a command has been issued.
* The command Ids are defined in the .hrh file.
*
* @param aCommand The command to be executed
* @see CUIQ_MultiPage_3_0MultiPageViewBase::HandleCommandL
*/
void CUIQ_MultiPage_3_0MultiPageView::HandleCommandL( CQikCommand& aCommand )
{
// [[[ begin generated region: do not modify [Generated Contents]
for (int i = 0; i < iCommandEventDispatch.Count(); i++)
{
const TCommandEventDispatch& currEntry = iCommandEventDispatch[i];
if ( currEntry.id == aCommand.Id() )
{
( this->*currEntry.handler )( aCommand );
break;
}
}
CUIQ_MultiPage_3_0MultiPageViewBase::HandleCommandL(aCommand);
// ]]] end generated region [Generated Contents]
}
/**
* Handles an event from an observed control.
*
* @param aControl The control that sent the event.
* @param aEventType The event type.
*/
void CUIQ_MultiPage_3_0MultiPageView::HandleControlEventL(
CCoeControl* aControl,
TCoeEvent aEventType )
{
CUIQ_MultiPage_3_0MultiPageViewBase::HandleControlEventL( aControl, aEventType );
// [[[ begin generated region: do not modify [Generated Contents]
// ]]] end generated region [Generated Contents]
for (int i = 0; i < iControlEventDispatch.Count(); i++)
{
const TControlEventDispatch& currEntry = iControlEventDispatch[i];
if ( currEntry.src == aControl && currEntry.event == aEventType )
{
( this->*currEntry.handler )( aControl, aEventType );
break;
}
}
}
/**
* Initialize each control upon creation.
*/
void CUIQ_MultiPage_3_0MultiPageView::InitializeControlsL()
{
// [[[ begin generated region: do not modify [Generated Contents]
iControlEventDispatch.Reset();
iCommandEventDispatch.Reset();
// [[[ begin [Recover Control From Control Collection]
iBitmapButton1 = LocateControlByUniqueHandle<CEikBitmapButton>( EUIQ_MultiPage_3_0MultiPageViewControl );
if ( iBitmapButton1 != NULL )
{
iBitmapButton1->SetObserver( this );
}
iChoiceList1 = LocateControlByUniqueHandle<CEikChoiceList>( EUIQ_MultiPage_3_0MultiPageViewControl2 );
if ( iChoiceList1 != NULL )
{
iChoiceList1->SetObserver( this );
}
iColorSelector1 = LocateControlByUniqueHandle<CQikColorSelector>( EUIQ_MultiPage_3_0MultiPageViewControl3 );
if ( iColorSelector1 != NULL )
{
iColorSelector1->SetObserver( this );
}
iComboBox1 = LocateControlByUniqueHandle<CEikComboBox>( EUIQ_MultiPage_3_0MultiPageViewControl4 );
if ( iComboBox1 != NULL )
{
iComboBox1->SetObserver( this );
}
iCommandButton1 = LocateControlByUniqueHandle<CEikCommandButton>( EUIQ_MultiPage_3_0MultiPageViewControl5 );
if ( iCommandButton1 != NULL )
{
iCommandButton1->SetObserver( this );
}
iImage1 = LocateControlByUniqueHandle<CEikImage>( EUIQ_MultiPage_3_0MultiPageViewControl6 );
if ( iImage1 != NULL )
{
iImage1->SetObserver( this );
}
iLabel1 = LocateControlByUniqueHandle<CEikLabel>( EUIQ_MultiPage_3_0MultiPageViewControl7 );
if ( iLabel1 != NULL )
{
iLabel1->SetObserver( this );
}
iLabeledCheckBox1 = LocateControlByUniqueHandle<CEikLabeledCheckBox>( EUIQ_MultiPage_3_0MultiPageViewControl8 );
if ( iLabeledCheckBox1 != NULL )
{
iLabeledCheckBox1->SetObserver( this );
}
iListBoxEventDispatch.Reset();
iListBox1 = LocateControlByUniqueHandle<CQikListBox>( EUIQ_MultiPage_3_0MultiPageViewControl9 );
if ( iListBox1 != NULL )
{
iListBox1->SetObserver( this );
}
iProgressInfo1 = LocateControlByUniqueHandle<CEikProgressInfo>( EUIQ_MultiPage_3_0MultiPageViewControl10 );
if ( iProgressInfo1 != NULL )
{
iProgressInfo1->SetObserver( this );
}
iProgressInfo1 -> SetAndDraw( 0 );
iTextButton1 = LocateControlByUniqueHandle<CEikTextButton>( EUIQ_MultiPage_3_0MultiPageViewControl11 );
if ( iTextButton1 != NULL )
{
iTextButton1->SetObserver( this );
}
iVertOptionButtonList1 = LocateControlByUniqueHandle<CQikVertOptionButtonList>( EUIQ_MultiPage_3_0MultiPageViewControl12 );
if ( iVertOptionButtonList1 != NULL )
{
iVertOptionButtonList1->SetObserver( this );
}
iDateEditor1 = LocateControlByUniqueHandle<CQikDateEditor>( EUIQ_MultiPage_3_0MultiPageViewControl13 );
if ( iDateEditor1 != NULL )
{
iDateEditor1->SetObserver( this );
}
iFloatingPointEditor1 = LocateControlByUniqueHandle<CQikFloatingPointEditor>( EUIQ_MultiPage_3_0MultiPageViewControl14 );
if ( iFloatingPointEditor1 != NULL )
{
iFloatingPointEditor1->SetObserver( this );
}
iNumberEditor1 = LocateControlByUniqueHandle<CQikNumberEditor>( EUIQ_MultiPage_3_0MultiPageViewControl15 );
if ( iNumberEditor1 != NULL )
{
iNumberEditor1->SetObserver( this );
}
iPlainTextEditor1 = LocateControlByUniqueHandle<CEikEdwin>( EUIQ_MultiPage_3_0MultiPageViewControl16 );
if ( iPlainTextEditor1 != NULL )
{
iPlainTextEditor1->SetObserver( this );
}
iRichTextEditor1 = LocateControlByUniqueHandle<CEikRichTextEditor>( EUIQ_MultiPage_3_0MultiPageViewControl17 );
if ( iRichTextEditor1 != NULL )
{
iRichTextEditor1->SetObserver( this );
}
iTimeEditor1 = LocateControlByUniqueHandle<CQikTimeEditor>( EUIQ_MultiPage_3_0MultiPageViewControl18 );
if ( iTimeEditor1 != NULL )
{
iTimeEditor1->SetObserver( this );
}
iColorSelector2 = LocateControlByUniqueHandle<CQikColorSelector>( EUIQ_MultiPage_3_0MultiPageViewControl19 );
if ( iColorSelector2 != NULL )
{
iColorSelector2->SetObserver( this );
}
iLabel2 = LocateControlByUniqueHandle<CEikLabel>( EUIQ_MultiPage_3_0MultiPageViewControl20 );
if ( iLabel2 != NULL )
{
iLabel2->SetObserver( this );
}
iImage2 = LocateControlByUniqueHandle<CEikImage>( EUIQ_MultiPage_3_0MultiPageViewControl21 );
if ( iImage2 != NULL )
{
iImage2->SetObserver( this );
}
iNumberEditor2 = LocateControlByUniqueHandle<CQikNumberEditor>( EUIQ_MultiPage_3_0MultiPageViewControl22 );
if ( iNumberEditor2 != NULL )
{
iNumberEditor2->SetObserver( this );
}
iFloatingPointEditor2 = LocateControlByUniqueHandle<CQikFloatingPointEditor>( EUIQ_MultiPage_3_0MultiPageViewControl23 );
if ( iFloatingPointEditor2 != NULL )
{
iFloatingPointEditor2->SetObserver( this );
}
// ]]] end [Recover Control From Control Collection]
// [[[ begin [Control setup]
if ( iComboBox1 != NULL ) {
HBufC* activeText = iEikonEnv->AllocReadResourceLC( R_UIQ_MULTI_PAGE_3_0_MULTI_PAGE_VIEW_COMBO_BOX1 );
iComboBox1->SetTextL( activeText );
CleanupStack::PopAndDestroy( activeText );
}
if ( iListBox1 != NULL )
{
iListBox1->SetListBoxObserver( this );
}
if ( iDateEditor1 != NULL )
{
iDateEditor1->SetTimeL( TTime( TDateTime( 2000, EJanuary, 0, 0, 0, 0, 0 ) ) );
}
if ( iFloatingPointEditor1 != NULL )
{
iFloatingPointEditor1->SetValueL( 0 );
}
if ( iNumberEditor1 != NULL )
{
iNumberEditor1->SetValueL( 0 );
}
if ( iPlainTextEditor1 != NULL ) {
HBufC* text = iEikonEnv->AllocReadResourceLC( R_UIQ_MULTI_PAGE_3_0_MULTI_PAGE_VIEW_PLAIN_TEXT_EDITOR1 );
iPlainTextEditor1->SetTextL( text );
CleanupStack::PopAndDestroy( text );
}
if ( iPlainTextEditor1 != NULL )
{
iPlainTextEditor1->SetEdwinObserver( this );
}
if ( iRichTextEditor1 != NULL )
{
HBufC* text = iEikonEnv->AllocReadResourceLC( R_UIQ_MULTI_PAGE_3_0_MULTI_PAGE_VIEW_RICH_TEXT_EDITOR1 );
iRichTextEditor1->SetTextL( text );
CleanupStack::PopAndDestroy( text );
}
if ( iRichTextEditor1 != NULL )
{
iRichTextEditor1->SetEdwinObserver( this );
}
if ( iTimeEditor1 != NULL )
{
iTimeEditor1->SetTimeL( TTime( TDateTime( 0, EJanuary, 0, 0, 0, 0, 0 ) ) );
}
if ( iNumberEditor2 != NULL )
{
iNumberEditor2->SetValueL( 0 );
}
if ( iFloatingPointEditor2 != NULL )
{
iFloatingPointEditor2->SetValueL( 0 );
}
// ]]] end [Control setup]
// ]]] end generated region [Generated Contents]
}
/**
* Helper function to register MCoeControlObserver event handlers
*
* @param aControl The control that sent the event
* @param aEvent The event
* @param aHandler The Handler
*/
void CUIQ_MultiPage_3_0MultiPageView::AddControlEventHandlerL(
CCoeControl* aControl,
TCoeEvent aEvent,
ControlEventHandler aHandler )
{
// [[[ begin generated region: do not modify [Generated Contents]
TControlEventDispatch entry;
entry.src = aControl;
entry.event = aEvent;
entry.handler = aHandler;
iControlEventDispatch.AppendL( entry );
// ]]] end generated region [Generated Contents]
}
/**
* Helper function to register command event handlers
*
* @param aId Command ID
* @param aHandler The Handler
*/
void CUIQ_MultiPage_3_0MultiPageView::AddCommandEventHandlerL(
TInt aId,
CommandEventHandler aHandler )
{
// [[[ begin generated region: do not modify [Generated Contents]
TCommandEventDispatch entry;
entry.id = aId;
entry.handler = aHandler;
iCommandEventDispatch.AppendL( entry );
// ]]] end generated region [Generated Contents]
}
/**
* Handles list box events.
*
* This function is invoked by CQikListBox to
* notify the observer of list box events.
*
* @param aListBox The originating list box.
* @param aEventType A code for the event. Further information may be obtained by accessing the list box itself.
* @param aItemIndex The item index, if applicable, else EQikListBoxParamNotApplicable.
* @param aSlotId The item slot id the event was generated in, if applicable, else EQikListBoxParamNotApplicable.
*/
void CUIQ_MultiPage_3_0MultiPageView::HandleListBoxEventL(
CQikListBox* aListBox,
TQikListBoxEvent aEventType,
TInt aItemIndex,
TInt aSlotId )
{
// [[[ begin generated region: do not modify [Generated Contents]
for ( int i = 0; i < iListBoxEventDispatch.Count(); i++)
{
const TListBoxEventDispatch& currEntry = iListBoxEventDispatch[i];
if ( currEntry.iListBox == aListBox && currEntry.iEventType == aEventType )
{
( this->*currEntry.iHandler )( aListBox, aEventType, aItemIndex, aSlotId );
break;
}
}
// ]]] end generated region [Generated Contents]
}
// [[[ begin generated function: do not modify
/**
* Helper function to register MQikListBoxObserver event handlers
*/
void CUIQ_MultiPage_3_0MultiPageView::AddListBoxEventHandlerL(
CQikListBox* aListBox,
TQikListBoxEvent aEventType,
ListBoxEventHandler aHandler )
{
// [[[ begin [Generated Contents]
TListBoxEventDispatch entry;
entry.iListBox = aListBox;
entry.iEventType = aEventType;
entry.iHandler = aHandler;
iListBoxEventDispatch.AppendL( entry );
// ]]] end [Generated Contents]
}
// ]]] end generated function
// [[[ begin generated function: do not modify
/**
* This function add an item to the list box referenced by aListBoxUniqueHandle.
*
* @param aListBoxUniqueHandle The unique handle of the listbox the item will be added to.
* @param aDataType The type of data created, can't be changed later on.
* @param aListBoxDataItem Defines the listbox item to add.
*/
void CUIQ_MultiPage_3_0MultiPageView::AddListBoxItemL(
TInt aListBoxUniqueHandle,
MQikListBoxModel::MQikListBoxModelDataType aDataType,
TListBoxDataItem aListBoxDataItem )
{
// [[[ begin [Generated Contents]
CQikListBox* listbox = LocateControlByUniqueHandle < CQikListBox > ( aListBoxUniqueHandle );
if ( listbox != NULL )
{
MQikListBoxModel& model( listbox->Model() );
model.ModelBeginUpdateLC();
MQikListBoxData* data = model.NewDataLC( aDataType );
aListBoxDataItem.AddListBoxItemInfo( data );
CleanupStack::PopAndDestroy( data );
model.ModelEndUpdateL();
}
// ]]] end [Generated Contents]
}
// ]]] end generated function
// [[[ begin generated function: do not modify
/**
* This functions deletes a set of items from a list box.
*
* @param aListBoxUniqueHandle The unique handle of the listbox items will be removed from.
* @param aItemIndexes Indexes of the items to be deleted.
*/
void CUIQ_MultiPage_3_0MultiPageView::RemoveListBoxItemsL(
TInt aListBoxUniqueHandle,
RArray<TInt>& aItemIndexes )
{
// [[[ begin [Generated Contents]
CQikListBox* listbox = LocateControlByUniqueHandle < CQikListBox > ( aListBoxUniqueHandle );
if ( listbox != NULL )
{
MQikListBoxModel& model( listbox->Model() );
model.ModelBeginUpdateLC();
//Remember to remove the data from the end and forward, to ensure that the indexes are correct
aItemIndexes.Sort();
for (TInt i = aItemIndexes.Count() - 1; i >= 0; i--)
{
model.RemoveDataL(aItemIndexes[i]);
}
model.ModelEndUpdateL();
}
// ]]] end [Generated Contents]
}
// ]]] end generated function
/**
* Helper function to register MEikEdwinObserver event handlers
*/
void CUIQ_MultiPage_3_0MultiPageView::AddEdwinEventHandlerL(
CEikEdwin* aEdwin,
TEdwinEvent aEvent,
EdwinEventHandler aHandler )
{
// [[[ begin generated region: do not modify [Generated Contents]
TEdwinEventDispatch entry;
entry.src = aEdwin;
entry.event = aEvent;
entry.handler = aHandler;
iEdwinEventDispatch.AppendL( entry );
// ]]] end generated region [Generated Contents]
}
/**
* Override of the HandleEdwinEventL virtual function
*
* @param aEdwin The Edwin control that sent the event.
* @param aEventType The event type.
*/
void CUIQ_MultiPage_3_0MultiPageView::HandleEdwinEventL(
CEikEdwin* aEdwin,
TEdwinEvent aEventType )
{
// [[[ begin generated region: do not modify [Generated Contents]
for (int i = 0; i < iEdwinEventDispatch.Count(); i++)
{
const TEdwinEventDispatch& currEntry = iEdwinEventDispatch[i];
if ( currEntry.src == aEdwin && currEntry.event == aEventType )
{
( this->*currEntry.handler )( aEdwin, aEventType );
break;
}
}
// ]]] end generated region [Generated Contents]
}
|
d00529455256d8e4b9b38af5f053830b82bf1466
|
439e969aeb8376ae9446c13b672df62d99695da7
|
/Program/SnowDrop/Classes/Data/Animation/Animation.h
|
4b817876966fff1910fca25985a10806abb802e0
|
[] |
no_license
|
KitchenKnife/SDP
|
86c55c35f86c4875cf09c233df4d84299d2f8b56
|
9d4e4559feec1ab79d6f5e4207d3aa0e643a648d
|
refs/heads/master
| 2021-01-12T09:07:13.914330
| 2016-12-19T16:30:43
| 2016-12-19T16:30:43
| 76,766,191
| 0
| 0
| null | null | null | null |
SHIFT_JIS
|
C++
| false
| false
| 7,589
|
h
|
Animation.h
|
/*
* Animation.h
*
* 2016/11/07 Osumi
*
*/
#pragma once
//========================
// 追加のインクルードはここから
//========================
#include"cocos2d.h"
#include"Constants.h"
//=====================================
// チップデータクラス
// 画像の1部分の位置とサイズのデータ
//=====================================
typedef cocos2d::Rect CChip;
//=====================================
// アニメーションクラス
// このクラスにはチップの情報は存在しない
// アニメーション間隔と枚数をもとに
// 現在のフレーム数を計算するだけのクラス
//=====================================
class CAnimation {
protected:
//カウンター
int m_counter = 0;
//切り替え間隔(パラパラ漫画の速度になる)
int m_interval = 0;
//アニメーション枚数
int m_number = 0;
//現在のフレーム
int m_currentFrame = 0;
//ループするかどうかのフラグ
//true...ループする
bool m_isLoop = false;
//アニメーションが終了したかどうかのフラグ
//true...終了した
bool m_isEnd = false;
public:
//アニメーション枚数の取得
int getInterval() {
return this->m_interval;
}
//アニメーション枚数の取得
int getNumber() {
return this->m_number;
}
//アニメーション時間の取得( アニメーション枚数 * アニメーション枚数 )
int getAnimationTime() {
return this->m_number*this->m_interval;
}
CAnimation(int interval, int number, bool isLoop = false) :
m_interval(interval), m_number(number), m_isLoop(isLoop) {}
virtual ~CAnimation() {}
//現在のフレームの取得
int getCurrentFrame() { return this->m_currentFrame; }
//アニメーションが終了したかどうか
bool isEnd() { return this->m_isEnd; }
/**
* @desc カウンターや現在のフレーム数のクリア
*/
void clear() {
this->m_counter = 0;
this->m_currentFrame = 0;
this->m_isEnd = false;
}
/**
* @desc アニメーションの更新処理
* @return 表示するフレーム数(-1初期化がまだ行われていない)
*/
virtual int update() {
//アニメーションが終了していなければカウンターの更新を行う
if (this->m_isEnd ==false) {
this->m_counter++;
//カウンターの数がアニメーションさせる枚数以上になったらカウンターをリセットする
if (this->m_counter >= this->m_interval*this->m_number) {
//ループするなら
if (this->m_isLoop == true) {
//カウンターをリセット
this->m_counter = 0;
}
else {
//アニメーションが終了したかどうかのフラグに対してtrueを入れる
this->m_isEnd = true;
//ループしないアニメーションに対しては飛び出たカウンターをデクリメントする
this->m_counter --;
}
}
}
//表示するフレーム数
m_currentFrame = this->m_counter / this->m_interval;
return m_currentFrame;
}
/**
* @desc チップデータの追加
* @param チップデータ
*/
virtual void addChipData(CChip* ) = 0;
/**
* @desc 現在フレームのチップを取得する
* @return 現在のフレームチップ
*/
virtual CChip getCurrentChip() = 0;
};
//========================================================================
// チップアニメーションクラス
// アニメーションする画像が横に並んでる場合のみに限る
// アニメーションクラスを元に現在のフレームから切り取るべき画像を取得
//========================================================================
class CChipAnimation : public CAnimation {
protected:
//参照するチップデータ
CChip* m_pChip = NULL;
public:
CChipAnimation(int interval, int number, bool isLoop = false) :
CAnimation(interval, number, isLoop) {}
virtual ~CChipAnimation() {}
/**
* @desc チップデータの追加
* @param チップデータ
*/
void addChipData(CChip* pChip) override{
this->m_pChip = pChip;
}
/**
* @desc 現在フレームのチップを取得する
* @return 現在のフレームチップ
*/
virtual CChip getCurrentChip() override {
CChip chip
(
m_pChip->size.width*m_currentFrame,
m_pChip->origin.y,
m_pChip->size.width,
m_pChip->size.height
);
return chip;
}
};
//========================================================================
// チップノットアニメーションクラス
// チップクラスをアニメーションクラスに統合したので
// アニメーション無しの1枚絵の画像の表示を行うためのキャラクターを
// 生成することが困難になる。
// もちろんCChipAnimation内部でif文を使ったり
// 1枚絵を使用するクラスのみチップデータクラスを持たせたりでもよいのだが
// 今回は状態によってが画像を複数扱ったりしているので
// CAnimationの派生クラスとして存在した邦画扱いやすい
// なのでアニメーションしないアニメーションクラスを1つ用意しておく方が
// スマートで開発しやすくなる。
//========================================================================
class CChipNotAnimation :public CChipAnimation {
public:
CChipNotAnimation():CChipAnimation(0,0,false){}
~CChipNotAnimation(){}
/**
* @desc 更新処理は行わず返す値は必ず1になる
*/
int update()override { return 1; }
/**
* @desc 現在フレームのチップを取得する
* @return 現在のフレームチップ
*/
virtual CChip getCurrentChip() override {
return (*this->m_pChip);
}
};
//========================================================================
// チップリストアニメーションクラス
// 画像がある程度バラバラに並んでいても対応可能だが
// チップデータのサイズは統一されなければならない
// チップデータのサイズが統一されない場合はそれに応じた中心位置を
// 計算しなければならないということを考慮すること
// アニメーションクラスを元に現在のフレームのチップデータをリストから取得
//========================================================================
class CChipListAnimation : public CAnimation {
protected:
//アニメーションさせるチップデータのリスト
std::vector<CChip*>m_chipList;
public:
CChipListAnimation(int interval, bool isLoop = false) :CAnimation(interval, 0, isLoop) {}
~CChipListAnimation() {
//チップの解放
std::vector<CChip*>::iterator itr = this->m_chipList.begin();
while (itr != this->m_chipList.end()) {
itr++;
}
}
/**
* @desc チップデータの追加
* @param チップデータ
*/
void addChipData(CChip* pChip) override {
//チップデータを追加する
this->m_chipList.push_back(pChip);
//チップデータも更新したらアニメーションの最大数も更新する
this->m_number = this->m_chipList.size();
}
/**
* @desc 現在フレームのチップを取得する
* @return 現在のフレームチップ
*/
virtual CChip getCurrentChip() override {
//添字演算子で取得したデータ自体がCChip*なのでその中身を返す。
return *(this->m_chipList[this->m_currentFrame]);
}
};
|
6da91fc100a7fec964c38a44e6bf8d3761637a90
|
176c793689a660f81f59856b38344f61d2aa0a8c
|
/Hephaestus/Util.cpp
|
e235e3270963c30ca049dc15b4d277a549558957
|
[] |
no_license
|
alexpardes/hephaestus
|
5ca35f730761521f172d7c7c9dfa94c174d8b639
|
44ee2e9c778320ce01f135c2487704dc255e99e6
|
refs/heads/master
| 2020-04-28T19:43:19.579939
| 2015-01-05T17:19:19
| 2015-01-05T17:19:19
| 15,566,697
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 6,565
|
cpp
|
Util.cpp
|
#include "stdafx.h"
#include "Util.h"
const Vector2i Util::kLeft = Vector2i(-1, 0);
const Vector2i Util::kUp = Vector2i(0, -1);
const Vector2i Util::kRight = Vector2i(1, 0);
const Vector2i Util::kDown = Vector2i(0, 1);
Vector2f Util::MakeUnitVector(float angle) {
return Vector2f(std::cosf(angle), std::sinf(angle));
}
size_t Util::HashStart() {
return 2166136261;
}
void Util::Limit(Vector2f &v, float length) {
if (Length(v) > length) {
Resize(v, length);
}
}
Vector2f Util::Limited(const Vector2f &v, float length) {
auto result = v;
Limit(result, length);
return result;
}
float Util::Limit(float v, float length) {
if (std::abs(v) > length)
return Util::Sign(v) * length;
return v;
}
float Util::Angle(float angle, float origin) {
while (angle < origin) {
angle += 2*M_PI;
}
while (angle >= origin + 2*M_PI) {
angle -= 2*M_PI;
}
return angle;
}
float Util::Degrees(float radians) {
return radians * 180.f / M_PI;
}
float Util::Radians(float degrees) {
return degrees * M_PI / 180.f;
}
float Util::Distance2(const Vector2f &point1, const Vector2f &point2) {
return Length2(point1 - point2);
}
float Util::Distance(const Vector2f &point1, const Vector2f &point2) {
return Length(point1 - point2);
}
// Returns the square of the length of the vector.
float Util::Length2(const Vector2f &vector) {
return vector.x * vector.x + vector.y * vector.y;
}
float Util::Length(const Vector2f &vector) {
return std::sqrtf(vector.x * vector.x + vector.y * vector.y);
}
float Util::Cross(const Vector2f &vector1, const Vector2f &vector2) {
return vector1.x * vector2.y - vector1.y * vector2.x;
}
float Util::Dot(const Vector2f &vector1, const Vector2f &vector2) {
return vector1.x * vector2.x + vector1.y * vector2.y;
}
float Util::FindAngle(const Vector2f &vector) {
return FindAngle(Vector2f(1, 0), vector);
}
float Util::FindAngle(const Vector2f &vector1, const Vector2f &vector2) {
float angle = FindShortestAngle(vector1, vector2);
if (Cross(vector1, vector2) < 0) angle = 2*M_PI - angle;
angle = Angle(angle);
assert(angle == angle);
return angle;
}
float Util::FindShortestAngle(const Vector2f& vector1, const Vector2f &vector2) {
assert(Length(vector1) > 0 && Length(vector2) > 0);
float angle = std::acosf(Dot(vector1, vector2) / Length(vector1) / Length(vector2));
angle = Angle(angle);
assert(angle == angle);
return angle;
}
float Util::FindAngleDegrees(const Vector2f &vector1, const Vector2f &vector2) {
return Degrees(FindAngle(vector1, vector2));
}
// Returns if testAngle is in the angular interval [angle1, angle2).
bool Util::IsBetweenAngles(float testAngle, float angle1, float angle2, bool flipRotation) {
testAngle = Angle(testAngle);
angle1 = Angle(angle1);
angle2 = Angle(angle2);
bool result = false;
if (flipRotation) {
float temp = angle1;
angle1 = angle2;
angle2 = temp;
}
if (angle2 > angle1) {
result = testAngle >= angle1 && testAngle < angle2;
} else {
result = testAngle < angle2 || testAngle >= angle1;
}
return result;
}
// Returns if testAngle is in the angular interval [angle1, angle2].
bool Util::IsBetweenAnglesClosed(float testAngle, float angle1, float angle2, bool flipRotation) {
bool result = false;
if (flipRotation) {
float temp = angle1;
angle1 = angle2;
angle2 = temp;
}
if (angle2 > angle1) {
result = testAngle >= angle1 && testAngle <= angle2;
} else {
result = testAngle <= angle2 || testAngle >= angle1;
}
return result;
}
// Returns if testAngle is in the angular interval (angle1, angle2).
bool Util::IsBetweenAnglesOpen(float testAngle, float angle1, float angle2) {
bool result = false;
if (angle2 > angle1) {
result = testAngle > angle1 && testAngle < angle2;
} else {
result = testAngle < angle2 || testAngle > angle1;
}
return result;
}
// Returns the vector rotated by 90 degrees CCW.
Vector2f Util::Perpendicular(const Vector2f &vector) {
return Vector2f(-vector.y, vector.x);
}
void Util::Normalize(Vector2f &vector) {
float length = Length(vector);
if (length != 0)
vector /= Length(vector);
}
Vector2f Util::Normalized(const Vector2f &vector) {
Vector2f copy(vector);
Normalize(copy);
return copy;
}
void Util::Resize(Vector2f &vector, float length) {
Normalize(vector);
vector *= length;
}
Vector2f Util::Resized(const Vector2f &vector, float length) {
auto v = vector;
Resize(v, length);
return v;
}
int Util::Laterality(const Vector2f &vector1,
const Vector2f &vector2) {
return (int) Sign(Cross(vector1, vector2));
}
// Rotates the vector counter clockwise by angle in radians.
void Util::Rotate(Vector2f &vector, float angle) {
float cos = std::cosf(angle);
float sin = std::sinf(angle);
float x = cos*vector.x - sin*vector.y;
float y = sin*vector.x + cos*vector.y;
vector.x = x;
vector.y = y;
}
Vector2f Util::Rotated(const Vector2f &vector, float angle) {
auto result = vector;
Rotate(result, angle);
return result;
}
float Util::Square(float x) {
return x * x;
}
Rect Util::BoundingRectangle(const DirectedSegment &segment) {
Rect result;
float left = std::min(segment.Start().x, segment.End().x);
float right = std::max(segment.Start().x, segment.End().x);
float top = std::min(segment.Start().y, segment.End().y);
float bottom = std::max(segment.Start().y, segment.End().y);
result.topLeft = Vector2f(left, top);
result.bottomRight = Vector2f(right, bottom);
return result;
}
float Util::InterpolateAngles(float angle1, float angle2, float weight) {
angle1 = Angle(angle1);
angle2 = Angle(angle2);
float result;
float a = 1.f - weight;
float b = weight;
if (std::abs(angle1 - angle2) > M_PI) {
result = a*Util::Angle(angle1, M_PI / 2)
+ b*Util::Angle(angle2, M_PI / 2);
result = Util::Angle(result);
} else {
result = a*angle1 + b*angle2;
}
return result;
}
float Util::InterpolateAnglesCcw(float angle1, float angle2, float weight) {
float result;
float a = 1.f - weight;
float b = weight;
if (angle1 > angle2) {
result = b*angle2 - a*(2*M_PI - angle1);
result = Util::Angle(result);
} else {
result = a*angle1 + b*angle2;
}
return result;
}
float Util::AngleCcw(float angle1, float angle2) {
float angle = angle2 - angle1;
return Angle(angle);
}
float Util::AngleCw(float angle1, float angle2) {
return AngleCcw(angle2, angle1);
}
float Util::AngleBetween(float angle1, float angle2) {
return std::min(AngleCcw(angle1, angle2), AngleCw(angle1, angle2));
}
|
69faf2ea658b89338e1e3b627d275c655b3ab4dd
|
a467196e3f4171a43f3bca2d3f56ab06f2b7ecd2
|
/Tile.h
|
003276a85761dd897ab95bb77d9204d09283a502
|
[] |
no_license
|
rustykatz/Reversi
|
7266e1b1ebb9807396a13537b6f44d2bdcbaa330
|
7de9fd03b3f74fa4085a113ea113aacfc394c4cf
|
refs/heads/master
| 2020-04-30T13:24:20.939289
| 2019-03-21T02:53:04
| 2019-03-21T02:53:04
| 176,856,769
| 0
| 0
| null | 2019-03-21T02:44:46
| 2019-03-21T02:44:46
| null |
UTF-8
|
C++
| false
| false
| 263
|
h
|
Tile.h
|
//
// Created by faraz098 on 2017-03-24.
//
#ifndef ASS5_TILE_H
#define ASS5_TILE_H
#include <iostream>
#include <assert.h>
#include <vector>
enum class Tile : char {
dirt='.', player ='@' , ai = 'O', possible = 'x'
};
#endif //ASS5_TILE_H
|
a8be566555ea430451b13d551dcd11fd9822573f
|
d0ddab934fc275ec7fa6f7129f57b74d1f2c036a
|
/bubblesort.cpp
|
f8aeb5a6233fb25d098e3542c08eba9e11578dd9
|
[] |
no_license
|
aayushashres/Process-Hierarchy---An-Example-of-Sorting-through-Inter-Process-Communication
|
626ff2a2b646ef9ed6a4d67df5ec5e0f4e146d93
|
95ae0cc697b22ec6b334b3bdb639f9a5a133afb7
|
refs/heads/main
| 2023-05-16T05:59:38.615724
| 2021-05-30T16:51:42
| 2021-05-30T16:51:42
| 372,266,902
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 5,185
|
cpp
|
bubblesort.cpp
|
#include "bubblesort.h"
#include <cstdio>
#include <string>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <fstream>
#include <unistd.h>
// reference https://www.geeksforgeeks.org/bubble-sort/
//returns sorted array
node** bubble_sort(node** sorterarray, int n, char order[1024], int attribute_number){
int i, j;
node* temp;
bool swapped;
if (attribute_number==0 && (strcmp(order, "ascending")==0)){
for (i = 0; i < n-1; i++) {
swapped = false;
for (j = 0; j < n-i-1; j++) {
if (sorterarray[j]->getrid() > sorterarray[j+1]->getrid()){
temp = sorterarray[j];
sorterarray[j]=sorterarray[j+1];
sorterarray[j+1]=temp;
swapped = true;
}
}
// IF no two elements were swapped by inner loop, then break
if (swapped == false)
break;
}
}
else if (attribute_number==0 && (strcmp(order, "descending")==0)){
for (i = 0; i < n-1; i++) {
swapped = false;
for (j = 0; j < n-i-1; j++) {
if (sorterarray[j]->getrid() < sorterarray[j+1]->getrid()){
temp = sorterarray[j];
sorterarray[j]=sorterarray[j+1];
sorterarray[j+1]=temp;
swapped = true;
}
}
// IF no two elements were swapped by inner loop, then break
if (swapped == false)
break;
}
}
else if (attribute_number==3 && (strcmp(order, "ascending")==0)){
for (i = 0; i < n-1; i++) {
swapped = false;
for (j = 0; j < n-i-1; j++) {
if (sorterarray[j]->getnum_dependants() > sorterarray[j+1]->getnum_dependants()){
temp = sorterarray[j];
sorterarray[j]=sorterarray[j+1];
sorterarray[j+1]=temp;
swapped = true;
}
}
// IF no two elements were swapped by inner loop, then break
if (swapped == false)
break;
}
}
else if (attribute_number==3 && (strcmp(order, "descending")==0)){
for (i = 0; i < n-1; i++) {
swapped = false;
for (j = 0; j < n-i-1; j++) {
if (sorterarray[j]->getnum_dependants() < sorterarray[j+1]->getnum_dependants()){
temp = sorterarray[j];
sorterarray[j]=sorterarray[j+1];
sorterarray[j+1]=temp;
swapped = true;
}
}
// IF no two elements were swapped by inner loop, then break
if (swapped == false)
break;
}
}
else if (attribute_number==4 && (strcmp(order, "ascending")==0)){
for (i = 0; i < n-1; i++) {
swapped = false;
for (j = 0; j < n-i-1; j++) {
if (sorterarray[j]->getincome() > sorterarray[j+1]->getincome()){
temp = sorterarray[j];
sorterarray[j]=sorterarray[j+1];
sorterarray[j+1]=temp;
swapped = true;
}
}
// IF no two elements were swapped by inner loop, then break
if (swapped == false)
break;
}
}
else if (attribute_number==4 && (strcmp(order, "descending")==0)){
for (i = 0; i < n-1; i++) {
swapped = false;
for (j = 0; j < n-i-1; j++) {
if (sorterarray[j]->getincome() < sorterarray[j+1]->getincome()){
temp = sorterarray[j];
sorterarray[j]=sorterarray[j+1];
sorterarray[j+1]=temp;
swapped = true;
}
}
// IF no two elements were swapped by inner loop, then break
if (swapped == false)
break;
}
}
else if (attribute_number==5 && (strcmp(order, "ascending")==0)){
for (i = 0; i < n-1; i++) {
swapped = false;
for (j = 0; j < n-i-1; j++) {
if (sorterarray[j]->getpostalcode() > sorterarray[j+1]->getpostalcode()){
temp = sorterarray[j];
sorterarray[j]=sorterarray[j+1];
sorterarray[j+1]=temp;
swapped = true;
}
}
// IF no two elements were swapped by inner loop, then break
if (swapped == false)
break;
}
}
else if (attribute_number==5 && (strcmp(order, "descending")==0)){
for (i = 0; i < n-1; i++) {
swapped = false;
for (j = 0; j < n-i-1; j++) {
if (sorterarray[j]->getpostalcode() < sorterarray[j+1]->getpostalcode()){
temp = sorterarray[j];
sorterarray[j]=sorterarray[j+1];
sorterarray[j+1]=temp;
swapped = true;
}
}
// IF no two elements were swapped by inner loop, then break
if (swapped == false)
break;
}
}
return sorterarray;
}
|
5f59100bb79ca6308d33154f974c26b2fdf794ba
|
cdf71efdabef48e1c18124bfc2c2dc7551a58741
|
/taparser.h
|
24865f44bdeea74685de908fcb85621c89288c48
|
[] |
no_license
|
Shenmue-Mods/shencon
|
468ffe498563e8d1cef64763b590293649ff12eb
|
4f059ca0ffe6ef10ab5d78429f030d0d5f7d8a55
|
refs/heads/master
| 2021-04-12T08:02:00.235854
| 2014-12-10T17:39:50
| 2014-12-10T17:39:50
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,645
|
h
|
taparser.h
|
#ifndef TAPARSER_H
#define TAPARSER_H
#include "buffer.h"
class taparser {
public:
taparser(buffer *buf, const unsigned long ofs);
~taparser();
void dump();
enum {ISP_TSP_INSTR = 0, PARAM_CTRL = 1, TEXTURE_CTRL = 2, TSP_INSTR = 3};
private:
unsigned long globalParam[8];
unsigned long paraType;
unsigned long endOfStrip;
unsigned long listType;
unsigned long groupEn;
unsigned long stripLen;
unsigned long userClip;
unsigned long shadow;
unsigned long volume;
unsigned long colType;
unsigned long texture;
unsigned long offset;
unsigned long gouraud;
unsigned long uv16Bit;
unsigned long depthCompare; // or volumeInstruction
unsigned long cullingMode;
unsigned long zWriteDisable;
unsigned long cacheBypass;
unsigned long dCalcCtrl;
unsigned long srcAlphaInstr;
unsigned long dstAlphaInstr;
unsigned long srcSelect;
unsigned long dstSelect;
unsigned long fogControl;
unsigned long colorClamp;
unsigned long useAlpha;
unsigned long ignoreTexAlpha;
unsigned long flipUV;
unsigned long clampUV;
unsigned long filterMode;
unsigned long superSampleTex;
unsigned long mipMapDAdj;
unsigned long texShadInstr;
unsigned long texUSize;
unsigned long texVSize;
unsigned long mipMapped;
unsigned long vqCompressed;
unsigned long pixelFormat;
unsigned long scanOrder;
unsigned long strideSelect;
unsigned long paletteSelector;
unsigned long bits(const unsigned long param, const unsigned long startbit, const unsigned long stopbit);
};
#endif // TAPARSER_H
|
b0d23bc8c8d55952c529f1d4147846391cbce43b
|
74f03dde193ef3fee81235a30fa483258466ce69
|
/maximum_gap.cpp
|
0b76ceb5ae1840da50068c0fd36efeffc6672780
|
[] |
no_license
|
teddy-hoo/leetcode
|
d3cf20c474c59681396f6ab793bb6b9ef13e0585
|
196c790aa2c77b0d5cb7c157add741949aebd26c
|
refs/heads/master
| 2016-09-03T07:19:36.901033
| 2015-02-05T08:11:31
| 2015-02-05T08:11:31
| 17,579,300
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,588
|
cpp
|
maximum_gap.cpp
|
// Bucket
struct Bucket {
int min;
int max;
Bucket() : min(-1), max(-1) {}
};
class Solution {
private:
void getMinAndMax(vector<int> num, int &min, int &max){
int len = num.size();
if(len <= 0){
return;
}
min = num[0];
max = num[0];
for(int i = 1; i < len; i++){
max = max < num[i] ? num[i] : max;
min = min < num[i] ? min : num[i];
}
}
vector<Bucket *> genBuckets(int size){
vector<Bucket *> buckets;
for(int i = 0; i < size; i++){
Bucket *b = new Bucket();
buckets.push_back(b);
}
return buckets;
}
public:
int maximumGap(vector<int> &num) {
int len = num.size();
if(len < 2){
return 0;
}
int min = num[0];
int max = num[0];
getMinAndMax(num, min, max);
int bucketNum = max - min + 1 > len ? len : max - min + 1;
vector<Bucket *> buckets = genBuckets(bucketNum + 1);
int bucketSize = (max - min + 1) / bucketNum + 1;
for(int i = 0; i < len; i++){
int b = (num[i] - min) / bucketSize;
if(buckets[b]->min == -1 || buckets[b]->min > num[i]){
buckets[b]->min = num[i];
}
if(buckets[b]->max == -1 || buckets[b]->max < num[i]){
buckets[b]->max = num[i];
}
}
int gap = 0;
int begin = 0;
for(int i = 1; i < buckets.size(); i++){
if(buckets[i]->min != -1){
int g = buckets[i]->min - buckets[begin]->max;
gap = g > gap ? g : gap;
begin = i;
}
}
return gap;
}
};
|
7ae141e6e76e9f2ec801cb1e8a4394399f76d388
|
b4aff6c2d727ddc57ce02b28e0e1c0ea8366da2d
|
/MergeKSortedList.cpp
|
fc14e7f27dd1b1dcc8882b2569e414ec3d48bb84
|
[] |
no_license
|
superchee/algorithmscpp
|
efbc21980bdcf6c3cf6ce103d0fc5152d5a872aa
|
2f8d1f7eb3adbac5474f45c065cd3ed726d3688c
|
refs/heads/master
| 2020-07-28T16:03:39.215014
| 2020-03-22T04:37:19
| 2020-03-22T04:37:19
| 209,459,037
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,493
|
cpp
|
MergeKSortedList.cpp
|
#include <cstddef>
#include <vector>
using namespace std;
/**
* Definition for singly-linked list.
* */
struct ListNode {
int val;
ListNode *next;
ListNode(int x) : val(x), next(NULL) {}
};
class Solution {
ListNode* mergeTwoLists(ListNode* l1, ListNode* l2) {
if(!l1 || !l2) return !l1? l2:l1;
ListNode *head = NULL, *cur = NULL;
if (l1->val <= l2->val){
head = cur = l1;
l1 = l1->next;
}else{
head = cur = l2;
l2 = l2->next;
}
while (l1 && l2){
if(l1->val <= l2->val){
cur->next = l1;
cur = cur->next;
l1 = l1->next;
}else{
cur->next = l2;
cur = cur->next;
l2 = l2->next;
}
}
if (l1){
cur->next = l1;
}else{
cur->next = l2;
}
return head;
}
ListNode* mergeSplit(vector<ListNode*>& lists, int start, int end){
if (start == end) return lists[start];
ListNode *l1 = NULL, *l2 = NULL;
int mid = start + (end-start)/2;
l1 = mergeSplit(lists, start, mid);
l2 = mergeSplit(lists, mid+1, end);
return mergeTwoLists(l1, l2);
}
public:
ListNode* mergeKLists(vector<ListNode*>& lists) {
return mergeSplit(lists, 0, lists.size()-1);
}
};
|
e35c40adfade0393a1500793e68d6e2cddba5c6a
|
031e4d530346aab54ba32e5ec0aeb8ab1a783be1
|
/Report 2/C41/0.01/p
|
b5a99722830ab4d4416a56654a947b2b546adfbf
|
[] |
no_license
|
shyam97/modelling1
|
781ddcf6c16b6bd8f528b0f58bd19953f86716d9
|
68bd2ebc7960111b86bbff04af96003229618af7
|
refs/heads/master
| 2022-11-21T07:03:25.868074
| 2020-07-20T16:20:09
| 2020-07-20T16:20:09
| 262,878,324
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 683,163
|
p
|
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0.01";
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField nonuniform List<scalar>
70000
(
0.185736
0.108859
0.0957389
0.098228
0.0985367
0.0975478
0.0966561
0.0960035
0.0954828
0.0950467
0.0946854
0.0943967
0.0941807
0.0940407
0.093984
0.094021
0.0941623
0.0944138
0.0947719
0.0952204
0.0957334
0.0962841
0.0968537
0.0974353
0.0980315
0.0986494
0.0992964
0.0999784
0.1007
0.101466
0.102282
0.103155
0.104093
0.105104
0.1062
0.107388
0.108684
0.110096
0.111648
0.113351
0.115244
0.117342
0.119704
0.122363
0.125363
0.128846
0.132669
0.137499
0.14202
0.150332
0.181436
0.109221
0.0959414
0.0983225
0.0985909
0.0975833
0.0966836
0.096026
0.0955015
0.0950623
0.0946986
0.0944079
0.0941902
0.0940487
0.0939906
0.0940263
0.0941664
0.0944169
0.0947742
0.0952221
0.0957347
0.0962852
0.0968546
0.0974361
0.0980321
0.09865
0.0992969
0.0999788
0.1007
0.101466
0.102282
0.103155
0.104093
0.105104
0.1062
0.107388
0.108684
0.110096
0.111648
0.113351
0.115245
0.117343
0.119706
0.122365
0.125366
0.128852
0.132674
0.13751
0.142038
0.150305
0.17783
0.110143
0.0962859
0.0984512
0.0986656
0.0976283
0.0967158
0.096052
0.0955229
0.0950802
0.0947137
0.0944207
0.0942011
0.0940578
0.0939982
0.0940324
0.0941711
0.0944205
0.0947769
0.095224
0.0957362
0.0962864
0.0968556
0.0974369
0.0980328
0.0986504
0.0992972
0.099979
0.1007
0.101466
0.102282
0.103154
0.104092
0.105103
0.106199
0.107387
0.108683
0.110095
0.111647
0.113349
0.115242
0.11734
0.119702
0.122361
0.125361
0.128847
0.132666
0.137504
0.142043
0.150123
0.174725
0.111242
0.0967623
0.0986239
0.098767
0.0976865
0.0967543
0.0960822
0.0955477
0.0951008
0.0947311
0.0944356
0.0942138
0.0940687
0.0940074
0.09404
0.0941772
0.0944253
0.0947805
0.0952268
0.0957382
0.0962879
0.0968568
0.0974377
0.0980333
0.0986507
0.0992973
0.0999788
0.1007
0.101466
0.102281
0.103153
0.10409
0.105101
0.106196
0.107384
0.108679
0.110091
0.111642
0.113343
0.115235
0.117331
0.119691
0.122349
0.125344
0.128828
0.132639
0.137468
0.142022
0.149772
0.171769
0.112336
0.0973358
0.0988423
0.0989021
0.0977656
0.0968043
0.0961203
0.095579
0.0951269
0.0947532
0.0944548
0.0942306
0.0940835
0.0940203
0.0940512
0.0941867
0.094433
0.0947866
0.0952315
0.0957417
0.0962905
0.0968586
0.097439
0.0980341
0.0986511
0.0992973
0.0999786
0.100699
0.101465
0.10228
0.103151
0.104088
0.105098
0.106193
0.10738
0.108674
0.110084
0.111634
0.113333
0.115223
0.117316
0.119672
0.122325
0.125313
0.128789
0.132587
0.137389
0.141956
0.149269
0.168861
0.113368
0.0979596
0.0990871
0.0990649
0.0978673
0.0968685
0.0961688
0.0956191
0.0951606
0.0947822
0.0944802
0.0942535
0.0941043
0.0940392
0.0940682
0.0942017
0.0944458
0.0947971
0.0952396
0.0957478
0.0962948
0.0968617
0.0974411
0.0980355
0.098652
0.0992977
0.0999784
0.100699
0.101463
0.102278
0.103149
0.104085
0.105094
0.106188
0.107374
0.108666
0.110075
0.111622
0.113319
0.115204
0.117294
0.119642
0.122288
0.125263
0.128726
0.132504
0.137259
0.141828
0.148647
0.165995
0.11432
0.0986005
0.099337
0.0992422
0.0979867
0.0969458
0.0962275
0.0956682
0.0952027
0.0948189
0.0945132
0.0942838
0.0941324
0.0940655
0.0940926
0.0942238
0.0944652
0.0948133
0.0952525
0.0957575
0.0963018
0.0968666
0.0974446
0.098038
0.0986536
0.0992986
0.0999786
0.100698
0.101462
0.102276
0.103146
0.104081
0.105089
0.106181
0.107365
0.108656
0.110062
0.111606
0.113299
0.115178
0.117262
0.1196
0.122236
0.125193
0.128635
0.132385
0.137069
0.141629
0.147944
0.16318
0.115188
0.0992421
0.0995801
0.0994229
0.0981171
0.0970325
0.0962941
0.095725
0.0952522
0.0948629
0.0945535
0.0943215
0.0941683
0.0940997
0.0941251
0.0942539
0.0944921
0.0948362
0.0952709
0.0957716
0.0963122
0.0968741
0.0974499
0.0980418
0.0986563
0.0993003
0.0999795
0.100698
0.101461
0.102274
0.103143
0.104076
0.105083
0.106173
0.107355
0.108643
0.110046
0.111585
0.113273
0.115145
0.11722
0.119545
0.122168
0.125101
0.128514
0.13223
0.136819
0.141352
0.147191
0.160423
0.115968
0.0998791
0.0998127
0.0996007
0.0982535
0.0971251
0.0963658
0.0957869
0.0953073
0.0949128
0.0945998
0.0943655
0.0942109
0.0941411
0.094165
0.0942916
0.0945263
0.0948658
0.0952951
0.0957902
0.0963261
0.0968842
0.0974574
0.0980474
0.0986603
0.0993031
0.099981
0.100699
0.10146
0.102272
0.103139
0.104071
0.105075
0.106163
0.107342
0.108626
0.110025
0.111559
0.113241
0.115104
0.117169
0.119477
0.122082
0.124988
0.128363
0.132036
0.13651
0.140997
0.146409
0.157726
0.116658
0.10051
0.100035
0.0997728
0.0983929
0.0972214
0.0964403
0.095852
0.0953659
0.0949665
0.0946504
0.0944143
0.0942587
0.0941882
0.0942109
0.0943354
0.0945666
0.094901
0.0953242
0.0958131
0.0963433
0.096897
0.097467
0.0980546
0.0986657
0.0993069
0.0999833
0.100699
0.10146
0.102269
0.103135
0.104064
0.105067
0.106151
0.107327
0.108607
0.11
0.111528
0.113202
0.115054
0.117107
0.119396
0.121979
0.124853
0.12818
0.131804
0.136148
0.140566
0.14561
0.155094
0.117261
0.101134
0.100247
0.0999376
0.0985339
0.0973204
0.0965164
0.0959188
0.0954267
0.0950227
0.0947037
0.0944662
0.0943099
0.094239
0.0942609
0.0943836
0.0946113
0.0949405
0.0953572
0.0958393
0.0963633
0.096912
0.0974783
0.0980632
0.0986723
0.0993115
0.0999861
0.1007
0.101459
0.102267
0.10313
0.104057
0.105057
0.106138
0.107309
0.108584
0.109972
0.111491
0.113156
0.114995
0.117034
0.119302
0.121858
0.124697
0.127969
0.131535
0.135739
0.140068
0.1448
0.152528
0.117775
0.101749
0.10045
0.100094
0.0986756
0.0974216
0.0965937
0.0959866
0.0954887
0.0950804
0.0947586
0.0945199
0.0943632
0.0942922
0.0943136
0.0944345
0.0946588
0.0949828
0.0953928
0.0958677
0.0963852
0.0969286
0.0974909
0.0980729
0.0986796
0.0993167
0.0999893
0.100701
0.101458
0.102263
0.103124
0.104049
0.105045
0.106122
0.107289
0.108558
0.109938
0.111448
0.113103
0.114928
0.116949
0.119194
0.12172
0.124519
0.127729
0.131231
0.135289
0.139509
0.143976
0.150033
0.118203
0.102353
0.100646
0.100242
0.0988171
0.0975248
0.0966719
0.096055
0.0955515
0.095139
0.0948146
0.0945747
0.0944177
0.0943467
0.0943676
0.0944869
0.0947079
0.0950266
0.09543
0.0958976
0.0964083
0.0969461
0.0975042
0.0980831
0.0986873
0.0993222
0.0999924
0.100702
0.101456
0.102259
0.103118
0.104039
0.105032
0.106105
0.107266
0.108528
0.109901
0.1114
0.113043
0.114852
0.116854
0.119073
0.121565
0.124322
0.127464
0.130894
0.134804
0.1389
0.143138
0.147609
0.118543
0.102943
0.100837
0.100381
0.0989576
0.09763
0.0967511
0.0961238
0.0956151
0.0951984
0.0948714
0.0946302
0.094473
0.0944019
0.0944223
0.09454
0.0947577
0.0950712
0.0954679
0.0959282
0.096432
0.0969642
0.097518
0.0980935
0.0986951
0.0993275
0.0999953
0.100703
0.101454
0.102254
0.10311
0.104028
0.105017
0.106085
0.107241
0.108495
0.109859
0.111347
0.112976
0.114767
0.116749
0.11894
0.121394
0.124106
0.127175
0.130526
0.134289
0.138246
0.14228
0.145261
0.118799
0.103517
0.101023
0.10051
0.099096
0.0977369
0.0968311
0.0961931
0.0956791
0.0952585
0.0949287
0.0946863
0.0945288
0.0944576
0.0944774
0.0945935
0.0948078
0.0951161
0.0955061
0.0959592
0.0964561
0.0969825
0.0975317
0.0981039
0.0987026
0.0993324
0.0999976
0.100702
0.10145
0.102248
0.1031
0.104015
0.105
0.106062
0.107212
0.108458
0.109812
0.111288
0.112903
0.114675
0.116633
0.118794
0.121208
0.12387
0.126864
0.130129
0.133746
0.137555
0.1414
0.142989
0.118971
0.104071
0.101207
0.10063
0.0992315
0.0978453
0.096912
0.0962626
0.0957436
0.0953191
0.0949867
0.0947429
0.094585
0.0945136
0.0945328
0.094647
0.094858
0.0951611
0.0955444
0.0959903
0.0964803
0.0970008
0.0975454
0.098114
0.0987097
0.0993368
0.0999991
0.100701
0.101446
0.10224
0.103089
0.104
0.10498
0.106037
0.10718
0.108418
0.109761
0.111224
0.112822
0.114574
0.116507
0.118636
0.121007
0.123616
0.126531
0.129704
0.133178
0.13683
0.140493
0.140795
0.119063
0.104601
0.101389
0.100739
0.0993629
0.097955
0.0969939
0.0963324
0.0958085
0.0953803
0.0950451
0.0948
0.0946415
0.0945698
0.0945883
0.0947007
0.0949081
0.095206
0.0955827
0.0960213
0.0965044
0.097019
0.0975589
0.0981237
0.0987163
0.0993404
0.0999998
0.100698
0.10144
0.10223
0.103076
0.103982
0.104958
0.106009
0.107145
0.108373
0.109705
0.111154
0.112735
0.114465
0.116371
0.118466
0.120791
0.123345
0.126178
0.129254
0.132586
0.136076
0.139558
0.138681
0.119076
0.105106
0.101571
0.10084
0.0994893
0.0980654
0.0970768
0.0964023
0.0958736
0.0954419
0.0951041
0.0948575
0.0946983
0.0946263
0.0946438
0.0947542
0.0949581
0.0952508
0.0956208
0.0960522
0.0965284
0.0970371
0.0975721
0.098133
0.0987223
0.0993433
0.0999995
0.100695
0.101433
0.10222
0.103061
0.103963
0.104933
0.105978
0.107106
0.108324
0.109644
0.111078
0.112641
0.114348
0.116225
0.118284
0.12056
0.123055
0.125804
0.12878
0.13197
0.135294
0.138594
0.136647
0.119013
0.105581
0.101754
0.10093
0.0996097
0.0981762
0.0971605
0.0964723
0.0959388
0.0955039
0.0951634
0.0949153
0.0947554
0.0946828
0.0946994
0.0948077
0.095008
0.0952953
0.0956588
0.096083
0.0965523
0.0970549
0.0975849
0.0981418
0.0987275
0.0993452
0.0999981
0.10069
0.101424
0.102207
0.103044
0.103941
0.104905
0.105943
0.107063
0.108271
0.109578
0.110996
0.112539
0.114222
0.116068
0.118089
0.120315
0.122748
0.125411
0.128281
0.131331
0.134486
0.137601
0.134694
0.118879
0.106023
0.101937
0.101013
0.0997231
0.0982867
0.0972452
0.0965424
0.096004
0.0955662
0.0952231
0.0949733
0.0948127
0.0947395
0.094755
0.0948611
0.0950577
0.0953397
0.0956965
0.0961135
0.0965759
0.0970724
0.0975973
0.0981499
0.098732
0.0993462
0.0999955
0.100683
0.101414
0.102192
0.103024
0.103916
0.104874
0.105905
0.107015
0.108213
0.109506
0.110907
0.11243
0.114087
0.115901
0.117882
0.120055
0.122423
0.124998
0.127758
0.130668
0.133653
0.136579
0.132821
0.118678
0.106431
0.102121
0.101087
0.0998288
0.0983963
0.0973306
0.0966125
0.0960691
0.0956286
0.0952831
0.0950317
0.0948701
0.0947962
0.0948105
0.0949143
0.0951071
0.0953837
0.0957339
0.0961438
0.0965992
0.0970895
0.0976093
0.0981575
0.0987356
0.0993461
0.0999916
0.100675
0.101402
0.102176
0.103003
0.103889
0.10484
0.105863
0.106964
0.108149
0.109428
0.110812
0.112312
0.113943
0.115723
0.117662
0.11978
0.12208
0.124565
0.127213
0.129981
0.132796
0.135529
0.131028
0.118413
0.106801
0.102305
0.101154
0.0999261
0.0985041
0.0974166
0.0966825
0.096134
0.0956911
0.0953433
0.0950901
0.0949276
0.0948529
0.0948658
0.0949672
0.0951561
0.0954274
0.095771
0.0961737
0.0966221
0.0971062
0.0976207
0.0981643
0.0987383
0.0993448
0.0999863
0.100666
0.101388
0.102157
0.102978
0.103859
0.104803
0.105817
0.106908
0.10808
0.109344
0.110709
0.112187
0.113789
0.115533
0.117428
0.11949
0.121718
0.124112
0.126646
0.129272
0.131914
0.134452
0.129315
0.118091
0.107131
0.102489
0.101215
0.100014
0.0986095
0.0975031
0.0967525
0.0961985
0.0957535
0.0954036
0.0951487
0.0949851
0.0949094
0.0949209
0.0950199
0.0952048
0.0954707
0.0958077
0.0962032
0.0966447
0.0971225
0.0976314
0.0981703
0.0987399
0.0993423
0.0999795
0.100655
0.101372
0.102136
0.102952
0.103825
0.104762
0.105767
0.106846
0.108006
0.109254
0.110598
0.112052
0.113625
0.115332
0.117181
0.119184
0.121339
0.123638
0.126056
0.128539
0.13101
0.133351
0.127679
0.117716
0.107418
0.102672
0.101271
0.100093
0.0987114
0.0975898
0.0968224
0.0962625
0.0958157
0.0954639
0.0952073
0.0950425
0.0949658
0.0949758
0.0950721
0.0952531
0.0955135
0.0958439
0.0962322
0.0966667
0.0971381
0.0976415
0.0981754
0.0987405
0.0993384
0.0999712
0.100642
0.101354
0.102112
0.102922
0.103789
0.104717
0.105713
0.10678
0.107925
0.109156
0.11048
0.111908
0.11345
0.115118
0.11692
0.118862
0.120941
0.123145
0.125444
0.127783
0.130083
0.132226
0.126119
0.117294
0.107662
0.102853
0.101323
0.100163
0.0988091
0.0976763
0.0968921
0.0963259
0.0958775
0.0955241
0.0952658
0.0950998
0.0950219
0.0950302
0.0951239
0.0953008
0.0955557
0.0958795
0.0962607
0.0966882
0.0971531
0.0976508
0.0981795
0.0987398
0.0993331
0.0999611
0.100627
0.101333
0.102086
0.102889
0.103749
0.104668
0.105653
0.106708
0.107839
0.109051
0.110354
0.111755
0.113265
0.114893
0.116644
0.118523
0.120524
0.122631
0.124811
0.127006
0.129134
0.131081
0.124633
0.116829
0.107861
0.103028
0.101371
0.100223
0.0989015
0.0977622
0.0969617
0.0963886
0.0959387
0.0955841
0.0953242
0.0951568
0.0950777
0.0950843
0.0951751
0.0953479
0.0955973
0.0959145
0.0962886
0.096709
0.0971674
0.0976591
0.0981826
0.0987379
0.0993262
0.0999492
0.100609
0.101311
0.102057
0.102854
0.103705
0.104615
0.105589
0.106631
0.107746
0.108939
0.110219
0.111592
0.113068
0.114654
0.116354
0.118168
0.120089
0.122098
0.124157
0.126208
0.128166
0.129918
0.123219
0.116329
0.108014
0.103197
0.101417
0.100275
0.0989879
0.0978469
0.0970311
0.0964506
0.0959993
0.0956437
0.0953822
0.0952135
0.095133
0.0951378
0.0952258
0.0953944
0.0956382
0.0959488
0.0963157
0.096729
0.0971808
0.0976666
0.0981844
0.0987345
0.0993176
0.0999353
0.10059
0.101285
0.102025
0.102814
0.103657
0.104558
0.10552
0.106548
0.107645
0.108819
0.110075
0.111419
0.11286
0.114402
0.116048
0.117797
0.119636
0.121544
0.123482
0.125389
0.127179
0.128739
0.121875
0.115798
0.108121
0.103356
0.101461
0.100317
0.0990674
0.0979298
0.0971
0.0965116
0.0960589
0.0957027
0.0954399
0.0952697
0.0951878
0.0951906
0.0952757
0.09544
0.0956783
0.0959822
0.096342
0.0967482
0.0971933
0.0976729
0.098185
0.0987296
0.0993072
0.0999193
0.100568
0.101257
0.10199
0.102772
0.103605
0.104495
0.105445
0.106458
0.107538
0.108691
0.109921
0.111236
0.11264
0.114137
0.115728
0.117408
0.119164
0.120972
0.122788
0.124552
0.126176
0.127547
0.120597
0.115243
0.108182
0.103503
0.101504
0.100352
0.0991394
0.0980102
0.0971684
0.0965718
0.0961175
0.0957609
0.095497
0.0953254
0.095242
0.0952427
0.0953248
0.0954848
0.0957175
0.0960148
0.0963674
0.0967665
0.0972048
0.097678
0.0981842
0.098723
0.0992949
0.099901
0.100544
0.101226
0.101952
0.102725
0.103549
0.104428
0.105364
0.106362
0.107424
0.108554
0.109759
0.111042
0.112407
0.113858
0.115392
0.117003
0.118675
0.12038
0.122075
0.123696
0.125157
0.126345
0.119383
0.114668
0.108197
0.103636
0.101546
0.100379
0.0992034
0.0980875
0.0972359
0.0966309
0.0961749
0.0958183
0.0955535
0.0953804
0.0952953
0.095294
0.0953729
0.0955286
0.0957556
0.0960463
0.0963918
0.0967836
0.0972151
0.0976818
0.0981818
0.0987146
0.0992804
0.0998804
0.100517
0.101192
0.10191
0.102674
0.103488
0.104355
0.105278
0.106259
0.107301
0.108409
0.109586
0.110836
0.112162
0.113565
0.115041
0.116581
0.118167
0.11977
0.121344
0.122825
0.124125
0.125135
0.11823
0.114078
0.108169
0.103752
0.101587
0.1004
0.099259
0.0981608
0.0973023
0.0966889
0.0962309
0.0958745
0.095609
0.0954345
0.0953478
0.0953443
0.09542
0.0955713
0.0957927
0.0960767
0.096415
0.0967996
0.0972241
0.0976841
0.0981777
0.0987042
0.0992638
0.0998572
0.100486
0.101154
0.101864
0.102619
0.103423
0.104277
0.105185
0.106149
0.107171
0.108255
0.109403
0.11062
0.111905
0.113258
0.114674
0.116143
0.117642
0.119143
0.120596
0.121938
0.123083
0.12392
0.117134
0.113478
0.108099
0.103848
0.101627
0.100414
0.099306
0.0982294
0.0973671
0.0967457
0.0962854
0.0959294
0.0956636
0.0954877
0.0953993
0.0953934
0.095466
0.0956128
0.0958285
0.0961059
0.096437
0.0968143
0.0972316
0.0976849
0.0981719
0.0986918
0.0992447
0.0998313
0.100453
0.101113
0.101815
0.10256
0.103352
0.104193
0.105086
0.106031
0.107032
0.108091
0.10921
0.110391
0.111634
0.112937
0.114293
0.115688
0.117101
0.118498
0.119832
0.121039
0.122031
0.122704
0.116093
0.112872
0.107988
0.103923
0.101663
0.100424
0.0993443
0.0982925
0.0974299
0.0968011
0.0963383
0.0959827
0.0957168
0.0955398
0.0954496
0.0954414
0.0955106
0.0956529
0.0958629
0.0961336
0.0964575
0.0968275
0.0972377
0.0976839
0.098164
0.0986771
0.0992231
0.0998025
0.100417
0.101069
0.101761
0.102496
0.103276
0.104103
0.104979
0.105906
0.106885
0.107918
0.109007
0.110151
0.111351
0.112602
0.113895
0.115217
0.116543
0.117838
0.119055
0.120129
0.120974
0.121489
0.115104
0.112265
0.107841
0.103976
0.101696
0.100429
0.0993742
0.0983495
0.0974902
0.096855
0.0963894
0.0960343
0.0957687
0.0955906
0.0954986
0.0954879
0.0955538
0.0956916
0.0958958
0.0961599
0.0964765
0.0968391
0.0972419
0.097681
0.098154
0.0986601
0.0991988
0.0997706
0.100377
0.10102
0.101703
0.102427
0.103194
0.104007
0.104866
0.105773
0.106729
0.107735
0.108792
0.109899
0.111055
0.112253
0.113483
0.114731
0.115969
0.117163
0.118264
0.119209
0.119913
0.120279
0.114163
0.111658
0.10766
0.104005
0.101724
0.10043
0.0993958
0.0983997
0.0975472
0.0969071
0.0964385
0.0960839
0.0958188
0.0956399
0.0955461
0.0955329
0.0955953
0.0957286
0.0959271
0.0961844
0.0964938
0.096849
0.0972444
0.097676
0.0981417
0.0986404
0.0991716
0.0997355
0.100333
0.100967
0.10164
0.102352
0.103107
0.103904
0.104746
0.105632
0.106564
0.107543
0.108567
0.109635
0.110745
0.111889
0.113056
0.114229
0.11538
0.116475
0.117463
0.118282
0.118851
0.119075
0.113267
0.111055
0.107448
0.104009
0.101746
0.100426
0.0994096
0.0984426
0.0976004
0.0969571
0.0964856
0.0961314
0.095867
0.0956875
0.0955919
0.0955761
0.0956351
0.0957638
0.0959565
0.0962072
0.0965093
0.0968569
0.0972447
0.0976688
0.098127
0.098618
0.0991413
0.0996969
0.100286
0.10091
0.101572
0.102273
0.103013
0.103795
0.104618
0.105483
0.10639
0.107339
0.10833
0.109359
0.110422
0.111512
0.112615
0.113713
0.114778
0.115774
0.116652
0.11735
0.11779
0.117882
0.112414
0.110458
0.107208
0.103988
0.101759
0.100419
0.099416
0.098478
0.0976492
0.0970047
0.0965305
0.0961765
0.0959131
0.0957332
0.0956359
0.0956175
0.095673
0.095797
0.095984
0.0962279
0.0965227
0.0968627
0.0972429
0.0976592
0.0981096
0.0985926
0.0991076
0.0996546
0.100234
0.100849
0.101499
0.102187
0.102913
0.103678
0.104482
0.105325
0.106207
0.107126
0.108082
0.10907
0.110087
0.111121
0.11216
0.113183
0.114163
0.115062
0.115833
0.116415
0.116733
0.116702
0.1116
0.109869
0.106944
0.103941
0.101762
0.100408
0.0994154
0.0985056
0.0976929
0.0970494
0.0965729
0.0962191
0.0959567
0.0957767
0.0956778
0.0956568
0.0957087
0.0958281
0.0960092
0.0962464
0.0965339
0.0968663
0.0972386
0.097647
0.0980893
0.0985641
0.0990705
0.0996085
0.100179
0.100782
0.101421
0.102096
0.102807
0.103554
0.104338
0.105158
0.106013
0.106902
0.107822
0.10877
0.109738
0.110717
0.111691
0.11264
0.113536
0.114341
0.115008
0.115479
0.115683
0.115539
0.110824
0.10929
0.106659
0.10387
0.101754
0.100393
0.0994082
0.0985252
0.0977309
0.0970908
0.0966127
0.096259
0.0959977
0.0958178
0.0957175
0.0956938
0.0957421
0.0958568
0.0960322
0.0962626
0.0965428
0.0968673
0.0972317
0.097632
0.098066
0.0985322
0.0990297
0.0995582
0.100118
0.100711
0.101337
0.101998
0.102693
0.103423
0.104186
0.104982
0.10581
0.106667
0.107551
0.108457
0.109377
0.110299
0.111209
0.112085
0.112898
0.113612
0.114179
0.114546
0.114642
0.114393
0.110083
0.108721
0.106356
0.103775
0.101733
0.100373
0.0993948
0.0985369
0.0977626
0.0971283
0.0966496
0.0962959
0.0960357
0.0958562
0.0957546
0.0957284
0.095773
0.095883
0.0960525
0.0962763
0.096549
0.0968657
0.0972219
0.0976139
0.0980393
0.0984967
0.098985
0.0995036
0.100053
0.100634
0.101248
0.101894
0.102573
0.103283
0.104025
0.104797
0.105597
0.106422
0.107269
0.108132
0.109003
0.10987
0.110716
0.111519
0.112251
0.112876
0.113349
0.113616
0.113612
0.113269
0.109373
0.108163
0.106038
0.103657
0.101698
0.100347
0.0993754
0.0985407
0.0977877
0.0971615
0.0966832
0.0963296
0.0960706
0.0958917
0.095789
0.0957602
0.0958012
0.0959064
0.0960702
0.0962871
0.0965524
0.0968612
0.0972092
0.0975926
0.0980092
0.0984574
0.0989361
0.0994445
0.0999828
0.100552
0.101152
0.101783
0.102445
0.103136
0.103856
0.104603
0.105374
0.106166
0.106976
0.107796
0.108618
0.109428
0.110211
0.110943
0.111596
0.112136
0.112518
0.112692
0.112597
0.112169
0.108694
0.107618
0.105708
0.103517
0.101649
0.100314
0.0993501
0.0985369
0.0978057
0.0971897
0.0967132
0.09636
0.0961022
0.0959239
0.0958203
0.0957891
0.0958264
0.0959268
0.0960848
0.096295
0.0965527
0.0968536
0.0971931
0.0975679
0.0979754
0.0984141
0.0988828
0.0993805
0.0999074
0.100464
0.10105
0.101666
0.10231
0.102981
0.103678
0.104399
0.105141
0.1059
0.106671
0.107448
0.10822
0.108975
0.109695
0.110358
0.110935
0.111393
0.11169
0.111777
0.111598
0.111095
0.108042
0.107084
0.105369
0.103358
0.101584
0.100274
0.0993189
0.0985256
0.0978164
0.0972125
0.0967393
0.0963867
0.0961301
0.0959526
0.0958483
0.0958148
0.0958484
0.095944
0.0960962
0.0962996
0.0965498
0.0968425
0.0971736
0.0975394
0.0979375
0.0983665
0.0988248
0.0993115
0.0998265
0.10037
0.100942
0.101541
0.102167
0.102817
0.103491
0.104185
0.104897
0.105622
0.106355
0.107089
0.107812
0.108512
0.10917
0.109765
0.110269
0.110649
0.110865
0.110873
0.110618
0.110049
0.107417
0.106563
0.105022
0.103179
0.101504
0.100226
0.0992816
0.0985068
0.0978195
0.0972294
0.0967608
0.0964096
0.0961541
0.0959775
0.0958727
0.0958369
0.0958669
0.0959578
0.0961041
0.0963007
0.0965433
0.0968279
0.0971503
0.0975069
0.0978955
0.0983144
0.098762
0.0992373
0.0997398
0.10027
0.100827
0.101409
0.102016
0.102645
0.103295
0.103962
0.104644
0.105335
0.106029
0.106719
0.107393
0.108038
0.108637
0.109166
0.1096
0.109906
0.110047
0.109981
0.109659
0.109033
0.106816
0.106054
0.104669
0.102984
0.101408
0.100168
0.0992379
0.0984809
0.0978149
0.0972398
0.0967775
0.0964282
0.096174
0.0959983
0.0958932
0.0958553
0.0958818
0.0959679
0.0961083
0.0962981
0.0965331
0.0968094
0.097123
0.0974702
0.0978489
0.0982574
0.0986941
0.0991575
0.0996471
0.100163
0.100704
0.10127
0.101857
0.102465
0.10309
0.10373
0.10438
0.105037
0.105692
0.106338
0.106964
0.107556
0.108096
0.108562
0.108929
0.109166
0.109237
0.109105
0.108723
0.108049
0.106238
0.105558
0.104312
0.102774
0.101297
0.100101
0.0991875
0.0984478
0.0978025
0.0972434
0.0967888
0.0964422
0.0961894
0.0960148
0.0959094
0.0958697
0.0958926
0.095974
0.0961086
0.0962915
0.0965188
0.0967868
0.0970913
0.0974291
0.0977977
0.0981955
0.0986207
0.0990719
0.0995482
0.10005
0.100575
0.101122
0.10169
0.102275
0.102875
0.103487
0.104107
0.104728
0.105345
0.105948
0.106527
0.107066
0.107549
0.107955
0.108258
0.10843
0.108438
0.108245
0.107812
0.107099
0.10568
0.105073
0.103953
0.10255
0.101172
0.100023
0.09913
0.0984075
0.0977824
0.0972399
0.0967943
0.0964513
0.0962002
0.0960266
0.0959212
0.0958796
0.0958992
0.0959758
0.0961046
0.0962806
0.0965002
0.0967597
0.0970552
0.0973831
0.0977414
0.0981282
0.0985417
0.0989802
0.0994429
0.0999292
0.100438
0.100967
0.101514
0.102077
0.102652
0.103236
0.103824
0.10441
0.104988
0.105549
0.10608
0.106569
0.106997
0.107345
0.107588
0.1077
0.10765
0.107404
0.106927
0.106183
0.105143
0.104599
0.103592
0.102314
0.101031
0.0999346
0.0990648
0.0983599
0.0977544
0.0972289
0.0967935
0.096455
0.096206
0.0960335
0.0959281
0.0958849
0.0959012
0.0959731
0.096096
0.0962652
0.096477
0.096728
0.0970142
0.0973322
0.0976798
0.0980554
0.0984568
0.0988823
0.0993308
0.0998017
0.100294
0.100804
0.10133
0.10187
0.102419
0.102974
0.103531
0.104082
0.104622
0.105141
0.105626
0.106066
0.106441
0.106734
0.106922
0.106978
0.106876
0.106584
0.10607
0.105304
0.104623
0.104137
0.103231
0.102068
0.100877
0.0998347
0.0989914
0.098305
0.0977186
0.0972102
0.096786
0.0964529
0.0962064
0.0960351
0.0959298
0.0958852
0.0958983
0.0959656
0.0960826
0.0962449
0.0964489
0.0966912
0.096968
0.0972759
0.0976127
0.0979767
0.0983658
0.0987778
0.0992118
0.0996668
0.100141
0.100633
0.101138
0.101653
0.102177
0.102704
0.103229
0.103746
0.104247
0.104725
0.105166
0.105557
0.105883
0.106125
0.10626
0.106266
0.106117
0.105785
0.105242
0.104461
0.104121
0.103685
0.10287
0.101813
0.100711
0.0997235
0.0989096
0.0982426
0.0976749
0.0971836
0.0967713
0.0964447
0.0962011
0.0960312
0.0959261
0.0958801
0.0958901
0.0959529
0.096064
0.0962194
0.0964156
0.0966492
0.0969164
0.097214
0.0975397
0.0978919
0.0982683
0.0986666
0.0990856
0.0995244
0.0999811
0.100453
0.100936
0.101428
0.101926
0.102424
0.102917
0.1034
0.103864
0.104301
0.104699
0.105045
0.105324
0.105517
0.105604
0.105565
0.105375
0.10501
0.104444
0.103655
0.103634
0.103244
0.10251
0.10155
0.100532
0.0996009
0.0988187
0.0981723
0.0976232
0.097149
0.0967493
0.0964298
0.0961897
0.0960214
0.0959166
0.0958693
0.0958764
0.0959347
0.09604
0.0961884
0.0963767
0.0966016
0.0968591
0.0971461
0.0974606
0.0978007
0.098164
0.0985483
0.098952
0.0993742
0.0998128
0.100265
0.100726
0.101194
0.101665
0.102135
0.102597
0.103046
0.103474
0.103871
0.104228
0.104531
0.104764
0.104912
0.104956
0.104877
0.104652
0.104259
0.103678
0.102887
0.103162
0.102812
0.102152
0.10128
0.100342
0.099467
0.0987186
0.098094
0.0975635
0.0971061
0.0967194
0.0964079
0.0961719
0.0960054
0.0959009
0.0958525
0.0958568
0.0959107
0.0960102
0.0961517
0.096332
0.096548
0.0967958
0.0970721
0.097375
0.0977028
0.0980529
0.0984227
0.0988109
0.0992161
0.0996363
0.100068
0.100507
0.100951
0.101396
0.101837
0.102268
0.102684
0.103076
0.103436
0.103753
0.104014
0.104206
0.104313
0.104318
0.104202
0.103947
0.103534
0.102942
0.102157
0.102703
0.10239
0.101796
0.101004
0.100141
0.0993221
0.0986089
0.0980074
0.0974956
0.097055
0.0966816
0.0963786
0.0961472
0.0959829
0.0958788
0.0958293
0.0958309
0.0958805
0.0959743
0.0961088
0.0962811
0.0964881
0.096726
0.0969915
0.0972827
0.0975979
0.0979345
0.0982897
0.0986619
0.0990499
0.0994514
0.0998627
0.10028
0.1007
0.101118
0.101531
0.101932
0.102315
0.102672
0.102996
0.103274
0.103497
0.10365
0.103719
0.103689
0.103543
0.103263
0.102834
0.102239
0.101465
0.102257
0.101976
0.101441
0.100723
0.0999311
0.0991665
0.0984896
0.0979121
0.0974193
0.0969953
0.0966354
0.0963416
0.0961153
0.0959534
0.0958499
0.0957995
0.0957984
0.0958437
0.0959319
0.0960594
0.0962237
0.0964217
0.0966496
0.0969041
0.0971834
0.0974858
0.0978086
0.0981489
0.098505
0.0988755
0.099258
0.0996488
0.100044
0.100439
0.100832
0.101217
0.101588
0.101939
0.102263
0.102551
0.102794
0.10298
0.103098
0.103133
0.103071
0.102899
0.1026
0.102161
0.101568
0.100808
0.101823
0.101571
0.101089
0.100439
0.0997123
0.0990006
0.0983604
0.097808
0.0973345
0.0969271
0.0965807
0.0962964
0.0960758
0.0959166
0.0958139
0.0957625
0.095759
0.0958001
0.0958826
0.0960033
0.0961595
0.0963484
0.0965662
0.0968095
0.0970768
0.0973662
0.097675
0.0980002
0.0983399
0.0986927
0.0990561
0.0994263
0.0997989
0.100171
0.100537
0.100894
0.101236
0.101557
0.101848
0.102103
0.102313
0.102465
0.10255
0.102554
0.102466
0.102272
0.101959
0.101515
0.100928
0.100188
0.1014
0.101173
0.10074
0.10015
0.0994853
0.0988246
0.0982214
0.0976949
0.097241
0.0968501
0.0965172
0.0962428
0.0960282
0.0958722
0.0957704
0.0957182
0.0957122
0.0957493
0.0958262
0.0959399
0.0960881
0.0962678
0.0964754
0.0967075
0.0969625
0.0972388
0.0975335
0.0978433
0.0981664
0.0985014
0.0988457
0.0991951
0.0995455
0.0998933
0.100235
0.100565
0.100878
0.101169
0.10143
0.101653
0.101831
0.101952
0.102008
0.101985
0.101874
0.101663
0.10134
0.100896
0.10032
0.0996017
0.100986
0.100783
0.100392
0.0998588
0.099251
0.0986392
0.0980727
0.0975725
0.0971386
0.0967641
0.0964448
0.0961804
0.0959723
0.0958197
0.095719
0.0956661
0.0956577
0.0956909
0.0957623
0.0958691
0.0960091
0.0961797
0.096377
0.0965977
0.0968404
0.0971034
0.0973837
0.0976781
0.0979845
0.0983015
0.0986266
0.0989554
0.0992837
0.0996078
0.0999242
0.100228
0.100514
0.100776
0.101007
0.101201
0.101349
0.101443
0.101472
0.101426
0.101296
0.101072
0.100744
0.100303
0.0997435
0.0990631
0.100581
0.100399
0.100048
0.0995647
0.0990098
0.0984446
0.0979143
0.0974407
0.097027
0.096669
0.0963632
0.0961091
0.0959077
0.0957588
0.0956594
0.0956059
0.0955952
0.0956245
0.0956904
0.0957903
0.0959223
0.0960836
0.0962706
0.0964799
0.0967101
0.0969597
0.0972256
0.0975043
0.097794
0.098093
0.0983988
0.098707
0.0990135
0.0993144
0.0996063
0.0998845
0.100144
0.100378
0.100582
0.100748
0.10087
0.100937
0.100943
0.100877
0.100732
0.100499
0.100169
0.0997364
0.0991946
0.0985427
0.100185
0.100021
0.0997051
0.0992684
0.0987624
0.0982414
0.0977465
0.0972995
0.0969063
0.0965647
0.0962723
0.0960285
0.0958341
0.0956891
0.0955913
0.0955373
0.0955243
0.0955497
0.0956103
0.0957034
0.0958272
0.0959793
0.0961558
0.0963537
0.0965714
0.0968075
0.0970588
0.0973219
0.0975947
0.0978757
0.0981624
0.0984503
0.0987351
0.0990132
0.0992813
0.0995347
0.0997685
0.099977
0.100155
0.100295
0.100392
0.100436
0.100422
0.10034
0.100183
0.099944
0.099616
0.099194
0.0986748
0.0980548
0.0997963
0.0996494
0.0993647
0.09897
0.0985092
0.0980298
0.0975692
0.0971489
0.0967761
0.096451
0.0961719
0.0959383
0.0957511
0.0956103
0.0955142
0.0954598
0.0954447
0.0954663
0.0955215
0.0956078
0.0957236
0.0958664
0.0960325
0.0962188
0.096424
0.0966465
0.0968832
0.0971306
0.0973865
0.0976497
0.0979173
0.098185
0.0984486
0.0987045
0.0989494
0.099179
0.0993884
0.0995723
0.0997256
0.0998425
0.0999165
0.0999409
0.0999088
0.0998133
0.0996481
0.0994071
0.0990844
0.0986753
0.0981806
0.0975963
0.0994144
0.0992825
0.0990264
0.0986697
0.0982506
0.0978104
0.0973829
0.0969887
0.0966364
0.0963276
0.0960617
0.0958385
0.0956585
0.0955221
0.0954278
0.0953731
0.095356
0.0953739
0.0954238
0.0955033
0.095611
0.0957446
0.0959003
0.096075
0.0962675
0.0964764
0.0966986
0.0969303
0.0971695
0.0974148
0.0976636
0.0979115
0.0981543
0.0983885
0.098611
0.0988177
0.099004
0.0991647
0.0992953
0.0993905
0.0994445
0.0994512
0.0994044
0.0992985
0.0991278
0.0988877
0.0985731
0.0981788
0.097712
0.0971645
0.0990386
0.0989201
0.0986898
0.0983677
0.0979869
0.0975834
0.0971876
0.0968191
0.0964871
0.0961945
0.0959417
0.0957286
0.095556
0.0954241
0.0953317
0.0952769
0.0952578
0.095272
0.0953167
0.0953896
0.0954892
0.0956135
0.0957588
0.095922
0.0961019
0.0962972
0.0965047
0.0967209
0.0969434
0.0971711
0.0974013
0.0976298
0.0978523
0.0980655
0.0982664
0.0984513
0.0986156
0.0987547
0.0988644
0.0989399
0.098976
0.0989674
0.0989087
0.0987951
0.098622
0.0983853
0.0980822
0.0977129
0.097268
0.0967572
0.0986682
0.0985619
0.0983547
0.0980641
0.0977184
0.0973492
0.0969836
0.09664
0.096328
0.0960515
0.0958117
0.0956087
0.0954433
0.095316
0.0952257
0.0951709
0.0951498
0.0951604
0.0952
0.0952662
0.0953579
0.0954729
0.0956078
0.0957594
0.0959268
0.0961085
0.0963016
0.0965022
0.0967082
0.0969184
0.0971304
0.0973399
0.0975427
0.0977356
0.0979159
0.09808
0.0982236
0.0983427
0.0984331
0.0984909
0.0985114
0.0984898
0.0984217
0.0983029
0.0981297
0.0978989
0.0976085
0.0972579
0.0968439
0.0963712
0.0983026
0.0982072
0.0980209
0.0977589
0.0974454
0.0971081
0.0967711
0.0964516
0.0961592
0.0958986
0.0956714
0.0954783
0.0953202
0.0951975
0.0951095
0.0950546
0.0950317
0.0950388
0.0950732
0.0951328
0.0952166
0.0953225
0.095447
0.0955871
0.0957419
0.0959102
0.0960889
0.0962741
0.0964638
0.096657
0.0968511
0.097042
0.0972257
0.0973991
0.0975596
0.0977041
0.0978285
0.0979289
0.0980019
0.0980438
0.0980507
0.0980184
0.0979431
0.0978214
0.0976503
0.0974275
0.0971513
0.0968218
0.0964383
0.096004
0.0979411
0.0978555
0.0976882
0.0974519
0.0971679
0.0968602
0.0965503
0.0962539
0.0959806
0.0957355
0.0955208
0.0953375
0.0951865
0.0950684
0.0949826
0.0949279
0.0949032
0.0949067
0.0949361
0.0949892
0.0950651
0.0951619
0.0952761
0.0954048
0.0955472
0.0957021
0.0958665
0.0960365
0.0962102
0.0963866
0.0965633
0.0967362
0.0969014
0.0970561
0.097198
0.0973239
0.0974303
0.0975137
0.0975709
0.0975988
0.0975941
0.0975531
0.0974726
0.09735
0.097183
0.0969699
0.0967093
0.0964023
0.096049
0.0956526
0.0975832
0.0975064
0.0973561
0.0971432
0.0968861
0.0966058
0.0963213
0.096047
0.0957922
0.0955622
0.0953597
0.0951859
0.0950419
0.0949284
0.0948449
0.0947903
0.0947638
0.094764
0.0947884
0.094835
0.0949031
0.0949908
0.0950948
0.0952123
0.0953423
0.095484
0.0956343
0.0957894
0.0959474
0.0961073
0.0962671
0.0964226
0.0965701
0.096707
0.0968311
0.0969397
0.0970294
0.0970971
0.0971402
0.0971559
0.0971414
0.0970936
0.0970099
0.0968881
0.0967266
0.0965245
0.0962809
0.0959969
0.0956736
0.0953143
0.0972283
0.0971594
0.0970243
0.0968326
0.0966001
0.0963451
0.0960844
0.0958311
0.095594
0.0953786
0.095188
0.0950235
0.0948864
0.0947773
0.0946961
0.0946417
0.0946135
0.0946103
0.0946297
0.0946699
0.0947303
0.0948091
0.094903
0.0950092
0.0951271
0.0952557
0.0953922
0.0955327
0.0956752
0.0958192
0.0959625
0.0961013
0.0962318
0.0963517
0.0964591
0.0965515
0.0966258
0.0966794
0.0967098
0.0967149
0.0966923
0.0966394
0.0965541
0.0964348
0.0962802
0.09609
0.0958643
0.0956032
0.0953094
0.094986
0.0968756
0.0968138
0.0966926
0.09652
0.0963099
0.0960781
0.0958396
0.0956061
0.095386
0.0951848
0.0950056
0.0948501
0.0947196
0.0946149
0.0945359
0.0944816
0.0944518
0.0944452
0.0944597
0.0944937
0.0945464
0.0946164
0.0947003
0.0947954
0.0949013
0.0950172
0.09514
0.0952661
0.0953937
0.0955222
0.0956496
0.0957722
0.0958866
0.0959904
0.096082
0.0961594
0.0962197
0.0962604
0.0962796
0.0962756
0.0962464
0.0961899
0.0961044
0.0959888
0.0958423
0.0956646
0.0954563
0.0952186
0.0949537
0.0946647
0.0965247
0.0964694
0.0963605
0.0962052
0.0960155
0.095805
0.095587
0.0953722
0.0951682
0.0949805
0.0948123
0.0946655
0.0945414
0.094441
0.0943641
0.09431
0.0942785
0.0942686
0.0942783
0.094306
0.0943512
0.0944125
0.0944865
0.0945708
0.0946649
0.0947681
0.0948777
0.0949898
0.0951028
0.0952162
0.0953283
0.0954356
0.0955345
0.0956231
0.0957001
0.0957635
0.0958108
0.09584
0.0958494
0.0958377
0.0958032
0.0957444
0.0956599
0.0955489
0.095411
0.0952464
0.0950558
0.0948408
0.0946036
0.0943474
0.0961751
0.0961254
0.0960277
0.095888
0.0957167
0.0955258
0.0953268
0.0951294
0.0949407
0.0947659
0.0946083
0.0944697
0.0943518
0.0942554
0.0941805
0.0941265
0.0940934
0.0940802
0.0940851
0.0941067
0.0941445
0.0941971
0.0942614
0.094335
0.0944176
0.0945085
0.0946051
0.0947036
0.0948024
0.0949014
0.0949988
0.0950912
0.0951755
0.0952498
0.0953131
0.0953637
0.0953992
0.095418
0.0954189
0.0954006
0.0953621
0.095302
0.0952193
0.0951137
0.0949849
0.0948335
0.0946604
0.0944673
0.0942564
0.094031
0.0958261
0.0957816
0.0956938
0.0955682
0.0954136
0.0952405
0.095059
0.0948778
0.0947035
0.0945409
0.0943932
0.0942626
0.0941505
0.094058
0.093985
0.093931
0.0938962
0.0938798
0.09388
0.0938955
0.0939259
0.0939701
0.0940249
0.094088
0.0941593
0.0942382
0.094322
0.0944073
0.0944925
0.0945775
0.0946608
0.0947393
0.0948097
0.0948706
0.0949211
0.0949598
0.0949847
0.0949942
0.0949875
0.0949638
0.0949222
0.0948617
0.0947816
0.0946817
0.0945623
0.0944239
0.0942677
0.0940953
0.0939092
0.0937125
0.0954772
0.0954373
0.0953585
0.0952455
0.095106
0.0949491
0.0947837
0.0946175
0.0944565
0.0943054
0.0941672
0.0940441
0.0939375
0.0938485
0.0937773
0.0937233
0.0936868
0.0936671
0.0936627
0.0936721
0.0936954
0.0937313
0.0937767
0.0938296
0.0938898
0.093957
0.0940286
0.094101
0.094173
0.0942446
0.0943145
0.0943795
0.0944369
0.0944852
0.0945238
0.0945516
0.0945668
0.094568
0.0945548
0.0945265
0.0944826
0.0944223
0.0943453
0.0942514
0.0941412
0.0940154
0.0938752
0.0937224
0.0935593
0.0933889
0.095128
0.0950921
0.0950214
0.0949197
0.0947938
0.0946516
0.0945009
0.0943485
0.0942
0.0940595
0.0939303
0.0938141
0.0937126
0.093627
0.0935573
0.0935032
0.0934649
0.093442
0.0934329
0.0934365
0.0934527
0.0934804
0.0935167
0.0935596
0.093609
0.0936648
0.0937245
0.0937846
0.0938439
0.0939026
0.0939596
0.094012
0.094057
0.0940935
0.0941211
0.0941388
0.0941451
0.094139
0.09412
0.0940879
0.0940424
0.0939828
0.093909
0.0938211
0.0937198
0.093606
0.0934808
0.093346
0.093204
0.0930574
0.0947778
0.0947456
0.094682
0.0945905
0.0944768
0.0943478
0.0942105
0.0940709
0.0939338
0.0938033
0.0936822
0.0935726
0.0934759
0.0933933
0.093325
0.0932706
0.0932305
0.0932044
0.0931907
0.0931884
0.0931977
0.0932174
0.0932448
0.0932778
0.0933168
0.0933615
0.0934097
0.0934578
0.0935049
0.0935513
0.0935961
0.0936365
0.0936698
0.0936953
0.0937126
0.0937211
0.0937193
0.0937065
0.0936825
0.0936471
0.0936003
0.0935417
0.0934712
0.0933891
0.0932962
0.0931934
0.093082
0.0929637
0.0928405
0.0927153
0.0944262
0.0943973
0.0943401
0.0942576
0.0941549
0.0940379
0.0939127
0.0937845
0.0936579
0.0935366
0.0934232
0.0933195
0.0932272
0.0931474
0.0930802
0.0930254
0.0929834
0.092954
0.0929358
0.0929278
0.0929302
0.092942
0.0929607
0.0929843
0.093013
0.0930471
0.093084
0.0931207
0.0931561
0.0931907
0.0932238
0.0932528
0.0932752
0.0932903
0.093298
0.0932979
0.0932888
0.0932699
0.0932413
0.0932031
0.0931553
0.0930976
0.0930303
0.0929536
0.0928684
0.0927756
0.0926766
0.0925729
0.0924665
0.09236
0.0940728
0.0940468
0.0939952
0.0939208
0.0938278
0.0937215
0.0936072
0.0934896
0.0933725
0.0932596
0.0931531
0.0930549
0.0929665
0.0928891
0.0928228
0.0927675
0.0927235
0.0926908
0.0926681
0.0926544
0.0926501
0.0926543
0.0926644
0.0926787
0.0926976
0.0927213
0.0927475
0.0927731
0.0927972
0.0928206
0.0928426
0.0928608
0.0928728
0.0928781
0.0928769
0.0928689
0.0928529
0.0928284
0.0927956
0.0927548
0.0927061
0.0926493
0.0925847
0.0925128
0.0924344
0.0923505
0.0922623
0.0921713
0.0920795
0.091989
0.0937171
0.0936936
0.0936471
0.0935798
0.0934955
0.0933988
0.0932942
0.093186
0.0930776
0.0929722
0.092872
0.0927788
0.0926939
0.0926186
0.0925529
0.0924968
0.0924508
0.0924147
0.0923875
0.0923682
0.0923573
0.092354
0.0923558
0.0923611
0.0923703
0.092384
0.0923999
0.0924148
0.0924282
0.0924408
0.0924522
0.0924601
0.0924623
0.0924584
0.0924488
0.0924333
0.0924108
0.0923811
0.0923444
0.0923011
0.0922514
0.0921952
0.0921329
0.092065
0.0919925
0.0919161
0.0918371
0.0917569
0.0916773
0.0916002
0.0933585
0.0933373
0.0932952
0.0932343
0.0931576
0.0930694
0.0929736
0.0928737
0.0927731
0.0926745
0.09258
0.0924911
0.0924093
0.0923357
0.0922704
0.0922134
0.0921651
0.0921257
0.0920939
0.0920691
0.0920517
0.0920411
0.0920348
0.0920313
0.0920313
0.0920353
0.0920411
0.0920458
0.0920488
0.0920511
0.0920524
0.0920505
0.0920433
0.0920307
0.0920132
0.0919905
0.091962
0.0919273
0.0918867
0.0918409
0.0917899
0.091734
0.0916733
0.0916086
0.0915407
0.0914704
0.0913989
0.0913275
0.0912578
0.0911915
0.0929968
0.0929776
0.0929394
0.0928839
0.0928141
0.0927333
0.0926452
0.0925529
0.0924591
0.0923665
0.092277
0.0921919
0.0921127
0.0920405
0.0919753
0.0919171
0.0918666
0.0918237
0.0917874
0.0917571
0.0917333
0.0917155
0.0917013
0.0916893
0.0916802
0.0916748
0.091671
0.0916658
0.0916588
0.0916512
0.0916429
0.0916316
0.0916155
0.0915946
0.0915694
0.09154
0.0915056
0.091466
0.0914216
0.091373
0.0913204
0.0912642
0.0912044
0.0911419
0.0910774
0.0910117
0.0909459
0.0908813
0.0908192
0.0907612
0.0926315
0.092614
0.0925792
0.0925286
0.0924647
0.0923905
0.0923091
0.0922233
0.0921356
0.0920483
0.0919631
0.0918813
0.0918043
0.091733
0.0916676
0.0916081
0.0915551
0.0915087
0.0914679
0.0914321
0.091402
0.0913772
0.0913553
0.0913349
0.0913171
0.0913026
0.0912894
0.0912748
0.0912582
0.0912411
0.0912234
0.0912031
0.0911785
0.0911495
0.091117
0.091081
0.0910408
0.0909962
0.0909478
0.0908962
0.0908417
0.0907844
0.0907247
0.0906633
0.0906009
0.0905383
0.0904765
0.0904166
0.0903599
0.0903077
0.0922623
0.0922463
0.0922144
0.092168
0.0921093
0.0920408
0.0919652
0.0918852
0.0918027
0.0917199
0.0916384
0.0915594
0.091484
0.0914134
0.0913475
0.0912864
0.0912308
0.0911808
0.0911354
0.0910942
0.0910579
0.0910261
0.0909967
0.0909682
0.0909419
0.0909186
0.0908964
0.0908725
0.0908466
0.0908203
0.0907936
0.0907647
0.0907317
0.090695
0.0906553
0.0906127
0.0905668
0.0905172
0.0904646
0.0904096
0.0903525
0.0902934
0.0902329
0.0901714
0.0901098
0.0900487
0.0899892
0.0899321
0.0898785
0.0898296
0.0918888
0.0918741
0.0918447
0.091802
0.0917476
0.091684
0.0916135
0.0915383
0.0914603
0.0913814
0.091303
0.0912262
0.0911521
0.0910816
0.0910149
0.0909521
0.0908937
0.09084
0.09079
0.0907434
0.0907009
0.0906624
0.0906255
0.0905891
0.0905545
0.0905226
0.0904916
0.0904587
0.0904239
0.0903887
0.0903533
0.0903158
0.0902748
0.0902304
0.0901837
0.0901346
0.0900828
0.0900281
0.0899709
0.0899119
0.0898516
0.0897901
0.0897276
0.0896649
0.0896027
0.0895417
0.0894826
0.0894264
0.0893738
0.0893261
0.0915107
0.0914971
0.0914699
0.0914302
0.0913796
0.0913202
0.091254
0.0911829
0.0911086
0.0910329
0.090957
0.0908818
0.0908085
0.0907379
0.0906701
0.0906052
0.0905438
0.0904863
0.0904317
0.0903797
0.0903311
0.0902859
0.0902417
0.0901976
0.0901549
0.0901146
0.090075
0.0900335
0.0899899
0.089946
0.089902
0.0898563
0.0898073
0.0897554
0.0897015
0.089646
0.0895881
0.0895279
0.0894657
0.0894023
0.0893381
0.0892732
0.0892079
0.0891428
0.0890786
0.0890161
0.0889558
0.0888986
0.0888451
0.0887964
0.0911278
0.0911151
0.0910897
0.0910526
0.0910052
0.0909492
0.0908866
0.0908189
0.0907477
0.0906745
0.0906005
0.0905264
0.0904534
0.0903823
0.0903131
0.0902459
0.0901814
0.09012
0.0900607
0.0900032
0.0899486
0.0898967
0.0898454
0.0897937
0.089743
0.0896945
0.0896465
0.0895965
0.0895444
0.0894919
0.0894396
0.0893857
0.0893288
0.0892694
0.0892084
0.0891461
0.089082
0.0890159
0.0889483
0.0888799
0.088811
0.0887418
0.0886726
0.088604
0.0885366
0.088471
0.088408
0.088348
0.0882917
0.08824
0.0907398
0.0907279
0.090704
0.090669
0.0906242
0.0905711
0.0905114
0.0904464
0.0903776
0.0903063
0.0902336
0.0901602
0.0900871
0.0900151
0.0899442
0.0898744
0.0898066
0.0897411
0.089677
0.0896141
0.0895535
0.0894949
0.0894366
0.0893773
0.0893188
0.0892623
0.0892061
0.0891477
0.0890871
0.0890263
0.0889657
0.0889037
0.0888389
0.0887719
0.0887036
0.0886344
0.0885638
0.0884914
0.0884179
0.0883438
0.0882696
0.0881952
0.088121
0.0880477
0.0879758
0.0879059
0.0878385
0.0877741
0.0877133
0.0876568
0.0903466
0.0903353
0.0903126
0.0902793
0.0902366
0.0901857
0.0901283
0.0900655
0.0899985
0.0899286
0.0898566
0.0897834
0.0897097
0.0896364
0.0895635
0.0894909
0.0894196
0.0893499
0.0892809
0.0892125
0.0891458
0.0890807
0.0890153
0.0889486
0.0888824
0.088818
0.0887537
0.088687
0.0886181
0.0885489
0.0884801
0.0884099
0.0883373
0.0882625
0.0881868
0.0881105
0.0880329
0.0879539
0.0878739
0.0877935
0.0877131
0.0876326
0.0875526
0.0874734
0.0873958
0.0873202
0.0872471
0.0871768
0.0871099
0.0870469
0.089948
0.0899372
0.0899155
0.0898835
0.0898424
0.0897933
0.0897376
0.0896763
0.0896105
0.0895414
0.0894697
0.0893961
0.0893215
0.0892465
0.0891712
0.0890957
0.0890207
0.0889466
0.0888726
0.0887987
0.0887258
0.0886542
0.0885818
0.0885077
0.0884339
0.0883615
0.0882892
0.0882143
0.0881371
0.0880597
0.0879826
0.0879043
0.0878236
0.087741
0.0876577
0.0875739
0.087489
0.0874029
0.0873158
0.0872284
0.087141
0.0870537
0.0869668
0.0868808
0.0867963
0.0867138
0.0866337
0.0865561
0.0864816
0.0864107
0.089544
0.0895336
0.0895125
0.0894816
0.0894417
0.0893938
0.0893393
0.089279
0.0892139
0.089145
0.0890731
0.0889987
0.0889227
0.0888457
0.0887678
0.088689
0.08861
0.0885314
0.0884523
0.0883727
0.0882937
0.0882155
0.0881361
0.0880547
0.0879732
0.0878931
0.0878127
0.0877297
0.0876442
0.0875585
0.087473
0.0873865
0.0872977
0.087207
0.0871158
0.0870242
0.0869317
0.0868379
0.0867432
0.0866483
0.0865532
0.0864582
0.0863636
0.0862697
0.0861772
0.0860865
0.0859979
0.0859122
0.085829
0.0857489
0.0891347
0.0891244
0.0891039
0.0890736
0.0890345
0.0889874
0.0889336
0.0888738
0.0888088
0.0887397
0.0886671
0.0885915
0.0885137
0.0884344
0.0883535
0.0882711
0.088188
0.0881047
0.0880204
0.087935
0.0878498
0.0877649
0.0876785
0.0875898
0.0875007
0.0874127
0.0873243
0.0872332
0.0871394
0.0870453
0.0869515
0.0868566
0.0867594
0.0866605
0.0865611
0.0864614
0.0863608
0.0862589
0.0861561
0.0860529
0.0859495
0.085846
0.0857428
0.0856402
0.0855389
0.0854393
0.0853416
0.0852461
0.085153
0.0850625
0.0887199
0.0887099
0.0886896
0.0886598
0.088621
0.0885744
0.0885207
0.0884609
0.0883956
0.0883258
0.0882521
0.0881749
0.0880949
0.0880129
0.0879288
0.0878425
0.0877551
0.0876668
0.0875771
0.0874859
0.0873944
0.0873028
0.0872093
0.0871132
0.0870165
0.0869207
0.0868242
0.0867248
0.0866227
0.0865201
0.0864178
0.0863144
0.0862088
0.0861013
0.0859935
0.0858853
0.0857762
0.0856658
0.0855543
0.0854423
0.0853299
0.0852173
0.0851048
0.0849928
0.0848819
0.0847723
0.0846644
0.0845584
0.0844545
0.0843527
0.0883001
0.08829
0.0882699
0.0882402
0.0882015
0.0881549
0.088101
0.0880408
0.0879747
0.0879038
0.0878285
0.0877492
0.0876667
0.0875816
0.0874939
0.0874036
0.0873116
0.0872183
0.087123
0.0870258
0.0869278
0.0868295
0.0867289
0.0866253
0.0865209
0.0864171
0.0863126
0.0862049
0.0860944
0.0859832
0.0858723
0.0857603
0.0856458
0.0855297
0.085413
0.0852961
0.0851781
0.0850587
0.084938
0.0848167
0.0846948
0.0845725
0.0844501
0.0843279
0.0842066
0.0840864
0.0839676
0.0838504
0.0837349
0.083621
0.0878753
0.0878652
0.0878451
0.0878152
0.0877763
0.0877293
0.0876749
0.0876137
0.0875465
0.087474
0.0873967
0.087315
0.0872296
0.0871412
0.0870496
0.0869549
0.0868581
0.0867594
0.0866584
0.0865551
0.0864506
0.0863453
0.0862375
0.0861265
0.0860142
0.0859025
0.0857898
0.0856737
0.0855547
0.0854349
0.0853152
0.0851942
0.0850709
0.0849457
0.0848201
0.084694
0.0845668
0.0844379
0.0843077
0.0841766
0.0840447
0.0839121
0.0837792
0.0836463
0.083514
0.0833826
0.0832523
0.0831233
0.0829956
0.0828691
0.087446
0.0874358
0.0874154
0.0873852
0.0873458
0.0872981
0.0872427
0.0871803
0.0871115
0.087037
0.0869574
0.0868729
0.0867843
0.0866921
0.0865964
0.0864971
0.0863951
0.086291
0.0861841
0.0860744
0.0859633
0.085851
0.0857358
0.0856171
0.085497
0.0853772
0.0852562
0.0851317
0.085004
0.0848753
0.0847467
0.0846168
0.0844843
0.0843499
0.0842149
0.0840794
0.0839427
0.0838041
0.0836639
0.0835226
0.0833802
0.083237
0.0830931
0.082949
0.0828053
0.0826623
0.08252
0.0823787
0.0822384
0.0820989
0.0870126
0.0870023
0.0869815
0.0869507
0.0869106
0.0868618
0.0868051
0.0867411
0.0866703
0.0865935
0.0865111
0.0864235
0.0863313
0.0862351
0.0861349
0.0860307
0.0859234
0.0858135
0.0857005
0.0855843
0.0854664
0.0853469
0.0852243
0.0850979
0.0849698
0.0848418
0.0847124
0.0845793
0.0844428
0.0843052
0.0841675
0.0840283
0.0838865
0.0837427
0.0835982
0.083453
0.0833064
0.0831577
0.0830073
0.0828554
0.0827024
0.0825482
0.082393
0.0822375
0.082082
0.0819269
0.0817724
0.0816185
0.0814653
0.0813126
0.0865758
0.0865652
0.0865439
0.0865124
0.0864712
0.0864211
0.0863628
0.0862968
0.0862237
0.0861442
0.0860587
0.0859676
0.0858714
0.0857709
0.0856659
0.0855565
0.0854436
0.0853278
0.0852085
0.0850856
0.0849606
0.0848339
0.0847037
0.0845694
0.0844332
0.0842969
0.084159
0.0840171
0.0838717
0.0837251
0.0835782
0.0834296
0.0832783
0.0831249
0.0829705
0.0828155
0.0826588
0.0824998
0.0823389
0.0821763
0.0820123
0.0818468
0.0816802
0.0815129
0.0813455
0.0811782
0.0810112
0.0808446
0.0806783
0.0805123
0.0861363
0.0861254
0.0861035
0.086071
0.0860285
0.0859768
0.0859166
0.0858483
0.0857725
0.0856899
0.085601
0.0855059
0.0854055
0.0853003
0.0851903
0.0850754
0.0849567
0.0848347
0.0847088
0.0845791
0.0844469
0.0843127
0.0841747
0.0840325
0.083888
0.0837433
0.0835967
0.0834461
0.0832916
0.0831357
0.0829794
0.0828214
0.0826604
0.0824972
0.082333
0.0821678
0.0820008
0.0818315
0.0816598
0.0814864
0.0813112
0.0811343
0.0809561
0.080777
0.0805976
0.080418
0.0802385
0.0800592
0.0798799
0.0797006
0.085695
0.0856837
0.085661
0.0856274
0.0855834
0.0855298
0.0854674
0.0853965
0.0853176
0.0852316
0.0851389
0.0850396
0.0849346
0.0848244
0.084709
0.0845884
0.0844636
0.0843352
0.0842025
0.0840657
0.0839262
0.0837843
0.0836384
0.083488
0.0833352
0.0831818
0.0830265
0.0828669
0.0827033
0.0825381
0.0823724
0.0822047
0.082034
0.0818608
0.0816865
0.0815111
0.0813338
0.0811539
0.0809715
0.080787
0.0806006
0.0804124
0.0802226
0.0800317
0.0798402
0.0796484
0.0794565
0.0792645
0.0790723
0.0788799
0.0852529
0.0852412
0.0852177
0.0851827
0.085137
0.0850813
0.0850163
0.0849424
0.0848603
0.0847705
0.0846736
0.0845698
0.0844598
0.0843443
0.0842232
0.0840965
0.0839654
0.0838302
0.0836906
0.0835464
0.0833993
0.0832496
0.0830957
0.0829369
0.0827757
0.0826136
0.0824494
0.0822807
0.0821079
0.0819333
0.081758
0.0815806
0.0814
0.0812169
0.0810324
0.0808468
0.080659
0.0804685
0.0802753
0.0800798
0.0798823
0.0796828
0.0794814
0.0792788
0.0790754
0.0788716
0.0786674
0.078463
0.0782582
0.078053
0.0848115
0.0847994
0.0847748
0.0847384
0.0846907
0.0846326
0.0845647
0.0844875
0.0844016
0.0843077
0.0842063
0.0840976
0.0839823
0.0838612
0.0837341
0.0836011
0.0834632
0.0833211
0.0831742
0.0830226
0.0828677
0.08271
0.0825478
0.0823806
0.0822106
0.0820398
0.0818666
0.0816887
0.0815065
0.0813224
0.0811375
0.0809504
0.0807599
0.0805667
0.0803721
0.0801762
0.079978
0.0797769
0.0795729
0.0793666
0.0791581
0.0789473
0.0787346
0.0785205
0.0783054
0.0780898
0.0778736
0.077657
0.0774401
0.0772225
0.0843723
0.0843595
0.0843339
0.0842957
0.0842459
0.0841851
0.084114
0.0840332
0.0839433
0.0838449
0.0837386
0.0836246
0.0835036
0.0833765
0.083243
0.0831033
0.0829585
0.0828092
0.0826547
0.0824953
0.0823325
0.0821665
0.0819959
0.0818201
0.0816414
0.0814616
0.0812793
0.0810922
0.0809006
0.080707
0.0805124
0.0803155
0.0801151
0.0799119
0.0797072
0.079501
0.0792924
0.0790808
0.0788663
0.0786492
0.0784298
0.0782081
0.0779843
0.077759
0.0775326
0.0773055
0.0770778
0.0768495
0.0766207
0.0763913
0.152035
0.146641
0.158948
0.173558
0.181266
0.181303
0.175862
0.16625
0.153768
0.139174
0.122819
0.104819
0.0851556
0.063788
0.0406432
0.0155824
-0.0114515
-0.0403635
-0.0709259
-0.102681
-0.134884
-0.166538
-0.196537
-0.223542
-0.246334
-0.263836
-0.274998
-0.279568
-0.277991
-0.271008
-0.258488
-0.239418
-0.213177
-0.180907
-0.145238
-0.10858
-0.0724789
-0.0378268
-0.00513449
0.0253289
0.0534582
0.0792603
0.102815
0.124249
0.143709
0.161354
0.177343
0.191829
0.204954
0.216852
0.227642
0.237434
0.246324
0.254401
0.261742
0.268415
0.274483
0.279997
0.285007
0.289554
0.293674
0.297401
0.300761
0.30378
0.306479
0.308874
0.310982
0.312814
0.314381
0.315689
0.316743
0.317547
0.318099
0.318398
0.318438
0.318212
0.317709
0.316914
0.315809
0.31437
0.312568
0.310368
0.307728
0.304593
0.300898
0.29656
0.29148
0.285523
0.278538
0.270277
0.260525
0.24875
0.234726
0.216972
0.195894
0.165796
0.132677
0.0654643
0.014655
-0.279494
0.152078
0.146751
0.158925
0.173554
0.181401
0.181569
0.176188
0.16658
0.15405
0.139391
0.122986
0.104969
0.0853373
0.064059
0.0410756
0.0162668
-0.0104188
-0.0388865
-0.0689059
-0.100032
-0.13153
-0.16245
-0.191711
-0.218033
-0.2403
-0.257405
-0.2684
-0.273126
-0.271949
-0.265293
-0.25267
-0.233156
-0.206549
-0.174465
-0.139475
-0.103705
-0.0684905
-0.0346394
-0.00263921
0.0272392
0.0548814
0.080282
0.103509
0.124675
0.143919
0.161391
0.17724
0.191613
0.204648
0.216473
0.227205
0.23695
0.245803
0.253849
0.261165
0.267818
0.273868
0.279368
0.284365
0.288901
0.293011
0.296728
0.300079
0.303088
0.305776
0.308161
0.310257
0.312076
0.313629
0.314922
0.315959
0.316744
0.317276
0.317552
0.317567
0.317312
0.316778
0.315947
0.314803
0.313319
0.311468
0.309213
0.306509
0.303302
0.299525
0.295093
0.289904
0.283818
0.276684
0.268241
0.258275
0.246221
0.231872
0.213635
0.192043
0.160862
0.126966
0.0560403
0.00276244
-0.294959
0.152023
0.147097
0.158851
0.173397
0.181338
0.181647
0.176351
0.166778
0.154223
0.139515
0.123069
0.105042
0.0854458
0.06426
0.0414402
0.016884
-0.00945301
-0.0374748
-0.066952
-0.0974493
-0.128246
-0.15844
-0.186966
-0.212622
-0.234362
-0.251062
-0.261911
-0.266794
-0.265947
-0.259421
-0.246509
-0.226471
-0.199607
-0.167861
-0.133641
-0.0987865
-0.064465
-0.0314157
-0.00010983
0.0291798
0.0563298
0.0813235
0.104217
0.125111
0.144134
0.161427
0.177132
0.191389
0.204331
0.216081
0.226752
0.236448
0.245262
0.253276
0.260566
0.267198
0.27323
0.278715
0.283699
0.288223
0.292322
0.296028
0.299369
0.302368
0.305045
0.307418
0.309502
0.311309
0.312847
0.314124
0.315144
0.315909
0.316419
0.316672
0.31666
0.316376
0.315809
0.314942
0.313757
0.312228
0.310325
0.308012
0.305243
0.301962
0.298101
0.293571
0.28827
0.282053
0.274764
0.266135
0.25595
0.243611
0.228937
0.210198
0.188123
0.155802
0.121312
0.0468808
-0.00801109
-0.28972
0.151887
0.147658
0.158719
0.173056
0.181044
0.181494
0.176314
0.16682
0.154272
0.139533
0.123058
0.105028
0.0854725
0.0643833
0.0417303
0.0174272
-0.00856056
-0.0361358
-0.0650723
-0.094941
-0.125043
-0.154516
-0.182311
-0.207317
-0.228523
-0.244821
-0.255546
-0.260565
-0.259923
-0.253305
-0.239934
-0.219353
-0.192384
-0.161126
-0.127749
-0.0938322
-0.0604052
-0.0281574
0.0024524
0.0311497
0.0578028
0.0823843
0.104938
0.125555
0.144353
0.161462
0.177019
0.191157
0.204002
0.215674
0.226283
0.235929
0.244701
0.252683
0.259945
0.266554
0.272568
0.278037
0.283007
0.287518
0.291606
0.295301
0.298631
0.301619
0.304285
0.306647
0.308718
0.31051
0.312033
0.313294
0.314296
0.315041
0.315529
0.315756
0.315717
0.315403
0.314802
0.313897
0.312669
0.311093
0.309138
0.306765
0.303929
0.300571
0.296623
0.291993
0.286577
0.280224
0.272778
0.263957
0.253549
0.240918
0.22592
0.206667
0.184136
0.150654
0.115707
0.038292
-0.0173073
-0.279591
0.151701
0.148377
0.15851
0.172459
0.180454
0.181046
0.176013
0.166656
0.154168
0.13943
0.122941
0.104917
0.0854078
0.0644206
0.0419381
0.01789
-0.00774772
-0.0348764
-0.0632738
-0.0925145
-0.121929
-0.150683
-0.177756
-0.202125
-0.222787
-0.2387
-0.249311
-0.254411
-0.253789
-0.246849
-0.232878
-0.211814
-0.184926
-0.154294
-0.121817
-0.0888477
-0.0563138
-0.0248665
0.00504627
0.0331481
0.0592999
0.0834641
0.105674
0.126008
0.144575
0.161497
0.176902
0.190916
0.203662
0.215254
0.225798
0.235391
0.244121
0.252067
0.259301
0.265887
0.27188
0.277332
0.282288
0.286786
0.290862
0.294545
0.297864
0.30084
0.303495
0.305844
0.307902
0.30968
0.311187
0.31243
0.313413
0.314137
0.314602
0.314804
0.314736
0.314391
0.313754
0.312811
0.311539
0.309914
0.307904
0.30547
0.302564
0.299127
0.295089
0.290356
0.284822
0.278329
0.270723
0.261706
0.251072
0.238142
0.222821
0.203048
0.180084
0.145458
0.110143
0.0304099
-0.0254584
-0.271638
0.151453
0.149142
0.158214
0.171562
0.179499
0.180225
0.175367
0.16621
0.153857
0.139175
0.122702
0.104697
0.0852414
0.0643618
0.0420548
0.0182647
-0.00702128
-0.0337038
-0.0615631
-0.0901785
-0.118913
-0.146948
-0.173313
-0.197048
-0.217164
-0.232714
-0.243197
-0.248264
-0.247426
-0.239944
-0.225302
-0.203897
-0.177285
-0.147396
-0.115854
-0.0838377
-0.0521938
-0.0215448
0.00767029
0.0351739
0.0608204
0.0845624
0.106422
0.126469
0.144801
0.161531
0.176779
0.190667
0.20331
0.214819
0.225295
0.234833
0.243519
0.251429
0.258633
0.265194
0.271167
0.276601
0.281541
0.286025
0.290088
0.293759
0.297066
0.300031
0.302673
0.305009
0.307053
0.308816
0.310307
0.311532
0.312495
0.313197
0.313638
0.313813
0.313716
0.313338
0.312665
0.311681
0.310364
0.308689
0.306622
0.304124
0.301147
0.297629
0.293498
0.288659
0.283003
0.276368
0.268597
0.25938
0.248518
0.235285
0.219643
0.199345
0.175972
0.140246
0.104628
0.023203
-0.032875
-0.265738
0.151111
0.149831
0.157825
0.17035
0.178138
0.178978
0.174309
0.165404
0.153265
0.138715
0.122312
0.104354
0.0849626
0.0641963
0.0420696
0.0185414
-0.00639001
-0.0326259
-0.059947
-0.0879413
-0.116
-0.143322
-0.168992
-0.192088
-0.211671
-0.22687
-0.237162
-0.242006
-0.240689
-0.23249
-0.217206
-0.195667
-0.169516
-0.140457
-0.109873
-0.078807
-0.0480478
-0.0181944
0.0103229
0.0372262
0.0623636
0.0856788
0.107184
0.126938
0.145029
0.161563
0.176651
0.190408
0.202945
0.214368
0.224774
0.234256
0.242895
0.250767
0.25794
0.264475
0.270426
0.275841
0.280765
0.285234
0.289284
0.292942
0.296237
0.299188
0.301817
0.30414
0.306169
0.307916
0.30939
0.310597
0.311539
0.312219
0.312635
0.312782
0.312655
0.312243
0.311532
0.310506
0.309143
0.307416
0.305291
0.302727
0.299676
0.296074
0.291848
0.2869
0.281119
0.274338
0.2664
0.256978
0.245885
0.232345
0.216387
0.195563
0.171809
0.135039
0.0991774
0.016599
-0.0397938
-0.259576
0.150653
0.150351
0.157332
0.168848
0.176375
0.177294
0.172811
0.164186
0.152324
0.137986
0.121724
0.103862
0.08456
0.0639157
0.041972
0.0187082
-0.00586653
-0.0316538
-0.0584359
-0.0858133
-0.1132
-0.139815
-0.164804
-0.187254
-0.206316
-0.221139
-0.2311
-0.235466
-0.233427
-0.224424
-0.208643
-0.187204
-0.161669
-0.133499
-0.103882
-0.0737595
-0.0438788
-0.0148176
0.0130025
0.0393035
0.0639284
0.0868125
0.107958
0.127415
0.145261
0.161593
0.176517
0.19014
0.202568
0.213901
0.224235
0.233657
0.242248
0.250081
0.257221
0.263728
0.269656
0.275052
0.279959
0.284413
0.288448
0.292093
0.295374
0.298313
0.300928
0.303236
0.30525
0.306981
0.308437
0.309624
0.310545
0.311201
0.311591
0.31171
0.311551
0.311104
0.310354
0.309285
0.307874
0.306092
0.303907
0.301276
0.298149
0.294461
0.290137
0.285077
0.279169
0.272238
0.264129
0.254499
0.243174
0.229323
0.213055
0.191706
0.167603
0.129858
0.093804
0.0105713
-0.0463248
-0.2517
0.150075
0.150639
0.156726
0.167105
0.174252
0.175207
0.170897
0.162557
0.151013
0.136948
0.120896
0.103192
0.0840224
0.0635192
0.0417622
0.0187597
-0.00546168
-0.0308016
-0.0570462
-0.0838105
-0.110527
-0.136446
-0.160761
-0.182568
-0.201072
-0.215418
-0.224823
-0.228437
-0.225506
-0.215752
-0.199708
-0.178592
-0.15379
-0.12654
-0.0978864
-0.0686993
-0.0396898
-0.0114167
0.0157071
0.0414046
0.065514
0.0879628
0.108744
0.127898
0.145494
0.161621
0.176377
0.189862
0.202177
0.213418
0.223677
0.233038
0.241578
0.249369
0.256475
0.262954
0.268858
0.274233
0.279121
0.283559
0.287579
0.29121
0.294477
0.297401
0.300002
0.302295
0.304294
0.306007
0.307445
0.308612
0.309511
0.310143
0.310505
0.310595
0.310403
0.309919
0.309129
0.308015
0.306554
0.304717
0.30247
0.299769
0.296563
0.292787
0.288363
0.283188
0.277149
0.270066
0.261783
0.251942
0.240384
0.226219
0.20965
0.187783
0.163361
0.124725
0.0885138
0.0051419
-0.0525488
-0.241994
0.149385
0.150667
0.155996
0.165184
0.171839
0.172782
0.168627
0.160565
0.149359
0.13561
0.119823
0.102336
0.0833507
0.0630237
0.0414661
0.0187209
-0.00515826
-0.0300617
-0.0557788
-0.081938
-0.10799
-0.133218
-0.156843
-0.177998
-0.19582
-0.209487
-0.218071
-0.220724
-0.216877
-0.206561
-0.19052
-0.169908
-0.14591
-0.119591
-0.0918928
-0.0636303
-0.0354839
-0.00799424
0.018435
0.0435281
0.0671193
0.089129
0.109542
0.128389
0.14573
0.161647
0.176229
0.189573
0.201771
0.212918
0.223099
0.232396
0.240884
0.248632
0.255702
0.262151
0.268029
0.273382
0.278251
0.282672
0.286676
0.290292
0.293544
0.296454
0.29904
0.301317
0.303298
0.304994
0.306412
0.307558
0.308434
0.309041
0.309376
0.309434
0.309208
0.308687
0.307855
0.306695
0.305182
0.303288
0.300977
0.298204
0.294918
0.29105
0.286524
0.281231
0.275059
0.26782
0.259362
0.249306
0.237516
0.223036
0.206175
0.183799
0.15909
0.119662
0.0833093
0.000342572
-0.058552
-0.230971
0.148597
0.15043
0.155136
0.163144
0.169214
0.170097
0.166079
0.158282
0.147422
0.134024
0.118548
0.10133
0.0825817
0.0624766
0.0411473
0.0186687
-0.00487474
-0.0293567
-0.0545625
-0.0801272
-0.105518
-0.130044
-0.152916
-0.173297
-0.190287
-0.20304
-0.210594
-0.212223
-0.207604
-0.197
-0.181198
-0.161211
-0.138053
-0.112662
-0.0859063
-0.0585564
-0.0312644
-0.00455287
0.0211839
0.0456723
0.0687431
0.0903103
0.11035
0.128885
0.145967
0.161669
0.176075
0.189273
0.201352
0.2124
0.2225
0.231731
0.240164
0.247867
0.2549
0.261317
0.267168
0.272499
0.277347
0.28175
0.285737
0.289337
0.292574
0.295468
0.298038
0.300299
0.302263
0.30394
0.305338
0.306462
0.307314
0.307894
0.3082
0.308227
0.307965
0.307405
0.306531
0.305322
0.303757
0.301803
0.299426
0.296579
0.29321
0.289249
0.284618
0.279205
0.272897
0.2655
0.256864
0.246591
0.23457
0.219775
0.202633
0.179764
0.154797
0.114691
0.0781904
-0.00381544
-0.0644068
-0.219154
0.147727
0.149948
0.154146
0.161035
0.166455
0.16723
0.163335
0.155787
0.145273
0.13225
0.11713
0.100235
0.0817827
0.0619556
0.0409025
0.0187255
-0.00446348
-0.0285185
-0.0532126
-0.0781765
-0.102888
-0.126656
-0.148679
-0.168125
-0.18413
-0.195797
-0.202266
-0.202992
-0.19786
-0.187234
-0.171839
-0.152545
-0.130235
-0.10576
-0.0799319
-0.0534818
-0.0270347
-0.00109534
0.0239518
0.0478355
0.0703841
0.0915055
0.111169
0.129387
0.146206
0.161689
0.175913
0.188961
0.200917
0.211863
0.22188
0.231042
0.239419
0.247074
0.254067
0.260452
0.266275
0.271581
0.276408
0.280792
0.284761
0.288344
0.291565
0.294443
0.296996
0.29924
0.301186
0.302843
0.30422
0.305321
0.306148
0.306701
0.306977
0.30697
0.306673
0.306072
0.305153
0.303895
0.302275
0.30026
0.297815
0.294893
0.291439
0.287382
0.282643
0.277107
0.270661
0.263102
0.254288
0.243796
0.231547
0.216439
0.199027
0.175686
0.150487
0.109834
0.0731568
-0.00734841
-0.0701452
-0.206881
0.14679
0.149252
0.15303
0.158893
0.163628
0.164253
0.160466
0.153153
0.142978
0.130347
0.115621
0.0991034
0.0810119
0.0615325
0.0408246
0.019013
-0.00376732
-0.0273508
-0.0514916
-0.0758101
-0.0997831
-0.122702
-0.143784
-0.1622
-0.177106
-0.187665
-0.19317
-0.193233
-0.187853
-0.177402
-0.162511
-0.143936
-0.122466
-0.0988915
-0.0739745
-0.0484107
-0.0227984
0.00237543
0.0267362
0.050016
0.0720409
0.0927137
0.111996
0.129894
0.146444
0.161704
0.175743
0.188637
0.200466
0.211308
0.221238
0.230329
0.238646
0.246252
0.253205
0.259554
0.265348
0.270628
0.275433
0.279796
0.283747
0.287312
0.290516
0.293377
0.295912
0.298138
0.300064
0.301702
0.303057
0.304134
0.304935
0.305459
0.305704
0.305663
0.305328
0.304686
0.303721
0.302412
0.300735
0.298658
0.296143
0.293142
0.289601
0.285446
0.280597
0.274936
0.26835
0.260628
0.251634
0.240922
0.228447
0.213029
0.195362
0.171575
0.146167
0.105111
0.0682098
-0.0102906
-0.0757075
-0.194467
0.145797
0.148376
0.151796
0.156744
0.160788
0.161224
0.157533
0.150444
0.140597
0.128364
0.114058
0.0979637
0.0802948
0.0612371
0.040956
0.0195941
-0.00269567
-0.0257283
-0.0492378
-0.0728341
-0.0959814
-0.117966
-0.138033
-0.155402
-0.169221
-0.178797
-0.183551
-0.18319
-0.17776
-0.167599
-0.153255
-0.135398
-0.114755
-0.0920619
-0.0680389
-0.0433472
-0.018559
0.00585641
0.0295348
0.0522117
0.0737121
0.0939338
0.112832
0.130406
0.146683
0.161715
0.175564
0.1883
0.199999
0.210733
0.220573
0.22959
0.237846
0.245401
0.25231
0.258623
0.264386
0.269639
0.27442
0.278762
0.282693
0.28624
0.289425
0.292267
0.294785
0.296991
0.298898
0.300514
0.301846
0.302898
0.303672
0.304167
0.30438
0.304303
0.303929
0.303244
0.302231
0.30087
0.299135
0.296993
0.294406
0.291326
0.287695
0.28344
0.278479
0.27269
0.265962
0.258075
0.2489
0.237969
0.225273
0.209549
0.191641
0.167441
0.141842
0.100539
0.063354
-0.0126818
-0.0809244
-0.182366
0.144758
0.147354
0.150456
0.154601
0.157971
0.15819
0.154579
0.147704
0.138175
0.126338
0.11247
0.0968303
0.0796321
0.061059
0.0412804
0.0204519
-0.00125865
-0.0236491
-0.0464368
-0.0692236
-0.0914605
-0.112472
-0.131531
-0.147875
-0.160713
-0.169477
-0.173674
-0.173063
-0.167699
-0.157881
-0.144093
-0.126944
-0.107108
-0.0852768
-0.0621302
-0.0382958
-0.0143204
0.00934444
0.0323449
0.0544208
0.075396
0.0951644
0.113675
0.13092
0.146921
0.16172
0.175375
0.18795
0.199515
0.210137
0.219885
0.228824
0.237016
0.244518
0.251382
0.257657
0.263387
0.268612
0.273368
0.277687
0.281597
0.285124
0.28829
0.291114
0.293612
0.295799
0.297684
0.299278
0.300586
0.301612
0.302358
0.302823
0.303002
0.302889
0.302474
0.301744
0.300683
0.299268
0.297472
0.295264
0.292604
0.289441
0.28572
0.281362
0.276286
0.270368
0.263496
0.255442
0.246088
0.234936
0.222024
0.206003
0.187868
0.163295
0.137518
0.0961321
0.0585993
-0.014559
-0.0855843
-0.17112
0.143677
0.146215
0.149025
0.152472
0.155203
0.155183
0.151636
0.144969
0.135745
0.124299
0.110874
0.0957104
0.0790149
0.0609714
0.0417522
0.0215231
0.000463769
-0.0212094
-0.0432028
-0.0651124
-0.0863926
-0.106436
-0.124515
-0.139886
-0.151868
-0.159963
-0.163737
-0.162979
-0.157737
-0.148277
-0.135039
-0.118581
-0.0995314
-0.0785421
-0.0562535
-0.0332611
-0.0100865
0.0128363
0.0351639
0.0566409
0.0770909
0.0964043
0.114525
0.131437
0.147157
0.16172
0.175177
0.187587
0.199013
0.20952
0.219173
0.228032
0.236157
0.243603
0.25042
0.256655
0.262351
0.267546
0.272275
0.27657
0.280459
0.283965
0.28711
0.289914
0.292392
0.294558
0.296421
0.297992
0.299275
0.300275
0.300991
0.301424
0.301568
0.301417
0.300961
0.300185
0.299073
0.297602
0.295745
0.293469
0.290733
0.287487
0.283671
0.279209
0.274017
0.267968
0.260951
0.252729
0.243196
0.231826
0.218703
0.202396
0.184047
0.159146
0.1332
0.0919011
0.0539602
-0.0159517
-0.0894956
-0.161235
0.142558
0.144984
0.147515
0.150357
0.152495
0.152223
0.148726
0.142259
0.133332
0.122267
0.109287
0.0946083
0.0784344
0.0609485
0.0423256
0.0227391
0.00237858
-0.0185293
-0.0396851
-0.0606839
-0.0809997
-0.100084
-0.117216
-0.131682
-0.142909
-0.150432
-0.153862
-0.153005
-0.147906
-0.138805
-0.126102
-0.110315
-0.0920316
-0.0718631
-0.0504138
-0.0282474
-0.00586112
0.0163284
0.037989
0.0588698
0.078795
0.097652
0.11538
0.131956
0.147391
0.161713
0.174968
0.187208
0.198493
0.208881
0.218435
0.227212
0.235268
0.242655
0.249423
0.255616
0.261275
0.266439
0.271141
0.27541
0.279275
0.28276
0.285884
0.288667
0.291123
0.293267
0.295108
0.296654
0.297911
0.298883
0.299569
0.299969
0.300077
0.299887
0.299387
0.298565
0.2974
0.295872
0.293952
0.291605
0.288792
0.28546
0.281549
0.27698
0.271671
0.265488
0.258326
0.249935
0.240225
0.228639
0.215313
0.198731
0.180183
0.155006
0.128893
0.0878532
0.0494531
-0.0168936
-0.0925164
-0.153085
0.141404
0.143681
0.14594
0.148257
0.149855
0.149325
0.145862
0.139588
0.130948
0.120256
0.107716
0.0935272
0.0778847
0.0609721
0.0429663
0.0240473
0.00441173
-0.0157067
-0.0360059
-0.056088
-0.0754564
-0.0935795
-0.109796
-0.123436
-0.133975
-0.140982
-0.144108
-0.143177
-0.138225
-0.129474
-0.117289
-0.102154
-0.0846143
-0.0652455
-0.0446162
-0.0232595
-0.00164849
0.0198175
0.0408171
0.0611051
0.0805064
0.0989059
0.116238
0.132476
0.147622
0.1617
0.174748
0.186815
0.197953
0.20822
0.217671
0.226362
0.234346
0.241673
0.248389
0.254538
0.26016
0.26529
0.269963
0.274206
0.278046
0.281507
0.284609
0.28737
0.289804
0.291924
0.293741
0.295262
0.296492
0.297435
0.29809
0.298455
0.298526
0.298295
0.297751
0.29688
0.295662
0.294074
0.292089
0.289671
0.286778
0.283358
0.279351
0.274674
0.269245
0.262928
0.255619
0.24706
0.237175
0.225376
0.211854
0.195014
0.176279
0.150883
0.124606
0.0839906
0.0450927
-0.0174938
-0.0945144
-0.146849
0.140216
0.142319
0.144312
0.146171
0.147282
0.146498
0.143053
0.136964
0.128605
0.118276
0.10617
0.0924705
0.0773633
0.0610312
0.0436532
0.0254136
0.00651454
-0.0128059
-0.0322464
-0.0514205
-0.0698606
-0.0870459
-0.102374
-0.11524
-0.125134
-0.131659
-0.134505
-0.13351
-0.128704
-0.12029
-0.108607
-0.0941021
-0.077285
-0.0586948
-0.0388659
-0.018302
0.00254727
0.0232998
0.0436453
0.0633443
0.082223
0.100164
0.117099
0.132995
0.147849
0.161678
0.174516
0.186405
0.197394
0.207535
0.216881
0.225483
0.233392
0.240655
0.247318
0.253421
0.259003
0.264098
0.26874
0.272955
0.276769
0.280206
0.283284
0.286021
0.288432
0.290528
0.29232
0.293814
0.295016
0.295928
0.296551
0.296881
0.296913
0.29664
0.29605
0.295128
0.293855
0.292207
0.290155
0.287664
0.28469
0.28118
0.277074
0.272288
0.266739
0.260286
0.252831
0.244105
0.234047
0.222041
0.208331
0.191251
0.172341
0.146786
0.120343
0.0803098
0.0408894
-0.0179039
-0.095405
-0.142493
0.138996
0.14091
0.142643
0.144098
0.144776
0.143746
0.140308
0.134394
0.126308
0.116333
0.104655
0.0914414
0.0768696
0.0611207
0.0443746
0.0268187
0.00865891
-0.00986448
-0.0284534
-0.0467341
-0.0642633
-0.0805422
-0.095019
-0.10714
-0.116419
-0.122488
-0.125069
-0.124014
-0.119349
-0.11126
-0.100061
-0.086166
-0.0700497
-0.0522163
-0.0331681
-0.0133798
0.00672192
0.0267717
0.0464704
0.0655847
0.0839425
0.101426
0.117961
0.133512
0.14807
0.161647
0.174271
0.185978
0.196814
0.206826
0.216063
0.224573
0.232404
0.239601
0.246208
0.252262
0.257803
0.262862
0.26747
0.271655
0.275442
0.278853
0.281906
0.284619
0.287005
0.289076
0.290841
0.292308
0.293481
0.294361
0.29495
0.295243
0.295236
0.29492
0.294282
0.293309
0.291979
0.290268
0.288148
0.285582
0.282526
0.278925
0.274718
0.269821
0.26415
0.257561
0.249962
0.241068
0.230842
0.218635
0.204745
0.187447
0.168373
0.142725
0.116114
0.0768012
0.0368527
-0.0182398
-0.0952143
-0.139773
0.137745
0.139464
0.140943
0.142039
0.142333
0.141072
0.137629
0.131881
0.124063
0.114434
0.103176
0.0904432
0.0764051
0.061239
0.0451251
0.0282527
0.01083
-0.00690246
-0.0246511
-0.0420557
-0.0586959
-0.0740991
-0.0877555
-0.099156
-0.107845
-0.113479
-0.115807
-0.114695
-0.110166
-0.10239
-0.0916573
-0.0783512
-0.0629138
-0.0458157
-0.0275278
-0.00849744
0.0108711
0.0302293
0.0492891
0.0678235
0.0856628
0.102688
0.118823
0.134027
0.148286
0.161607
0.174012
0.185534
0.196213
0.206092
0.215216
0.223631
0.231381
0.23851
0.245058
0.251062
0.256558
0.261578
0.266152
0.270307
0.274065
0.277448
0.280475
0.283162
0.285522
0.287566
0.289304
0.290742
0.291884
0.292732
0.293285
0.293541
0.293492
0.293131
0.292445
0.291418
0.29003
0.288256
0.286066
0.283422
0.280282
0.276588
0.272281
0.267271
0.261479
0.254754
0.247009
0.237951
0.227561
0.21516
0.201099
0.183608
0.16438
0.138704
0.111925
0.0734524
0.0330008
-0.0185633
-0.0940894
-0.138269
0.136468
0.137988
0.13922
0.139995
0.139951
0.138476
0.135023
0.129431
0.121873
0.112583
0.101737
0.0894796
0.0759719
0.0613863
0.0459027
0.0297109
0.0130202
-0.00393013
-0.020852
-0.0373999
-0.0531746
-0.0677304
-0.0805948
-0.0912998
-0.0994219
-0.10464
-0.106725
-0.105558
-0.101158
-0.0936831
-0.0834002
-0.070663
-0.0558827
-0.0394981
-0.0219502
-0.00365985
0.0149905
0.0336687
0.0520979
0.0700579
0.0873815
0.103949
0.119683
0.134537
0.148494
0.161556
0.173739
0.185072
0.195589
0.205332
0.21434
0.222656
0.230323
0.23738
0.243866
0.249818
0.255268
0.260248
0.264785
0.268906
0.272634
0.275989
0.278988
0.281647
0.28398
0.285997
0.287706
0.289113
0.290224
0.291038
0.291554
0.291771
0.29168
0.291272
0.290536
0.289454
0.288006
0.286167
0.283905
0.281184
0.277958
0.27417
0.26976
0.264637
0.258723
0.251862
0.243974
0.234755
0.224205
0.211621
0.197398
0.17974
0.160369
0.134731
0.107787
0.0702518
0.0293667
-0.0189074
-0.0922544
-0.137464
0.135166
0.136489
0.137484
0.137969
0.137628
0.135959
0.132491
0.127046
0.119742
0.110784
0.100342
0.0885542
0.0755724
0.0615639
0.046707
0.0311913
0.0152255
-0.000953102
-0.0170638
-0.0327749
-0.0477081
-0.0614433
-0.0735442
-0.0835784
-0.0911548
-0.0959734
-0.0978262
-0.0966063
-0.0923318
-0.0851457
-0.0752951
-0.0631068
-0.0489618
-0.0332689
-0.0164405
0.00112818
0.0190757
0.0370859
0.0548935
0.0722849
0.0890959
0.105208
0.120539
0.135042
0.148694
0.161493
0.17345
0.18459
0.194943
0.204545
0.213433
0.221648
0.229228
0.23621
0.242633
0.248529
0.25393
0.258867
0.263367
0.267453
0.271149
0.274473
0.277443
0.280074
0.282378
0.284365
0.286044
0.287421
0.288497
0.289276
0.289755
0.289931
0.289796
0.289341
0.288553
0.287415
0.285906
0.284
0.281665
0.278864
0.275551
0.271669
0.267155
0.261918
0.255882
0.248886
0.240858
0.23148
0.220776
0.20802
0.193644
0.175849
0.156345
0.13081
0.103709
0.067192
0.0259839
-0.019295
-0.0899412
-0.136856
0.133842
0.134972
0.13574
0.135963
0.135361
0.133521
0.130038
0.124731
0.117673
0.109042
0.0989957
0.0876706
0.0752092
0.0617733
0.0475382
0.0326925
0.0174432
0.00202462
-0.0132911
-0.0281861
-0.0423014
-0.0552438
-0.0666086
-0.0759968
-0.0830486
-0.0874849
-0.0891155
-0.0878451
-0.0836903
-0.0767817
-0.0673469
-0.0556874
-0.0421561
-0.0271332
-0.0110036
0.00586186
0.0231222
0.040477
0.0576723
0.0745014
0.0908036
0.10646
0.12139
0.13554
0.148885
0.161417
0.173145
0.184088
0.194272
0.20373
0.212495
0.220605
0.228094
0.235
0.241355
0.247193
0.252544
0.257437
0.261896
0.265946
0.269607
0.272899
0.275839
0.278439
0.280713
0.28267
0.284318
0.285661
0.286703
0.287445
0.287885
0.288019
0.287839
0.287335
0.286494
0.285298
0.283726
0.281752
0.279343
0.276461
0.27306
0.269081
0.264464
0.259114
0.252956
0.245826
0.237659
0.228129
0.217276
0.204361
0.189841
0.171941
0.152315
0.126946
0.0997005
0.0642683
0.0228799
-0.0197551
-0.0873353
-0.136054
0.1325
0.133441
0.133995
0.133981
0.133151
0.131159
0.127664
0.122488
0.11567
0.107358
0.0977019
0.0868321
0.0748849
0.0620158
0.0483966
0.0342135
0.0196712
0.00499949
-0.00953829
-0.0236374
-0.0369598
-0.049137
-0.0597926
-0.0685595
-0.0751074
-0.0791778
-0.0805964
-0.0792777
-0.0752376
-0.0685954
-0.0595601
-0.0484097
-0.0354708
-0.021096
-0.00564451
0.0105364
0.0271254
0.0438378
0.0604305
0.0767042
0.0925018
0.107706
0.122233
0.136029
0.149064
0.161327
0.172823
0.183565
0.193577
0.202887
0.211525
0.219526
0.226922
0.233747
0.240033
0.245811
0.251108
0.255953
0.26037
0.264382
0.268007
0.271266
0.274173
0.276742
0.278984
0.280909
0.282523
0.283833
0.284839
0.285543
0.285943
0.286033
0.285806
0.285251
0.284356
0.283101
0.281465
0.279421
0.276937
0.273973
0.270483
0.266408
0.261686
0.256222
0.249943
0.242682
0.23438
0.224703
0.213707
0.200648
0.185995
0.16802
0.148285
0.123141
0.0957702
0.0614701
0.0200843
-0.0203296
-0.0845621
-0.134816
0.131144
0.131903
0.132254
0.132027
0.130997
0.128875
0.125371
0.120321
0.113735
0.105737
0.0964638
0.0860419
0.0746019
0.062293
0.0492826
0.0357536
0.0219073
0.00796842
-0.00580916
-0.0191337
-0.0316882
-0.0431269
-0.0531003
-0.0612704
-0.0673352
-0.0710558
-0.072272
-0.0709074
-0.0669773
-0.0605906
-0.0519389
-0.0412784
-0.0289105
-0.0151623
-0.00036822
0.015147
0.031081
0.0471642
0.0631646
0.07889
0.0941877
0.108941
0.123067
0.136508
0.149231
0.161222
0.172482
0.18302
0.192856
0.202014
0.210522
0.21841
0.22571
0.232451
0.238665
0.244379
0.249621
0.254417
0.258789
0.26276
0.266348
0.269571
0.272443
0.274979
0.277188
0.279079
0.28066
0.281933
0.282902
0.283567
0.283924
0.28397
0.283695
0.283089
0.282137
0.280822
0.279121
0.277006
0.274446
0.271398
0.267819
0.263646
0.25882
0.253243
0.246845
0.239454
0.231021
0.221204
0.210073
0.196885
0.18211
0.164093
0.144262
0.119399
0.0919264
0.0587799
0.017626
-0.0210641
-0.0817113
-0.133024
0.129777
0.130361
0.130524
0.130102
0.128899
0.126666
0.123161
0.118232
0.111873
0.104181
0.0952845
0.085303
0.0743625
0.0626061
0.0501963
0.0373118
0.0241496
0.0109284
-0.0021076
-0.0146795
-0.0264913
-0.0372176
-0.0465353
-0.0541335
-0.0597355
-0.0631218
-0.0641454
-0.0627376
-0.0589129
-0.052771
-0.0444874
-0.0342977
-0.0224799
-0.00933695
0.00482049
0.0196889
0.0349844
0.050452
0.0658706
0.0810556
0.0958584
0.110164
0.123889
0.136974
0.149384
0.161101
0.172121
0.182452
0.192108
0.201111
0.209485
0.217257
0.224457
0.231111
0.237249
0.242897
0.248081
0.252825
0.25715
0.261078
0.264627
0.267812
0.270649
0.273149
0.275323
0.27718
0.278724
0.279961
0.280891
0.281515
0.281829
0.281828
0.281503
0.280844
0.279835
0.278459
0.276691
0.274504
0.271866
0.268735
0.265065
0.260795
0.255865
0.250175
0.24366
0.236144
0.227583
0.217634
0.206376
0.193076
0.17819
0.160165
0.140253
0.115722
0.0881813
0.0561767
0.0155167
-0.0219825
-0.0788732
-0.13064
0.128402
0.128821
0.128807
0.128212
0.126857
0.124534
0.121034
0.116224
0.110084
0.102694
0.0941667
0.0846179
0.0741686
0.0629563
0.0511377
0.038887
0.0263959
0.0138763
0.00156246
-0.0102844
-0.0213731
-0.0314134
-0.0401017
-0.0471521
-0.0523117
-0.0553791
-0.0562194
-0.0547708
-0.0510473
-0.04514
-0.0372094
-0.0274719
-0.0161836
-0.0036245
0.00991687
0.0241575
0.0388311
0.053697
0.0685448
0.0831975
0.0975109
0.111372
0.124697
0.137427
0.149522
0.160962
0.17174
0.181859
0.191332
0.200176
0.208412
0.216066
0.223161
0.229726
0.235785
0.241364
0.246487
0.251176
0.255452
0.259335
0.262842
0.265988
0.268787
0.271251
0.273388
0.275208
0.276715
0.277913
0.278803
0.279384
0.279654
0.279605
0.27923
0.278516
0.277449
0.276009
0.274174
0.271914
0.269198
0.265982
0.262222
0.257854
0.252821
0.24702
0.24039
0.232752
0.224069
0.213997
0.202619
0.189226
0.174242
0.156241
0.136265
0.112111
0.0845523
0.0536378
0.0137398
-0.0230573
-0.0761552
-0.127688
0.127024
0.127286
0.12711
0.126358
0.124874
0.122477
0.118991
0.114298
0.108373
0.101278
0.0931129
0.0839889
0.0740221
0.0633445
0.052107
0.0404781
0.0286441
0.0168089
0.00519781
-0.00594063
-0.0163371
-0.025718
-0.0338029
-0.0403295
-0.0450666
-0.04783
-0.0484964
-0.0470095
-0.0433832
-0.0377005
-0.0301082
-0.0208047
-0.0100256
0.00197053
0.0149163
0.0285481
0.0426166
0.0568949
0.0711833
0.0853122
0.0991422
0.112563
0.12549
0.137863
0.149642
0.160804
0.171337
0.181242
0.190528
0.199209
0.207304
0.214834
0.221823
0.228294
0.234272
0.239779
0.244838
0.24947
0.253694
0.25753
0.260992
0.264097
0.266856
0.269281
0.271381
0.273162
0.27463
0.275787
0.276635
0.277173
0.277396
0.277299
0.276871
0.276102
0.274975
0.273471
0.271567
0.269233
0.266438
0.263137
0.259287
0.254822
0.249686
0.243778
0.237035
0.22928
0.22048
0.210295
0.198807
0.185339
0.170271
0.152327
0.132304
0.108565
0.0810589
0.0511403
0.0122503
-0.0241999
-0.0736655
-0.124275
0.125646
0.12576
0.125435
0.124545
0.12295
0.120495
0.117032
0.112457
0.106742
0.0999345
0.0921253
0.0834179
0.0739244
0.0637713
0.0531036
0.042084
0.0308921
0.0197237
0.00879524
-0.00165876
-0.0113879
-0.0201352
-0.0276423
-0.0336687
-0.038003
-0.0404771
-0.0409784
-0.0394561
-0.035923
-0.0304554
-0.0231871
-0.0142998
-0.00401006
0.00744381
0.0198143
0.0328563
0.0463366
0.0600416
0.0737822
0.0873962
0.100749
0.113733
0.126264
0.138282
0.149744
0.160625
0.17091
0.180598
0.189694
0.198208
0.206158
0.213562
0.22044
0.226815
0.232707
0.238139
0.243131
0.247703
0.251874
0.25566
0.259076
0.262137
0.264855
0.267239
0.269298
0.271039
0.272466
0.273582
0.274387
0.27488
0.275055
0.274907
0.274426
0.2736
0.272412
0.270843
0.268869
0.266461
0.263586
0.2602
0.25626
0.251699
0.246463
0.240448
0.233596
0.22573
0.216819
0.206532
0.194944
0.18142
0.166282
0.148427
0.128379
0.105084
0.0777197
0.0486637
0.0109879
-0.0252829
-0.0714758
-0.120581
0.124272
0.124247
0.123787
0.122774
0.121086
0.118589
0.115158
0.1107
0.105191
0.0986661
0.0912055
0.0829066
0.0738768
0.0642374
0.0541274
0.0437033
0.0331376
0.022618
0.0123511
0.00255728
-0.00652929
-0.0146685
-0.0216231
-0.0271723
-0.0311231
-0.0333224
-0.0336675
-0.0321122
-0.0286689
-0.0234071
-0.016449
-0.00796066
0.00185922
0.0127912
0.0246065
0.0370775
0.0499865
0.0631328
0.0763375
0.0894459
0.102328
0.11488
0.127018
0.138681
0.149826
0.160424
0.170459
0.179927
0.188829
0.197174
0.204975
0.212249
0.219013
0.225287
0.231091
0.236445
0.241367
0.245877
0.24999
0.253724
0.257092
0.260107
0.26278
0.265122
0.26714
0.268839
0.270223
0.271296
0.272056
0.272501
0.272628
0.272428
0.271892
0.271008
0.269758
0.268123
0.266079
0.263596
0.260641
0.25717
0.25314
0.248484
0.243149
0.237031
0.230075
0.222104
0.213089
0.202711
0.191034
0.177475
0.162281
0.144547
0.1245
0.101662
0.0745482
0.0461957
0.00989103
-0.0261833
-0.069592
-0.116812
0.122905
0.122752
0.122168
0.121048
0.119284
0.116759
0.113367
0.10903
0.103723
0.0974743
0.0903552
0.0824562
0.0738799
0.0647428
0.0551777
0.0453345
0.0353782
0.0254888
0.0158613
0.00670434
-0.00176429
-0.00932114
-0.0157481
-0.0208427
-0.024429
-0.0263676
-0.026565
-0.0249796
-0.0216227
-0.0165579
-0.00989657
-0.00179035
0.00757865
0.0180087
0.0292887
0.0412074
0.053562
0.0661644
0.0788453
0.0914576
0.103877
0.116
0.127748
0.139057
0.149884
0.160199
0.169982
0.179226
0.187932
0.196104
0.203753
0.210892
0.217539
0.22371
0.229422
0.234694
0.239544
0.243988
0.248042
0.25172
0.255037
0.258004
0.260632
0.262929
0.264903
0.266558
0.267898
0.268926
0.269639
0.270037
0.270113
0.26986
0.269268
0.268324
0.267011
0.265309
0.263195
0.260636
0.257602
0.254046
0.249927
0.245178
0.239747
0.23353
0.226473
0.218404
0.209293
0.198836
0.187082
0.173508
0.158274
0.140689
0.120679
0.0982898
0.0715481
0.0437411
0.00890552
-0.0268206
-0.0679523
-0.113127
0.121548
0.121277
0.120583
0.11937
0.117544
0.115005
0.111662
0.107447
0.102338
0.0963605
0.0895755
0.0820675
0.0739345
0.0652876
0.0562539
0.0469762
0.0376119
0.028333
0.0193236
0.0107792
0.00290371
-0.00409615
-0.0100199
-0.0146822
-0.0179225
-0.0196142
-0.0196725
-0.0180595
-0.0147859
-0.00990966
-0.00353216
0.00420822
0.0131449
0.0230926
0.0338567
0.0452418
0.0570591
0.0691321
0.0813017
0.0934277
0.105391
0.117092
0.128452
0.13941
0.149919
0.159948
0.169478
0.178496
0.187002
0.194997
0.20249
0.209493
0.216018
0.222082
0.227699
0.232886
0.23766
0.242035
0.246027
0.249648
0.252912
0.255828
0.258408
0.260658
0.262586
0.264195
0.26549
0.26647
0.267136
0.267483
0.267507
0.2672
0.266551
0.265547
0.264171
0.262401
0.260215
0.257581
0.254467
0.250828
0.246621
0.241781
0.236256
0.229944
0.222792
0.214633
0.205434
0.194912
0.183092
0.169525
0.154269
0.136856
0.116928
0.094961
0.0687108
0.0413276
0.00798491
-0.0271714
-0.0664512
-0.109597
0.120206
0.119826
0.119034
0.117743
0.115869
0.113328
0.11004
0.10595
0.101038
0.0953255
0.0888671
0.0817412
0.0740405
0.0658714
0.0573547
0.0486267
0.0398365
0.0311478
0.0227343
0.0147787
0.00747143
0.00100354
-0.00444095
-0.00869257
-0.011605
-0.0130634
-0.0129908
-0.011353
-0.00815978
-0.00346398
0.00264212
0.0100324
0.0185548
0.0280393
0.0383068
0.0491767
0.0604733
0.072032
0.0837026
0.0953526
0.106868
0.118152
0.129128
0.139736
0.149928
0.159671
0.168945
0.177735
0.186038
0.193853
0.201188
0.208049
0.21445
0.220402
0.225921
0.23102
0.235715
0.240019
0.243945
0.247506
0.250713
0.253577
0.256106
0.258307
0.260187
0.261749
0.262996
0.263928
0.264544
0.26484
0.264811
0.264448
0.263741
0.262675
0.261235
0.259397
0.25714
0.25443
0.251237
0.247516
0.243223
0.238295
0.232679
0.226277
0.219035
0.210794
0.201516
0.190943
0.179071
0.165531
0.150273
0.13305
0.113258
0.0916716
0.0660177
0.039002
0.00709292
-0.0272617
-0.064979
-0.106212
0.11888
0.118402
0.117524
0.116167
0.114259
0.111726
0.108502
0.10454
0.099823
0.0943697
0.0882305
0.0814774
0.074198
0.0664936
0.0584791
0.0502839
0.0420496
0.0339303
0.0260902
0.0186997
0.0119361
0.00597539
0.000986593
-0.00287552
-0.00547785
-0.00671613
-0.00652076
-0.00486078
-0.00174525
0.00277778
0.00862443
0.01568
0.0238055
0.0328454
0.0426352
0.0530079
0.0638008
0.0748599
0.0860444
0.0972286
0.108304
0.119177
0.129774
0.140033
0.149908
0.159365
0.168382
0.176942
0.185039
0.192671
0.199843
0.20656
0.212832
0.21867
0.224087
0.229095
0.233707
0.237936
0.241794
0.245292
0.248441
0.251249
0.253725
0.255876
0.257705
0.259218
0.260415
0.261297
0.261861
0.262105
0.262021
0.261602
0.260836
0.259708
0.258202
0.256296
0.253967
0.251183
0.247912
0.244109
0.239733
0.234719
0.229017
0.22253
0.215205
0.206891
0.197544
0.186934
0.175023
0.16153
0.146296
0.12927
0.109677
0.0884254
0.0634458
0.0368127
0.00621207
-0.0271475
-0.063456
-0.102916
0.117575
0.117009
0.116056
0.114646
0.112716
0.110202
0.107049
0.103216
0.0986922
0.0934935
0.0876656
0.0812757
0.0744063
0.0671533
0.0596258
0.0519459
0.0442486
0.0366786
0.0293888
0.0225395
0.0162948
0.010817
0.00626085
0.00276757
0.000458135
-0.00057295
-0.000262754
0.00141666
0.00445698
0.00881456
0.0144132
0.0211487
0.0288943
0.0375079
0.0468384
0.0567318
0.0670375
0.0776119
0.088323
0.099052
0.109695
0.120164
0.130385
0.140298
0.149858
0.159029
0.167787
0.176115
0.184004
0.19145
0.198456
0.205025
0.211165
0.216886
0.222197
0.22711
0.231636
0.235788
0.239574
0.243006
0.246094
0.248844
0.251265
0.253362
0.255139
0.2566
0.257746
0.258575
0.259088
0.259277
0.259138
0.25866
0.257834
0.256644
0.255072
0.253098
0.250697
0.247839
0.244491
0.240609
0.236151
0.231055
0.225271
0.218705
0.211304
0.202928
0.193521
0.18289
0.170955
0.157526
0.142346
0.125517
0.106186
0.0852361
0.060972
0.0347918
0.00535128
-0.0268921
-0.0618465
-0.0996428
0.116293
0.115649
0.114632
0.113181
0.111239
0.108754
0.105678
0.101978
0.0976456
0.0926964
0.0871724
0.0811359
0.0746646
0.0678492
0.0607929
0.0536112
0.0464312
0.039389
0.032627
0.0262951
0.0205452
0.0155263
0.0113802
0.00823556
0.00620223
0.00536576
0.00578299
0.0074791
0.0104465
0.0146455
0.0200072
0.0264367
0.0338188
0.0420238
0.0509129
0.0603447
0.0701796
0.0802841
0.0905347
0.100819
0.111039
0.12111
0.13096
0.14053
0.149776
0.15866
0.167159
0.175252
0.182931
0.190189
0.197025
0.203443
0.209448
0.215047
0.220249
0.225064
0.229501
0.233571
0.237284
0.240647
0.24367
0.24636
0.248723
0.250764
0.252487
0.253895
0.254987
0.255763
0.256221
0.256355
0.256159
0.255622
0.254735
0.253481
0.251844
0.249802
0.247331
0.244399
0.240975
0.237016
0.23248
0.227306
0.221445
0.214807
0.207337
0.198908
0.189454
0.178815
0.166874
0.153523
0.138432
0.121794
0.102781
0.0821251
0.0585788
0.032946
0.00454058
-0.0265434
-0.0601526
-0.0963467
0.115038
0.114325
0.113254
0.111773
0.109831
0.107383
0.10439
0.100825
0.0966823
0.0919776
0.08675
0.081057
0.0749718
0.0685799
0.0619787
0.0552774
0.048595
0.0420585
0.0358019
0.029964
0.0246848
0.0201013
0.0163432
0.0135276
0.011754
0.0110999
0.0116165
0.0133266
0.0162231
0.0202702
0.0254053
0.0315425
0.038577
0.0463903
0.0548558
0.0638431
0.0732234
0.0828728
0.0926757
0.102527
0.112332
0.122011
0.131495
0.140726
0.149659
0.158258
0.166496
0.174354
0.18182
0.188886
0.19555
0.201813
0.207679
0.213154
0.218243
0.222956
0.227301
0.231287
0.234922
0.238213
0.241169
0.243796
0.246099
0.248082
0.249749
0.2511
0.252138
0.252859
0.25326
0.253338
0.253083
0.252487
0.251538
0.250221
0.248518
0.246408
0.243866
0.240863
0.237365
0.233332
0.228721
0.223474
0.217541
0.210838
0.203308
0.194837
0.185346
0.174714
0.162788
0.149524
0.134559
0.11811
0.099456
0.0791138
0.056258
0.0312609
0.00381334
-0.0261207
-0.0583932
-0.0930154
0.11381
0.113038
0.111925
0.110423
0.10849
0.106088
0.103184
0.0997562
0.0958016
0.0913363
0.0863971
0.0810377
0.0753263
0.0693435
0.0631813
0.056942
0.050737
0.044685
0.0389111
0.0335436
0.0287115
0.0245404
0.0211487
0.018643
0.0171133
0.0166296
0.0172382
0.0189594
0.021787
0.0256883
0.0306068
0.0364647
0.0431667
0.0506052
0.058664
0.0672237
0.0761654
0.0853743
0.0947425
0.104171
0.113571
0.122866
0.131988
0.140883
0.149506
0.157819
0.165797
0.173418
0.180669
0.187541
0.19403
0.200136
0.205859
0.211205
0.216179
0.220787
0.225036
0.228934
0.232488
0.235705
0.238591
0.241152
0.243392
0.245314
0.246922
0.248217
0.249197
0.249861
0.250205
0.250225
0.249911
0.249255
0.248244
0.246863
0.245094
0.242917
0.240306
0.237232
0.233663
0.229558
0.224876
0.219561
0.213562
0.206803
0.19922
0.190719
0.181206
0.170592
0.158703
0.145535
0.130731
0.114474
0.0962033
0.0762156
0.0540135
0.0297134
0.00318985
-0.0256199
-0.0565817
-0.0896603
0.112614
0.111792
0.110646
0.109133
0.107219
0.104869
0.102058
0.0987696
0.0950016
0.090771
0.0861124
0.0810763
0.0757263
0.070138
0.0643981
0.0586024
0.0528547
0.0472659
0.0419521
0.0370317
0.0326233
0.0288421
0.0257959
0.0235813
0.0222801
0.0219553
0.0226486
0.0243782
0.0271383
0.0308998
0.0356112
0.0412022
0.0475865
0.054666
0.0623348
0.0704834
0.0790023
0.0877851
0.0967314
0.105748
0.114752
0.12367
0.132437
0.141
0.149314
0.157343
0.16506
0.172443
0.179478
0.186153
0.192465
0.198409
0.203987
0.209201
0.214055
0.218555
0.222705
0.226512
0.229982
0.233121
0.235934
0.238426
0.240601
0.242461
0.244008
0.245243
0.246164
0.24677
0.247055
0.247015
0.246642
0.245924
0.244851
0.243406
0.241572
0.239328
0.23665
0.233508
0.22987
0.225697
0.220948
0.21557
0.209512
0.202704
0.19508
0.186558
0.177037
0.166454
0.154625
0.141561
0.126947
0.110901
0.0930203
0.0734332
0.0518566
0.0282847
0.0026735
-0.025032
-0.0547169
-0.0862957
0.111452
0.110589
0.109418
0.107904
0.106016
0.103726
0.101013
0.0978639
0.0942807
0.0902799
0.0858942
0.0811709
0.0761696
0.0709612
0.065627
0.0602562
0.0549457
0.0497986
0.0449223
0.040426
0.0364186
0.0330051
0.0302839
0.0283425
0.0272548
0.0270776
0.0278484
0.0295836
0.0322779
0.0359048
0.0404182
0.0457542
0.0518349
0.0585709
0.0658658
0.0736193
0.0817308
0.0901018
0.098639
0.107256
0.115873
0.124421
0.132838
0.141072
0.149081
0.156827
0.164283
0.171428
0.178244
0.184722
0.190852
0.196633
0.202062
0.207141
0.211872
0.21626
0.220307
0.22402
0.227404
0.230462
0.233199
0.23562
0.237726
0.239521
0.241005
0.242178
0.243039
0.243585
0.24381
0.24371
0.243275
0.242496
0.24136
0.239852
0.237954
0.235644
0.2329
0.229692
0.225988
0.221751
0.21694
0.211506
0.205395
0.198547
0.190891
0.18236
0.172848
0.162306
0.15056
0.137613
0.123209
0.107398
0.0899091
0.070762
0.0497978
0.0269659
0.00225886
-0.0243566
-0.0527921
-0.0829246
0.110325
0.109429
0.108243
0.106736
0.104882
0.102657
0.100045
0.0970374
0.0936369
0.0898607
0.08574
0.0813191
0.0766539
0.0718107
0.0668652
0.0619007
0.0570073
0.0522805
0.0478194
0.0437246
0.0400956
0.0370285
0.0346123
0.0329266
0.0320378
0.0319973
0.0328387
0.0345766
0.0372063
0.0407039
0.0450277
0.0501202
0.0559106
0.0623181
0.0692547
0.0766288
0.0843478
0.0923212
0.100462
0.108689
0.116929
0.125115
0.133188
0.141099
0.148805
0.15627
0.163466
0.170371
0.176968
0.183245
0.189193
0.194807
0.200084
0.205025
0.20963
0.213902
0.217844
0.221459
0.224752
0.227727
0.230385
0.232732
0.234768
0.236495
0.237914
0.239024
0.239822
0.240306
0.24047
0.240309
0.239813
0.238972
0.237773
0.236202
0.23424
0.231866
0.229058
0.225786
0.222021
0.217724
0.212856
0.207371
0.201217
0.194337
0.186661
0.178131
0.168643
0.158155
0.146511
0.133698
0.11952
0.103971
0.0868754
0.0681963
0.0478426
0.0257548
0.0019413
-0.0236016
-0.0508074
-0.0795413
0.109235
0.108315
0.107122
0.105629
0.103816
0.101662
0.0991546
0.0962883
0.093068
0.0895111
0.0856474
0.0815183
0.0771763
0.0726835
0.0681097
0.063533
0.0590366
0.0547089
0.0506411
0.0469255
0.0436531
0.0409113
0.0387809
0.0373338
0.03663
0.0367155
0.0376207
0.0393585
0.0419248
0.0452978
0.0494401
0.0542998
0.0598129
0.0659061
0.0724994
0.0795092
0.0868507
0.0944402
0.102197
0.110047
0.117919
0.12575
0.133486
0.141078
0.148483
0.155669
0.162606
0.169272
0.175649
0.181723
0.187486
0.19293
0.198053
0.202852
0.207328
0.211481
0.215314
0.218829
0.222028
0.224916
0.227493
0.229763
0.231726
0.233383
0.234734
0.235779
0.236513
0.236934
0.237036
0.236812
0.236254
0.235351
0.23409
0.232456
0.230432
0.227996
0.225126
0.221794
0.21797
0.213618
0.2087
0.203171
0.196981
0.190078
0.182394
0.173877
0.164429
0.154007
0.142483
0.129823
0.115882
0.100622
0.0839247
0.0657329
0.0459914
0.0246499
0.00171945
-0.0227747
-0.0487725
-0.0761446
0.108184
0.107248
0.106055
0.104584
0.102817
0.100738
0.0983384
0.0956141
0.0925716
0.0892288
0.0856139
0.0817656
0.0777336
0.0735759
0.0693577
0.0651503
0.061031
0.0570814
0.0533853
0.0500271
0.0470898
0.0446529
0.0427895
0.0415646
0.0410321
0.0412335
0.0421958
0.0439308
0.0464344
0.0496874
0.0536558
0.0582929
0.063541
0.0693336
0.0755982
0.0822585
0.0892367
0.0964559
0.103842
0.111324
0.118838
0.126323
0.133728
0.141005
0.148115
0.155023
0.161702
0.168129
0.174284
0.180155
0.185731
0.191003
0.195969
0.200623
0.204966
0.208997
0.212718
0.216129
0.219232
0.222029
0.224522
0.226712
0.2286
0.230185
0.231467
0.232444
0.233113
0.233469
0.233508
0.233221
0.232601
0.231636
0.230313
0.228617
0.226532
0.224036
0.221107
0.217718
0.21384
0.209438
0.204475
0.19891
0.192693
0.185777
0.178097
0.169603
0.160211
0.149871
0.138482
0.125994
0.112302
0.0973515
0.081061
0.0633702
0.0442434
0.0236472
0.00159156
-0.0218795
-0.0466985
-0.0727432
0.107174
0.106228
0.105043
0.1036
0.101885
0.099886
0.0975951
0.0950119
0.0921444
0.0890099
0.0856354
0.0820576
0.0783233
0.0744861
0.0706062
0.0667495
0.0629876
0.0593954
0.0560497
0.0530276
0.0504046
0.0482528
0.0466383
0.0456197
0.0452454
0.0455527
0.0465657
0.0482949
0.0507367
0.0538737
0.0576754
0.0620997
0.0670945
0.0725997
0.0785495
0.0848744
0.0915034
0.0983657
0.105393
0.112519
0.119684
0.126832
0.133912
0.14088
0.147697
0.154331
0.160753
0.16694
0.172874
0.17854
0.183927
0.189026
0.193831
0.198338
0.202545
0.206451
0.210056
0.21336
0.216364
0.219069
0.221474
0.223582
0.225392
0.226903
0.228113
0.229021
0.229622
0.229913
0.229888
0.229538
0.228855
0.227828
0.226444
0.224688
0.222543
0.21999
0.217005
0.213563
0.209635
0.205189
0.200188
0.194594
0.188359
0.18144
0.173775
0.165318
0.155994
0.145753
0.134512
0.122216
0.108785
0.0941617
0.0782868
0.0611075
0.0425977
0.0227421
0.00155266
-0.0209183
-0.0445932
-0.0693509
0.106205
0.105256
0.104086
0.102677
0.101019
0.0991025
0.0969225
0.0944797
0.0917832
0.0888508
0.0857086
0.0823915
0.0789422
0.0754104
0.0718518
0.0683277
0.0649037
0.0616486
0.0586325
0.0559256
0.0535966
0.0517107
0.0503276
0.0494998
0.0492711
0.0496747
0.0507321
0.0524528
0.0548334
0.0578582
0.0614998
0.0657205
0.0704731
0.0757035
0.081352
0.0873553
0.0936486
0.100167
0.106847
0.113629
0.120455
0.127273
0.134035
0.140699
0.147228
0.15359
0.159757
0.165706
0.171418
0.176878
0.182074
0.186997
0.191639
0.195997
0.200065
0.203844
0.20733
0.210524
0.213425
0.216034
0.21835
0.220373
0.222102
0.223536
0.224673
0.22551
0.226043
0.226268
0.226177
0.225764
0.225018
0.223929
0.222485
0.220671
0.218469
0.21586
0.212822
0.209331
0.205359
0.200875
0.195843
0.190228
0.183985
0.177072
0.169435
0.161028
0.151786
0.141659
0.130579
0.118492
0.105336
0.0910545
0.075604
0.0589433
0.0410526
0.0219306
0.00159571
-0.0198967
-0.0424625
-0.0659792
0.105279
0.104334
0.103183
0.101814
0.100217
0.098386
0.0963173
0.0940139
0.0914855
0.0887492
0.0858309
0.0827635
0.0795862
0.0763448
0.0730912
0.0698817
0.0667765
0.0638385
0.0611316
0.0587198
0.0566651
0.0550265
0.0538578
0.0532061
0.0531108
0.0536013
0.0546971
0.0564064
0.0587261
0.0616423
0.0651302
0.0691559
0.073677
0.0786446
0.0840046
0.0896996
0.0956705
0.101858
0.108203
0.114651
0.121147
0.127643
0.134095
0.140461
0.146706
0.152799
0.158712
0.164424
0.169914
0.175168
0.180172
0.184917
0.189395
0.1936
0.197527
0.201175
0.20454
0.207621
0.210417
0.212927
0.21515
0.217086
0.218733
0.220088
0.22115
0.221915
0.222378
0.222535
0.222379
0.221901
0.221093
0.219944
0.218441
0.216569
0.214312
0.211651
0.208565
0.205029
0.201018
0.196501
0.191447
0.185819
0.179577
0.172681
0.165084
0.156739
0.147592
0.137595
0.12669
0.114828
0.101957
0.0880314
0.0730139
0.0568763
0.0396053
0.021209
0.00171378
-0.0188229
-0.0403141
-0.0626376
0.104396
0.10346
0.102335
0.10101
0.0994777
0.097734
0.0957774
0.0936116
0.0912469
0.0887012
0.0859984
0.0831698
0.0802514
0.0772859
0.0743209
0.0714083
0.0686031
0.0659627
0.0635453
0.0614088
0.0596094
0.0582002
0.0572295
0.0567398
0.0567659
0.0573345
0.0584627
0.0601578
0.0624171
0.0652278
0.0685679
0.0724068
0.0767064
0.0814226
0.0865065
0.091906
0.0975672
0.103436
0.109458
0.115582
0.121759
0.127942
0.13409
0.140163
0.146129
0.151956
0.157618
0.163093
0.168362
0.173409
0.178221
0.182786
0.187097
0.191148
0.194932
0.198446
0.201686
0.204652
0.20734
0.209749
0.211877
0.213724
0.215285
0.21656
0.217545
0.218236
0.218628
0.218717
0.218495
0.217953
0.217083
0.215874
0.214313
0.212387
0.210077
0.207367
0.204236
0.200661
0.196617
0.192075
0.187004
0.181372
0.175142
0.168274
0.160727
0.152458
0.143419
0.133566
0.12285
0.111227
0.0986542
0.0850939
0.0705171
0.0549054
0.0382526
0.0205732
0.00190055
-0.0177056
-0.0381576
-0.0593353
0.103556
0.102635
0.10154
0.100263
0.0987988
0.0971441
0.0952993
0.0932686
0.091064
0.0887025
0.0862073
0.0836063
0.0809341
0.0782299
0.0755375
0.0729043
0.0703808
0.068019
0.0658718
0.0639916
0.0624291
0.0612319
0.0604436
0.060102
0.0602384
0.0608764
0.0620313
0.0637095
0.0659084
0.0686166
0.0718144
0.0754743
0.0795619
0.0840376
0.0888572
0.0939734
0.0993372
0.104899
0.110609
0.116421
0.122287
0.128166
0.134017
0.139804
0.145495
0.15106
0.156474
0.161714
0.166762
0.171602
0.17622
0.180605
0.184748
0.188641
0.19228
0.195658
0.198772
0.201619
0.204196
0.206502
0.208533
0.210287
0.211762
0.212954
0.213861
0.214477
0.214797
0.214817
0.214528
0.213923
0.212992
0.211724
0.210108
0.208128
0.205769
0.203014
0.199843
0.196234
0.192162
0.187601
0.182523
0.176896
0.170686
0.163858
0.156373
0.148192
0.139275
0.129579
0.119065
0.107693
0.095429
0.0822432
0.0681134
0.0530288
0.0369906
0.0200182
0.00214978
-0.0165528
-0.0360024
-0.0560823
0.10276
0.101859
0.100799
0.0995734
0.0981786
0.0966136
0.0948791
0.0929819
0.0909334
0.0887498
0.0864527
0.0840688
0.0816301
0.0791729
0.0767372
0.0743666
0.0721068
0.0700052
0.0681095
0.0664672
0.0651237
0.064122
0.063501
0.0632944
0.0635302
0.0642293
0.0654053
0.0670637
0.0692024
0.0718109
0.0748715
0.0783595
0.0822442
0.0864897
0.0910563
0.095901
0.100979
0.106246
0.111656
0.117165
0.122731
0.128313
0.133875
0.139382
0.144802
0.150109
0.155277
0.160285
0.165113
0.169746
0.17417
0.178374
0.182347
0.186082
0.189572
0.192812
0.195797
0.198524
0.200988
0.203188
0.205119
0.206779
0.208165
0.209274
0.2101
0.21064
0.210888
0.210839
0.210484
0.209815
0.208824
0.207499
0.205828
0.203798
0.201394
0.198597
0.19539
0.191752
0.187659
0.183087
0.17801
0.172397
0.166217
0.15944
0.152028
0.143949
0.135164
0.125638
0.115338
0.104229
0.0922845
0.0794806
0.0658021
0.0512447
0.0358157
0.0195386
0.00245498
-0.0153722
-0.0338573
-0.052888
0.102007
0.10113
0.100109
0.0989377
0.0976131
0.0961401
0.0945154
0.0927488
0.0908513
0.0888382
0.0867303
0.0845529
0.0823353
0.080111
0.0779167
0.0757919
0.0737784
0.071919
0.0702569
0.0688346
0.0676932
0.066871
0.0664027
0.0663185
0.0666433
0.0673955
0.0685872
0.0702233
0.0723016
0.0748128
0.077741
0.081064
0.0847542
0.0887795
0.0931037
0.0976883
0.102493
0.107476
0.112596
0.117813
0.123087
0.128382
0.133661
0.138894
0.14405
0.149103
0.154028
0.158805
0.163415
0.167842
0.172072
0.176093
0.179895
0.18347
0.186811
0.189911
0.192765
0.195368
0.197718
0.199809
0.201639
0.203203
0.204499
0.205522
0.206267
0.20673
0.206905
0.206786
0.206365
0.205634
0.204583
0.203203
0.20148
0.199403
0.196956
0.194122
0.190885
0.187223
0.183116
0.178541
0.173471
0.167882
0.161743
0.155026
0.1477
0.139733
0.131094
0.121751
0.111675
0.10084
0.0892226
0.0768067
0.0635824
0.0495507
0.0347239
0.019129
0.00280957
-0.0141712
-0.0317302
-0.0497603
0.101297
0.100448
0.0994686
0.0983548
0.0971076
0.0957208
0.0942046
0.0925649
0.0908127
0.0889632
0.0870359
0.0850542
0.0830455
0.0810402
0.0790721
0.0771771
0.075393
0.0737585
0.0723124
0.0710932
0.0701374
0.0694793
0.06915
0.0691762
0.0695799
0.0703776
0.0715798
0.0731909
0.0752086
0.0776248
0.080425
0.0835894
0.0870932
0.0909075
0.0949997
0.099335
0.103877
0.108587
0.113428
0.118363
0.123355
0.12837
0.133375
0.13834
0.143237
0.14804
0.152726
0.157275
0.161668
0.165889
0.169925
0.173764
0.177394
0.180808
0.183997
0.186955
0.189676
0.192155
0.194387
0.196369
0.198095
0.199562
0.200766
0.201702
0.202365
0.20275
0.202852
0.202663
0.202177
0.201384
0.200275
0.198841
0.19707
0.194948
0.192462
0.189596
0.186333
0.182654
0.17854
0.173968
0.168916
0.163359
0.157271
0.150626
0.143395
0.135552
0.12707
0.11792
0.10808
0.0975276
0.0862453
0.0742218
0.061453
0.047944
0.0337111
0.0187839
0.00320709
-0.012957
-0.0296282
-0.0467059
0.100628
0.0998117
0.0988764
0.0978218
0.0966466
0.0953513
0.0939417
0.0924253
0.0908133
0.0891203
0.0873647
0.0855684
0.0837563
0.0819566
0.0802
0.078519
0.0769479
0.0755215
0.0742749
0.0732422
0.0724563
0.0719477
0.0717441
0.0718691
0.0723423
0.0731781
0.0743859
0.0759693
0.0779263
0.0802495
0.0829259
0.0859377
0.0892626
0.0928747
0.0967448
0.100841
0.10513
0.109579
0.114151
0.118814
0.123533
0.128277
0.133015
0.137719
0.142361
0.146919
0.151369
0.155692
0.159871
0.163888
0.167731
0.171387
0.174845
0.178097
0.181133
0.183948
0.186534
0.188887
0.191
0.19287
0.194491
0.195859
0.19697
0.197818
0.198398
0.198706
0.198734
0.198476
0.197924
0.197071
0.195907
0.194421
0.192603
0.190441
0.18792
0.185026
0.181743
0.178053
0.173938
0.169378
0.164351
0.158836
0.152808
0.146245
0.139121
0.131413
0.123098
0.114153
0.104557
0.0942952
0.0833537
0.0717261
0.0594125
0.0464217
0.0327731
0.0184979
0.00364131
-0.0117361
-0.0275578
-0.0437299
0.1
0.0992186
0.0983305
0.0973357
0.0962344
0.0950283
0.0937228
0.0923259
0.0908487
0.089305
0.0877123
0.0860908
0.0844636
0.0828563
0.0812968
0.0798147
0.0784407
0.0772064
0.076143
0.0752811
0.0746501
0.0742771
0.0741865
0.0743994
0.0749329
0.0757999
0.0770085
0.0785617
0.0804577
0.0826896
0.085246
0.0881108
0.0912641
0.0946824
0.0983395
0.102207
0.106254
0.11045
0.114764
0.119164
0.12362
0.128101
0.132579
0.137028
0.141423
0.14574
0.149958
0.154059
0.158024
0.161839
0.165489
0.168963
0.172249
0.175338
0.178221
0.180892
0.183342
0.185567
0.18756
0.189317
0.190831
0.192099
0.193116
0.193875
0.194372
0.194601
0.194556
0.194229
0.193614
0.192701
0.191483
0.189948
0.188087
0.185887
0.183336
0.180419
0.177122
0.173428
0.169319
0.164778
0.159785
0.15432
0.148363
0.141891
0.134885
0.127322
0.119184
0.110452
0.10111
0.0911451
0.0805492
0.0693193
0.0574592
0.0449808
0.0319055
0.0182658
0.00410641
-0.0105144
-0.0255244
-0.0408365
0.0994122
0.0986677
0.0978284
0.0968944
0.0958667
0.0947481
0.093544
0.0922625
0.0909142
0.0895127
0.0880741
0.0866171
0.085163
0.0837351
0.0823589
0.0810609
0.079869
0.0788112
0.0779156
0.0772096
0.0767191
0.0764683
0.0764787
0.076769
0.0773543
0.0782458
0.0794505
0.080971
0.0828057
0.0849481
0.0873881
0.0901112
0.0930995
0.0963319
0.0997848
0.103433
0.107248
0.111202
0.115267
0.119414
0.123614
0.127841
0.132067
0.136268
0.14042
0.144502
0.148492
0.152374
0.156129
0.159743
0.163202
0.166494
0.169608
0.172534
0.175263
0.177789
0.180102
0.182198
0.18407
0.185712
0.18712
0.188287
0.189208
0.189878
0.190292
0.190443
0.190324
0.189929
0.189251
0.188281
0.187011
0.18543
0.183529
0.181296
0.178719
0.175784
0.172478
0.168786
0.164691
0.160177
0.155226
0.149821
0.143943
0.137573
0.130693
0.123285
0.115334
0.106823
0.0977414
0.0880794
0.0778324
0.0670008
0.0555912
0.0436181
0.0311043
0.0180827
0.00459704
-0.00929721
-0.0235322
-0.0380281
0.0988638
0.0981578
0.0973679
0.0964947
0.0955401
0.094507
0.0934012
0.0922305
0.0910054
0.0897387
0.0884453
0.0871427
0.0858503
0.0845895
0.083383
0.082255
0.0812304
0.0803343
0.0795919
0.0790273
0.0786637
0.0785224
0.0786225
0.0789803
0.0796091
0.0805187
0.0817152
0.0832007
0.0849735
0.087028
0.0893549
0.0919412
0.0947708
0.0978249
0.101082
0.104519
0.108112
0.111834
0.115659
0.119562
0.123516
0.127496
0.131478
0.135438
0.139353
0.143205
0.146972
0.150638
0.154185
0.157601
0.16087
0.163981
0.166924
0.169687
0.172262
0.174642
0.176818
0.178784
0.180534
0.182061
0.18336
0.184426
0.185252
0.185833
0.186163
0.186236
0.186045
0.185583
0.184844
0.183818
0.182498
0.180874
0.178937
0.176674
0.174076
0.171129
0.16782
0.164136
0.160062
0.155583
0.150683
0.145346
0.139556
0.133296
0.126552
0.119308
0.111551
0.10327
0.0944548
0.0851
0.075204
0.0647698
0.0538067
0.0423307
0.0303655
0.017944
0.00510839
-0.00808886
-0.0215848
-0.0353062
0.0983535
0.0976863
0.0969461
0.0961336
0.0952508
0.0943011
0.0932901
0.0922256
0.0911176
0.0899783
0.0888215
0.0876633
0.0865215
0.0854154
0.0843657
0.083394
0.0825227
0.0817742
0.0811709
0.0807341
0.0804844
0.0804406
0.0806195
0.0810355
0.0817
0.0826217
0.0838057
0.0852539
0.0869646
0.0889325
0.0911494
0.0936035
0.0962804
0.0991632
0.102233
0.105468
0.108847
0.112346
0.115941
0.119609
0.123325
0.127067
0.130811
0.134537
0.138222
0.141848
0.145396
0.14885
0.152194
0.155413
0.158495
0.161427
0.164198
0.166799
0.169221
0.171455
0.173493
0.175329
0.176956
0.178368
0.179559
0.180522
0.181253
0.181744
0.181991
0.181987
0.181724
0.181197
0.180398
0.17932
0.177953
0.176289
0.174318
0.172031
0.169416
0.166462
0.163157
0.159488
0.155441
0.151004
0.146163
0.140902
0.135209
0.129069
0.122469
0.115397
0.107843
0.0997966
0.0912529
0.0822085
0.0726642
0.0626256
0.0521036
0.0411154
0.0296853
0.0178455
0.00563631
-0.00689298
-0.0196842
-0.0326711
0.0978753
0.0972497
0.0965599
0.0958077
0.0949953
0.0941263
0.0932064
0.0922431
0.0912462
0.0902268
0.089198
0.0881744
0.0871723
0.0862092
0.0853038
0.0844754
0.083744
0.0831295
0.0826518
0.0823299
0.0821819
0.0822242
0.0824717
0.0829369
0.0836298
0.0845579
0.0857256
0.0871342
0.0887823
0.090665
0.0927747
0.095101
0.0976308
0.100349
0.103238
0.10628
0.109454
0.112738
0.116112
0.119554
0.123041
0.126553
0.130067
0.133565
0.137026
0.140432
0.143767
0.147013
0.150156
0.153182
0.156078
0.158832
0.161434
0.163874
0.166142
0.168231
0.170132
0.171838
0.173342
0.174638
0.17572
0.176582
0.177217
0.17762
0.177784
0.177703
0.17737
0.17678
0.175923
0.174793
0.173382
0.171682
0.169682
0.167374
0.164748
0.161792
0.158496
0.154849
0.150838
0.14645
0.141675
0.136499
0.130911
0.124898
0.11845
0.111557
0.104212
0.0964064
0.0881381
0.0794061
0.0702133
0.0605671
0.0504798
0.0399694
0.0290603
0.0177834
0.00617722
-0.00571237
-0.0178321
-0.0301218
0.0974289
0.0968455
0.0962061
0.0955133
0.0947694
0.0939784
0.0931456
0.0922786
0.0913865
0.0904797
0.0895703
0.0886718
0.0877989
0.0869675
0.0861942
0.0854965
0.0848922
0.0843989
0.0840342
0.0838149
0.0837569
0.0838746
0.084181
0.0846871
0.0854015
0.0863305
0.0874781
0.0888452
0.0904302
0.0922288
0.094234
0.0964366
0.0988247
0.101385
0.104101
0.106957
0.109934
0.113013
0.116174
0.119398
0.122664
0.125953
0.129245
0.132522
0.135765
0.138958
0.142083
0.145126
0.148072
0.150908
0.153621
0.1562
0.158634
0.160914
0.16303
0.164974
0.166737
0.168314
0.169696
0.170877
0.171851
0.172611
0.173151
0.173465
0.173548
0.173391
0.17299
0.172337
0.171426
0.170248
0.168796
0.167062
0.165038
0.162714
0.160081
0.157129
0.153849
0.150229
0.14626
0.141929
0.137228
0.132144
0.126668
0.12079
0.114501
0.107794
0.100663
0.0931026
0.0851126
0.0766939
0.0678512
0.0585933
0.0489335
0.0388901
0.0284871
0.0177545
0.00672823
-0.00454907
-0.0160288
-0.0276567
0.0970122
0.096471
0.0958816
0.0952468
0.0945694
0.0938531
0.0931035
0.0923275
0.0915339
0.0907324
0.0899341
0.0891513
0.0883974
0.0876866
0.087034
0.0864551
0.0859656
0.0855813
0.0853175
0.0851892
0.0852102
0.0853933
0.0857496
0.0862886
0.0870179
0.087943
0.0890669
0.0903904
0.091912
0.0936276
0.095531
0.0976136
0.099865
0.102273
0.104823
0.107501
0.110289
0.11317
0.116127
0.119141
0.122195
0.125269
0.128347
0.13141
0.134441
0.137426
0.140347
0.143191
0.145944
0.148593
0.151127
0.153533
0.155801
0.157922
0.159887
0.161687
0.163315
0.164762
0.166023
0.167089
0.167955
0.168614
0.169061
0.169288
0.16929
0.16906
0.168592
0.167879
0.166915
0.165692
0.164202
0.162439
0.160394
0.158058
0.155424
0.152482
0.149223
0.145638
0.141717
0.13745
0.132829
0.127845
0.122488
0.116752
0.110628
0.104112
0.0971997
0.0898884
0.0821784
0.0740728
0.0655778
0.0567031
0.0474626
0.0378749
0.0279632
0.0177559
0.00728703
-0.0034044
-0.0142741
-0.0252734
0.0966223
0.0961231
0.0955829
0.0950047
0.0943912
0.0937464
0.0930754
0.0923853
0.0916839
0.0909804
0.090285
0.0896089
0.0889641
0.0883635
0.0878205
0.0873488
0.0869626
0.0866757
0.0865016
0.0864533
0.0865431
0.0867819
0.0871795
0.0877442
0.0884823
0.0893986
0.0904955
0.0917737
0.0932315
0.0948651
0.096669
0.0986354
0.100755
0.103016
0.105407
0.107913
0.11052
0.113212
0.115973
0.118786
0.121634
0.124502
0.127372
0.130228
0.133054
0.135836
0.138559
0.14121
0.143774
0.14624
0.148597
0.150833
0.152938
0.154903
0.156718
0.158376
0.159869
0.161189
0.162328
0.163281
0.16404
0.1646
0.164954
0.165095
0.165018
0.164716
0.164184
0.163413
0.162399
0.161134
0.15961
0.157821
0.15576
0.153418
0.150787
0.14786
0.144628
0.141084
0.137217
0.133021
0.128488
0.123609
0.118378
0.112789
0.106837
0.100517
0.0938267
0.0867663
0.0793371
0.0715436
0.0633928
0.0548954
0.0460656
0.0369216
0.0274859
0.0177855
0.00785188
-0.00227906
-0.0125671
-0.0229688
0.0962567
0.0957989
0.0953066
0.0947829
0.0942308
0.0936538
0.0930572
0.0924475
0.0918321
0.0912195
0.0906189
0.0900407
0.0894955
0.0889949
0.0885509
0.0881758
0.0878818
0.0876813
0.0875861
0.0876077
0.0877565
0.0880422
0.0884732
0.0890566
0.0897979
0.0907009
0.0917679
0.0929989
0.0943926
0.0959453
0.097652
0.0995056
0.101498
0.103618
0.105855
0.108197
0.11063
0.11314
0.115713
0.118332
0.120984
0.123652
0.126321
0.128977
0.131605
0.134191
0.136721
0.139183
0.141563
0.14385
0.146034
0.148103
0.150047
0.151858
0.153527
0.155045
0.156404
0.157598
0.158618
0.159459
0.160113
0.160575
0.160837
0.160894
0.16074
0.160369
0.159774
0.158949
0.157887
0.156583
0.155029
0.153219
0.151145
0.148801
0.14618
0.143273
0.140074
0.136576
0.13277
0.128651
0.124211
0.119444
0.114345
0.108909
0.103132
0.0970116
0.0905469
0.0837389
0.0765903
0.0691067
0.0612959
0.0531691
0.0447406
0.0360281
0.0270533
0.0178413
0.00842157
-0.00117318
-0.0109066
-0.0207395
0.0959122
0.0954949
0.0950491
0.0945779
0.094084
0.0935712
0.0930444
0.0925097
0.0919741
0.0914453
0.0909319
0.0904429
0.0899882
0.089578
0.089223
0.0889341
0.088722
0.0885976
0.0885713
0.0886529
0.0888517
0.089176
0.089633
0.0902287
0.0909678
0.0918536
0.0928877
0.0940701
0.0953993
0.0968721
0.0984837
0.100228
0.102097
0.104081
0.106171
0.108355
0.110622
0.112957
0.115349
0.117783
0.120245
0.122721
0.125197
0.12766
0.130096
0.132492
0.134835
0.137113
0.139314
0.141427
0.143441
0.145347
0.147134
0.148794
0.150318
0.151698
0.152926
0.153995
0.154898
0.155629
0.15618
0.156545
0.156718
0.156693
0.156465
0.156026
0.155371
0.154494
0.153389
0.152049
0.150469
0.148641
0.14656
0.144219
0.141611
0.13873
0.13557
0.132123
0.128384
0.124347
0.120007
0.115357
0.110395
0.105116
0.0995186
0.0936009
0.0873635
0.0808083
0.0739393
0.0667626
0.0592869
0.0515233
0.0434862
0.0351928
0.0266635
0.017922
0.00899534
-8.64704e-05
-0.00929059
-0.018582
0.0955857
0.0952078
0.0948067
0.0943855
0.0939469
0.0934944
0.0930328
0.0925678
0.0921058
0.091654
0.09122
0.0908121
0.0904391
0.0901101
0.0898346
0.0896221
0.0894821
0.0894242
0.0894573
0.08959
0.0898303
0.0901854
0.0906614
0.0912635
0.0919955
0.0928603
0.0938589
0.0949913
0.0962559
0.0976497
0.0991684
0.100806
0.102556
0.104409
0.106358
0.108391
0.110497
0.112665
0.114883
0.117139
0.119419
0.12171
0.124001
0.126278
0.128528
0.13074
0.132902
0.135002
0.137029
0.138972
0.140821
0.142567
0.144201
0.145713
0.147095
0.14834
0.14944
0.150387
0.151175
0.151797
0.152247
0.152518
0.152604
0.1525
0.152199
0.151696
0.150984
0.150058
0.148913
0.147541
0.145938
0.144097
0.142013
0.13968
0.137091
0.13424
0.131124
0.127734
0.124068
0.120118
0.115882
0.111355
0.106534
0.101416
0.0960013
0.0902885
0.0842792
0.0779765
0.0713851
0.0645117
0.0573652
0.0499571
0.0423012
0.0344141
0.0263151
0.0180264
0.00957279
0.000981701
-0.00771721
-0.0164926
0.0952741
0.0949342
0.0945759
0.094202
0.0938154
0.0934193
0.0930182
0.0926175
0.0922231
0.0918415
0.0914797
0.091145
0.0908453
0.0905887
0.0903836
0.0902383
0.0901613
0.0901607
0.0902444
0.0904198
0.0906938
0.0910725
0.0915611
0.092164
0.0928845
0.0937247
0.0946855
0.0957667
0.0969666
0.0982824
0.0997101
0.101244
0.102879
0.104607
0.106419
0.108306
0.110259
0.112267
0.114319
0.116403
0.118508
0.120623
0.122735
0.124832
0.126904
0.128939
0.130925
0.132852
0.13471
0.136488
0.138178
0.139768
0.141252
0.14262
0.143864
0.144977
0.145951
0.146779
0.147454
0.147971
0.148322
0.148502
0.148504
0.148323
0.147952
0.147387
0.146622
0.145651
0.144468
0.143069
0.141447
0.139597
0.137514
0.135193
0.132627
0.129813
0.126745
0.123418
0.119828
0.115972
0.111844
0.107444
0.102768
0.0978145
0.0925842
0.0870775
0.0812967
0.0752453
0.0689287
0.0623541
0.0555306
0.0484695
0.0411842
0.0336906
0.0260069
0.0181537
0.0101538
0.0020322
-0.00618432
-0.0144676
0.0949741
0.0946707
0.0943529
0.0940236
0.0936855
0.0933418
0.0929966
0.092655
0.0923222
0.0920043
0.0917075
0.0914384
0.091204
0.0910116
0.0908683
0.0907817
0.0907589
0.0908072
0.0909332
0.0911435
0.0914438
0.0918395
0.0923348
0.0929336
0.0936384
0.0944509
0.0953717
0.0964005
0.0975357
0.0987745
0.100113
0.101547
0.10307
0.104676
0.106358
0.108105
0.109911
0.111765
0.113658
0.115578
0.117516
0.11946
0.1214
0.123326
0.125226
0.127089
0.128907
0.130667
0.132362
0.13398
0.135514
0.136954
0.138291
0.139519
0.140629
0.141613
0.142464
0.143177
0.143743
0.144157
0.144412
0.144503
0.144424
0.144169
0.143732
0.143109
0.142293
0.14128
0.140065
0.138641
0.137004
0.13515
0.133073
0.130768
0.128231
0.125457
0.122442
0.119182
0.115674
0.111914
0.1079
0.10363
0.0991015
0.0943151
0.0892712
0.0839712
0.0784181
0.0726161
0.0665709
0.06029
0.0537826
0.0470596
0.0401342
0.0330213
0.025738
0.0183034
0.0107385
0.00306604
-0.00468975
-0.0125035
0.0946825
0.0944136
0.094134
0.0938465
0.0935535
0.0932581
0.0929641
0.0926763
0.0923994
0.0921388
0.0919003
0.0916896
0.0915129
0.0913767
0.0912873
0.0912511
0.0912746
0.0913638
0.0915246
0.0917624
0.0920824
0.0924889
0.0929855
0.0935754
0.0942607
0.0950427
0.0959218
0.0968973
0.0979677
0.0991306
0.100382
0.101719
0.103134
0.104623
0.106178
0.107792
0.109457
0.111164
0.112903
0.114667
0.116444
0.118226
0.120001
0.121761
0.123496
0.125195
0.126849
0.128449
0.129986
0.13145
0.132833
0.134127
0.135324
0.136415
0.137395
0.138254
0.138987
0.139587
0.140047
0.140362
0.140525
0.14053
0.140373
0.140047
0.139548
0.13887
0.138007
0.136956
0.135711
0.134267
0.13262
0.130765
0.128698
0.126414
0.123909
0.121181
0.118223
0.115035
0.111613
0.107953
0.104056
0.0999182
0.0955403
0.0909224
0.0860656
0.0809721
0.0756454
0.0700901
0.0643122
0.0583194
0.0521206
0.0457267
0.0391501
0.032405
0.0255075
0.0184751
0.0113271
0.00408425
-0.00323146
-0.0105972
0.0943961
0.0941597
0.0939157
0.0936669
0.0934154
0.0931643
0.092917
0.0926778
0.0924512
0.0922419
0.092055
0.0918958
0.0917697
0.0916823
0.0916392
0.091646
0.0917081
0.0918309
0.0920193
0.0922781
0.0926115
0.0930231
0.0935162
0.094093
0.0947554
0.0955044
0.0963399
0.0972615
0.0982674
0.0993554
0.100522
0.101764
0.103075
0.104451
0.105885
0.107371
0.1089
0.110466
0.11206
0.113673
0.115297
0.116922
0.11854
0.120142
0.121718
0.123259
0.124757
0.126202
0.127587
0.128902
0.13014
0.131294
0.132354
0.133314
0.134167
0.134906
0.135524
0.136015
0.136373
0.136592
0.136666
0.13659
0.136358
0.135966
0.135407
0.134677
0.133772
0.132686
0.131416
0.129956
0.128302
0.126451
0.124398
0.122139
0.119672
0.116992
0.114096
0.110983
0.10765
0.104095
0.100317
0.0963144
0.0920887
0.0876401
0.0829705
0.0780827
0.0729803
0.0676683
0.0621531
0.0564421
0.0505442
0.0444699
0.038231
0.031841
0.0253147
0.0186684
0.0119198
0.00508787
-0.0018075
-0.00874567
0.0941115
0.0939054
0.0936945
0.0934812
0.0932678
0.0930569
0.0928517
0.0926562
0.0924744
0.0923105
0.0921691
0.0920549
0.0919725
0.091927
0.0919231
0.0919657
0.0920595
0.092209
0.0924186
0.0926922
0.0930333
0.093445
0.0939299
0.0944899
0.0951264
0.09584
0.0966307
0.0974977
0.0984394
0.0994536
0.100537
0.101687
0.102898
0.104165
0.105483
0.106845
0.108245
0.109676
0.11113
0.1126
0.114077
0.115553
0.11702
0.11847
0.119894
0.121284
0.122632
0.123929
0.125168
0.12634
0.127439
0.128457
0.129385
0.130219
0.13095
0.131573
0.132081
0.132468
0.132727
0.132855
0.132844
0.13269
0.132388
0.131932
0.131317
0.13054
0.129596
0.12848
0.127188
0.125716
0.12406
0.122216
0.120181
0.117952
0.115525
0.112898
0.110068
0.107034
0.103793
0.100345
0.096688
0.0928231
0.0887505
0.0844716
0.0799886
0.0753047
0.070424
0.0653515
0.0600936
0.0546578
0.0490527
0.0432883
0.037376
0.0313282
0.0251588
0.018883
0.0125169
0.00607779
-0.000416184
-0.00694635
0.0938255
0.0936475
0.0934669
0.0932861
0.0931071
0.0929324
0.0927649
0.0926083
0.092466
0.092342
0.0922402
0.0921647
0.0921197
0.0921095
0.0921382
0.09221
0.0923291
0.0924992
0.0927239
0.0930066
0.0933502
0.0937574
0.09423
0.0947698
0.0953777
0.096054
0.0967986
0.0976107
0.0984886
0.0994303
0.100433
0.101493
0.102607
0.103769
0.104975
0.10622
0.107496
0.108798
0.110119
0.111451
0.112788
0.114122
0.115445
0.11675
0.118029
0.119274
0.120479
0.121634
0.122733
0.123768
0.124733
0.125621
0.126424
0.127136
0.127751
0.128262
0.128664
0.128951
0.129117
0.129157
0.129065
0.128838
0.128468
0.127953
0.127288
0.126467
0.125488
0.124345
0.123036
0.121555
0.119901
0.118069
0.116056
0.11386
0.111478
0.108907
0.106146
0.103193
0.100048
0.0967081
0.0931749
0.0894482
0.0855292
0.0814196
0.0771221
0.07264
0.0679776
0.0631401
0.0581339
0.0529662
0.0476454
0.0421811
0.036584
0.0308658
0.0250393
0.0191186
0.0131185
0.0070548
0.000943961
-0.00519703
0.0935351
0.0933827
0.0932297
0.0930782
0.0929301
0.0927877
0.0926536
0.0925311
0.0924233
0.0923338
0.092266
0.0922234
0.0922098
0.0922288
0.092284
0.0923791
0.0925174
0.0927022
0.0929366
0.0932233
0.0935648
0.0939632
0.09442
0.0949365
0.0955134
0.0961508
0.0968485
0.0976054
0.0984201
0.0992905
0.100214
0.101188
0.102207
0.103269
0.104368
0.105499
0.106657
0.107836
0.109029
0.110231
0.111435
0.112633
0.113819
0.114986
0.116126
0.117234
0.118301
0.119321
0.120286
0.121191
0.122028
0.122791
0.123474
0.12407
0.124573
0.124978
0.125279
0.125471
0.125548
0.125504
0.125337
0.12504
0.124608
0.124038
0.123325
0.122465
0.121455
0.12029
0.118967
0.117482
0.115833
0.114016
0.11203
0.10987
0.107536
0.105025
0.102336
0.0994671
0.0964186
0.0931899
0.0897812
0.0861934
0.0824278
0.0784867
0.0743728
0.0700897
0.0656417
0.0610343
0.0562735
0.0513666
0.0463214
0.0411472
0.035854
0.0304527
0.0249554
0.0193748
0.0137247
0.00801947
0.00227413
-0.00349589
0.0932371
0.0931079
0.0929797
0.0928544
0.0927337
0.0926197
0.0925148
0.092422
0.092344
0.0922839
0.0922447
0.0922296
0.0922418
0.0922844
0.0923605
0.0924731
0.0926252
0.0928196
0.0930586
0.0933447
0.0936798
0.0940656
0.0945033
0.0949939
0.0955378
0.0961349
0.0967849
0.0974867
0.0982389
0.0990394
0.0998859
0.100775
0.101705
0.102669
0.103666
0.104689
0.105734
0.106795
0.107867
0.108945
0.110021
0.11109
0.112145
0.113181
0.11419
0.115166
0.116102
0.116993
0.117832
0.118612
0.119327
0.119972
0.12054
0.121026
0.121423
0.121727
0.121933
0.122034
0.122026
0.121904
0.121665
0.121303
0.120813
0.120193
0.119437
0.118542
0.117505
0.116321
0.114989
0.113504
0.111864
0.110066
0.108109
0.105989
0.103706
0.101257
0.0986425
0.0958604
0.0929109
0.0897941
0.0865106
0.0830617
0.0794489
0.0756746
0.0717419
0.0676545
0.0634168
0.059034
0.0545122
0.0498582
0.0450798
0.0401856
0.0351849
0.0300881
0.0249063
0.0196512
0.0143354
0.00897219
0.00357522
-0.00184144
0.0929286
0.0928202
0.092714
0.0926118
0.0925151
0.0924258
0.0923461
0.0922785
0.0922257
0.0921903
0.0921749
0.0921822
0.0922149
0.0922758
0.0923676
0.0924927
0.0926536
0.0928526
0.0930919
0.0933731
0.0936981
0.094068
0.0944838
0.0949462
0.0954553
0.0960111
0.0966129
0.0972598
0.0979502
0.0986824
0.0994539
0.100262
0.101104
0.101976
0.102874
0.103793
0.10473
0.10568
0.106637
0.107596
0.108551
0.109498
0.110429
0.11134
0.112224
0.113075
0.113888
0.114656
0.115374
0.116036
0.116636
0.117168
0.117628
0.118009
0.118306
0.118514
0.118629
0.118646
0.118559
0.118366
0.118058
0.117635
0.117092
0.116425
0.11563
0.114704
0.113644
0.112446
0.111108
0.109627
0.108
0.106225
0.1043
0.102223
0.0999939
0.0976102
0.0950716
0.0923777
0.0895284
0.0865243
0.0833662
0.0800555
0.0765942
0.0729849
0.0692306
0.065335
0.0613027
0.0571387
0.052849
0.0484401
0.0439194
0.0392949
0.0345755
0.0297708
0.0248909
0.0199469
0.0149503
0.00991311
0.00484789
-0.000232544
0.0926068
0.0925167
0.0924298
0.0923476
0.0922716
0.0922033
0.092145
0.0920987
0.0920668
0.0920515
0.0920552
0.0920801
0.0921286
0.0922031
0.0923057
0.0924385
0.0926038
0.0928032
0.0930385
0.0933113
0.0936227
0.0939738
0.0943653
0.0947975
0.0952705
0.0957841
0.0963375
0.0969298
0.0975595
0.0982248
0.0989236
0.0996533
0.100411
0.101194
0.101997
0.102818
0.103653
0.104496
0.105343
0.10619
0.107031
0.107861
0.108675
0.109467
0.110233
0.110966
0.111662
0.112314
0.112918
0.113468
0.113959
0.114385
0.114742
0.115024
0.115226
0.115345
0.115375
0.115311
0.115151
0.114888
0.114519
0.11404
0.113448
0.11274
0.111911
0.110958
0.10988
0.108671
0.107332
0.105857
0.104247
0.102497
0.100608
0.0985776
0.0964044
0.0940877
0.0916272
0.0890227
0.0862745
0.0833833
0.0803502
0.0771768
0.0738654
0.0704184
0.066839
0.0631312
0.0592991
0.0553479
0.0512831
0.0471111
0.0428387
0.0384737
0.0340243
0.0294994
0.0249084
0.0202614
0.015569
0.0108422
0.00609252
0.00133164
0.0922693
0.092195
0.0921245
0.0920594
0.0920008
0.0919503
0.0919096
0.0918807
0.0918656
0.0918663
0.0918847
0.0919229
0.0919828
0.0920663
0.0921754
0.0923118
0.0924773
0.0926732
0.0929011
0.093162
0.093457
0.0937867
0.0941517
0.0945522
0.094988
0.0954588
0.0959638
0.096502
0.0970721
0.0976722
0.0983004
0.0989543
0.0996313
0.100328
0.101042
0.101769
0.102506
0.103248
0.103991
0.104731
0.105464
0.106184
0.106887
0.107568
0.108222
0.108844
0.109429
0.109972
0.110468
0.110912
0.1113
0.111626
0.111887
0.112076
0.11219
0.112224
0.112174
0.112037
0.111807
0.111481
0.111055
0.110526
0.10989
0.109144
0.108285
0.10731
0.106217
0.105003
0.103665
0.102201
0.10061
0.0988897
0.097039
0.0950566
0.0929418
0.0906939
0.0883128
0.0857986
0.0831518
0.0803733
0.0774644
0.0744269
0.0712631
0.0679755
0.0645674
0.0610426
0.0574053
0.0536603
0.0498131
0.0458696
0.0418363
0.0377205
0.0335299
0.0292725
0.0249573
0.0205935
0.0161907
0.0117592
0.00730926
0.00285168
0.0919134
0.0918525
0.0917959
0.091745
0.0917008
0.0916646
0.0916382
0.091623
0.091621
0.0916337
0.0916629
0.0917103
0.0917775
0.0918661
0.0919778
0.0921139
0.0922759
0.0924649
0.0926821
0.0929283
0.0932043
0.0935105
0.0938474
0.0942148
0.0946126
0.0950403
0.0954971
0.095982
0.0964936
0.0970303
0.0975902
0.0981711
0.0987706
0.0993858
0.100014
0.100651
0.101295
0.101941
0.102586
0.103226
0.103856
0.104472
0.105071
0.105646
0.106195
0.106712
0.107193
0.107633
0.108029
0.108374
0.108665
0.108898
0.109067
0.10917
0.109201
0.109157
0.109033
0.108827
0.108533
0.108149
0.107671
0.107096
0.106421
0.105643
0.104758
0.103766
0.102662
0.101445
0.100112
0.0986627
0.0970944
0.0954059
0.0935962
0.0916643
0.0896097
0.087432
0.0851312
0.0827078
0.0801623
0.0774959
0.07471
0.0718065
0.0687877
0.0656562
0.0624152
0.0590685
0.0556201
0.0520747
0.0484374
0.0447139
0.0409104
0.0370335
0.0330904
0.0290886
0.0250364
0.0209421
0.0168148
0.0126636
0.00849806
0.00432796
0.0915371
0.0914872
0.091442
0.0914024
0.0913697
0.0913448
0.0913293
0.0913245
0.091332
0.0913531
0.0913894
0.0914423
0.0915131
0.0916032
0.0917139
0.0918463
0.0920016
0.0921807
0.0923844
0.0926134
0.0928682
0.0931492
0.0934564
0.0937898
0.0941491
0.0945336
0.0949426
0.095375
0.0958296
0.0963048
0.0967988
0.0973095
0.0978347
0.0983719
0.0989182
0.0994709
0.100027
0.100582
0.101134
0.101679
0.102212
0.102731
0.103231
0.103708
0.104158
0.104576
0.10496
0.105304
0.105604
0.105857
0.106058
0.106203
0.106289
0.106311
0.106265
0.106148
0.105956
0.105686
0.105335
0.104898
0.104373
0.103757
0.103047
0.102241
0.101336
0.100329
0.0992184
0.0980024
0.096679
0.0952467
0.093704
0.0920498
0.0902833
0.0884037
0.0864108
0.0843043
0.0820846
0.079752
0.0773075
0.0747522
0.0720876
0.0693158
0.0664389
0.0634598
0.0603815
0.0572076
0.0539421
0.0505893
0.0471543
0.0436422
0.0400589
0.0364106
0.0327039
0.0289459
0.025144
0.0213061
0.0174402
0.0135548
0.0096587
0.00576066
0.0911384
0.0910972
0.0910608
0.0910301
0.091006
0.0909895
0.0909818
0.0909842
0.090998
0.0910243
0.0910643
0.0911194
0.0911905
0.0912788
0.0913853
0.091511
0.0916567
0.0918232
0.0920111
0.0922208
0.0924526
0.0927069
0.0929834
0.0932821
0.0936025
0.093944
0.0943058
0.0946868
0.0950859
0.0955015
0.095932
0.0963754
0.0968296
0.0972924
0.0977612
0.0982333
0.0987059
0.0991759
0.0996402
0.100096
0.100538
0.100965
0.101373
0.101757
0.102115
0.102441
0.102734
0.102988
0.1032
0.103367
0.103484
0.103548
0.103555
0.103502
0.103386
0.103202
0.102948
0.10262
0.102216
0.101731
0.101164
0.100512
0.0997729
0.0989431
0.0980208
0.097004
0.0958908
0.0946795
0.0933684
0.0919562
0.0904418
0.0888243
0.0871029
0.0852773
0.0833472
0.0813127
0.0791742
0.0769323
0.0745878
0.0721422
0.069597
0.0669542
0.0642161
0.0613853
0.0584649
0.0554583
0.0523693
0.0492022
0.0459615
0.0426521
0.0392796
0.0358497
0.0323685
0.0288425
0.0252786
0.0216839
0.0180658
0.0144322
0.0107908
0.00714986
0.0907156
0.0906809
0.090651
0.0906266
0.0906085
0.0905977
0.090595
0.0906017
0.0906187
0.0906472
0.090688
0.0907421
0.0908106
0.0908942
0.0909938
0.0911101
0.0912438
0.0913954
0.0915654
0.091754
0.0919614
0.0921878
0.0924329
0.0926964
0.0929779
0.0932768
0.0935922
0.0939231
0.0942683
0.0946264
0.0949958
0.0953748
0.0957613
0.0961534
0.0965486
0.0969446
0.0973386
0.0977281
0.09811
0.0984815
0.0988394
0.0991806
0.0995018
0.0997996
0.100071
0.100312
0.10052
0.10069
0.100821
0.100907
0.100947
0.100936
0.100871
0.10075
0.100568
0.100324
0.100013
0.0996323
0.0991801
0.0986535
0.0980498
0.0973667
0.0966017
0.0957527
0.0948176
0.0937948
0.0926824
0.0914791
0.0901833
0.0887941
0.0873105
0.0857316
0.0840572
0.0822868
0.0804204
0.0784583
0.0764009
0.0742489
0.0720035
0.0696658
0.0672377
0.0647209
0.0621179
0.0594311
0.0566636
0.0538186
0.0508997
0.0479109
0.0448566
0.0417413
0.0385701
0.0353484
0.0320818
0.0287763
0.0254382
0.022074
0.0186905
0.0152948
0.011894
0.00849553
0.0902673
0.090237
0.0902113
0.0901909
0.0901764
0.0901686
0.0901684
0.0901767
0.0901943
0.0902221
0.090261
0.0903116
0.0903747
0.0904511
0.0905413
0.0906459
0.0907655
0.0909003
0.0910507
0.0912168
0.0913987
0.0915963
0.0918094
0.0920377
0.0922805
0.0925374
0.0928073
0.0930894
0.0933825
0.0936853
0.0939962
0.0943137
0.0946359
0.0949609
0.0952865
0.0956107
0.0959308
0.0962446
0.0965494
0.0968424
0.0971209
0.097382
0.0976227
0.0978402
0.0980313
0.0981929
0.098322
0.0984156
0.0984704
0.0984834
0.0984515
0.0983718
0.0982413
0.0980571
0.0978162
0.0975161
0.0971539
0.0967268
0.0962322
0.0956682
0.0950326
0.0943229
0.0935369
0.092673
0.0917292
0.090704
0.0895959
0.0884037
0.0871262
0.0857624
0.0843116
0.0827733
0.0811471
0.0794329
0.0776308
0.0757412
0.0737645
0.0717016
0.0695537
0.067322
0.0650083
0.0626143
0.0601425
0.0575952
0.0549753
0.052286
0.0495306
0.0467129
0.0438369
0.040907
0.0379278
0.0349042
0.0318415
0.0287452
0.025621
0.0224748
0.019313
0.0161418
0.0129678
0.00979761
0.0897923
0.0897644
0.0897408
0.0897223
0.0897091
0.0897021
0.0897019
0.0897094
0.0897251
0.0897499
0.0897843
0.089829
0.0898845
0.0899514
0.0900301
0.0901211
0.0902248
0.0903412
0.0904707
0.0906132
0.0907687
0.090937
0.0911179
0.091311
0.0915156
0.0917312
0.0919569
0.0921917
0.0924345
0.0926842
0.0929392
0.0931982
0.0934593
0.0937209
0.093981
0.0942375
0.0944884
0.0947313
0.0949638
0.0951837
0.0953882
0.0955749
0.095741
0.0958839
0.0960009
0.0960891
0.0961458
0.0961682
0.0961535
0.0960989
0.0960018
0.0958593
0.0956688
0.0954277
0.0951335
0.0947835
0.0943753
0.0939064
0.093375
0.0927788
0.0921158
0.0913839
0.0905814
0.0897065
0.0887577
0.0877337
0.0866332
0.0854551
0.0841984
0.0828623
0.0814464
0.0799501
0.0783734
0.0767161
0.0749785
0.0731611
0.0712645
0.0692895
0.0672373
0.0651093
0.062907
0.0606324
0.0582876
0.0558751
0.0533975
0.0508578
0.0482592
0.0456052
0.0428995
0.0401462
0.0373497
0.0345143
0.031645
0.0287468
0.0258248
0.0228846
0.0199318
0.0169721
0.0140115
0.0110561
0.0892896
0.0892623
0.089239
0.0892202
0.0892064
0.089198
0.0891957
0.0892001
0.0892119
0.0892314
0.0892592
0.0892959
0.0893418
0.0893973
0.0894628
0.0895386
0.0896248
0.0897216
0.0898291
0.0899472
0.0900757
0.0902145
0.0903633
0.0905214
0.0906885
0.0908638
0.0910465
0.0912357
0.0914303
0.0916291
0.091831
0.0920343
0.0922378
0.0924395
0.0926379
0.0928311
0.0930171
0.0931938
0.0933592
0.0935109
0.0936468
0.0937646
0.0938617
0.0939358
0.0939844
0.0940051
0.0939954
0.0939526
0.0938744
0.0937582
0.0936017
0.0934022
0.0931575
0.0928652
0.0925231
0.0921289
0.0916802
0.0911748
0.0906112
0.0899875
0.0893017
0.0885521
0.0877371
0.0868552
0.0859051
0.0848856
0.0837956
0.0826343
0.0814008
0.0800945
0.0787151
0.0772622
0.0757357
0.0741358
0.0724627
0.0707171
0.0688995
0.0670109
0.0650524
0.0630255
0.0609316
0.0587726
0.0565506
0.0542679
0.0519271
0.0495308
0.0470822
0.0445845
0.0420412
0.039456
0.0368329
0.034176
0.0314897
0.0287787
0.0260477
0.0233016
0.0205456
0.0177849
0.0150248
0.0122708
0.0887588
0.0887303
0.0887055
0.0886847
0.0886682
0.0886566
0.0886503
0.0886498
0.0886555
0.0886679
0.0886873
0.0887141
0.0887487
0.0887913
0.0888421
0.0889013
0.0889689
0.0890452
0.0891299
0.089223
0.0893244
0.0894336
0.0895504
0.0896742
0.0898045
0.0899407
0.0900818
0.0902271
0.0903755
0.090526
0.0906773
0.0908282
0.0909772
0.0911228
0.0912634
0.0913973
0.0915228
0.091638
0.0917409
0.0918296
0.0919021
0.0919562
0.0919898
0.0920007
0.0919867
0.0919456
0.0918751
0.091773
0.0916371
0.0914651
0.0912548
0.0910041
0.0907109
0.0903731
0.0899884
0.0895548
0.0890705
0.088534
0.0879433
0.0872966
0.0865924
0.0858292
0.0850056
0.0841203
0.0831723
0.0821604
0.0810838
0.0799418
0.0787336
0.0774589
0.0761174
0.0747088
0.0732332
0.0716908
0.070082
0.0684074
0.0666676
0.0648637
0.0629967
0.061068
0.0590792
0.057032
0.0549283
0.0527704
0.0505607
0.0483017
0.0459963
0.0436475
0.0412586
0.038833
0.0363742
0.0338862
0.0313729
0.0288385
0.0262874
0.023724
0.021153
0.0185791
0.0160071
0.0134418
0.0881995
0.0881683
0.0881403
0.0881158
0.0880951
0.0880785
0.0880664
0.0880592
0.0880573
0.0880609
0.0880704
0.0880859
0.0881077
0.088136
0.0881709
0.0882125
0.0882608
0.0883157
0.0883772
0.0884451
0.0885192
0.0885991
0.0886844
0.0887746
0.0888692
0.0889674
0.0890686
0.0891719
0.0892763
0.0893808
0.0894844
0.0895857
0.0896836
0.0897765
0.0898632
0.0899419
0.0900112
0.0900693
0.0901146
0.0901452
0.0901593
0.0901549
0.0901303
0.0900834
0.0900122
0.0899149
0.0897893
0.0896335
0.0894454
0.0892232
0.0889648
0.0886683
0.0883318
0.0879536
0.0875319
0.0870644
0.0865496
0.0859862
0.0853727
0.0847075
0.0839892
0.0832163
0.0823879
0.0815027
0.0805599
0.0795585
0.0784978
0.0773773
0.0761964
0.0749548
0.0736522
0.0722888
0.0708644
0.0693795
0.0678344
0.0662298
0.0645664
0.0628452
0.0610672
0.0592339
0.0573466
0.055407
0.0534171
0.0513789
0.0492946
0.0471667
0.0449977
0.0427906
0.0405482
0.0382737
0.0359704
0.0336419
0.0312917
0.0289237
0.0265418
0.0241501
0.0217526
0.0193538
0.0169578
0.0145692
0.0876118
0.0875764
0.0875438
0.0875141
0.0874876
0.0874646
0.0874452
0.08743
0.0874189
0.0874124
0.0874105
0.0874135
0.0874214
0.0874344
0.0874524
0.0874756
0.0875039
0.0875372
0.0875752
0.0876179
0.0876649
0.0877158
0.0877703
0.0878278
0.0878878
0.0879496
0.0880125
0.0880757
0.0881384
0.0881995
0.088258
0.0883129
0.0883628
0.0884067
0.0884431
0.0884707
0.088488
0.0884935
0.0884856
0.0884628
0.0884233
0.0883656
0.0882879
0.0881884
0.0880654
0.0879171
0.0877418
0.0875376
0.0873029
0.0870358
0.0867346
0.0863977
0.0860235
0.0856099
0.0851554
0.0846587
0.0841185
0.0835331
0.0829013
0.0822216
0.0814929
0.0807142
0.0798843
0.0790025
0.0780678
0.0770795
0.0760371
0.0749401
0.073788
0.0725808
0.0713182
0.0700003
0.0686273
0.0671995
0.0657174
0.0641816
0.0625929
0.0609522
0.0592607
0.0575195
0.0557301
0.0538941
0.0520133
0.0500895
0.048125
0.0461219
0.0440826
0.0420098
0.0399062
0.0377746
0.0356182
0.03344
0.0312434
0.0290318
0.0268087
0.0245779
0.0223431
0.0201081
0.0178768
0.0156531
0.0869958
0.0869551
0.0869166
0.0868804
0.0868468
0.086816
0.0867882
0.0867635
0.0867422
0.0867243
0.0867101
0.0866994
0.0866926
0.0866895
0.0866901
0.0866944
0.0867023
0.0867137
0.0867283
0.0867459
0.0867661
0.0867887
0.0868132
0.0868391
0.0868658
0.0868927
0.0869191
0.0869443
0.0869675
0.0869877
0.087004
0.0870154
0.0870208
0.087019
0.0870089
0.0869892
0.0869586
0.0869157
0.0868592
0.0867875
0.0866993
0.086593
0.0864671
0.08632
0.0861503
0.0859563
0.0857364
0.0854891
0.0852128
0.084906
0.0845672
0.0841947
0.0837874
0.0833436
0.0828617
0.0823405
0.0817788
0.0811755
0.0805294
0.0798392
0.079104
0.0783229
0.0774948
0.0766192
0.0756953
0.0747225
0.0737004
0.0726286
0.0715068
0.0703349
0.0691129
0.0678409
0.0665191
0.0651479
0.0637278
0.0622595
0.0607436
0.0591812
0.0575732
0.0559209
0.0542257
0.052489
0.0507126
0.0488981
0.0470476
0.0451631
0.0432469
0.0413013
0.0393289
0.0373322
0.0353141
0.0332773
0.031225
0.0291602
0.027086
0.0250059
0.0229232
0.0208412
0.0187635
0.0166937
0.0863523
0.086305
0.0862595
0.0862158
0.086174
0.0861343
0.0860969
0.0860618
0.0860292
0.0859991
0.0859716
0.0859467
0.0859243
0.0859046
0.0858873
0.0858725
0.0858599
0.0858494
0.0858407
0.0858336
0.0858278
0.0858228
0.0858183
0.0858137
0.0858086
0.0858023
0.0857941
0.0857834
0.0857694
0.0857513
0.0857282
0.0856991
0.0856631
0.0856191
0.0855661
0.0855029
0.0854283
0.0853412
0.0852403
0.0851242
0.0849918
0.0848416
0.0846723
0.0844825
0.0842709
0.084036
0.0837765
0.083491
0.0831781
0.0828366
0.0824649
0.082062
0.0816262
0.0811562
0.0806512
0.08011
0.0795315
0.0789144
0.0782578
0.0775608
0.0768224
0.076042
0.0752187
0.074352
0.0734413
0.0724861
0.0714861
0.070441
0.0693506
0.0682149
0.0670339
0.0658078
0.0645369
0.0632215
0.0618622
0.0604597
0.0590146
0.057528
0.0560007
0.054434
0.0528291
0.0511874
0.0495106
0.0478002
0.046058
0.044286
0.0424863
0.0406609
0.0388123
0.0369427
0.0350546
0.0331507
0.0312337
0.0293064
0.0273716
0.0254323
0.0234916
0.0215524
0.0196179
0.0176912
0.0856821
0.0856273
0.0855738
0.0855215
0.0854706
0.0854212
0.0853733
0.085327
0.0852823
0.0852393
0.0851979
0.0851581
0.0851199
0.0850832
0.0850479
0.0850138
0.0849808
0.0849486
0.0849171
0.0848859
0.0848547
0.0848231
0.0847907
0.084757
0.0847215
0.0846837
0.0846429
0.0845984
0.0845497
0.0844958
0.084436
0.0843694
0.0842952
0.0842124
0.08412
0.084017
0.0839024
0.083775
0.0836338
0.0834776
0.0833053
0.0831157
0.0829075
0.0826796
0.0824308
0.0821597
0.0818653
0.0815463
0.0812015
0.0808297
0.0804298
0.0800006
0.0795411
0.0790499
0.078526
0.0779686
0.0773768
0.0767497
0.0760863
0.0753857
0.0746474
0.0738707
0.0730549
0.0721995
0.0713041
0.0703683
0.069392
0.0683748
0.0673167
0.0662177
0.0650779
0.0638976
0.0626769
0.0614165
0.0601167
0.0587782
0.0574018
0.0559883
0.0545387
0.0530541
0.0515357
0.0499847
0.0484027
0.0467912
0.0451518
0.0434863
0.0417966
0.0400846
0.0383525
0.0366023
0.0348364
0.0330571
0.0312668
0.0294681
0.0276634
0.0258555
0.0240471
0.0222409
0.0204396
0.0186461
0.0849863
0.0849232
0.0848609
0.0847993
0.0847385
0.0846786
0.0846196
0.0845614
0.0845041
0.0844476
0.084392
0.084337
0.0842827
0.0842289
0.0841754
0.0841222
0.0840691
0.0840157
0.0839619
0.0839073
0.0838516
0.0837944
0.0837354
0.0836741
0.0836099
0.0835423
0.0834709
0.0833949
0.0833137
0.0832266
0.0831329
0.0830317
0.0829224
0.082804
0.0826757
0.0825365
0.0823855
0.0822218
0.0820443
0.0818521
0.0816441
0.0814193
0.0811766
0.0809149
0.0806332
0.0803305
0.0800056
0.0796576
0.0792853
0.0788878
0.078464
0.0780129
0.0775333
0.0770246
0.0764859
0.0759164
0.0753152
0.0746815
0.0740144
0.0733135
0.0725781
0.0718077
0.0710017
0.0701598
0.0692816
0.0683668
0.0674154
0.0664271
0.0654019
0.06434
0.0632414
0.0621064
0.0609353
0.0597286
0.0584868
0.0572105
0.0559005
0.0545575
0.0531825
0.0517765
0.0503406
0.0488761
0.0473842
0.0458665
0.0443243
0.0427594
0.0411734
0.0395682
0.0379456
0.0363075
0.034656
0.0329933
0.0313214
0.0296427
0.0279595
0.026274
0.0245888
0.0229062
0.0212288
0.0195588
0.0842663
0.0841942
0.0841225
0.084051
0.0839798
0.0839088
0.0838381
0.0837676
0.0836973
0.0836271
0.0835569
0.0834866
0.0834161
0.0833453
0.083274
0.083202
0.0831291
0.083055
0.0829796
0.0829025
0.0828233
0.0827418
0.0826575
0.08257
0.0824788
0.0823834
0.0822833
0.082178
0.0820668
0.081949
0.0818241
0.0816913
0.0815498
0.081399
0.0812381
0.0810661
0.0808824
0.080686
0.0804761
0.0802517
0.080012
0.079756
0.0794829
0.0791917
0.0788814
0.0785511
0.0782
0.0778271
0.0774314
0.0770121
0.0765683
0.0760993
0.0756041
0.0750819
0.0745319
0.0739536
0.0733461
0.0727089
0.0720413
0.0713428
0.0706129
0.0698511
0.0690571
0.0682305
0.0673711
0.0664788
0.0655533
0.0645946
0.0636029
0.0625781
0.0615204
0.0604303
0.0593078
0.0581537
0.0569682
0.0557521
0.054506
0.0532307
0.0519272
0.0505963
0.049239
0.0478566
0.0464502
0.0450212
0.0435709
0.0421008
0.0406124
0.0391075
0.0375875
0.0360545
0.0345101
0.0329562
0.0313949
0.0298281
0.0282579
0.0266863
0.0251156
0.0235478
0.0219852
0.02043
0.0835237
0.0834422
0.0833606
0.0832787
0.0831966
0.0831142
0.0830315
0.0829484
0.0828649
0.0827808
0.082696
0.0826104
0.0825239
0.0824363
0.0823474
0.082257
0.0821649
0.082071
0.0819748
0.0818761
0.0817747
0.0816701
0.0815619
0.0814498
0.0813333
0.081212
0.0810854
0.0809529
0.080814
0.0806681
0.0805146
0.0803529
0.0801824
0.0800022
0.0798119
0.0796105
0.0793975
0.0791719
0.0789331
0.0786803
0.0784127
0.0781294
0.0778298
0.0775128
0.0771779
0.076824
0.0764505
0.0760566
0.0756415
0.0752043
0.0747445
0.0742612
0.0737536
0.0732211
0.0726633
0.0720794
0.0714689
0.0708311
0.0701657
0.0694721
0.06875
0.0679989
0.0672188
0.0664092
0.06557
0.064701
0.0638023
0.0628738
0.0619156
0.0609279
0.0599108
0.0588647
0.0577899
0.0566868
0.0555559
0.0543978
0.0532133
0.052003
0.0507677
0.0495083
0.0482258
0.0469213
0.0455958
0.0442505
0.0428868
0.0415059
0.0401092
0.0386983
0.0372746
0.0358397
0.0343953
0.032943
0.0314847
0.030022
0.0285569
0.0270911
0.0256266
0.0241654
0.0227092
0.0212601
0.0827605
0.0826692
0.0825773
0.0824847
0.0823914
0.0822973
0.0822025
0.0821067
0.0820099
0.0819119
0.0818127
0.081712
0.0816097
0.0815056
0.0813996
0.0812915
0.081181
0.0810679
0.080952
0.0808329
0.0807103
0.0805839
0.0804534
0.0803184
0.0801784
0.0800331
0.0798819
0.0797245
0.0795602
0.0793887
0.0792093
0.0790214
0.0788246
0.0786181
0.0784014
0.0781738
0.0779347
0.0776834
0.0774192
0.0771415
0.0768495
0.0765425
0.0762199
0.075881
0.075525
0.0751513
0.0747591
0.0743478
0.0739168
0.0734654
0.0729929
0.0724986
0.071982
0.0714426
0.0708799
0.0702934
0.0696825
0.0690468
0.0683859
0.0676994
0.0669871
0.0662487
0.0654839
0.0646926
0.0638747
0.0630301
0.0621587
0.0612607
0.0603361
0.0593852
0.0584081
0.0574051
0.0563767
0.0553231
0.054245
0.0531428
0.0520173
0.050869
0.0496988
0.0485074
0.0472959
0.046065
0.0448159
0.0435496
0.0422673
0.0409702
0.0396595
0.0383366
0.0370028
0.0356596
0.0343084
0.0329507
0.0315882
0.0302223
0.0288547
0.0274871
0.0261211
0.0247584
0.0234008
0.0220498
0.0819787
0.0818773
0.0817749
0.0816714
0.0815668
0.081461
0.081354
0.0812456
0.0811356
0.0810239
0.0809104
0.0807949
0.0806772
0.0805573
0.0804348
0.0803096
0.0801815
0.0800502
0.0799155
0.0797771
0.0796347
0.079488
0.0793367
0.0791804
0.0790187
0.0788513
0.0786776
0.0784974
0.0783101
0.0781153
0.0779125
0.0777012
0.0774808
0.0772508
0.0770107
0.07676
0.0764979
0.076224
0.0759377
0.0756383
0.0753253
0.0749981
0.074656
0.0742985
0.0739249
0.0735346
0.0731271
0.0727018
0.0722582
0.0717956
0.0713137
0.0708117
0.0702892
0.0697457
0.0691808
0.0685942
0.0679854
0.0673541
0.0666999
0.0660226
0.0653219
0.0645976
0.0638496
0.0630777
0.0622819
0.0614622
0.0606186
0.0597512
0.05886
0.0579454
0.0570075
0.0560467
0.0550633
0.0540576
0.0530303
0.0519818
0.0509127
0.0498236
0.0487153
0.0475885
0.046444
0.0452828
0.0441057
0.0429137
0.0417078
0.0404892
0.039259
0.0380184
0.0367685
0.0355107
0.0342463
0.0329767
0.0317031
0.030427
0.0291499
0.0278732
0.0265983
0.0253269
0.0240603
0.0228
0.0811806
0.0810689
0.0809559
0.0808415
0.0807257
0.0806082
0.0804891
0.0803681
0.0802451
0.08012
0.0799927
0.0798628
0.0797304
0.0795951
0.0794569
0.0793155
0.0791706
0.0790222
0.0788699
0.0787134
0.0785525
0.0783869
0.0782164
0.0780404
0.0778588
0.0776712
0.0774771
0.0772763
0.0770682
0.0768525
0.0766287
0.0763964
0.0761551
0.0759044
0.0756437
0.0753726
0.0750906
0.0747971
0.0744917
0.0741738
0.0738429
0.0734985
0.0731401
0.0727671
0.0723791
0.0719755
0.0715558
0.0711196
0.0706664
0.0701957
0.0697071
0.0692001
0.0686742
0.0681293
0.0675648
0.0669805
0.0663761
0.0657512
0.0651055
0.064439
0.0637514
0.0630426
0.0623124
0.0615609
0.0607879
0.0599935
0.0591778
0.0583408
0.0574828
0.0566039
0.0557043
0.0547845
0.0538447
0.0528853
0.0519067
0.0509095
0.0498943
0.0488616
0.047812
0.0467463
0.0456652
0.0445696
0.0434602
0.0423379
0.0412038
0.0400587
0.0389036
0.0377398
0.0365681
0.0353899
0.0342061
0.0330182
0.0318271
0.0306343
0.0294409
0.0282483
0.0270577
0.0258705
0.024688
0.0235114
0.0803685
0.0802466
0.0801231
0.0799979
0.0798708
0.0797418
0.0796108
0.0794776
0.079342
0.0792039
0.0790631
0.0789195
0.0787728
0.078623
0.0784698
0.078313
0.0781525
0.0779879
0.0778192
0.0776459
0.0774679
0.077285
0.0770967
0.0769029
0.0767031
0.0764971
0.0762846
0.0760652
0.0758385
0.0756041
0.0753617
0.0751109
0.0748512
0.0745823
0.0743037
0.074015
0.0737157
0.0734055
0.0730839
0.0727503
0.0724045
0.0720459
0.0716741
0.0712886
0.0708891
0.070475
0.0700461
0.0696018
0.0691418
0.0686656
0.0681729
0.0676633
0.0671367
0.0665926
0.0660307
0.0654507
0.0648525
0.0642357
0.0636003
0.062946
0.0622727
0.0615804
0.060869
0.0601383
0.0593886
0.0586198
0.0578319
0.0570252
0.0561997
0.0553558
0.0544936
0.0536135
0.0527157
0.0518008
0.050869
0.0499208
0.0489569
0.0479776
0.0469837
0.0459758
0.0449545
0.0439205
0.0428747
0.0418178
0.0407507
0.0396743
0.0385894
0.037497
0.0363982
0.0352938
0.034185
0.0330727
0.0319581
0.0308423
0.0297263
0.0286114
0.0274986
0.0263892
0.0252842
0.0241849
0.079545
0.079413
0.0792791
0.0791432
0.0790052
0.0788649
0.0787224
0.0785773
0.0784295
0.0782789
0.0781253
0.0779686
0.0778084
0.0776448
0.0774775
0.0773064
0.0771311
0.0769516
0.0767676
0.0765789
0.0763852
0.0761863
0.0759819
0.0757718
0.0755557
0.0753332
0.0751042
0.0748682
0.0746249
0.0743741
0.0741153
0.0738483
0.0735726
0.0732879
0.0729939
0.0726902
0.0723763
0.0720519
0.0717167
0.0713702
0.0710121
0.0706419
0.0702594
0.0698641
0.0694557
0.0690339
0.0685982
0.0681483
0.0676839
0.0672047
0.0667104
0.0662006
0.0656753
0.065134
0.0645765
0.0640027
0.0634123
0.0628053
0.0621814
0.0615405
0.0608826
0.0602076
0.0595155
0.0588063
0.05808
0.0573368
0.0565766
0.0557997
0.0550062
0.0541964
0.0533704
0.0525287
0.0516714
0.050799
0.0499119
0.0490105
0.0480952
0.0471667
0.0462253
0.0452718
0.0443067
0.0433308
0.0423446
0.0413489
0.0403444
0.039332
0.0383125
0.0372866
0.0362553
0.0352195
0.0341801
0.0331379
0.0320941
0.0310494
0.030005
0.0289618
0.0279208
0.026883
0.0258495
0.0248212
0.0787128
0.0785709
0.0784269
0.0782806
0.0781319
0.0779808
0.0778271
0.0776706
0.0775112
0.0773487
0.0771829
0.0770137
0.0768409
0.0766643
0.0764839
0.0762993
0.0761105
0.0759171
0.0757191
0.0755162
0.0753082
0.0750949
0.074876
0.0746512
0.0744204
0.0741833
0.0739396
0.0736889
0.0734312
0.0731659
0.0728929
0.0726119
0.0723224
0.0720243
0.0717172
0.0714007
0.0710746
0.0707386
0.0703922
0.0700352
0.0696673
0.0692881
0.0688973
0.0684947
0.0680798
0.0676525
0.0672124
0.0667592
0.0662927
0.0658126
0.0653187
0.0648107
0.0642885
0.0637518
0.0632005
0.0626344
0.0620533
0.0614572
0.0608459
0.0602194
0.0595777
0.0589206
0.0582483
0.0575608
0.056858
0.0561402
0.0554073
0.0546597
0.0538974
0.0531207
0.0523298
0.051525
0.0507066
0.0498749
0.0490304
0.0481733
0.0473042
0.0464236
0.0455318
0.0446296
0.0437173
0.0427956
0.0418652
0.0409266
0.0399806
0.0390279
0.0380691
0.037105
0.0361364
0.0351642
0.034189
0.0332117
0.0322331
0.0312542
0.0302758
0.0292987
0.0283238
0.027352
0.0263842
0.0254213
0.0778746
0.0777231
0.0775693
0.0774129
0.077254
0.0770924
0.0769281
0.0767608
0.0765903
0.0764165
0.0762393
0.0760584
0.0758738
0.0756852
0.0754926
0.0752956
0.0750943
0.0748883
0.0746776
0.0744618
0.0742409
0.0740145
0.0737826
0.0735448
0.073301
0.0730509
0.0727943
0.0725309
0.0722605
0.0719828
0.0716976
0.0714045
0.0711034
0.070794
0.070476
0.070149
0.0698129
0.0694674
0.0691122
0.0687469
0.0683715
0.0679855
0.0675887
0.0671808
0.0667617
0.0663311
0.0658886
0.0654342
0.0649675
0.0644884
0.0639968
0.0634923
0.0629749
0.0624443
0.0619005
0.0613434
0.0607728
0.0601886
0.0595909
0.0589795
0.0583545
0.0577158
0.0570635
0.0563976
0.0557183
0.0550256
0.0543197
0.0536006
0.0528686
0.052124
0.0513668
0.0505975
0.0498163
0.0490234
0.0482193
0.0474044
0.0465789
0.0457435
0.0448984
0.0440443
0.0431815
0.0423107
0.0414324
0.0405471
0.0396555
0.0387582
0.0378558
0.036949
0.0360386
0.0351251
0.0342092
0.0332919
0.0323736
0.0314553
0.0305376
0.0296214
0.0287074
0.0277963
0.026889
0.0259862
0.0770333
0.0768726
0.0767093
0.0765433
0.0763747
0.0762032
0.0760287
0.0758512
0.0756703
0.075486
0.075298
0.0751063
0.0749107
0.0747111
0.0745072
0.074299
0.0740862
0.0738688
0.0736465
0.0734192
0.0731867
0.0729488
0.0727053
0.0724561
0.0722008
0.0719394
0.0716716
0.0713972
0.0711159
0.0708276
0.0705321
0.070229
0.0699182
0.0695994
0.0692725
0.0689371
0.0685931
0.0682401
0.0678781
0.0675067
0.0671257
0.0667349
0.0663341
0.065923
0.0655016
0.0650695
0.0646265
0.0641726
0.0637074
0.0632309
0.0627432
0.0622437
0.0617325
0.0612093
0.0606743
0.0601271
0.0595679
0.0589966
0.058413
0.0578173
0.0572094
0.0565893
0.0559571
0.0553129
0.0546567
0.0539887
0.053309
0.0526178
0.0519152
0.0512014
0.0504767
0.0497413
0.0489955
0.0482396
0.0474739
0.0466988
0.0459145
0.0451216
0.0443204
0.0435114
0.0426949
0.0418716
0.0410418
0.0402062
0.0393652
0.0385193
0.0376693
0.0368156
0.0359589
0.0350997
0.0342387
0.0333766
0.0325139
0.0316514
0.0307897
0.0299294
0.0290713
0.028216
0.0273643
0.0265166
0.0761917
0.0760221
0.0758499
0.0756748
0.0754969
0.0753161
0.0751322
0.074945
0.0747545
0.0745603
0.0743625
0.0741608
0.0739551
0.0737453
0.0735312
0.0733128
0.0730898
0.072862
0.0726295
0.0723919
0.0721491
0.071901
0.0716474
0.0713881
0.071123
0.0708518
0.0705744
0.0702906
0.0700002
0.0697031
0.0693989
0.0690876
0.0687689
0.0684426
0.0681086
0.0677667
0.0674165
0.067058
0.066691
0.0663153
0.0659306
0.0655369
0.0651339
0.0647214
0.0642993
0.0638675
0.0634257
0.062974
0.062512
0.0620397
0.0615567
0.0610634
0.0605595
0.0600448
0.0595194
0.0589831
0.058436
0.057878
0.0573092
0.0567294
0.0561388
0.0555374
0.0549253
0.0543025
0.0536691
0.0530253
0.0523711
0.0517068
0.0510325
0.0503484
0.0496548
0.0489518
0.0482397
0.0475188
0.0467894
0.0460518
0.0453064
0.0445534
0.0437933
0.0430265
0.0422533
0.0414743
0.0406898
0.0399002
0.0391062
0.0383081
0.0375065
0.0367019
0.0358948
0.0350857
0.0342753
0.0334641
0.0326526
0.0318414
0.0310311
0.0302223
0.0294156
0.0286115
0.0278107
0.0270137
0.213357
0.213376
0.213426
0.213507
0.213618
0.213761
0.213933
0.214137
0.21437
0.214634
0.214927
0.215251
0.215603
0.215985
0.216396
0.216835
0.217303
0.217798
0.218321
0.21887
0.219445
0.220047
0.220673
0.221325
0.222
0.222698
0.223419
0.224162
0.224926
0.22571
0.226514
0.227337
0.228177
0.229034
0.229907
0.230795
0.231697
0.232611
0.233538
0.234476
0.235424
0.236382
0.237346
0.238318
0.239295
0.240277
0.241262
0.242249
0.243238
0.244228
0.245216
0.246203
0.247186
0.248166
0.24914
0.250109
0.251071
0.252024
0.252969
0.253903
0.254827
0.255739
0.256639
0.257525
0.258396
0.259253
0.260093
0.260917
0.261723
0.262511
0.263281
0.26403
0.26476
0.265468
0.266155
0.26682
0.267463
0.268082
0.268678
0.269249
0.269796
0.270318
0.270815
0.271286
0.271731
0.272149
0.272541
0.272905
0.273242
0.273552
0.273833
0.274087
0.274312
0.274509
0.274677
0.274817
0.274928
0.27501
0.275063
0.275086
0.213314
0.213333
0.213383
0.213463
0.213575
0.213717
0.21389
0.214093
0.214327
0.214591
0.214885
0.215208
0.215561
0.215944
0.216355
0.216795
0.217263
0.217759
0.218282
0.218832
0.219408
0.22001
0.220637
0.221289
0.221966
0.222665
0.223387
0.224131
0.224896
0.225681
0.226486
0.22731
0.228152
0.22901
0.229884
0.230773
0.231677
0.232592
0.233519
0.23446
0.23541
0.236369
0.237335
0.238308
0.239287
0.24027
0.241256
0.242246
0.243236
0.244227
0.245217
0.246205
0.24719
0.248171
0.249147
0.250117
0.25108
0.252035
0.252981
0.253917
0.254842
0.255755
0.256656
0.257543
0.258416
0.259274
0.260116
0.260941
0.261748
0.262537
0.263307
0.264058
0.264788
0.265498
0.266186
0.266851
0.267495
0.268115
0.268711
0.269284
0.269832
0.270354
0.270852
0.271323
0.271769
0.272187
0.27258
0.272944
0.273282
0.273592
0.273874
0.274128
0.274353
0.27455
0.274719
0.274859
0.274969
0.275051
0.275104
0.275128
0.21322
0.21324
0.213289
0.21337
0.213482
0.213624
0.213797
0.214001
0.214235
0.2145
0.214795
0.215119
0.215473
0.215857
0.216269
0.21671
0.21718
0.217677
0.218201
0.218753
0.219331
0.219935
0.220564
0.221218
0.221896
0.222598
0.223322
0.224068
0.224836
0.225623
0.226431
0.227257
0.228101
0.228962
0.229839
0.230732
0.231638
0.232558
0.233491
0.234432
0.235384
0.236345
0.237314
0.23829
0.239271
0.240258
0.241248
0.24224
0.243233
0.244227
0.24522
0.246211
0.247199
0.248183
0.249162
0.250135
0.251101
0.252059
0.253008
0.253946
0.254874
0.25579
0.256694
0.257583
0.258459
0.259319
0.260163
0.26099
0.2618
0.262591
0.263363
0.264116
0.264848
0.265559
0.266249
0.266917
0.267562
0.268183
0.268781
0.269355
0.269904
0.270428
0.270927
0.2714
0.271846
0.272266
0.272659
0.273025
0.273363
0.273674
0.273956
0.274211
0.274437
0.274634
0.274803
0.274943
0.275055
0.275137
0.27519
0.275215
0.213076
0.213096
0.213146
0.213227
0.213339
0.213482
0.213656
0.213861
0.214096
0.214362
0.214658
0.214984
0.215339
0.215724
0.216138
0.216581
0.217053
0.217552
0.218079
0.218633
0.219214
0.21982
0.220452
0.221109
0.221791
0.222495
0.223223
0.223973
0.224744
0.225535
0.226347
0.227177
0.228025
0.22889
0.229772
0.230668
0.231579
0.232503
0.233439
0.234386
0.235343
0.236309
0.237282
0.238263
0.239249
0.24024
0.241235
0.242232
0.24323
0.244228
0.245226
0.246222
0.247214
0.248203
0.249186
0.250164
0.251134
0.252096
0.253049
0.253992
0.254924
0.255844
0.256751
0.257645
0.258524
0.259388
0.260235
0.261066
0.261879
0.262673
0.263449
0.264204
0.264939
0.265653
0.266346
0.267016
0.267663
0.268288
0.268888
0.269464
0.270015
0.270541
0.271041
0.271516
0.271964
0.272385
0.27278
0.273147
0.273486
0.273798
0.274082
0.274337
0.274564
0.274762
0.274932
0.275072
0.275184
0.275266
0.27532
0.275345
0.212885
0.212906
0.212956
0.213037
0.21315
0.213293
0.213468
0.213674
0.213911
0.214178
0.214475
0.214803
0.21516
0.215548
0.215964
0.21641
0.216884
0.217386
0.217916
0.218474
0.219058
0.219668
0.220304
0.220965
0.22165
0.222359
0.223092
0.223846
0.224622
0.225419
0.226235
0.227071
0.227924
0.228795
0.229682
0.230584
0.231501
0.23243
0.233372
0.234325
0.235289
0.236261
0.237241
0.238228
0.23922
0.240217
0.241218
0.242221
0.243226
0.244231
0.245234
0.246236
0.247235
0.24823
0.249219
0.250202
0.251179
0.252146
0.253105
0.254054
0.254991
0.255916
0.256829
0.257727
0.258611
0.25948
0.260332
0.261167
0.261984
0.262783
0.263562
0.264322
0.265061
0.265779
0.266475
0.267148
0.267799
0.268426
0.26903
0.269608
0.270162
0.270691
0.271194
0.27167
0.27212
0.272544
0.27294
0.273309
0.27365
0.273963
0.274248
0.274505
0.274732
0.274932
0.275102
0.275243
0.275355
0.275438
0.275492
0.275517
0.212648
0.212669
0.212719
0.212801
0.212914
0.213059
0.213235
0.213442
0.21368
0.213949
0.214248
0.214578
0.214938
0.215328
0.215748
0.216197
0.216674
0.21718
0.217714
0.218275
0.218864
0.219479
0.220119
0.220785
0.221476
0.222191
0.222928
0.223689
0.224471
0.225273
0.226096
0.226938
0.227799
0.228676
0.22957
0.23048
0.231403
0.232341
0.23329
0.234251
0.235221
0.236201
0.237189
0.238184
0.239184
0.240189
0.241198
0.242209
0.243221
0.244234
0.245245
0.246255
0.247261
0.248263
0.24926
0.250251
0.251234
0.252209
0.253175
0.25413
0.255074
0.256006
0.256925
0.25783
0.25872
0.259594
0.260452
0.261293
0.262115
0.26292
0.263704
0.264469
0.265212
0.265935
0.266635
0.267313
0.267968
0.268599
0.269205
0.269788
0.270345
0.270877
0.271382
0.271862
0.272315
0.272741
0.273139
0.27351
0.273853
0.274168
0.274454
0.274712
0.274942
0.275142
0.275313
0.275455
0.275568
0.275652
0.275705
0.275731
0.212366
0.212387
0.212437
0.21252
0.212634
0.21278
0.212957
0.213166
0.213406
0.213677
0.213979
0.214311
0.214674
0.215067
0.21549
0.215943
0.216425
0.216935
0.217473
0.21804
0.218633
0.219254
0.2199
0.220572
0.221269
0.22199
0.222734
0.223501
0.224291
0.225101
0.225931
0.226781
0.22765
0.228535
0.229438
0.230356
0.231288
0.232234
0.233192
0.234162
0.235142
0.236131
0.237128
0.238132
0.239142
0.240156
0.241174
0.242194
0.243216
0.244238
0.245258
0.246277
0.247292
0.248303
0.249309
0.250309
0.2513
0.252284
0.253258
0.254221
0.255173
0.256113
0.257039
0.257952
0.258849
0.25973
0.260595
0.261443
0.262272
0.263082
0.263873
0.264643
0.265392
0.26612
0.266826
0.267508
0.268168
0.268803
0.269415
0.270001
0.270562
0.271098
0.271607
0.27209
0.272546
0.272974
0.273375
0.273749
0.274094
0.274411
0.2747
0.274959
0.27519
0.275392
0.275564
0.275707
0.275821
0.275905
0.275959
0.275985
0.21204
0.212061
0.212112
0.212195
0.21231
0.212457
0.212636
0.212846
0.213088
0.213362
0.213667
0.214003
0.214369
0.214766
0.215193
0.21565
0.216136
0.216651
0.217195
0.217767
0.218367
0.218993
0.219646
0.220325
0.221029
0.221758
0.22251
0.223285
0.224083
0.224901
0.225741
0.2266
0.227477
0.228372
0.229284
0.230212
0.231155
0.232111
0.233079
0.23406
0.23505
0.23605
0.237058
0.238072
0.239093
0.240118
0.241147
0.242178
0.24321
0.244243
0.245274
0.246303
0.247329
0.24835
0.249366
0.250376
0.251377
0.25237
0.253354
0.254327
0.255288
0.256237
0.257172
0.258093
0.258998
0.259888
0.260761
0.261616
0.262452
0.26327
0.264067
0.264844
0.2656
0.266334
0.267046
0.267734
0.268399
0.26904
0.269656
0.270247
0.270813
0.271353
0.271866
0.272352
0.272812
0.273244
0.273648
0.274024
0.274372
0.274692
0.274982
0.275244
0.275477
0.27568
0.275853
0.275998
0.276112
0.276197
0.276251
0.276277
0.211671
0.211692
0.211743
0.211827
0.211943
0.212092
0.212272
0.212485
0.21273
0.213006
0.213314
0.213653
0.214024
0.214425
0.214856
0.215318
0.21581
0.216331
0.21688
0.217459
0.218065
0.218699
0.219359
0.220046
0.220758
0.221495
0.222256
0.22304
0.223847
0.224676
0.225525
0.226394
0.227282
0.228188
0.229111
0.23005
0.231004
0.231972
0.232952
0.233944
0.234946
0.235958
0.236978
0.238005
0.239038
0.240075
0.241116
0.242159
0.243204
0.244248
0.245292
0.246333
0.24737
0.248403
0.249431
0.250452
0.251465
0.252469
0.253463
0.254447
0.255418
0.256377
0.257322
0.258253
0.259168
0.260067
0.260948
0.261812
0.262657
0.263483
0.264288
0.265072
0.265836
0.266577
0.267295
0.26799
0.268661
0.269307
0.269929
0.270526
0.271096
0.271641
0.272159
0.272649
0.273113
0.273549
0.273956
0.274336
0.274687
0.275009
0.275302
0.275566
0.2758
0.276005
0.27618
0.276325
0.276441
0.276526
0.276581
0.276608
0.211261
0.211282
0.211333
0.211418
0.211535
0.211685
0.211868
0.212083
0.21233
0.21261
0.212921
0.213264
0.213639
0.214045
0.214481
0.214949
0.215446
0.215973
0.21653
0.217115
0.217729
0.21837
0.219039
0.219734
0.220456
0.221202
0.221973
0.222767
0.223585
0.224424
0.225284
0.226165
0.227065
0.227983
0.228918
0.22987
0.230836
0.231816
0.23281
0.233815
0.234831
0.235856
0.236889
0.23793
0.238976
0.240027
0.241082
0.242139
0.243197
0.244255
0.245312
0.246366
0.247417
0.248463
0.249503
0.250537
0.251562
0.252579
0.253585
0.25458
0.255563
0.256534
0.25749
0.258431
0.259357
0.260266
0.261157
0.262031
0.262885
0.263719
0.264533
0.265326
0.266098
0.266846
0.267572
0.268274
0.268952
0.269605
0.270233
0.270835
0.271412
0.271961
0.272484
0.27298
0.273447
0.273887
0.274299
0.274682
0.275036
0.275361
0.275657
0.275923
0.27616
0.276366
0.276543
0.27669
0.276806
0.276893
0.276948
0.276975
0.210809
0.21083
0.210882
0.210968
0.211087
0.211238
0.211423
0.211641
0.211891
0.212174
0.212489
0.212836
0.213216
0.213626
0.214069
0.214542
0.215046
0.21558
0.216144
0.216737
0.217359
0.218009
0.218687
0.219392
0.220123
0.22088
0.221661
0.222467
0.223296
0.224147
0.225019
0.225913
0.226825
0.227757
0.228705
0.229671
0.230651
0.231646
0.232654
0.233673
0.234704
0.235744
0.236792
0.237848
0.238909
0.239975
0.241045
0.242117
0.24319
0.244263
0.245334
0.246403
0.247468
0.248529
0.249583
0.250631
0.25167
0.2527
0.253719
0.254728
0.255723
0.256706
0.257674
0.258628
0.259565
0.260485
0.261387
0.262271
0.263135
0.26398
0.264803
0.265606
0.266386
0.267143
0.267877
0.268586
0.269272
0.269932
0.270567
0.271176
0.271758
0.272313
0.272842
0.273342
0.273815
0.274259
0.274675
0.275062
0.275419
0.275748
0.276046
0.276315
0.276554
0.276763
0.276942
0.27709
0.277207
0.277295
0.277351
0.277378
0.210317
0.210339
0.210391
0.210478
0.210598
0.210752
0.210939
0.211159
0.211412
0.211699
0.212018
0.21237
0.212754
0.213171
0.213619
0.214099
0.21461
0.215151
0.215723
0.216325
0.216956
0.217615
0.218303
0.219018
0.21976
0.220528
0.221321
0.222139
0.222981
0.223845
0.224731
0.225638
0.226564
0.22751
0.228474
0.229454
0.23045
0.23146
0.232483
0.233519
0.234565
0.235622
0.236686
0.237758
0.238836
0.239919
0.241005
0.242093
0.243182
0.244271
0.245359
0.246444
0.247525
0.248601
0.249671
0.250733
0.251787
0.252832
0.253866
0.254888
0.255898
0.256894
0.257876
0.258842
0.259791
0.260724
0.261638
0.262533
0.263409
0.264264
0.265098
0.26591
0.266699
0.267465
0.268208
0.268926
0.26962
0.270288
0.27093
0.271546
0.272135
0.272696
0.27323
0.273737
0.274214
0.274664
0.275084
0.275475
0.275836
0.276168
0.27647
0.276742
0.276983
0.277194
0.277374
0.277524
0.277643
0.277731
0.277788
0.277815
0.209787
0.209808
0.209861
0.209949
0.21007
0.210226
0.210415
0.210639
0.210895
0.211186
0.21151
0.211867
0.212256
0.212679
0.213133
0.21362
0.214139
0.214688
0.215269
0.215879
0.21652
0.217189
0.217888
0.218614
0.219368
0.220148
0.220954
0.221785
0.22264
0.223518
0.224418
0.22534
0.226282
0.227243
0.228223
0.229219
0.230232
0.231259
0.232299
0.233352
0.234416
0.23549
0.236572
0.237662
0.238757
0.239858
0.240961
0.242067
0.243174
0.244281
0.245386
0.246488
0.247586
0.248679
0.249766
0.250845
0.251915
0.252975
0.254025
0.255063
0.256087
0.257098
0.258094
0.259073
0.260036
0.260982
0.261909
0.262816
0.263704
0.26457
0.265415
0.266238
0.267038
0.267814
0.268566
0.269293
0.269995
0.270672
0.271322
0.271945
0.272541
0.273109
0.27365
0.274162
0.274645
0.275099
0.275524
0.27592
0.276285
0.276621
0.276926
0.277201
0.277445
0.277658
0.277841
0.277992
0.278113
0.278202
0.278259
0.278287
0.209217
0.209239
0.209293
0.209381
0.209504
0.209662
0.209854
0.21008
0.210341
0.210635
0.210964
0.211326
0.211722
0.21215
0.212612
0.213106
0.213633
0.214191
0.21478
0.215401
0.216051
0.216732
0.217442
0.21818
0.218946
0.219739
0.220559
0.221404
0.222273
0.223167
0.224083
0.22502
0.225979
0.226957
0.227953
0.228967
0.229998
0.231043
0.232102
0.233173
0.234256
0.235348
0.236449
0.237558
0.238673
0.239792
0.240915
0.24204
0.243166
0.244292
0.245415
0.246536
0.247653
0.248764
0.249868
0.250965
0.252052
0.25313
0.254196
0.25525
0.25629
0.257317
0.258328
0.259322
0.2603
0.261259
0.2622
0.26312
0.26402
0.264899
0.265756
0.26659
0.267401
0.268188
0.26895
0.269687
0.270398
0.271083
0.271741
0.272373
0.272976
0.273552
0.274099
0.274617
0.275106
0.275566
0.275996
0.276396
0.276766
0.277106
0.277415
0.277693
0.27794
0.278155
0.27834
0.278493
0.278615
0.278705
0.278763
0.278791
0.20861
0.208631
0.208686
0.208776
0.208901
0.20906
0.209255
0.209485
0.209749
0.210048
0.210382
0.210749
0.211151
0.211586
0.212055
0.212557
0.213092
0.213659
0.214259
0.214889
0.215551
0.216243
0.216965
0.217716
0.218496
0.219303
0.220137
0.220997
0.221882
0.222791
0.223724
0.224679
0.225655
0.226651
0.227665
0.228698
0.229747
0.230812
0.23189
0.232982
0.234084
0.235197
0.236319
0.237448
0.238583
0.239723
0.240866
0.242012
0.243158
0.244303
0.245447
0.246588
0.247724
0.248854
0.249978
0.251093
0.252199
0.253295
0.254379
0.25545
0.256508
0.257551
0.258578
0.259588
0.260581
0.261555
0.26251
0.263445
0.264358
0.26525
0.26612
0.266966
0.267788
0.268586
0.269359
0.270106
0.270827
0.271522
0.272189
0.272828
0.27344
0.274023
0.274577
0.275102
0.275597
0.276063
0.276498
0.276904
0.277278
0.277622
0.277934
0.278216
0.278466
0.278684
0.278871
0.279026
0.279149
0.27924
0.279299
0.279328
0.207965
0.207987
0.208042
0.208133
0.20826
0.208422
0.208619
0.208853
0.209121
0.209425
0.209763
0.210137
0.210545
0.210987
0.211464
0.211974
0.212518
0.213095
0.213704
0.214346
0.215019
0.215724
0.216458
0.217223
0.218016
0.218838
0.219688
0.220564
0.221465
0.222392
0.223342
0.224315
0.22531
0.226325
0.22736
0.228412
0.229481
0.230566
0.231666
0.232778
0.233902
0.235036
0.23618
0.237331
0.238487
0.239649
0.240814
0.241981
0.243149
0.244316
0.245481
0.246643
0.2478
0.248951
0.250095
0.25123
0.252356
0.253471
0.254574
0.255664
0.256739
0.2578
0.258844
0.259871
0.26088
0.26187
0.26284
0.263789
0.264717
0.265623
0.266506
0.267365
0.268199
0.269009
0.269793
0.270551
0.271282
0.271986
0.272663
0.273311
0.273931
0.274522
0.275084
0.275616
0.276118
0.276589
0.27703
0.277441
0.27782
0.278168
0.278485
0.27877
0.279023
0.279244
0.279433
0.27959
0.279715
0.279807
0.279867
0.279896
0.207284
0.207306
0.207362
0.207454
0.207582
0.207747
0.207947
0.208184
0.208457
0.208765
0.209109
0.209489
0.209903
0.210353
0.210838
0.211357
0.21191
0.212497
0.213117
0.213771
0.214456
0.215173
0.215921
0.2167
0.217509
0.218346
0.219212
0.220105
0.221024
0.221969
0.222938
0.22393
0.224944
0.22598
0.227035
0.228109
0.229199
0.230306
0.231428
0.232563
0.233709
0.234867
0.236033
0.237207
0.238387
0.239572
0.24076
0.24195
0.243141
0.244331
0.245518
0.246702
0.247881
0.249054
0.250219
0.251376
0.252522
0.253657
0.25478
0.25589
0.256984
0.258063
0.259126
0.26017
0.261197
0.262203
0.263189
0.264154
0.265097
0.266017
0.266914
0.267786
0.268634
0.269456
0.270251
0.271021
0.271763
0.272477
0.273163
0.273821
0.27445
0.275049
0.275618
0.276157
0.276666
0.277144
0.277591
0.278007
0.278391
0.278744
0.279065
0.279353
0.27961
0.279834
0.280025
0.280184
0.280311
0.280405
0.280465
0.280495
0.206566
0.206588
0.206645
0.206739
0.206869
0.207036
0.207239
0.20748
0.207757
0.20807
0.20842
0.208806
0.209227
0.209685
0.210178
0.210706
0.211269
0.211867
0.212498
0.213163
0.213862
0.214592
0.215355
0.216149
0.216973
0.217827
0.218709
0.21962
0.220558
0.221522
0.22251
0.223523
0.224558
0.225615
0.226692
0.227788
0.228902
0.230032
0.231177
0.232335
0.233506
0.234687
0.235878
0.237076
0.238281
0.23949
0.240703
0.241917
0.243132
0.244346
0.245557
0.246765
0.247967
0.249163
0.250351
0.25153
0.252698
0.253855
0.254999
0.256129
0.257243
0.258342
0.259423
0.260486
0.26153
0.262554
0.263557
0.264539
0.265497
0.266432
0.267344
0.26823
0.269091
0.269926
0.270734
0.271515
0.272268
0.272993
0.27369
0.274357
0.274995
0.275603
0.27618
0.276727
0.277243
0.277727
0.278181
0.278602
0.278992
0.279349
0.279674
0.279966
0.280226
0.280453
0.280647
0.280809
0.280937
0.281032
0.281093
0.281123
0.205813
0.205835
0.205893
0.205987
0.20612
0.206289
0.206496
0.20674
0.207022
0.20734
0.207696
0.208088
0.208517
0.208983
0.209484
0.210022
0.210595
0.211204
0.211847
0.212525
0.213236
0.213981
0.214758
0.215568
0.216409
0.21728
0.21818
0.21911
0.220067
0.221051
0.22206
0.223094
0.224151
0.225231
0.226331
0.227451
0.228588
0.229743
0.230913
0.232096
0.233292
0.234499
0.235715
0.236939
0.238169
0.239405
0.240643
0.241883
0.243123
0.244363
0.245599
0.246832
0.248059
0.249279
0.25049
0.251692
0.252884
0.254063
0.255229
0.25638
0.257516
0.258635
0.259736
0.260819
0.261882
0.262924
0.263944
0.264943
0.265918
0.266869
0.267795
0.268696
0.269571
0.270419
0.27124
0.272034
0.272799
0.273535
0.274242
0.274919
0.275566
0.276183
0.276769
0.277323
0.277847
0.278338
0.278798
0.279225
0.27962
0.279982
0.280312
0.280608
0.280872
0.281102
0.281298
0.281462
0.281592
0.281688
0.28175
0.281781
0.205025
0.205047
0.205105
0.205201
0.205335
0.205508
0.205718
0.205966
0.206252
0.206576
0.206937
0.207336
0.207773
0.208247
0.208757
0.209305
0.209888
0.210508
0.211164
0.211855
0.21258
0.213339
0.214132
0.214958
0.215816
0.216705
0.217625
0.218574
0.219551
0.220556
0.221587
0.222644
0.223724
0.224827
0.225952
0.227096
0.228259
0.229439
0.230635
0.231845
0.233068
0.234301
0.235545
0.236796
0.238053
0.239315
0.240581
0.241848
0.243115
0.244381
0.245644
0.246902
0.248155
0.2494
0.250637
0.251864
0.253079
0.254282
0.255471
0.256644
0.257802
0.258943
0.260065
0.261167
0.26225
0.263311
0.26435
0.265366
0.266358
0.267325
0.268267
0.269184
0.270073
0.270935
0.27177
0.272576
0.273353
0.274101
0.274819
0.275506
0.276163
0.276789
0.277384
0.277946
0.278477
0.278976
0.279442
0.279875
0.280276
0.280643
0.280977
0.281278
0.281545
0.281778
0.281978
0.282143
0.282275
0.282372
0.282436
0.282467
0.204201
0.204224
0.204283
0.20438
0.204516
0.204691
0.204905
0.205157
0.205447
0.205777
0.206144
0.20655
0.206995
0.207477
0.207997
0.208554
0.209149
0.209781
0.210449
0.211153
0.211893
0.212668
0.213477
0.21432
0.215196
0.216103
0.217043
0.218012
0.219011
0.220038
0.221092
0.222172
0.223276
0.224404
0.225554
0.226725
0.227914
0.229122
0.230345
0.231582
0.232833
0.234095
0.235366
0.236646
0.237931
0.239222
0.240516
0.241811
0.243107
0.2444
0.245691
0.246977
0.248256
0.249528
0.250791
0.252043
0.253284
0.254511
0.255724
0.256921
0.258102
0.259265
0.260409
0.261532
0.262635
0.263716
0.264774
0.265808
0.266818
0.267802
0.268761
0.269693
0.270597
0.271474
0.272322
0.273142
0.273931
0.274691
0.27542
0.276118
0.276785
0.277421
0.278024
0.278595
0.279134
0.27964
0.280113
0.280553
0.280959
0.281331
0.28167
0.281975
0.282245
0.282482
0.282684
0.282852
0.282986
0.283085
0.283149
0.28318
0.203344
0.203367
0.203426
0.203525
0.203663
0.20384
0.204057
0.204313
0.204609
0.204944
0.205318
0.205731
0.206183
0.206674
0.207203
0.207771
0.208377
0.209021
0.209702
0.21042
0.211175
0.211966
0.212792
0.213652
0.214547
0.215474
0.216434
0.217425
0.218446
0.219496
0.220574
0.221678
0.222808
0.223963
0.225139
0.226337
0.227554
0.228789
0.230041
0.231308
0.232587
0.233879
0.23518
0.236489
0.237805
0.239125
0.240449
0.241774
0.243098
0.244421
0.245741
0.247055
0.248363
0.249662
0.250952
0.252231
0.253498
0.254751
0.255989
0.257211
0.258416
0.259601
0.260768
0.261913
0.263037
0.264138
0.265216
0.266269
0.267297
0.2683
0.269275
0.270223
0.271143
0.272035
0.272897
0.27373
0.274533
0.275305
0.276046
0.276755
0.277432
0.278078
0.27869
0.27927
0.279817
0.28033
0.28081
0.281256
0.281668
0.282046
0.282389
0.282698
0.282973
0.283213
0.283418
0.283588
0.283723
0.283824
0.283889
0.283921
0.202452
0.202475
0.202535
0.202635
0.202776
0.202956
0.203176
0.203436
0.203737
0.204077
0.204457
0.204878
0.205338
0.205837
0.206377
0.206955
0.207573
0.208229
0.208924
0.209656
0.210426
0.211233
0.212077
0.212956
0.21387
0.214817
0.215798
0.216811
0.217856
0.21893
0.220032
0.221163
0.222319
0.223501
0.224705
0.225931
0.227177
0.228442
0.229724
0.231021
0.232331
0.233654
0.234986
0.236326
0.237673
0.239025
0.240379
0.241735
0.243091
0.244444
0.245793
0.247137
0.248474
0.249803
0.251121
0.252428
0.253722
0.255002
0.256266
0.257513
0.258743
0.259953
0.261142
0.26231
0.263456
0.264578
0.265676
0.266749
0.267797
0.268817
0.26981
0.270775
0.271711
0.272618
0.273495
0.274342
0.275158
0.275942
0.276695
0.277416
0.278104
0.278759
0.279381
0.279969
0.280524
0.281045
0.281532
0.281985
0.282403
0.282786
0.283134
0.283448
0.283726
0.283969
0.284177
0.28435
0.284487
0.284589
0.284656
0.284688
0.201527
0.20155
0.201611
0.201712
0.201854
0.202037
0.202261
0.202525
0.202831
0.203177
0.203564
0.203991
0.204459
0.204968
0.205517
0.206107
0.206736
0.207405
0.208114
0.208861
0.209647
0.210471
0.211332
0.21223
0.213164
0.214133
0.215136
0.216172
0.21724
0.218339
0.219468
0.220625
0.221809
0.223019
0.224252
0.225508
0.226785
0.228081
0.229394
0.230722
0.232065
0.233419
0.234784
0.236157
0.237536
0.23892
0.240307
0.241696
0.243083
0.244468
0.245849
0.247224
0.248592
0.24995
0.251298
0.252634
0.253956
0.255264
0.256555
0.257828
0.259083
0.260318
0.261532
0.262723
0.263892
0.265036
0.266155
0.267248
0.268315
0.269354
0.270365
0.271347
0.272299
0.273222
0.274114
0.274975
0.275806
0.276603
0.277368
0.2781
0.278799
0.279464
0.280096
0.280693
0.281256
0.281785
0.282279
0.282738
0.283162
0.283551
0.283905
0.284223
0.284505
0.284752
0.284963
0.285138
0.285277
0.285381
0.285448
0.285481
0.200568
0.200591
0.200653
0.200756
0.2009
0.201085
0.201313
0.201581
0.201891
0.202243
0.202636
0.203071
0.203548
0.204066
0.204625
0.205225
0.205867
0.206549
0.207271
0.208034
0.208836
0.209678
0.210557
0.211475
0.21243
0.21342
0.214446
0.215506
0.2166
0.217725
0.21888
0.220065
0.221277
0.222517
0.223781
0.225068
0.226376
0.227704
0.22905
0.230412
0.231788
0.233176
0.234574
0.235981
0.237394
0.238812
0.240233
0.241655
0.243076
0.244494
0.245907
0.247315
0.248714
0.250104
0.251482
0.252848
0.2542
0.255536
0.256855
0.258156
0.259437
0.260698
0.261936
0.263152
0.264344
0.265511
0.266651
0.267766
0.268852
0.269911
0.27094
0.27194
0.272909
0.273847
0.274754
0.27563
0.276476
0.277287
0.278064
0.278807
0.279517
0.280193
0.280834
0.281441
0.282013
0.282549
0.283051
0.283517
0.283947
0.284341
0.2847
0.285023
0.285309
0.285559
0.285773
0.285951
0.286092
0.286197
0.286265
0.286299
0.199576
0.1996
0.199662
0.199766
0.199912
0.2001
0.200331
0.200604
0.200919
0.201276
0.201676
0.202118
0.202603
0.20313
0.2037
0.204311
0.204965
0.20566
0.206397
0.207176
0.207995
0.208854
0.209753
0.21069
0.211666
0.21268
0.213729
0.214814
0.215933
0.217085
0.218269
0.219482
0.220723
0.221994
0.223291
0.22461
0.225952
0.227313
0.228693
0.230089
0.2315
0.232923
0.234356
0.235799
0.237247
0.238701
0.240157
0.241613
0.243069
0.244521
0.245969
0.24741
0.248842
0.250264
0.251674
0.253071
0.254454
0.255819
0.257167
0.258496
0.259805
0.261092
0.262356
0.263597
0.264813
0.266002
0.267166
0.268301
0.269409
0.270487
0.271535
0.272553
0.273539
0.274494
0.275416
0.276303
0.277173
0.277993
0.278782
0.279537
0.280259
0.280945
0.281596
0.282212
0.282793
0.283337
0.283846
0.284319
0.284755
0.285156
0.285519
0.285846
0.286137
0.286391
0.286608
0.286788
0.286931
0.287038
0.287107
0.287141
0.198552
0.198575
0.198638
0.198743
0.198892
0.199082
0.199316
0.199593
0.199913
0.200276
0.200683
0.201132
0.201625
0.202162
0.202741
0.203364
0.204031
0.20474
0.205491
0.206285
0.207121
0.207999
0.208917
0.209876
0.210874
0.21191
0.212985
0.214095
0.215241
0.216421
0.217634
0.218877
0.220145
0.221452
0.222782
0.224135
0.22551
0.226907
0.228322
0.229754
0.231201
0.23266
0.234131
0.23561
0.237095
0.238585
0.240078
0.241571
0.243063
0.244551
0.246033
0.247509
0.248975
0.250431
0.251874
0.253303
0.254717
0.256114
0.257491
0.25885
0.260186
0.261501
0.262791
0.264058
0.265298
0.266512
0.267698
0.268855
0.269984
0.271082
0.27215
0.273186
0.27419
0.275162
0.276101
0.277007
0.277882
0.278719
0.279522
0.28029
0.281022
0.281719
0.282381
0.283006
0.283596
0.284148
0.284665
0.285145
0.285587
0.285993
0.286362
0.286694
0.286989
0.287246
0.287466
0.287649
0.287794
0.287902
0.287972
0.288007
0.197495
0.197518
0.197582
0.197688
0.197838
0.198032
0.198269
0.19855
0.198874
0.199243
0.199656
0.200113
0.200614
0.20116
0.20175
0.202385
0.203063
0.203786
0.204553
0.205363
0.206217
0.207113
0.208051
0.209031
0.210052
0.211112
0.212212
0.213349
0.214523
0.215732
0.216975
0.218252
0.219563
0.220893
0.222254
0.223642
0.225053
0.226485
0.227937
0.229406
0.230891
0.232389
0.233897
0.235414
0.236938
0.238466
0.239997
0.241528
0.243057
0.244582
0.246101
0.247612
0.249114
0.250605
0.252082
0.253545
0.254991
0.256419
0.257827
0.259215
0.260581
0.261924
0.263242
0.264534
0.2658
0.267038
0.268247
0.269428
0.270578
0.271697
0.272784
0.273839
0.274862
0.275851
0.276806
0.277728
0.278616
0.279467
0.280284
0.281064
0.281808
0.282516
0.283188
0.283823
0.284421
0.284982
0.285506
0.285993
0.286442
0.286854
0.287228
0.287565
0.287864
0.288124
0.288348
0.288533
0.28868
0.28879
0.288861
0.288897
0.196405
0.196429
0.196493
0.196601
0.196752
0.196948
0.197189
0.197473
0.197803
0.198177
0.198596
0.199061
0.19957
0.200125
0.200726
0.201372
0.202063
0.2028
0.203582
0.204408
0.20528
0.206195
0.207154
0.208156
0.2092
0.210285
0.21141
0.212575
0.213778
0.215017
0.216291
0.2176
0.218941
0.220309
0.221706
0.22313
0.224578
0.226048
0.227538
0.229046
0.23057
0.232107
0.233655
0.235212
0.236776
0.238344
0.239914
0.241484
0.243051
0.244615
0.246172
0.247721
0.249259
0.250785
0.252298
0.253795
0.255274
0.256735
0.258175
0.259594
0.26099
0.262361
0.263707
0.265026
0.266318
0.267581
0.268815
0.270018
0.27119
0.27233
0.273438
0.274512
0.275553
0.27656
0.277532
0.278469
0.279371
0.280237
0.281067
0.281859
0.282616
0.283335
0.284017
0.284662
0.285269
0.285838
0.28637
0.286864
0.287319
0.287737
0.288117
0.288458
0.288761
0.289025
0.289252
0.289439
0.289589
0.2897
0.289772
0.289808
0.195284
0.195307
0.195372
0.195481
0.195634
0.195833
0.196076
0.196365
0.196699
0.197078
0.197504
0.197975
0.198493
0.199058
0.199668
0.200326
0.20103
0.20178
0.202578
0.203421
0.20431
0.205245
0.206225
0.207249
0.208317
0.209428
0.21058
0.211773
0.213005
0.214275
0.215582
0.216924
0.218298
0.219703
0.221137
0.222599
0.224085
0.225595
0.227125
0.228673
0.230238
0.231816
0.233405
0.235003
0.236608
0.238217
0.239828
0.241439
0.243047
0.24465
0.246246
0.247833
0.24941
0.250973
0.252522
0.254054
0.255568
0.257062
0.258535
0.259986
0.261412
0.262813
0.264188
0.265535
0.266853
0.268141
0.269399
0.270626
0.271821
0.272982
0.274111
0.275205
0.276264
0.277289
0.278278
0.279231
0.280148
0.281028
0.281871
0.282676
0.283444
0.284175
0.284867
0.285522
0.286138
0.286716
0.287255
0.287756
0.288219
0.288642
0.289027
0.289373
0.28968
0.289948
0.290178
0.290368
0.290519
0.290632
0.290705
0.290742
0.19413
0.194154
0.194219
0.194329
0.194484
0.194685
0.194931
0.195223
0.195562
0.195947
0.196378
0.196857
0.197383
0.197956
0.198577
0.199246
0.199963
0.200728
0.20154
0.2024
0.203308
0.204263
0.205264
0.206311
0.207403
0.20854
0.20972
0.210942
0.212205
0.213507
0.214847
0.216223
0.217633
0.219075
0.220548
0.222048
0.223575
0.225125
0.226697
0.228287
0.229894
0.231514
0.233147
0.234788
0.236435
0.238087
0.23974
0.241393
0.243043
0.244687
0.246324
0.247951
0.249566
0.251168
0.252754
0.254323
0.255872
0.257401
0.258908
0.260391
0.261848
0.26328
0.264683
0.266059
0.267404
0.268719
0.270002
0.271252
0.27247
0.273653
0.274802
0.275917
0.276995
0.278037
0.279043
0.280013
0.280945
0.281839
0.282695
0.283514
0.284294
0.285036
0.285739
0.286403
0.287028
0.287615
0.288162
0.28867
0.289139
0.289568
0.289958
0.290309
0.290621
0.290893
0.291125
0.291318
0.291471
0.291586
0.291659
0.291696
0.192945
0.192969
0.193034
0.193145
0.193302
0.193505
0.193754
0.194049
0.194392
0.194782
0.19522
0.195705
0.196239
0.196821
0.197452
0.198133
0.198862
0.199641
0.200469
0.201346
0.202272
0.203247
0.20427
0.205341
0.206458
0.207621
0.208829
0.210081
0.211376
0.212711
0.214085
0.215497
0.216944
0.218425
0.219937
0.221479
0.223047
0.224639
0.226254
0.227887
0.229538
0.231203
0.23288
0.234565
0.236257
0.237953
0.239651
0.241347
0.243039
0.244726
0.246405
0.248073
0.249728
0.25137
0.252994
0.2546
0.256187
0.257751
0.259292
0.260808
0.262298
0.263761
0.265194
0.266598
0.267971
0.269313
0.270621
0.271896
0.273137
0.274343
0.275513
0.276647
0.277745
0.278805
0.279829
0.280814
0.281761
0.28267
0.283541
0.284372
0.285164
0.285917
0.286631
0.287305
0.287939
0.288534
0.289089
0.289604
0.29008
0.290515
0.290911
0.291266
0.291582
0.291857
0.292093
0.292288
0.292444
0.29256
0.292634
0.292672
0.191729
0.191752
0.191818
0.19193
0.192088
0.192292
0.192544
0.192843
0.19319
0.193585
0.194028
0.19452
0.195061
0.195652
0.196294
0.196985
0.197727
0.19852
0.199363
0.200258
0.201203
0.202198
0.203243
0.204337
0.20548
0.206671
0.207908
0.209191
0.210517
0.211887
0.213296
0.214745
0.216231
0.217752
0.219305
0.220889
0.2225
0.224136
0.225795
0.227474
0.229171
0.230881
0.232604
0.234336
0.236074
0.237815
0.239558
0.2413
0.243037
0.244767
0.246489
0.2482
0.249897
0.251579
0.253243
0.254888
0.256511
0.258112
0.259689
0.261239
0.262762
0.264256
0.26572
0.267154
0.268555
0.269923
0.271258
0.272558
0.273822
0.27505
0.276242
0.277397
0.278514
0.279593
0.280633
0.281635
0.282598
0.283522
0.284406
0.28525
0.286054
0.286819
0.287543
0.288227
0.28887
0.289474
0.290037
0.290559
0.291041
0.291482
0.291883
0.292243
0.292563
0.292842
0.293081
0.293279
0.293437
0.293554
0.293629
0.293668
0.190481
0.190505
0.19057
0.190683
0.190842
0.191048
0.191303
0.191604
0.191955
0.192354
0.192803
0.193301
0.19385
0.19445
0.1951
0.195803
0.196557
0.197364
0.198223
0.199135
0.200099
0.201114
0.202182
0.203301
0.20447
0.205688
0.206955
0.208269
0.20963
0.211034
0.212481
0.213968
0.215494
0.217055
0.218651
0.220278
0.221934
0.223616
0.225321
0.227047
0.228791
0.230549
0.232319
0.234099
0.235885
0.237674
0.239464
0.241252
0.243035
0.244811
0.246577
0.248332
0.250072
0.251795
0.2535
0.255185
0.256847
0.258485
0.260098
0.261683
0.263239
0.264766
0.266262
0.267725
0.269155
0.270551
0.271912
0.273237
0.274525
0.275776
0.27699
0.278165
0.279302
0.280399
0.281457
0.282476
0.283454
0.284392
0.28529
0.286147
0.286964
0.28774
0.288475
0.289168
0.289821
0.290433
0.291004
0.291533
0.292022
0.292469
0.292875
0.29324
0.293564
0.293847
0.294089
0.294289
0.294449
0.294567
0.294644
0.294683
0.189202
0.189225
0.189292
0.189405
0.189565
0.189773
0.190029
0.190333
0.190687
0.191091
0.191544
0.192049
0.192604
0.193212
0.193873
0.194586
0.195353
0.196173
0.197048
0.197976
0.198959
0.199996
0.201086
0.202229
0.203425
0.204672
0.20597
0.207317
0.208711
0.210151
0.211636
0.213163
0.21473
0.216335
0.217974
0.219647
0.221349
0.223078
0.224831
0.226606
0.228398
0.230206
0.232026
0.233855
0.23569
0.237528
0.239367
0.241203
0.243034
0.244857
0.246669
0.248468
0.250253
0.252019
0.253766
0.255491
0.257193
0.258869
0.260519
0.26214
0.263731
0.265291
0.266818
0.268312
0.269771
0.271195
0.272582
0.273933
0.275246
0.27652
0.277755
0.278951
0.280108
0.281224
0.2823
0.283335
0.284329
0.285282
0.286194
0.287064
0.287893
0.28868
0.289425
0.290129
0.290791
0.291411
0.29199
0.292526
0.293021
0.293474
0.293886
0.294256
0.294584
0.29487
0.295115
0.295318
0.29548
0.2956
0.295677
0.295717
0.187892
0.187915
0.187982
0.188095
0.188256
0.188465
0.188723
0.18903
0.189387
0.189794
0.190252
0.190762
0.191324
0.19194
0.192609
0.193333
0.194112
0.194946
0.195836
0.196782
0.197784
0.198841
0.199955
0.201123
0.202346
0.203622
0.204951
0.206331
0.207761
0.209239
0.210763
0.212331
0.21394
0.215589
0.217274
0.218993
0.220743
0.222522
0.224325
0.226149
0.227993
0.229852
0.231723
0.233603
0.235489
0.237379
0.239268
0.241154
0.243033
0.244905
0.246764
0.24861
0.25044
0.252251
0.254041
0.255808
0.25755
0.259265
0.260953
0.26261
0.264236
0.26583
0.26739
0.268915
0.270404
0.271856
0.27327
0.274647
0.275984
0.277282
0.278539
0.279756
0.280932
0.282067
0.283161
0.284213
0.285223
0.286191
0.287116
0.287999
0.28884
0.289639
0.290395
0.291109
0.29178
0.292408
0.292994
0.293538
0.294039
0.294498
0.294915
0.29529
0.295622
0.295912
0.296159
0.296365
0.296529
0.29665
0.296729
0.296769
0.186551
0.186575
0.186641
0.186754
0.186916
0.187126
0.187385
0.187694
0.188054
0.188464
0.188926
0.189441
0.19001
0.190633
0.191311
0.192045
0.192835
0.193682
0.194587
0.19555
0.196571
0.19765
0.198786
0.19998
0.201231
0.202537
0.203898
0.205312
0.206778
0.208294
0.209859
0.211469
0.213123
0.214817
0.21655
0.218318
0.220118
0.221946
0.223801
0.225678
0.227574
0.229486
0.231411
0.233344
0.235283
0.237225
0.239166
0.241103
0.243034
0.244955
0.246864
0.248757
0.250634
0.25249
0.254324
0.256134
0.257918
0.259673
0.261399
0.263094
0.264756
0.266384
0.267977
0.269533
0.271052
0.272533
0.273975
0.275377
0.276739
0.278061
0.279341
0.280579
0.281775
0.282929
0.28404
0.285109
0.286135
0.287117
0.288057
0.288953
0.289806
0.290616
0.291383
0.292106
0.292786
0.293423
0.294017
0.294568
0.295076
0.29554
0.295962
0.296341
0.296677
0.296971
0.297222
0.29743
0.297595
0.297718
0.297798
0.297839
0.18518
0.185203
0.185269
0.185382
0.185544
0.185755
0.186016
0.186326
0.186687
0.187101
0.187566
0.188086
0.18866
0.18929
0.189976
0.190719
0.191521
0.192381
0.193301
0.194281
0.195321
0.196421
0.197581
0.1988
0.200079
0.201416
0.202809
0.204259
0.205762
0.207318
0.208924
0.210578
0.212277
0.214019
0.215801
0.217619
0.21947
0.221352
0.22326
0.225191
0.227142
0.229109
0.231088
0.233077
0.235071
0.237067
0.239062
0.241052
0.243035
0.245008
0.246967
0.24891
0.250834
0.252737
0.254616
0.25647
0.258296
0.260093
0.261858
0.263591
0.265289
0.266952
0.268579
0.270167
0.271717
0.273227
0.274696
0.276125
0.277512
0.278857
0.28016
0.281419
0.282635
0.283808
0.284937
0.286023
0.287064
0.288062
0.289015
0.289925
0.29079
0.291611
0.292388
0.293121
0.29381
0.294456
0.295057
0.295615
0.296129
0.296599
0.297026
0.29741
0.29775
0.298047
0.298301
0.298511
0.298679
0.298803
0.298883
0.298927
0.183778
0.183801
0.183866
0.18398
0.184142
0.184353
0.184614
0.184925
0.185288
0.185703
0.186172
0.186696
0.187275
0.187911
0.188604
0.189357
0.190169
0.191042
0.191977
0.192973
0.194032
0.195153
0.196337
0.197582
0.198889
0.200257
0.201684
0.20317
0.204712
0.206308
0.207956
0.209656
0.211403
0.213194
0.215026
0.216896
0.218801
0.220737
0.222701
0.224688
0.226696
0.22872
0.230756
0.232802
0.234852
0.236905
0.238955
0.241001
0.243038
0.245063
0.247074
0.249067
0.251041
0.252992
0.254917
0.256816
0.258686
0.260524
0.26233
0.264101
0.265837
0.267535
0.269196
0.270817
0.272397
0.273937
0.275434
0.27689
0.278302
0.279671
0.280996
0.282277
0.283513
0.284705
0.285852
0.286954
0.288012
0.289024
0.289991
0.290913
0.291791
0.292623
0.293411
0.294153
0.294851
0.295505
0.296114
0.296679
0.297199
0.297675
0.298107
0.298495
0.29884
0.29914
0.299396
0.299609
0.299778
0.299904
0.299986
0.300029
0.182346
0.182368
0.182433
0.182546
0.182708
0.182919
0.18318
0.183492
0.183856
0.184273
0.184744
0.18527
0.185853
0.186495
0.187195
0.187956
0.188779
0.189664
0.190613
0.191626
0.192703
0.193846
0.195053
0.196325
0.197661
0.19906
0.200522
0.202044
0.203625
0.205263
0.206954
0.208702
0.210498
0.21234
0.214224
0.216149
0.218109
0.220102
0.222123
0.224169
0.226235
0.228318
0.230414
0.232518
0.234627
0.236738
0.238846
0.240948
0.243041
0.245121
0.247185
0.24923
0.251254
0.253254
0.255228
0.257173
0.259086
0.260968
0.262815
0.264625
0.266399
0.268133
0.269828
0.271482
0.273094
0.274663
0.276189
0.277671
0.279109
0.280502
0.281849
0.283151
0.284408
0.285619
0.286784
0.287903
0.288976
0.290003
0.290984
0.291919
0.292808
0.293652
0.29445
0.295202
0.295909
0.296571
0.297187
0.297759
0.298285
0.298767
0.299204
0.299596
0.299945
0.300248
0.300508
0.300723
0.300894
0.301021
0.301103
0.301147
0.180883
0.180905
0.18097
0.181082
0.181243
0.181453
0.181714
0.182026
0.18239
0.182807
0.18328
0.183809
0.184396
0.185042
0.185748
0.186517
0.187349
0.188246
0.189209
0.190237
0.191333
0.192497
0.193728
0.195026
0.196392
0.197823
0.19932
0.20088
0.202502
0.204184
0.205926
0.207717
0.209562
0.211456
0.213395
0.215376
0.217394
0.219445
0.221526
0.223632
0.225759
0.227904
0.23006
0.232226
0.234396
0.236567
0.238734
0.240895
0.243045
0.245181
0.2473
0.249399
0.251475
0.253525
0.255547
0.257539
0.259498
0.261423
0.263312
0.265163
0.266974
0.268746
0.270475
0.272162
0.273806
0.275405
0.27696
0.278469
0.279932
0.281349
0.282719
0.284043
0.28532
0.28655
0.287733
0.288868
0.289957
0.290998
0.291993
0.292941
0.293842
0.294697
0.295505
0.296267
0.296982
0.297652
0.298276
0.298854
0.299387
0.299874
0.300316
0.300713
0.301065
0.301372
0.301634
0.301851
0.302024
0.302153
0.302236
0.30228
0.179391
0.179413
0.179476
0.179588
0.179747
0.179957
0.180216
0.180527
0.18089
0.181308
0.181781
0.182312
0.182901
0.183551
0.184263
0.185039
0.18588
0.186787
0.187763
0.188807
0.189921
0.191106
0.19236
0.193685
0.19508
0.196545
0.198077
0.199676
0.20134
0.203067
0.204854
0.206697
0.208594
0.210542
0.212538
0.214576
0.216654
0.218766
0.220909
0.223078
0.225268
0.227476
0.229696
0.231925
0.234158
0.236391
0.23862
0.24084
0.24305
0.245244
0.247419
0.249573
0.251702
0.253804
0.255876
0.257916
0.259922
0.261891
0.263822
0.265714
0.267564
0.269373
0.271138
0.272858
0.274534
0.276163
0.277747
0.279283
0.280772
0.282213
0.283606
0.284951
0.286248
0.287497
0.288698
0.28985
0.290954
0.29201
0.293019
0.293979
0.294892
0.295757
0.296576
0.297347
0.298071
0.298749
0.29938
0.299965
0.300503
0.300996
0.301443
0.301844
0.302199
0.30251
0.302775
0.302994
0.303169
0.303299
0.303383
0.303428
0.177869
0.17789
0.177952
0.178062
0.178221
0.178428
0.178686
0.178995
0.179357
0.179774
0.180247
0.180778
0.181369
0.182021
0.182738
0.183519
0.184368
0.185286
0.186274
0.187334
0.188466
0.189671
0.190949
0.192301
0.193726
0.195223
0.196792
0.198431
0.200138
0.20191
0.203746
0.20564
0.207592
0.209596
0.21165
0.213749
0.215888
0.218064
0.220271
0.222505
0.224761
0.227034
0.229321
0.231615
0.233913
0.23621
0.238502
0.240785
0.243055
0.245309
0.247543
0.249753
0.251937
0.254091
0.256214
0.258303
0.260356
0.262371
0.264345
0.266278
0.268168
0.270014
0.271815
0.27357
0.275277
0.276937
0.278549
0.280113
0.281627
0.283093
0.284509
0.285875
0.287193
0.28846
0.289678
0.290847
0.291967
0.293038
0.294059
0.295032
0.295957
0.296833
0.297661
0.298442
0.299174
0.29986
0.300498
0.301089
0.301634
0.302132
0.302583
0.302989
0.303348
0.303661
0.303929
0.304151
0.304327
0.304458
0.304544
0.304589
0.176316
0.176337
0.176398
0.176507
0.176663
0.176868
0.177124
0.17743
0.17779
0.178205
0.178677
0.179207
0.179798
0.180453
0.181172
0.181959
0.182815
0.183742
0.184742
0.185816
0.186965
0.18819
0.189492
0.190871
0.192326
0.193858
0.195464
0.197143
0.198893
0.200713
0.202598
0.204547
0.206554
0.208617
0.210732
0.212893
0.215097
0.217338
0.219612
0.221913
0.224237
0.226579
0.228933
0.231295
0.23366
0.236024
0.238382
0.240729
0.243062
0.245377
0.24767
0.249938
0.252178
0.254387
0.256562
0.258701
0.260802
0.262863
0.264881
0.266856
0.268786
0.27067
0.272507
0.274296
0.276036
0.277727
0.279368
0.280959
0.282499
0.283989
0.285428
0.286816
0.288153
0.289439
0.290675
0.29186
0.292995
0.29408
0.295115
0.296101
0.297037
0.297923
0.298761
0.299551
0.300292
0.300985
0.30163
0.302228
0.302778
0.303281
0.303737
0.304147
0.30451
0.304826
0.305096
0.30532
0.305498
0.30563
0.305717
0.305762
0.174735
0.174754
0.174814
0.174921
0.175075
0.175277
0.175529
0.175832
0.176189
0.176601
0.17707
0.177598
0.178189
0.178844
0.179565
0.180356
0.181218
0.182153
0.183164
0.184251
0.185417
0.186663
0.187988
0.189394
0.19088
0.192446
0.19409
0.19581
0.197606
0.199473
0.201411
0.203414
0.20548
0.207604
0.209781
0.212007
0.214278
0.216587
0.21893
0.221302
0.223696
0.226109
0.228534
0.230966
0.233401
0.235833
0.238258
0.240672
0.243069
0.245447
0.247802
0.250129
0.252427
0.254691
0.256919
0.25911
0.261259
0.263367
0.26543
0.267448
0.269419
0.271341
0.273214
0.275038
0.276811
0.278532
0.280202
0.28182
0.283387
0.2849
0.286362
0.287771
0.289128
0.290433
0.291687
0.292888
0.294038
0.295137
0.296186
0.297183
0.29813
0.299028
0.299875
0.300674
0.301423
0.302123
0.302776
0.303379
0.303935
0.304443
0.304904
0.305317
0.305684
0.306003
0.306276
0.306502
0.306682
0.306815
0.306902
0.306948
0.173124
0.173142
0.173201
0.173305
0.173455
0.173654
0.173902
0.174201
0.174553
0.174961
0.175426
0.175952
0.17654
0.177194
0.177916
0.178709
0.179576
0.180518
0.181539
0.182639
0.183822
0.185087
0.186435
0.187868
0.189385
0.190985
0.192668
0.194431
0.196273
0.19819
0.200181
0.202242
0.204367
0.206554
0.208796
0.21109
0.21343
0.21581
0.218225
0.220669
0.223137
0.225623
0.228121
0.230626
0.233133
0.235636
0.238131
0.240613
0.243077
0.24552
0.247938
0.250326
0.252682
0.255003
0.257286
0.259529
0.261728
0.263883
0.265992
0.268053
0.270065
0.272026
0.273936
0.275794
0.2776
0.279353
0.281052
0.282697
0.284289
0.285827
0.287311
0.288742
0.290119
0.291442
0.292713
0.293931
0.295096
0.296209
0.29727
0.298279
0.299238
0.300145
0.301003
0.30181
0.302567
0.303275
0.303933
0.304543
0.305105
0.305618
0.306083
0.3065
0.30687
0.307192
0.307467
0.307695
0.307877
0.308011
0.308099
0.308145
0.171483
0.171501
0.171557
0.171659
0.171805
0.172
0.172243
0.172536
0.172883
0.173285
0.173745
0.174266
0.174851
0.175502
0.176224
0.177018
0.177888
0.178836
0.179866
0.180978
0.182176
0.18346
0.184832
0.186291
0.187839
0.189474
0.191196
0.193003
0.194892
0.19686
0.198908
0.201027
0.203215
0.205467
0.207777
0.210141
0.212553
0.215006
0.217496
0.220016
0.22256
0.225122
0.227696
0.230276
0.232858
0.235434
0.238001
0.240553
0.243086
0.245596
0.248078
0.250529
0.252945
0.255324
0.257663
0.259958
0.262209
0.264412
0.266567
0.268672
0.270725
0.272725
0.274673
0.276566
0.278405
0.280188
0.281917
0.283589
0.285207
0.286769
0.288276
0.289727
0.291124
0.292466
0.293753
0.294987
0.296167
0.297294
0.298368
0.299389
0.300358
0.301276
0.302142
0.302958
0.303723
0.304438
0.305103
0.305719
0.306286
0.306804
0.307273
0.307694
0.308067
0.308392
0.30867
0.3089
0.309082
0.309218
0.309306
0.309353
0.169814
0.169831
0.169885
0.169982
0.170125
0.170314
0.170551
0.170838
0.171178
0.171573
0.172026
0.172541
0.17312
0.173768
0.174487
0.175281
0.176153
0.177106
0.178143
0.179266
0.180478
0.181781
0.183175
0.184661
0.18624
0.187911
0.189673
0.191524
0.193462
0.195482
0.197588
0.199769
0.202021
0.20434
0.206721
0.209157
0.211644
0.214174
0.216742
0.21934
0.221963
0.224604
0.227257
0.229915
0.232574
0.235226
0.237867
0.240492
0.243096
0.245674
0.248223
0.250738
0.253216
0.255654
0.258049
0.260399
0.262701
0.264953
0.267155
0.269304
0.271399
0.273439
0.275424
0.277352
0.279224
0.281038
0.282796
0.284496
0.286139
0.287725
0.289255
0.290727
0.292143
0.293503
0.294808
0.296057
0.297252
0.298392
0.299478
0.300511
0.301491
0.302418
0.303294
0.304118
0.30489
0.305613
0.306284
0.306906
0.307478
0.308
0.308474
0.308898
0.309274
0.309602
0.309882
0.310114
0.310298
0.310435
0.310524
0.310571
0.168116
0.168131
0.168183
0.168276
0.168414
0.168596
0.168826
0.169105
0.169437
0.169824
0.170269
0.170776
0.171348
0.17199
0.172705
0.173496
0.174368
0.175324
0.176368
0.177501
0.178726
0.180046
0.181462
0.182975
0.184586
0.186293
0.188096
0.189993
0.191982
0.194061
0.196221
0.198464
0.200783
0.203172
0.205626
0.208139
0.210703
0.213313
0.215961
0.218641
0.221346
0.224069
0.226804
0.229543
0.232281
0.235012
0.23773
0.24043
0.243106
0.245755
0.248372
0.250952
0.253493
0.255992
0.258445
0.26085
0.263204
0.265507
0.267756
0.269949
0.272086
0.274166
0.276189
0.278152
0.280057
0.281903
0.28369
0.285418
0.287086
0.288696
0.290247
0.291741
0.293176
0.294554
0.295875
0.29714
0.298349
0.299502
0.300601
0.301645
0.302635
0.303573
0.304457
0.305289
0.306069
0.306798
0.307476
0.308103
0.30868
0.309207
0.309684
0.310112
0.310492
0.310822
0.311104
0.311338
0.311523
0.311661
0.311751
0.311799
0.166389
0.166403
0.166451
0.166541
0.166672
0.166848
0.167069
0.167339
0.167661
0.168037
0.168472
0.168969
0.169533
0.170167
0.170876
0.171663
0.172534
0.173491
0.174539
0.17568
0.176918
0.178255
0.179693
0.181232
0.182873
0.184617
0.186461
0.188405
0.190446
0.192581
0.194803
0.197111
0.199499
0.201962
0.204492
0.207083
0.209728
0.212421
0.215153
0.217918
0.220708
0.223517
0.226336
0.229159
0.231979
0.234791
0.237589
0.240366
0.243117
0.245838
0.248525
0.251173
0.253778
0.256339
0.258851
0.261312
0.263719
0.266072
0.268369
0.270608
0.272788
0.274908
0.276968
0.278967
0.280905
0.282782
0.284598
0.286353
0.288047
0.28968
0.291254
0.292767
0.294222
0.295618
0.296955
0.298235
0.299458
0.300624
0.301735
0.30279
0.303791
0.304738
0.30563
0.30647
0.307258
0.307993
0.308677
0.309309
0.309891
0.310423
0.310904
0.311336
0.311718
0.312051
0.312335
0.31257
0.312757
0.312896
0.312986
0.313034
0.164634
0.164647
0.164691
0.164776
0.1649
0.165067
0.165279
0.165538
0.165848
0.166213
0.166636
0.167121
0.167674
0.168298
0.168999
0.16978
0.170647
0.171604
0.172654
0.173802
0.175052
0.176404
0.177862
0.179428
0.181101
0.182881
0.184767
0.186759
0.188853
0.191046
0.193332
0.195708
0.198168
0.200706
0.203315
0.205988
0.208718
0.211497
0.214317
0.21717
0.220049
0.222945
0.225852
0.228762
0.231668
0.234564
0.237443
0.2403
0.243128
0.245924
0.248682
0.251399
0.254071
0.256694
0.259266
0.261784
0.264246
0.26665
0.268995
0.27128
0.273503
0.275663
0.277761
0.279796
0.281767
0.283675
0.28552
0.287302
0.289021
0.290678
0.292273
0.293807
0.29528
0.296694
0.298047
0.299342
0.300579
0.301758
0.30288
0.303947
0.304957
0.305913
0.306814
0.307662
0.308456
0.309198
0.309887
0.310525
0.311112
0.311647
0.312132
0.312567
0.312952
0.313288
0.313574
0.313811
0.313999
0.314138
0.31423
0.314278
0.162851
0.162862
0.162903
0.162981
0.163098
0.163256
0.163456
0.163703
0.164
0.164351
0.164759
0.165231
0.16577
0.166382
0.167072
0.167845
0.168706
0.16966
0.170712
0.171865
0.173124
0.174491
0.175969
0.17756
0.179264
0.181081
0.183011
0.185051
0.1872
0.189452
0.191804
0.194251
0.196786
0.199403
0.202094
0.204853
0.207671
0.210539
0.21345
0.216395
0.219366
0.222355
0.225353
0.228353
0.231348
0.23433
0.237294
0.240232
0.24314
0.246012
0.248844
0.251632
0.254371
0.257058
0.259691
0.262267
0.264784
0.26724
0.269634
0.271965
0.274231
0.276432
0.278568
0.280638
0.282643
0.284582
0.286455
0.288264
0.290008
0.291689
0.293305
0.294859
0.296351
0.297781
0.299151
0.30046
0.301711
0.302902
0.304036
0.305113
0.306133
0.307097
0.308007
0.308862
0.309663
0.310411
0.311106
0.311749
0.31234
0.31288
0.313368
0.313806
0.314194
0.314532
0.31482
0.315059
0.315248
0.315388
0.31548
0.315529
0.16104
0.161049
0.161086
0.161158
0.161266
0.161413
0.161601
0.161834
0.162115
0.16245
0.162842
0.163297
0.16382
0.164418
0.165094
0.165856
0.166709
0.167659
0.168709
0.169866
0.171133
0.172513
0.17401
0.175626
0.177361
0.179216
0.181189
0.18328
0.185484
0.187799
0.190218
0.192738
0.195351
0.19805
0.200828
0.203675
0.206585
0.209547
0.212553
0.215593
0.21866
0.221744
0.224837
0.227931
0.231017
0.234089
0.237139
0.240163
0.243152
0.246103
0.24901
0.25187
0.254678
0.257431
0.260126
0.262761
0.265334
0.267842
0.270286
0.272663
0.274972
0.277214
0.279388
0.281494
0.283532
0.285502
0.287404
0.289239
0.291008
0.292712
0.29435
0.295923
0.297433
0.29888
0.300265
0.301589
0.302853
0.304056
0.305201
0.306288
0.307318
0.308291
0.309208
0.310071
0.310878
0.311632
0.312333
0.31298
0.313576
0.314119
0.314611
0.315052
0.315443
0.315783
0.316073
0.316313
0.316503
0.316644
0.316736
0.316785
0.159202
0.159209
0.159241
0.159306
0.159404
0.159539
0.159713
0.159929
0.160194
0.16051
0.160883
0.161319
0.161824
0.162404
0.163065
0.163813
0.164655
0.165597
0.166644
0.167802
0.169075
0.170467
0.171983
0.173622
0.175388
0.177281
0.179298
0.18144
0.183702
0.186081
0.188571
0.191167
0.193861
0.196645
0.199512
0.202453
0.205458
0.208517
0.211622
0.214763
0.217929
0.221113
0.224304
0.227494
0.230675
0.23384
0.236981
0.240091
0.243165
0.246196
0.249181
0.252114
0.254993
0.257812
0.260571
0.263266
0.265895
0.268456
0.270949
0.273373
0.275726
0.278009
0.280221
0.282363
0.284434
0.286434
0.288365
0.290227
0.292021
0.293747
0.295405
0.296998
0.298526
0.29999
0.30139
0.302728
0.304004
0.30522
0.306376
0.307473
0.308511
0.309493
0.310417
0.311287
0.312101
0.312861
0.313566
0.314218
0.314818
0.315365
0.315861
0.316305
0.316697
0.31704
0.317331
0.317573
0.317764
0.317906
0.317999
0.318048
0.157337
0.157342
0.157368
0.157425
0.157512
0.157633
0.157791
0.15799
0.158235
0.15853
0.158882
0.159296
0.15978
0.160339
0.160981
0.161712
0.162541
0.163472
0.164513
0.16567
0.166948
0.168351
0.169882
0.171546
0.173342
0.175272
0.177335
0.179529
0.18185
0.184295
0.186859
0.189533
0.192312
0.195186
0.198146
0.201184
0.204288
0.20745
0.210658
0.213902
0.217173
0.220459
0.223753
0.227043
0.230323
0.233583
0.236817
0.240017
0.243177
0.246292
0.249356
0.252365
0.255315
0.258202
0.261025
0.263781
0.266467
0.269082
0.271626
0.274096
0.276494
0.278817
0.281068
0.283244
0.285348
0.287379
0.289339
0.291227
0.293045
0.294793
0.296472
0.298084
0.29963
0.301109
0.302524
0.303876
0.305165
0.306392
0.307558
0.308665
0.309712
0.310702
0.311636
0.31251
0.31333
0.314095
0.314806
0.315463
0.316066
0.316617
0.317115
0.317562
0.317957
0.318301
0.318595
0.318838
0.31903
0.319172
0.319266
0.319315
0.155445
0.155447
0.155468
0.155516
0.155591
0.155697
0.155837
0.156016
0.156238
0.15651
0.156838
0.157227
0.157686
0.158221
0.158841
0.159553
0.160364
0.161283
0.162315
0.163468
0.164748
0.166159
0.167706
0.169392
0.171219
0.173187
0.175296
0.177543
0.179924
0.182439
0.185079
0.187835
0.190702
0.193669
0.196727
0.199865
0.203074
0.206342
0.209658
0.21301
0.216389
0.219783
0.223182
0.226577
0.229959
0.233318
0.236648
0.23994
0.243189
0.246389
0.249534
0.252621
0.255644
0.258601
0.261489
0.264306
0.26705
0.26972
0.272314
0.274832
0.277273
0.279638
0.281926
0.284138
0.286275
0.288337
0.290324
0.292238
0.29408
0.29585
0.29755
0.29918
0.300743
0.302238
0.303668
0.305033
0.306334
0.307572
0.308748
0.309864
0.31092
0.311918
0.312858
0.31374
0.314565
0.315336
0.316051
0.316712
0.317319
0.317873
0.318375
0.318824
0.319221
0.319568
0.319862
0.320106
0.3203
0.320443
0.320536
0.320586
0.153527
0.153527
0.153541
0.153579
0.15364
0.153729
0.15385
0.154006
0.154204
0.15445
0.15475
0.155111
0.155542
0.15605
0.156644
0.157333
0.158124
0.159026
0.160046
0.161193
0.162472
0.16389
0.165451
0.167158
0.169015
0.171021
0.173176
0.175478
0.177921
0.180509
0.183227
0.186069
0.189027
0.192091
0.195251
0.198496
0.201813
0.205192
0.20862
0.212086
0.215577
0.219083
0.222593
0.226096
0.229583
0.233045
0.236473
0.239861
0.243202
0.246489
0.249717
0.252882
0.25598
0.259008
0.261963
0.264842
0.267645
0.270369
0.273014
0.275579
0.278065
0.280471
0.282797
0.285044
0.287214
0.289305
0.29132
0.29326
0.295125
0.296917
0.298637
0.300286
0.301865
0.303376
0.304819
0.306197
0.30751
0.308759
0.309945
0.31107
0.312135
0.313139
0.314086
0.314974
0.315805
0.316581
0.3173
0.317965
0.318576
0.319134
0.319638
0.32009
0.320489
0.320837
0.321134
0.321379
0.321573
0.321717
0.321811
0.32186
0.151584
0.15158
0.151587
0.151614
0.151661
0.151731
0.15183
0.151961
0.152132
0.152348
0.152617
0.152947
0.153347
0.153824
0.154388
0.155049
0.155816
0.156698
0.157704
0.158841
0.160117
0.161539
0.163112
0.16484
0.166725
0.168769
0.170972
0.17333
0.175842
0.1785
0.181299
0.18423
0.187284
0.190449
0.193716
0.197071
0.200503
0.203998
0.207544
0.211127
0.214736
0.218358
0.221983
0.225598
0.229194
0.232762
0.236293
0.239779
0.243214
0.24659
0.249904
0.25315
0.256324
0.259424
0.262446
0.265388
0.26825
0.271029
0.273725
0.276339
0.278868
0.281315
0.28368
0.285962
0.288164
0.290285
0.292328
0.294292
0.296181
0.297994
0.299733
0.3014
0.302996
0.304521
0.305979
0.307369
0.308693
0.309952
0.311148
0.312282
0.313354
0.314366
0.315319
0.316213
0.31705
0.31783
0.318554
0.319223
0.319837
0.320397
0.320904
0.321359
0.32176
0.32211
0.322407
0.322654
0.322849
0.322993
0.323087
0.323137
0.149616
0.149608
0.149608
0.149622
0.149652
0.149703
0.149777
0.149881
0.150022
0.150205
0.15044
0.150735
0.151098
0.151541
0.152071
0.152701
0.15344
0.154297
0.155284
0.156408
0.157678
0.159102
0.160685
0.162432
0.164346
0.166428
0.168678
0.171095
0.173674
0.176408
0.179291
0.182315
0.185469
0.188741
0.192119
0.19559
0.199141
0.202758
0.206426
0.210132
0.213864
0.217608
0.221351
0.225083
0.228792
0.23247
0.236106
0.239694
0.243225
0.246694
0.250095
0.253423
0.256675
0.259848
0.262938
0.265944
0.268865
0.2717
0.274448
0.277109
0.279684
0.282171
0.284573
0.286891
0.289124
0.291275
0.293345
0.295334
0.297246
0.29908
0.300838
0.302522
0.304134
0.305674
0.307145
0.308547
0.309882
0.311152
0.312357
0.313499
0.314578
0.315597
0.316556
0.317456
0.318298
0.319082
0.31981
0.320483
0.3211
0.321664
0.322173
0.322629
0.323033
0.323384
0.323683
0.32393
0.324126
0.324271
0.324365
0.324416
0.147623
0.147612
0.147603
0.147604
0.147616
0.147644
0.147692
0.147766
0.147873
0.14802
0.148217
0.148472
0.148796
0.149199
0.149691
0.150285
0.150991
0.15182
0.152784
0.153891
0.155152
0.156575
0.158166
0.15993
0.161871
0.163992
0.16629
0.168766
0.171415
0.174227
0.177199
0.18032
0.183578
0.186962
0.190457
0.194049
0.197725
0.201468
0.205265
0.2091
0.21296
0.21683
0.220697
0.22455
0.228377
0.232168
0.235914
0.239605
0.243236
0.246799
0.250289
0.253702
0.257033
0.26028
0.263439
0.26651
0.269492
0.272383
0.275182
0.277891
0.28051
0.283038
0.285478
0.28783
0.290095
0.292275
0.294372
0.296386
0.298319
0.300174
0.301951
0.303652
0.305279
0.306833
0.308317
0.309731
0.311077
0.312356
0.313569
0.314719
0.315806
0.316832
0.317796
0.318701
0.319548
0.320337
0.321069
0.321745
0.322366
0.322932
0.323443
0.323902
0.324307
0.32466
0.32496
0.325208
0.325405
0.32555
0.325644
0.325695
0.145607
0.145592
0.145573
0.14556
0.145552
0.145555
0.145574
0.145615
0.145685
0.145793
0.145947
0.146159
0.146438
0.146797
0.147246
0.147799
0.148468
0.149264
0.1502
0.151287
0.152535
0.153953
0.155549
0.157329
0.159297
0.161455
0.163802
0.166339
0.169058
0.171954
0.175018
0.17824
0.181608
0.185108
0.188725
0.192445
0.196252
0.200128
0.204059
0.208029
0.212022
0.216024
0.22002
0.223999
0.227948
0.231856
0.235714
0.239513
0.243246
0.246906
0.250487
0.253986
0.257398
0.26072
0.26395
0.267086
0.270128
0.273075
0.275927
0.278684
0.281347
0.283916
0.286393
0.28878
0.291076
0.293285
0.295408
0.297446
0.299401
0.301275
0.30307
0.304788
0.30643
0.307998
0.309494
0.310919
0.312275
0.313564
0.314786
0.315943
0.317037
0.318069
0.319039
0.319949
0.3208
0.321593
0.322329
0.323008
0.323632
0.3242
0.324714
0.325175
0.325582
0.325935
0.326237
0.326486
0.326683
0.326828
0.326923
0.326974
0.143567
0.143548
0.143519
0.14349
0.143461
0.143437
0.143424
0.143429
0.143458
0.143522
0.143631
0.143794
0.144024
0.144333
0.144734
0.145241
0.145867
0.146625
0.147529
0.14859
0.149821
0.151232
0.15283
0.154623
0.156616
0.158811
0.161209
0.163807
0.1666
0.169581
0.172742
0.17607
0.179553
0.183175
0.186921
0.190775
0.194718
0.198735
0.202807
0.206917
0.211049
0.215188
0.219319
0.223428
0.227503
0.231533
0.235507
0.239417
0.243255
0.247014
0.250689
0.254275
0.257769
0.261167
0.264469
0.267671
0.270775
0.273778
0.276682
0.279487
0.282194
0.284804
0.287318
0.289738
0.292066
0.294303
0.296452
0.298513
0.30049
0.302384
0.304197
0.30593
0.307587
0.309168
0.310676
0.312112
0.313478
0.314775
0.316005
0.31717
0.31827
0.319308
0.320283
0.321198
0.322054
0.322851
0.32359
0.324272
0.324898
0.325469
0.325985
0.326447
0.326856
0.327211
0.327513
0.327763
0.327961
0.328107
0.328202
0.328252
0.141506
0.141482
0.141442
0.141396
0.141343
0.14129
0.141242
0.141207
0.141193
0.141209
0.141266
0.141376
0.141552
0.141806
0.142153
0.142608
0.143185
0.1439
0.144766
0.145797
0.147006
0.148405
0.150003
0.151808
0.153825
0.156056
0.158504
0.161165
0.164035
0.167105
0.170366
0.173805
0.177408
0.181159
0.18504
0.189034
0.193122
0.197285
0.201504
0.205762
0.21004
0.214322
0.218593
0.222838
0.227044
0.231199
0.235293
0.239317
0.243263
0.247124
0.250894
0.25457
0.258147
0.261623
0.264996
0.268266
0.271431
0.274491
0.277447
0.280301
0.283051
0.285702
0.288253
0.290706
0.293065
0.29533
0.297504
0.299588
0.301586
0.303499
0.305329
0.307078
0.308749
0.310343
0.311862
0.313308
0.314683
0.315989
0.317227
0.318398
0.319505
0.320548
0.321529
0.322448
0.323307
0.324108
0.32485
0.325535
0.326164
0.326737
0.327255
0.327719
0.328129
0.328485
0.328788
0.329039
0.329237
0.329383
0.329478
0.329529
0.139424
0.139395
0.139343
0.139277
0.1392
0.139115
0.139029
0.138951
0.138888
0.138852
0.138853
0.138905
0.13902
0.139214
0.139501
0.139897
0.14042
0.141085
0.141907
0.142903
0.144086
0.145469
0.147062
0.148876
0.150915
0.153183
0.155681
0.158406
0.161355
0.164518
0.167885
0.17144
0.17517
0.179056
0.183079
0.18722
0.19146
0.195776
0.20015
0.204562
0.208992
0.213424
0.21784
0.222226
0.226568
0.230853
0.235071
0.239213
0.243269
0.247234
0.251103
0.254869
0.258531
0.262086
0.265532
0.268869
0.272096
0.275213
0.278222
0.281123
0.283918
0.286608
0.289196
0.291683
0.294071
0.296364
0.298562
0.300669
0.302687
0.304619
0.306465
0.30823
0.309914
0.31152
0.313051
0.314507
0.315891
0.317205
0.31845
0.319628
0.32074
0.321788
0.322774
0.323697
0.32456
0.325364
0.326109
0.326797
0.327428
0.328003
0.328523
0.328988
0.3294
0.329757
0.330061
0.330312
0.330511
0.330657
0.330753
0.330803
0.137323
0.137287
0.137222
0.137136
0.137031
0.136912
0.136785
0.13666
0.136545
0.136452
0.136392
0.136379
0.136428
0.136554
0.136775
0.137107
0.137568
0.138176
0.138948
0.139902
0.141054
0.142416
0.144002
0.145821
0.14788
0.150183
0.152732
0.155524
0.158555
0.161815
0.165291
0.168969
0.172832
0.176859
0.181032
0.185329
0.189727
0.194205
0.198742
0.203315
0.207904
0.212492
0.21706
0.221593
0.226076
0.230495
0.234841
0.239103
0.243274
0.247346
0.251314
0.255174
0.258922
0.262556
0.266076
0.269481
0.27277
0.275945
0.279006
0.281955
0.284794
0.287523
0.290147
0.292667
0.295085
0.297404
0.299627
0.301756
0.303794
0.305743
0.307606
0.309385
0.311082
0.3127
0.314241
0.315707
0.3171
0.318421
0.319673
0.320857
0.321975
0.323028
0.324018
0.324945
0.325812
0.326619
0.327367
0.328057
0.32869
0.329267
0.329789
0.330255
0.330668
0.331026
0.331331
0.331583
0.331782
0.331928
0.332024
0.332074
0.135202
0.13516
0.135081
0.134973
0.134838
0.134682
0.134511
0.134335
0.134163
0.134007
0.13388
0.133797
0.133774
0.133826
0.133973
0.134233
0.134625
0.135169
0.135885
0.136791
0.137904
0.139241
0.140815
0.142636
0.144713
0.147051
0.149649
0.152509
0.155626
0.158987
0.162579
0.166386
0.170388
0.174565
0.178896
0.183356
0.187922
0.19257
0.197276
0.202018
0.206775
0.211526
0.216252
0.220937
0.225566
0.230125
0.234603
0.238989
0.243277
0.247458
0.251528
0.255483
0.259318
0.263033
0.266627
0.2701
0.273453
0.276685
0.279799
0.282795
0.285677
0.288447
0.291106
0.293658
0.296105
0.298451
0.300698
0.302848
0.304905
0.306872
0.30875
0.310543
0.312253
0.313882
0.315433
0.316908
0.318309
0.319637
0.320895
0.322085
0.323208
0.324266
0.32526
0.326191
0.327061
0.327871
0.328621
0.329314
0.329949
0.330528
0.331051
0.331519
0.331932
0.332291
0.332597
0.332849
0.333049
0.333195
0.333291
0.333341
0.133064
0.133015
0.13292
0.132789
0.132622
0.132425
0.132207
0.131975
0.131742
0.131519
0.131319
0.13116
0.131056
0.131027
0.131093
0.131273
0.131588
0.132061
0.132712
0.133563
0.134632
0.135937
0.137494
0.139314
0.141407
0.143777
0.146426
0.149354
0.152561
0.156028
0.159742
0.163683
0.167833
0.172167
0.176664
0.181296
0.186039
0.190865
0.195751
0.200671
0.205602
0.210523
0.215414
0.220258
0.225038
0.229741
0.234355
0.23887
0.243277
0.247571
0.251745
0.255796
0.259721
0.263516
0.267186
0.270728
0.274144
0.277434
0.2806
0.283644
0.286569
0.289377
0.292072
0.294655
0.297132
0.299503
0.301773
0.303944
0.30602
0.308003
0.309897
0.311703
0.313425
0.315065
0.316625
0.318109
0.319517
0.320852
0.322117
0.323312
0.32444
0.325502
0.326499
0.327434
0.328307
0.329119
0.329872
0.330567
0.331204
0.331784
0.332309
0.332778
0.333192
0.333552
0.333858
0.334111
0.334311
0.334458
0.334553
0.334604
0.13091
0.130853
0.130742
0.130585
0.130383
0.130144
0.129873
0.129583
0.129283
0.128986
0.128708
0.128465
0.128274
0.128156
0.128132
0.128224
0.128454
0.128847
0.129425
0.130212
0.13123
0.132497
0.134031
0.135846
0.137952
0.140354
0.143054
0.14605
0.149351
0.15293
0.156771
0.160854
0.165159
0.16966
0.174332
0.179146
0.184074
0.189089
0.194163
0.199269
0.204383
0.209482
0.214545
0.219553
0.224491
0.229343
0.234098
0.238744
0.243275
0.247683
0.251964
0.256114
0.26013
0.264005
0.267751
0.271363
0.274843
0.27819
0.281408
0.2845
0.287467
0.290314
0.293044
0.295659
0.298163
0.30056
0.302852
0.305044
0.307138
0.309137
0.311045
0.312864
0.314597
0.316247
0.317817
0.319308
0.320724
0.322066
0.323336
0.324536
0.325668
0.326734
0.327735
0.328673
0.329549
0.330364
0.331119
0.331815
0.332454
0.333036
0.333561
0.334031
0.334446
0.334807
0.335114
0.335367
0.335567
0.335714
0.33581
0.33586
0.128741
0.128676
0.128548
0.128363
0.128124
0.127838
0.127512
0.127157
0.126785
0.12641
0.126046
0.125712
0.125427
0.125211
0.125088
0.125082
0.125218
0.125522
0.126018
0.126733
0.127691
0.128914
0.13042
0.132225
0.134341
0.136773
0.139522
0.142585
0.145988
0.149685
0.153659
0.157892
0.16236
0.167037
0.171894
0.1769
0.182025
0.187238
0.192509
0.197811
0.203116
0.208401
0.213644
0.218824
0.223924
0.228931
0.23383
0.238613
0.24327
0.247796
0.252185
0.256436
0.260545
0.264499
0.268323
0.272006
0.275549
0.278954
0.282224
0.285362
0.288372
0.291257
0.294021
0.296667
0.299198
0.30162
0.303934
0.306145
0.308257
0.310272
0.312193
0.314025
0.315769
0.317429
0.319007
0.320506
0.321929
0.323276
0.324552
0.325757
0.326893
0.327963
0.328967
0.329908
0.330786
0.331603
0.33236
0.333058
0.333698
0.334281
0.334808
0.335279
0.335695
0.336056
0.336364
0.336617
0.336817
0.336964
0.33706
0.33711
0.126559
0.126486
0.126338
0.126124
0.125845
0.125509
0.125124
0.1247
0.124251
0.12379
0.123334
0.122901
0.122512
0.12219
0.12196
0.121846
0.121877
0.122081
0.122486
0.12312
0.124009
0.125179
0.12665
0.12844
0.130563
0.133025
0.135824
0.138943
0.142463
0.146283
0.150397
0.154787
0.159428
0.164291
0.169343
0.174552
0.179885
0.185307
0.190786
0.196294
0.2018
0.20728
0.212709
0.218068
0.223338
0.228504
0.233553
0.238475
0.243262
0.247908
0.252408
0.256761
0.260969
0.264993
0.268901
0.272655
0.276261
0.279724
0.283046
0.286231
0.289283
0.292206
0.295003
0.297679
0.300238
0.302683
0.305019
0.307249
0.309377
0.311407
0.313342
0.315185
0.31694
0.318609
0.320195
0.321701
0.32313
0.324483
0.325764
0.326973
0.328113
0.329186
0.330193
0.331137
0.332017
0.332836
0.333595
0.334294
0.334936
0.33552
0.336048
0.33652
0.336936
0.337298
0.337606
0.33786
0.33806
0.338207
0.338302
0.338352
0.124366
0.124284
0.124115
0.12387
0.123548
0.123159
0.12271
0.122212
0.12168
0.121126
0.12057
0.120031
0.11953
0.119092
0.118743
0.118511
0.118427
0.11852
0.118822
0.119364
0.120175
0.121284
0.122713
0.124483
0.126609
0.1291
0.131952
0.135106
0.138772
0.142716
0.146976
0.151532
0.156356
0.161415
0.166675
0.172098
0.17765
0.183292
0.188992
0.194715
0.200432
0.206115
0.21174
0.217284
0.22273
0.228061
0.233265
0.238331
0.243251
0.248019
0.252632
0.257087
0.261384
0.265508
0.269487
0.273311
0.276981
0.2805
0.283874
0.287105
0.290199
0.293158
0.295989
0.298694
0.301279
0.303748
0.306104
0.308353
0.310498
0.312542
0.314489
0.316344
0.318108
0.319786
0.32138
0.322893
0.324327
0.325686
0.32697
0.328184
0.329328
0.330404
0.331414
0.332359
0.333241
0.334062
0.334823
0.335524
0.336166
0.336751
0.33728
0.337752
0.33817
0.338532
0.33884
0.339094
0.339295
0.339442
0.339537
0.339586
0.122164
0.122071
0.121881
0.121602
0.121235
0.120788
0.120271
0.119694
0.119072
0.11842
0.117756
0.117101
0.116479
0.115914
0.115436
0.115075
0.114863
0.114834
0.115021
0.11546
0.116182
0.117219
0.118598
0.120342
0.122467
0.124987
0.12791
0.131287
0.134916
0.138973
0.143384
0.148115
0.153133
0.158401
0.16388
0.169532
0.175315
0.18119
0.187121
0.193072
0.19901
0.204906
0.210734
0.216472
0.2221
0.227602
0.232965
0.238179
0.243235
0.248129
0.252857
0.257416
0.261806
0.266023
0.270079
0.273972
0.277705
0.281282
0.284707
0.287985
0.291119
0.294115
0.296978
0.299712
0.302323
0.304814
0.307191
0.309457
0.311617
0.313675
0.315635
0.3175
0.319274
0.32096
0.322561
0.32408
0.32552
0.326883
0.328172
0.329389
0.330536
0.331614
0.332627
0.333574
0.334458
0.335281
0.336043
0.336745
0.337388
0.337974
0.338504
0.338977
0.339394
0.339757
0.340066
0.34032
0.34052
0.340667
0.340762
0.340812
0.119954
0.119851
0.119638
0.119322
0.118907
0.118399
0.117809
0.117148
0.11643
0.115671
0.114892
0.114112
0.113358
0.112656
0.112037
0.111534
0.111182
0.111017
0.111077
0.1114
0.112021
0.112977
0.114296
0.116005
0.118124
0.120668
0.123645
0.127069
0.130844
0.135038
0.139611
0.144528
0.149751
0.15524
0.160953
0.166846
0.172874
0.178996
0.185171
0.191361
0.197531
0.203651
0.209692
0.215631
0.221448
0.227127
0.232654
0.23802
0.243216
0.248238
0.253082
0.257748
0.262234
0.26654
0.270675
0.274639
0.278436
0.282069
0.285545
0.288868
0.292043
0.295075
0.297969
0.300732
0.303367
0.305881
0.308277
0.31056
0.312735
0.314806
0.316777
0.318652
0.320435
0.322128
0.323736
0.325261
0.326706
0.328073
0.329366
0.330586
0.331736
0.332817
0.333832
0.334781
0.335667
0.336491
0.337254
0.337957
0.338601
0.339188
0.339718
0.340192
0.34061
0.340973
0.341281
0.341536
0.341736
0.341883
0.341978
0.342027
0.11774
0.117625
0.117387
0.117033
0.116566
0.115993
0.115325
0.114574
0.113754
0.112881
0.111977
0.111063
0.110166
0.109315
0.108543
0.107885
0.107378
0.107064
0.106982
0.107175
0.107683
0.108545
0.109794
0.111461
0.113567
0.11613
0.119157
0.122648
0.126555
0.130897
0.135643
0.140758
0.1462
0.151925
0.157886
0.164034
0.170323
0.176706
0.183138
0.18958
0.195994
0.202347
0.20861
0.214758
0.220772
0.226634
0.23233
0.237852
0.243192
0.248345
0.253308
0.258082
0.262665
0.267061
0.271275
0.27531
0.27917
0.282861
0.286387
0.289754
0.292969
0.296036
0.298962
0.301752
0.304412
0.306947
0.309361
0.311661
0.31385
0.315934
0.317916
0.3198
0.321591
0.323292
0.324906
0.326436
0.327885
0.329257
0.330553
0.331776
0.332928
0.334012
0.335028
0.335979
0.336866
0.337691
0.338455
0.339159
0.339804
0.340392
0.340922
0.341396
0.341814
0.342178
0.342486
0.342741
0.342942
0.343088
0.343183
0.343232
0.115523
0.115396
0.115131
0.114736
0.114214
0.113573
0.112822
0.111975
0.111045
0.110051
0.109012
0.107954
0.106903
0.105891
0.104952
0.104124
0.103448
0.102969
0.10273
0.102778
0.103158
0.103913
0.105081
0.106696
0.108783
0.111359
0.114434
0.118005
0.12204
0.126537
0.131468
0.136794
0.142469
0.148445
0.154669
0.16109
0.167655
0.174313
0.181018
0.187725
0.194395
0.200993
0.207488
0.213854
0.220072
0.226123
0.231994
0.237677
0.243163
0.24845
0.253535
0.258418
0.2631
0.267585
0.271879
0.275985
0.279908
0.283655
0.287232
0.290643
0.293897
0.296999
0.299956
0.302773
0.305456
0.308011
0.310444
0.312759
0.314962
0.317057
0.31905
0.320943
0.322741
0.324449
0.326068
0.327603
0.329057
0.330432
0.331732
0.332957
0.334111
0.335197
0.336215
0.337167
0.338055
0.338881
0.339646
0.340351
0.340997
0.341584
0.342115
0.34259
0.343008
0.343372
0.34368
0.343935
0.344135
0.344282
0.344376
0.344425
0.113305
0.113166
0.112872
0.112435
0.111854
0.11114
0.110301
0.109352
0.108305
0.107181
0.105999
0.104786
0.103569
0.102382
0.101262
0.100249
0.0993875
0.0987257
0.0983128
0.0981994
0.0984355
0.0990689
0.100143
0.101696
0.103755
0.106342
0.109464
0.113118
0.117284
0.121946
0.127073
0.132623
0.138546
0.144789
0.151295
0.158005
0.164863
0.171814
0.178807
0.185793
0.192732
0.199586
0.206324
0.212918
0.219347
0.225593
0.231645
0.237492
0.243129
0.248552
0.25376
0.258754
0.263537
0.268112
0.272486
0.276663
0.28065
0.284453
0.288079
0.291534
0.294827
0.297963
0.300949
0.303792
0.306498
0.309073
0.311523
0.313853
0.316069
0.318176
0.320178
0.322079
0.323885
0.325598
0.327223
0.328763
0.33022
0.331598
0.3329
0.334128
0.335284
0.336371
0.337391
0.338344
0.339233
0.34006
0.340826
0.341531
0.342177
0.342765
0.343296
0.343771
0.34419
0.344553
0.344862
0.345117
0.345317
0.345463
0.345558
0.345606
0.111091
0.110937
0.110613
0.11013
0.109488
0.108696
0.107765
0.106706
0.105536
0.104273
0.102938
0.101557
0.100162
0.0987865
0.0974695
0.0962551
0.0951911
0.0943292
0.0937237
0.0934306
0.0935052
0.0940008
0.0949668
0.0964452
0.0984689
0.10106
0.104229
0.107971
0.112271
0.117107
0.122442
0.128232
0.13442
0.140948
0.147754
0.154772
0.161942
0.169203
0.176499
0.183781
0.191003
0.198126
0.205117
0.211947
0.218596
0.225045
0.231282
0.237299
0.24309
0.248652
0.253986
0.259092
0.263976
0.268641
0.273095
0.277343
0.281393
0.285252
0.288927
0.292426
0.295756
0.298926
0.301941
0.304809
0.307537
0.310131
0.312598
0.314943
0.317171
0.319288
0.321299
0.323209
0.325021
0.32674
0.328369
0.329913
0.331373
0.332754
0.334059
0.335289
0.336447
0.337535
0.338555
0.33951
0.3404
0.341227
0.341993
0.342699
0.343345
0.343934
0.344465
0.34494
0.345358
0.345722
0.346031
0.346285
0.346486
0.346632
0.346726
0.346774
0.108881
0.108713
0.108357
0.107826
0.107119
0.106245
0.105215
0.104042
0.102739
0.101328
0.0998292
0.0982706
0.0966833
0.0951038
0.0935738
0.0921401
0.0908544
0.0897727
0.0889546
0.0884616
0.0883554
0.0886954
0.0895371
0.0909281
0.0929057
0.0954957
0.0987096
0.102545
0.106984
0.112003
0.11756
0.123605
0.130077
0.13691
0.144035
0.151383
0.158884
0.166474
0.174092
0.181686
0.189205
0.19661
0.203865
0.210942
0.217818
0.224477
0.230905
0.237096
0.243044
0.248749
0.25421
0.25943
0.264416
0.269172
0.273706
0.278026
0.282139
0.286053
0.289776
0.293318
0.296686
0.299887
0.302931
0.305824
0.308573
0.311186
0.313668
0.316026
0.318266
0.320393
0.322413
0.324329
0.326148
0.327872
0.329505
0.331052
0.332516
0.3339
0.335206
0.336438
0.337597
0.338686
0.339707
0.340662
0.341553
0.342381
0.343147
0.343853
0.3445
0.345088
0.34562
0.346095
0.346513
0.346877
0.347186
0.34744
0.34764
0.347786
0.34788
0.347928
0.10668
0.106496
0.106107
0.105525
0.104749
0.103789
0.102655
0.10136
0.0999176
0.0983485
0.0966753
0.0949256
0.0931322
0.0913332
0.0895726
0.0879005
0.0863726
0.0850497
0.0839968
0.083282
0.0829737
0.0831385
0.0838383
0.0851272
0.0870479
0.0896296
0.0928869
0.0968173
0.101403
0.106615
0.112409
0.118728
0.125503
0.132662
0.14013
0.147828
0.155682
0.163621
0.171581
0.179502
0.187335
0.195035
0.202567
0.2099
0.217013
0.223888
0.230514
0.236883
0.242993
0.248842
0.254432
0.259768
0.264857
0.269704
0.274319
0.27871
0.282885
0.286854
0.290625
0.294209
0.297613
0.300847
0.303918
0.306834
0.309604
0.312234
0.314732
0.317103
0.319354
0.321491
0.323518
0.325441
0.327265
0.328994
0.330631
0.332181
0.333648
0.335033
0.336341
0.337574
0.338734
0.339825
0.340846
0.341802
0.342693
0.343521
0.344287
0.344994
0.34564
0.346229
0.34676
0.347235
0.347654
0.348017
0.348326
0.34858
0.34878
0.348926
0.349019
0.349067
0.104491
0.10429
0.103866
0.10323
0.102381
0.101331
0.100087
0.0986627
0.0970728
0.0953366
0.0934774
0.0915236
0.0895091
0.0874738
0.0854641
0.0835332
0.0817411
0.0801537
0.0788421
0.0778813
0.0773473
0.0773146
0.077853
0.0790235
0.0808752
0.0834414
0.0867391
0.0907667
0.0955062
0.100925
0.106971
0.113582
0.120683
0.128192
0.136025
0.144097
0.152328
0.160638
0.168959
0.177228
0.185391
0.193401
0.201221
0.208821
0.216179
0.223278
0.230107
0.23666
0.242934
0.248931
0.254653
0.260105
0.265298
0.270237
0.274932
0.279394
0.283631
0.287654
0.291473
0.295098
0.298538
0.301803
0.304901
0.30784
0.31063
0.313277
0.315789
0.318172
0.320434
0.322579
0.324614
0.326543
0.328372
0.330105
0.331745
0.333298
0.334767
0.336154
0.337463
0.338697
0.339859
0.340949
0.341971
0.342927
0.343819
0.344647
0.345413
0.346119
0.346766
0.347355
0.347886
0.34836
0.348779
0.349142
0.349451
0.349705
0.349905
0.35005
0.350143
0.35019
0.102316
0.102098
0.101636
0.100944
0.100019
0.0988737
0.0975143
0.095954
0.0942076
0.0922943
0.0902374
0.0880659
0.0858147
0.0835253
0.0812466
0.0790351
0.0769551
0.0750779
0.0734815
0.0722481
0.0714623
0.0712076
0.0715625
0.0725961
0.0743647
0.0769073
0.0802425
0.0843694
0.0892708
0.0949082
0.101225
0.10815
0.115599
0.123484
0.131709
0.140182
0.148814
0.157519
0.166224
0.174859
0.183369
0.191704
0.199826
0.207705
0.215317
0.222647
0.229686
0.236427
0.242869
0.249015
0.25487
0.260442
0.265738
0.270769
0.275545
0.280078
0.284377
0.288454
0.29232
0.295985
0.29946
0.302755
0.305878
0.30884
0.311649
0.314312
0.316838
0.319233
0.321504
0.323657
0.325699
0.327634
0.329467
0.331203
0.332847
0.334403
0.335873
0.337262
0.338572
0.339807
0.340968
0.342059
0.343082
0.344038
0.344929
0.345757
0.346523
0.347229
0.347876
0.348464
0.348995
0.349469
0.349888
0.350251
0.350559
0.350813
0.351013
0.351158
0.35125
0.351297
0.10016
0.0999237
0.0994224
0.0986707
0.0976668
0.0964208
0.09494
0.0932367
0.0913251
0.0892242
0.0869575
0.0845541
0.0820497
0.0794875
0.0769187
0.0744032
0.0720097
0.0698156
0.0679056
0.0663704
0.0653041
0.0648002
0.064947
0.0658229
0.0674924
0.0700011
0.0733704
0.0775999
0.0826715
0.0885422
0.0951486
0.102411
0.110236
0.118523
0.127169
0.136071
0.145131
0.154258
0.163368
0.172392
0.181267
0.189943
0.198381
0.206549
0.214425
0.221994
0.229248
0.236182
0.242796
0.249095
0.255085
0.260776
0.266178
0.271301
0.276158
0.28076
0.285121
0.289251
0.293163
0.296868
0.300377
0.303701
0.306851
0.309834
0.312661
0.31534
0.317878
0.320284
0.322564
0.324725
0.326773
0.328713
0.33055
0.33229
0.333936
0.335493
0.336965
0.338355
0.339666
0.340901
0.342063
0.343154
0.344176
0.345132
0.346023
0.346851
0.347617
0.348322
0.348969
0.349557
0.350088
0.350562
0.35098
0.351343
0.351651
0.351904
0.352103
0.352249
0.352341
0.352387
0.0980259
0.0977701
0.0972276
0.0964139
0.0953267
0.0939757
0.0923676
0.0905138
0.0884282
0.0861293
0.08364
0.0809899
0.0782153
0.0753605
0.0724793
0.0696347
0.0669003
0.0643595
0.0621048
0.0602359
0.0588573
0.0580737
0.0579848
0.0586802
0.060233
0.062695
0.0660939
0.0704297
0.0756804
0.0818001
0.0887173
0.0963423
0.104571
0.113293
0.122391
0.131753
0.141271
0.150845
0.160388
0.169821
0.179081
0.188116
0.196883
0.205353
0.213503
0.221319
0.228794
0.235925
0.242716
0.24917
0.255296
0.261108
0.266615
0.271831
0.276769
0.281441
0.285863
0.290045
0.294003
0.297747
0.30129
0.304642
0.307816
0.31082
0.313664
0.316358
0.318909
0.321325
0.323613
0.325781
0.327834
0.329779
0.331619
0.333362
0.33501
0.336569
0.338042
0.339432
0.340744
0.341979
0.343141
0.344232
0.345254
0.34621
0.3471
0.347928
0.348693
0.349398
0.350044
0.350632
0.351162
0.351636
0.352054
0.352416
0.352724
0.352977
0.353176
0.353321
0.353413
0.353459
0.0959176
0.0956413
0.0950555
0.0941771
0.093003
0.0915422
0.0898007
0.0877892
0.0855206
0.0830126
0.0802879
0.0773757
0.0743128
0.0711448
0.0679273
0.064727
0.061622
0.0587025
0.0560691
0.0538314
0.0521054
0.0510085
0.0506533
0.0511418
0.0525577
0.0549603
0.0583825
0.0628263
0.0682667
0.0746528
0.0819044
0.0899208
0.098586
0.107775
0.11736
0.127215
0.137223
0.147275
0.157276
0.167143
0.17681
0.18622
0.195332
0.204116
0.21255
0.22062
0.228323
0.235657
0.242627
0.249238
0.255504
0.261437
0.267051
0.272359
0.277378
0.28212
0.286601
0.290836
0.294838
0.29862
0.302196
0.305576
0.308773
0.311797
0.314658
0.317366
0.319928
0.322354
0.32465
0.326824
0.328883
0.330831
0.332675
0.33442
0.33607
0.33763
0.339103
0.340494
0.341806
0.343041
0.344202
0.345293
0.346315
0.34727
0.34816
0.348987
0.349752
0.350456
0.351102
0.351689
0.352219
0.352692
0.353109
0.353472
0.353779
0.354032
0.35423
0.354375
0.354466
0.354512
0.0938389
0.0935411
0.0929102
0.0919644
0.0906995
0.0891242
0.0872433
0.0850665
0.0826057
0.0798776
0.0769041
0.073714
0.0703441
0.0668409
0.0632621
0.0596776
0.0561704
0.0528374
0.0497881
0.047143
0.0450309
0.0435832
0.0429272
0.0431789
0.0444348
0.0467636
0.0502023
0.0547548
0.0603966
0.0670685
0.0746807
0.0831201
0.0922564
0.10195
0.112059
0.122445
0.132977
0.143539
0.154027
0.164354
0.174449
0.184254
0.193727
0.202837
0.211565
0.219898
0.227835
0.235377
0.24253
0.2493
0.255706
0.261763
0.267484
0.272885
0.277983
0.282795
0.287336
0.291622
0.295667
0.299487
0.303094
0.306502
0.309722
0.312765
0.315642
0.318363
0.320936
0.323371
0.325674
0.327854
0.329917
0.331869
0.333715
0.335462
0.337113
0.338674
0.340148
0.341539
0.34285
0.344085
0.345246
0.346336
0.347357
0.348311
0.349201
0.350027
0.350791
0.351495
0.35214
0.352727
0.353256
0.353729
0.354146
0.354507
0.354814
0.355066
0.355265
0.355409
0.3555
0.355545
0.0917941
0.0914737
0.0907957
0.0897796
0.0884204
0.0867258
0.0846995
0.0823499
0.0796876
0.0767281
0.0734921
0.0700076
0.0663113
0.0624501
0.0584835
0.0544844
0.0505409
0.0467569
0.0432512
0.0401564
0.0376151
0.0357747
0.0347791
0.0347605
0.0358296
0.0380663
0.0415143
0.0461789
0.0520342
0.0590135
0.0670156
0.075913
0.0855593
0.0957985
0.106472
0.117428
0.128522
0.139629
0.150635
0.161449
0.171995
0.182215
0.192065
0.201515
0.210547
0.219153
0.22733
0.235085
0.242425
0.249354
0.255904
0.262085
0.267913
0.273407
0.278585
0.283466
0.288066
0.292402
0.296491
0.300347
0.303985
0.307419
0.310661
0.313722
0.316614
0.319347
0.321931
0.324374
0.326684
0.328869
0.330936
0.332891
0.33474
0.336488
0.33814
0.339701
0.341175
0.342566
0.343877
0.345111
0.346271
0.347361
0.348381
0.349334
0.350223
0.351048
0.351811
0.352515
0.353159
0.353745
0.354273
0.354745
0.355162
0.355523
0.355829
0.356081
0.356279
0.356423
0.356513
0.356558
0.0897871
0.0894432
0.0887161
0.0876272
0.0861699
0.0843513
0.0821735
0.0796436
0.0767705
0.0735681
0.0700557
0.0662599
0.0622169
0.0579738
0.0535913
0.0491455
0.0447292
0.0404536
0.0364476
0.0328564
0.0298383
0.0275583
0.0261795
0.0258525
0.0267046
0.0288292
0.0322778
0.0370581
0.0431411
0.0504524
0.0588771
0.0682714
0.0784706
0.0893
0.100583
0.112152
0.123849
0.135537
0.147094
0.158424
0.169446
0.180101
0.190345
0.200149
0.209497
0.218383
0.226807
0.234779
0.242312
0.249399
0.256097
0.262402
0.268338
0.273924
0.279182
0.284131
0.288789
0.293176
0.297307
0.301199
0.304867
0.308326
0.311589
0.314668
0.317574
0.320319
0.322913
0.325363
0.32768
0.329869
0.33194
0.333897
0.335747
0.337497
0.339149
0.340711
0.342184
0.343575
0.344885
0.346118
0.347278
0.348366
0.349385
0.350337
0.351224
0.352049
0.352811
0.353513
0.354157
0.354742
0.35527
0.355741
0.356157
0.356517
0.356823
0.357074
0.357272
0.357416
0.357506
0.35755
0.0878224
0.0874538
0.0866758
0.0855113
0.0839524
0.0820051
0.0796698
0.0769521
0.0738589
0.0704021
0.0665989
0.0624746
0.0580639
0.0534139
0.0485861
0.0436593
0.0387311
0.0339201
0.0293657
0.0252271
0.0216795
0.0189075
0.0170959
0.0164175
0.0170196
0.0190102
0.0224502
0.0273496
0.033677
0.0413474
0.050231
0.0601652
0.0709646
0.0824334
0.0943756
0.106604
0.118948
0.131255
0.143399
0.155274
0.166798
0.17791
0.188565
0.198738
0.208413
0.217588
0.226266
0.23446
0.242183
0.249444
0.256284
0.262714
0.268758
0.274437
0.279774
0.284791
0.289507
0.293942
0.298114
0.302041
0.305739
0.309222
0.312505
0.315601
0.318521
0.321278
0.32388
0.326338
0.328659
0.330853
0.332926
0.334886
0.336738
0.338487
0.34014
0.341701
0.343175
0.344564
0.345873
0.347105
0.348264
0.34935
0.350368
0.351319
0.352205
0.353028
0.35379
0.354491
0.355133
0.355717
0.356244
0.356715
0.35713
0.35749
0.357795
0.358046
0.358243
0.358386
0.358476
0.35852
0.0859042
0.0855099
0.0846791
0.0834364
0.0817724
0.0796918
0.0771933
0.0742803
0.0709576
0.0672346
0.0631263
0.0586556
0.0538557
0.0487727
0.0434688
0.0380246
0.0325427
0.0271489
0.021994
0.0172516
0.0131155
0.00979287
0.0074937
0.00641673
0.00673156
0.00856333
0.011985
0.0170087
0.0235971
0.0316565
0.0410392
0.051561
0.0630131
0.0751756
0.0878302
0.10077
0.113807
0.126778
0.139545
0.151997
0.16405
0.17564
0.186726
0.197282
0.207296
0.216768
0.225707
0.234127
0.242045
0.249479
0.256464
0.26302
0.269172
0.274944
0.28036
0.285444
0.290217
0.2947
0.298913
0.302874
0.3066
0.310107
0.313409
0.316521
0.319455
0.322221
0.324832
0.327296
0.329622
0.33182
0.333896
0.335857
0.337709
0.33946
0.341112
0.342673
0.344145
0.345534
0.346841
0.348072
0.349229
0.350314
0.351331
0.35228
0.353165
0.353987
0.354747
0.355447
0.356088
0.356671
0.357197
0.357667
0.358081
0.35844
0.358745
0.358995
0.359192
0.359334
0.359423
0.359466
0.0840369
0.083616
0.0827304
0.0814071
0.0796345
0.0774162
0.0747486
0.0716331
0.0680716
0.0640707
0.0596426
0.0548075
0.0495961
0.0440532
0.0382406
0.0322408
0.0261603
0.0201328
0.0143202
0.00891179
0.00412207
0.000183984
-0.00266325
-0.00419148
-0.00420481
-0.00255847
0.000831636
0.00598139
0.0128511
0.0213326
0.0312589
0.0424214
0.0545842
0.0675005
0.0809267
0.0946338
0.108416
0.122096
0.135526
0.14859
0.161199
0.173292
0.184826
0.195779
0.206144
0.215923
0.225129
0.23378
0.241897
0.249506
0.256638
0.263321
0.26958
0.275444
0.280939
0.286089
0.290918
0.295448
0.299701
0.303695
0.307449
0.310979
0.3143
0.317427
0.320373
0.323149
0.325767
0.328237
0.330568
0.332769
0.334847
0.336809
0.338662
0.340412
0.342065
0.343624
0.345095
0.346482
0.347789
0.349018
0.350173
0.351256
0.352271
0.353219
0.354102
0.354922
0.355681
0.35638
0.35702
0.357601
0.358126
0.358595
0.359008
0.359367
0.359671
0.35992
0.360116
0.360258
0.360347
0.36039
0.0822252
0.0817765
0.0808345
0.0794281
0.0775435
0.0751832
0.0723409
0.0690156
0.0652061
0.0609158
0.0561532
0.0509352
0.0452895
0.0392587
0.0329034
0.0263074
0.0195808
0.0128645
0.00633189
0.000189274
-0.00532564
-0.00995035
-0.0134128
-0.015452
-0.0158409
-0.0144117
-0.0110679
-0.00578915
0.00138213
0.0103225
0.0208423
0.0327047
0.0456429
0.0593796
0.0736428
0.0881788
0.102762
0.1172
0.131337
0.145048
0.158245
0.170863
0.182865
0.194231
0.204957
0.215052
0.224532
0.23342
0.241738
0.249522
0.256804
0.263614
0.269982
0.275938
0.28151
0.286726
0.29161
0.296187
0.300478
0.304505
0.308285
0.311837
0.315176
0.318318
0.321275
0.324061
0.326686
0.329161
0.331496
0.333699
0.335779
0.337742
0.339595
0.341345
0.342996
0.344555
0.346024
0.34741
0.348714
0.349941
0.351095
0.352176
0.353189
0.354135
0.355017
0.355835
0.356592
0.357289
0.357928
0.358508
0.359032
0.3595
0.359912
0.360269
0.360572
0.360821
0.361017
0.361158
0.361246
0.361288
0.0804734
0.079996
0.0789958
0.0775039
0.0755043
0.0729977
0.0699754
0.0664333
0.0623667
0.0577753
0.0526635
0.047044
0.0409408
0.034393
0.0274598
0.0202247
0.0128012
0.00533666
-0.00198361
-0.00893489
-0.0152534
-0.0206436
-0.0247964
-0.027413
-0.0282327
-0.0270603
-0.02378
-0.0183678
-0.0108732
-0.00143246
0.00973694
0.0223655
0.0361513
0.0507823
0.0659543
0.0813868
0.0968324
0.112083
0.126971
0.141369
0.155184
0.168353
0.180843
0.192637
0.203737
0.214156
0.223917
0.233045
0.241569
0.24953
0.256962
0.263899
0.270375
0.276423
0.282072
0.287353
0.292292
0.296914
0.301244
0.305302
0.309108
0.312681
0.316037
0.319193
0.322161
0.324955
0.327587
0.330067
0.332405
0.33461
0.336691
0.338654
0.340507
0.342256
0.343907
0.345463
0.346931
0.348315
0.349617
0.350842
0.351994
0.353073
0.354084
0.355028
0.355907
0.356724
0.357479
0.358175
0.358812
0.359391
0.359913
0.36038
0.360791
0.361147
0.361449
0.361698
0.361892
0.362033
0.362121
0.362162
0.0787861
0.0782791
0.0772189
0.0756393
0.0735217
0.0708648
0.0676572
0.0638915
0.0595591
0.0546553
0.0491796
0.0431399
0.0365552
0.0294608
0.0219126
0.0139935
0.00581881
-0.0024579
-0.0106392
-0.0184802
-0.0256881
-0.0319314
-0.0368591
-0.0401293
-0.0414418
-0.0405696
-0.0373764
-0.0318307
-0.0239847
-0.0139967
-0.00211474
0.0113543
0.0260683
0.0416754
0.0578358
0.0742387
0.0906132
0.106734
0.122424
0.137549
0.152015
0.165762
0.17876
0.190997
0.202483
0.213235
0.223282
0.232655
0.241388
0.249528
0.257111
0.264177
0.270761
0.276899
0.282625
0.28797
0.292963
0.29763
0.301996
0.306085
0.309916
0.313509
0.316882
0.320051
0.323029
0.325831
0.328469
0.330953
0.333294
0.335501
0.337583
0.339546
0.341399
0.343146
0.344795
0.34635
0.347816
0.349197
0.350497
0.35172
0.352869
0.353946
0.354955
0.355897
0.356774
0.357589
0.358342
0.359036
0.359671
0.360248
0.360769
0.361234
0.361644
0.361999
0.362301
0.362548
0.362742
0.362882
0.362969
0.36301
0.077168
0.0766303
0.0755086
0.0738392
0.0716005
0.0687897
0.0653919
0.0613961
0.0567893
0.0515618
0.0457077
0.0392289
0.0321388
0.0244671
0.0162657
0.00761523
-0.00136832
-0.0105259
-0.0196475
-0.028466
-0.0366574
-0.0438509
-0.04965
-0.0536627
-0.0555403
-0.0550175
-0.0519372
-0.0462571
-0.0380294
-0.0274414
-0.0147758
-0.000382799
0.0153493
0.0320236
0.0492601
0.0667145
0.0840903
0.101145
0.117688
0.133584
0.148736
0.163088
0.176615
0.189313
0.201196
0.21229
0.222629
0.232249
0.241196
0.249516
0.257252
0.264445
0.271137
0.277366
0.283168
0.288577
0.293622
0.298333
0.302735
0.306853
0.310709
0.314322
0.31771
0.320891
0.323879
0.326689
0.329332
0.33182
0.334163
0.336371
0.338453
0.340416
0.342268
0.344014
0.345661
0.347214
0.348677
0.350056
0.351354
0.352574
0.35372
0.354795
0.355801
0.356741
0.357616
0.358428
0.359179
0.359871
0.360504
0.36108
0.361599
0.362063
0.362471
0.362825
0.363125
0.363372
0.363565
0.363705
0.363791
0.363831
0.0756234
0.0750542
0.0738693
0.0721081
0.0697459
0.0667776
0.0631848
0.0589527
0.0540634
0.0485013
0.0422544
0.0353178
0.0276978
0.0194176
0.0105234
0.0010919
-0.00876163
-0.0188735
-0.0290204
-0.0389115
-0.0481901
-0.0564435
-0.0632237
-0.0680812
-0.0706091
-0.0704943
-0.067554
-0.0617342
-0.0530925
-0.041845
-0.0283157
-0.0129048
0.00394605
0.0217889
0.0401985
0.0587932
0.077249
0.0953038
0.112758
0.12947
0.145345
0.160332
0.17441
0.187584
0.199876
0.211321
0.22196
0.231829
0.240992
0.249494
0.257382
0.264704
0.271504
0.277823
0.2837
0.289171
0.294268
0.299022
0.30346
0.307607
0.311485
0.315117
0.318521
0.321713
0.324711
0.327527
0.330174
0.332666
0.335011
0.33722
0.339302
0.341264
0.343115
0.344859
0.346504
0.348054
0.349515
0.350891
0.352186
0.353404
0.354547
0.355619
0.356622
0.357559
0.358432
0.359242
0.359991
0.36068
0.361311
0.361885
0.362402
0.362864
0.363271
0.363624
0.363923
0.364168
0.364361
0.3645
0.364585
0.364625
0.0741569
0.0735552
0.0723058
0.0704509
0.0679625
0.0648335
0.0610415
0.0565674
0.0513876
0.0454805
0.0388267
0.0314136
0.0232394
0.0143189
0.00469083
-0.00557372
-0.0163618
-0.0275059
-0.038769
-0.0498366
-0.0603178
-0.0697547
-0.0776406
-0.0834588
-0.0867345
-0.0870969
-0.0843269
-0.0783606
-0.0692685
-0.0572944
-0.0428107
-0.0262762
-0.00819371
0.0109305
0.0306203
0.0504531
0.0700743
0.0892026
0.107628
0.125205
0.141841
0.157492
0.172144
0.18581
0.198525
0.210329
0.221272
0.231395
0.240776
0.249461
0.257503
0.264954
0.271861
0.278269
0.284221
0.289753
0.294901
0.299697
0.304169
0.308344
0.312245
0.315895
0.319313
0.322516
0.325522
0.328344
0.330996
0.33349
0.335837
0.338047
0.340128
0.34209
0.343938
0.34568
0.347323
0.348871
0.350329
0.351702
0.352994
0.354208
0.355349
0.356418
0.357418
0.358352
0.359222
0.360029
0.360775
0.361462
0.362091
0.362663
0.363179
0.363639
0.364044
0.364395
0.364693
0.364937
0.365128
0.365267
0.365351
0.36539
0.0727729
0.0721378
0.0708224
0.0688722
0.0662555
0.0629627
0.0589675
0.0542459
0.0487683
0.0425061
0.0354319
0.027524
0.018771
0.00917779
-0.00122621
-0.012378
-0.0241687
-0.0364275
-0.0489045
-0.061262
-0.0730747
-0.083834
-0.0929662
-0.0998761
-0.10401
-0.104928
-0.102366
-0.0962479
-0.0866622
-0.0738848
-0.0583441
-0.040567
-0.0211267
-0.000595419
0.0204932
0.0416711
0.0625512
0.0828314
0.102292
0.120785
0.138223
0.154568
0.169817
0.183994
0.197143
0.209314
0.220564
0.23095
0.240549
0.249417
0.257613
0.265192
0.272206
0.278704
0.284728
0.290322
0.29552
0.300356
0.304862
0.309064
0.312987
0.316654
0.320085
0.3233
0.326313
0.329141
0.331797
0.334293
0.336641
0.338851
0.340931
0.342891
0.344738
0.346478
0.348118
0.349663
0.351118
0.352488
0.353776
0.354987
0.356124
0.35719
0.358187
0.359118
0.359985
0.360789
0.361533
0.362217
0.362844
0.363413
0.363927
0.364385
0.364788
0.365138
0.365434
0.365677
0.365867
0.366005
0.366088
0.366126
0.0714756
0.0708064
0.0694236
0.0673765
0.0646294
0.0611703
0.0569683
0.0519943
0.0462121
0.0395853
0.0320776
0.0236569
0.0143007
0.00400218
-0.00722104
-0.0193163
-0.0321807
-0.0456413
-0.0594371
-0.0732094
-0.0864967
-0.0987345
-0.109272
-0.117422
-0.122539
-0.124102
-0.121792
-0.115516
-0.105386
-0.0917184
-0.075005
-0.055852
-0.034913
-0.0128355
0.00978289
0.0324235
0.0546639
0.0761806
0.0967447
0.116208
0.13449
0.151561
0.167431
0.182135
0.19573
0.208277
0.219838
0.23049
0.24031
0.249363
0.257713
0.26542
0.27254
0.279126
0.285223
0.290876
0.296123
0.301
0.305538
0.309766
0.31371
0.317394
0.320838
0.324062
0.327083
0.329916
0.332575
0.335073
0.337422
0.339631
0.341711
0.343669
0.345513
0.347251
0.348888
0.350429
0.351881
0.353247
0.354533
0.35574
0.356874
0.357936
0.35893
0.359857
0.360721
0.361522
0.362263
0.362945
0.363568
0.364135
0.364646
0.365102
0.365503
0.365851
0.366146
0.366387
0.366576
0.366713
0.366796
0.366833
0.0702693
0.0695651
0.0681136
0.0659683
0.0630891
0.0594614
0.0550494
0.0498185
0.0437254
0.0367253
0.0287714
0.0198206
0.0098371
-0.00119952
-0.0132861
-0.0263828
-0.0403949
-0.0551495
-0.0703774
-0.0857012
-0.100622
-0.114512
-0.126634
-0.136193
-0.142437
-0.144745
-0.142732
-0.136288
-0.125557
-0.110899
-0.092883
-0.0722064
-0.049614
-0.0258373
-0.00154586
0.0226858
0.0463966
0.069241
0.0909817
0.111473
0.130642
0.148472
0.164986
0.180234
0.194287
0.207221
0.219095
0.230017
0.24006
0.249298
0.257801
0.265636
0.272862
0.279535
0.285704
0.291416
0.296711
0.301627
0.306196
0.31045
0.314414
0.318114
0.321571
0.324804
0.327831
0.330669
0.333331
0.335831
0.33818
0.340388
0.342466
0.344423
0.346264
0.347999
0.349632
0.351171
0.352619
0.353981
0.355263
0.356467
0.357596
0.358655
0.359645
0.360569
0.361429
0.362227
0.362965
0.363643
0.364264
0.364828
0.365336
0.36579
0.366189
0.366535
0.366827
0.367067
0.367255
0.367391
0.367473
0.367509
0.0691579
0.0684179
0.0668967
0.0646519
0.0616391
0.0578408
0.0532162
0.0477246
0.0413151
0.0339333
0.0255216
0.0160238
0.00538943
-0.00641816
-0.0194129
-0.0335707
-0.0488072
-0.064953
-0.0817355
-0.0987606
-0.11549
-0.131228
-0.145134
-0.156294
-0.163823
-0.166986
-0.165312
-0.15868
-0.14728
-0.131519
-0.112058
-0.0896991
-0.0652871
-0.039647
-0.0135277
0.0124338
0.0377337
0.0620035
0.0849985
0.106577
0.126678
0.1453
0.162483
0.178294
0.192816
0.206145
0.218336
0.229531
0.239798
0.249221
0.257878
0.26584
0.273171
0.27993
0.28617
0.29194
0.297282
0.302236
0.306836
0.311115
0.315099
0.318813
0.322282
0.325523
0.328557
0.331399
0.334063
0.336564
0.338913
0.341121
0.343197
0.345151
0.34699
0.348721
0.350351
0.351886
0.35333
0.354689
0.355966
0.357166
0.358292
0.359346
0.360333
0.361253
0.362109
0.362903
0.363637
0.364312
0.36493
0.365491
0.365996
0.366447
0.366844
0.367188
0.367478
0.367717
0.367903
0.368037
0.368118
0.368153
0.0681455
0.0673688
0.0657767
0.0634314
0.0602837
0.0563133
0.0514739
0.0457184
0.0389874
0.0312167
0.0223363
0.0122755
0.000967315
-0.0116438
-0.0255919
-0.0408715
-0.057412
-0.0750522
-0.093521
-0.112411
-0.131143
-0.148944
-0.164861
-0.177829
-0.186812
-0.190937
-0.189636
-0.182787
-0.170631
-0.153641
-0.132586
-0.10838
-0.0819778
-0.0543038
-0.026194
0.00164473
0.0286607
0.0544599
0.0787913
0.10152
0.122601
0.142049
0.159925
0.176315
0.191318
0.205041
0.217567
0.229032
0.239524
0.249134
0.257944
0.266032
0.273467
0.280311
0.286621
0.292447
0.297836
0.302827
0.307457
0.311759
0.315762
0.319491
0.322971
0.326221
0.32926
0.332105
0.334772
0.337274
0.339622
0.341829
0.343903
0.345854
0.34769
0.349418
0.351044
0.352574
0.354015
0.355369
0.356642
0.357838
0.358959
0.36001
0.360992
0.361908
0.36276
0.36355
0.364281
0.364952
0.365566
0.366124
0.366626
0.367074
0.367468
0.367809
0.368098
0.368334
0.368519
0.368652
0.368732
0.368766
0.0672355
0.0664215
0.0647573
0.0623107
0.0590272
0.0548836
0.0498277
0.0438057
0.0367492
0.028583
0.0192238
0.00858505
-0.00341911
-0.0168659
-0.0318126
-0.0482756
-0.0662023
-0.085446
-0.105743
-0.126676
-0.147623
-0.167727
-0.185899
-0.200899
-0.211499
-0.216673
-0.215761
-0.208644
-0.195622
-0.177268
-0.15447
-0.128262
-0.0997075
-0.0698331
-0.0395689
-0.00970021
0.019165
0.0466032
0.0723572
0.096302
0.11841
0.13872
0.157314
0.174299
0.189797
0.203918
0.216783
0.228522
0.23924
0.249035
0.257998
0.266212
0.273749
0.280677
0.287056
0.292938
0.298372
0.303399
0.308059
0.312384
0.316405
0.320148
0.323637
0.326895
0.329939
0.332788
0.335457
0.337959
0.340306
0.342511
0.344583
0.346531
0.348364
0.350088
0.35171
0.353236
0.354672
0.356022
0.357291
0.358482
0.359599
0.360645
0.361622
0.362534
0.363382
0.364168
0.364894
0.365561
0.366172
0.366726
0.367225
0.367669
0.368061
0.368399
0.368685
0.368919
0.369102
0.369234
0.369313
0.369346
0.0664316
0.0655795
0.0638421
0.0612936
0.0578736
0.053556
0.0482824
0.041992
0.0346067
0.0260396
0.0161928
0.00496211
-0.00775922
-0.0220731
-0.0380633
-0.0557718
-0.0751697
-0.0961319
-0.118409
-0.141577
-0.164972
-0.187638
-0.208327
-0.22558
-0.237938
-0.24421
-0.243661
-0.236182
-0.222169
-0.202315
-0.177643
-0.149302
-0.118458
-0.0862361
-0.0536631
-0.0216134
0.00923715
0.0384284
0.0656951
0.0909237
0.114109
0.135314
0.154651
0.17225
0.188254
0.202775
0.215983
0.228
0.238945
0.248925
0.25804
0.266378
0.274017
0.281028
0.287474
0.293411
0.298889
0.303952
0.30864
0.312987
0.317025
0.320782
0.324281
0.327546
0.330595
0.333447
0.336117
0.338619
0.340965
0.343168
0.345238
0.347183
0.349011
0.350731
0.352349
0.353871
0.355302
0.356648
0.357912
0.359098
0.36021
0.361251
0.362224
0.36313
0.363974
0.364755
0.365477
0.36614
0.366746
0.367296
0.367792
0.368233
0.368621
0.368956
0.369239
0.369471
0.369652
0.369783
0.36986
0.369892
0.065737
0.0648458
0.0630343
0.0603833
0.0568266
0.0523346
0.0468429
0.0402828
0.0325663
0.0235938
0.0132516
0.00141643
-0.012042
-0.0272532
-0.0443311
-0.0633478
-0.0843044
-0.107106
-0.131525
-0.157136
-0.183228
-0.208732
-0.232199
-0.251899
-0.266107
-0.273466
-0.273198
-0.265231
-0.25008
-0.228597
-0.201945
-0.171381
-0.138156
-0.103479
-0.0684675
-0.034097
-0.00112695
0.0299331
0.0588049
0.0853871
0.109699
0.131836
0.151939
0.170169
0.186692
0.201614
0.21517
0.227467
0.238638
0.248804
0.25807
0.266531
0.274271
0.281363
0.287876
0.293867
0.299388
0.304485
0.3092
0.313569
0.317624
0.321393
0.324902
0.328173
0.331227
0.334081
0.336751
0.339253
0.341598
0.343799
0.345866
0.347807
0.349632
0.351348
0.352961
0.354479
0.355905
0.357245
0.358504
0.359685
0.360792
0.361828
0.362795
0.363697
0.364536
0.365312
0.366029
0.366688
0.367289
0.367835
0.368326
0.368763
0.369148
0.36948
0.36976
0.369989
0.370168
0.370297
0.370373
0.370404
0.0651546
0.0642235
0.0623369
0.0595832
0.0558895
0.0512233
0.0455134
0.0386834
0.0306342
0.0212529
0.010409
-0.00204201
-0.0162561
-0.0323935
-0.0506022
-0.0709896
-0.0935949
-0.118363
-0.145096
-0.173369
-0.202422
-0.231043
-0.257525
-0.279814
-0.295889
-0.304249
-0.304131
-0.295521
-0.279069
-0.255834
-0.227128
-0.194302
-0.158666
-0.121481
-0.0839452
-0.0471385
-0.0119241
0.0211188
0.0516888
0.0796953
0.105186
0.128289
0.149182
0.168057
0.185096
0.200449
0.214346
0.226922
0.238322
0.248672
0.258088
0.266671
0.274509
0.281682
0.28826
0.294303
0.299866
0.304997
0.309739
0.314129
0.318199
0.32198
0.325498
0.328776
0.331833
0.33469
0.337361
0.339862
0.342206
0.344404
0.346467
0.348405
0.350226
0.351937
0.353546
0.355058
0.356479
0.357814
0.359068
0.360243
0.361345
0.362375
0.363338
0.364234
0.365067
0.365838
0.36655
0.367204
0.3678
0.368341
0.368828
0.369261
0.369641
0.369969
0.370247
0.370473
0.370649
0.370777
0.370851
0.37088
0.0646872
0.0637152
0.0617523
0.0588959
0.0550656
0.0502257
0.0442983
0.0371985
0.0288162
0.019024
0.00767333
-0.00540305
-0.0203896
-0.0374804
-0.0568615
-0.0786819
-0.103028
-0.129894
-0.159121
-0.190289
-0.222569
-0.254566
-0.284252
-0.309195
-0.327075
-0.336289
-0.336156
-0.326717
-0.308795
-0.283695
-0.252886
-0.217804
-0.179789
-0.140114
-0.100026
-0.0607061
-0.0231416
0.0119917
0.0443516
0.0738532
0.100572
0.124678
0.146386
0.165919
0.18348
0.19927
0.213511
0.226368
0.237994
0.248529
0.258093
0.266796
0.274732
0.281985
0.288626
0.29472
0.300325
0.305489
0.310256
0.314666
0.318752
0.322544
0.32607
0.329354
0.332415
0.335273
0.337945
0.340445
0.342787
0.344982
0.347042
0.348976
0.350792
0.352499
0.354103
0.35561
0.357025
0.358355
0.359603
0.360773
0.361868
0.362893
0.363849
0.36474
0.365567
0.366333
0.367039
0.367687
0.368279
0.368814
0.369296
0.369724
0.3701
0.370425
0.370698
0.370921
0.371095
0.37122
0.371293
0.371321
0.0643374
0.0633231
0.061283
0.0583241
0.0543576
0.049345
0.0432012
0.0358329
0.027118
0.0169141
0.00505313
-0.00865661
-0.0244305
-0.0424998
-0.063093
-0.0864079
-0.112588
-0.141689
-0.173598
-0.207894
-0.243659
-0.27925
-0.312252
-0.339828
-0.359395
-0.369297
-0.368977
-0.358503
-0.338939
-0.311854
-0.278898
-0.241591
-0.201278
-0.1592
-0.116603
-0.0747451
-0.0347547
0.00256402
0.0368014
0.0678675
0.0958652
0.121007
0.143552
0.16376
0.181847
0.198077
0.212667
0.225805
0.237657
0.248374
0.258086
0.266908
0.27494
0.28227
0.288973
0.295118
0.300763
0.305958
0.310751
0.31518
0.319281
0.323084
0.326618
0.329907
0.332971
0.335831
0.338502
0.341001
0.343341
0.345534
0.34759
0.34952
0.351331
0.353033
0.354632
0.356133
0.357543
0.358867
0.360109
0.361273
0.362362
0.363381
0.364331
0.365215
0.366037
0.366796
0.367496
0.368138
0.368724
0.369254
0.36973
0.370154
0.370525
0.370844
0.371114
0.371334
0.371505
0.371628
0.371698
0.371725
0.0641074
0.0630491
0.0609306
0.0578697
0.0537679
0.0485839
0.0422256
0.0345908
0.0255449
0.0149298
0.00255656
-0.0117926
-0.0283666
-0.0474371
-0.06928
-0.0941496
-0.122258
-0.153733
-0.188514
-0.226171
-0.265646
-0.30498
-0.341318
-0.371445
-0.392575
-0.403029
-0.402396
-0.390684
-0.369282
-0.340061
-0.304882
-0.265373
-0.22287
-0.178527
-0.133534
-0.0891761
-0.0467242
-0.00714499
0.0290497
0.0617463
0.0910715
0.117283
0.140686
0.161583
0.180201
0.196874
0.211815
0.225233
0.23731
0.248208
0.258066
0.267005
0.275132
0.282537
0.289302
0.295496
0.301179
0.306406
0.311223
0.31567
0.319785
0.323599
0.327141
0.330434
0.333502
0.336362
0.339034
0.341531
0.343868
0.346058
0.34811
0.350036
0.351843
0.353539
0.355132
0.356628
0.358032
0.35935
0.360585
0.361743
0.362826
0.363838
0.364782
0.36566
0.366474
0.367227
0.367921
0.368557
0.369136
0.36966
0.37013
0.370548
0.370914
0.371229
0.371494
0.37171
0.371877
0.371998
0.372066
0.372091
0.0639992
0.0628943
0.0606968
0.0575347
0.0532984
0.047945
0.0413747
0.0334761
0.0241019
0.0130773
0.000191716
-0.0148009
-0.0321853
-0.052277
-0.0754042
-0.101887
-0.132018
-0.166008
-0.20385
-0.245082
-0.288442
-0.331581
-0.371206
-0.403796
-0.426431
-0.437409
-0.436436
-0.423272
-0.399799
-0.368215
-0.330656
-0.288913
-0.24431
-0.19787
-0.150649
-0.103895
-0.0589957
-0.0171078
0.0211119
0.0555002
0.0861993
0.113511
0.137791
0.159379
0.178552
0.195663
0.210954
0.224652
0.236954
0.248031
0.258033
0.267088
0.275307
0.282787
0.289612
0.295853
0.301575
0.306832
0.311672
0.316137
0.320266
0.32409
0.327638
0.330936
0.334006
0.336868
0.339538
0.342034
0.344369
0.346555
0.348604
0.350524
0.352326
0.354017
0.355604
0.357094
0.358492
0.359803
0.361032
0.362183
0.36326
0.364265
0.365201
0.366072
0.36688
0.367626
0.368313
0.368941
0.369514
0.370031
0.370495
0.370906
0.371266
0.371576
0.371836
0.372048
0.372212
0.37233
0.372396
0.372419
0.0640147
0.0628595
0.0605826
0.0573205
0.052951
0.0474303
0.0406509
0.0324923
0.0227935
0.0113627
-0.00203364
-0.0176715
-0.0358739
-0.0570036
-0.0814469
-0.109599
-0.141846
-0.17849
-0.219574
-0.264563
-0.311913
-0.358838
-0.401674
-0.436718
-0.460959
-0.47261
-0.471424
-0.456544
-0.430733
-0.396438
-0.356193
-0.312061
-0.265389
-0.217011
-0.167764
-0.118778
-0.0714988
-0.027288
0.0130081
0.0491425
0.081259
0.109702
0.134876
0.157159
0.176895
0.194446
0.210088
0.224065
0.236589
0.247844
0.257987
0.267156
0.275466
0.283019
0.289902
0.29619
0.301948
0.307234
0.312097
0.31658
0.320722
0.324555
0.32811
0.331412
0.334485
0.337347
0.340017
0.342511
0.344843
0.347025
0.349069
0.350985
0.352782
0.354467
0.356048
0.357532
0.358923
0.360228
0.36145
0.362594
0.363663
0.364661
0.36559
0.366453
0.367253
0.367992
0.368671
0.369292
0.369857
0.370368
0.370824
0.371229
0.371583
0.371886
0.372141
0.372348
0.372508
0.372623
0.372687
0.372708
0.0641553
0.0629449
0.0605891
0.0572281
0.0527265
0.0470412
0.0400566
0.0316423
0.021624
0.00979158
-0.00411216
-0.0203948
-0.0394201
-0.0616013
-0.0873889
-0.117263
-0.151717
-0.191149
-0.235639
-0.284521
-0.33589
-0.386522
-0.432536
-0.470202
-0.496408
-0.509097
-0.508034
-0.491142
-0.462646
-0.425114
-0.381668
-0.334804
-0.285967
-0.235763
-0.184698
-0.133686
-0.0841493
-0.0376402
0.0047632
0.0426888
0.0762624
0.105864
0.131948
0.154926
0.175231
0.193226
0.209218
0.223471
0.236215
0.247645
0.257929
0.267209
0.275608
0.283232
0.290172
0.296506
0.3023
0.307614
0.312499
0.316999
0.321153
0.324996
0.328557
0.331863
0.334937
0.337799
0.340468
0.34296
0.345289
0.347467
0.349507
0.351418
0.353209
0.354889
0.356464
0.357941
0.359325
0.360623
0.361838
0.362974
0.364036
0.365026
0.365947
0.366803
0.367595
0.368325
0.368996
0.369609
0.370166
0.370669
0.371118
0.371515
0.371862
0.372159
0.372408
0.37261
0.372765
0.372877
0.372938
0.372958
0.0644213
0.0631512
0.0607168
0.0572582
0.0526258
0.0467791
0.0395934
0.0309288
0.0205968
0.00836903
-0.00603686
-0.0229616
-0.0428115
-0.0660538
-0.0932096
-0.124855
-0.1616
-0.203947
-0.251982
-0.304837
-0.360181
-0.414433
-0.463729
-0.504471
-0.533353
-0.54769
-0.546732
-0.528043
-0.496427
-0.454901
-0.407469
-0.357282
-0.305996
-0.253983
-0.201287
-0.148475
-0.0968518
-0.0481106
-0.00359271
0.0361571
0.071222
0.102003
0.129009
0.152688
0.173565
0.192004
0.208344
0.222872
0.235834
0.247437
0.257857
0.267247
0.275733
0.283427
0.290423
0.2968
0.302629
0.307971
0.312877
0.317393
0.321559
0.32541
0.328977
0.332287
0.335362
0.338225
0.340893
0.343382
0.345708
0.347882
0.349918
0.351823
0.353609
0.355282
0.356851
0.358321
0.359698
0.360988
0.362196
0.363324
0.364378
0.36536
0.366273
0.36712
0.367903
0.368625
0.369287
0.369892
0.37044
0.370934
0.371375
0.371764
0.372103
0.372393
0.372636
0.372832
0.372982
0.37309
0.373149
0.373166
0.0648124
0.0634783
0.0609659
0.057411
0.052649
0.0466444
0.0392625
0.0303537
0.0197152
0.00709964
-0.0078012
-0.0253625
-0.0460355
-0.0703447
-0.0988882
-0.132349
-0.171465
-0.216837
-0.268523
-0.325371
-0.384596
-0.442442
-0.495359
-0.540015
-0.572672
-0.589501
-0.587473
-0.568469
-0.533154
-0.486648
-0.434169
-0.379785
-0.325539
-0.27159
-0.217394
-0.163013
-0.109504
-0.0586382
-0.0120253
0.0295679
0.0661514
0.0981299
0.126051
0.150461
0.171902
0.190783
0.207468
0.222269
0.235445
0.247218
0.257773
0.26727
0.275842
0.283603
0.290653
0.297073
0.302936
0.308304
0.31323
0.317762
0.32194
0.325799
0.329372
0.332685
0.335762
0.338624
0.341291
0.343777
0.3461
0.34827
0.3503
0.3522
0.35398
0.355647
0.357209
0.358672
0.360042
0.361324
0.362524
0.363644
0.364689
0.365663
0.366567
0.367405
0.368179
0.368892
0.369545
0.37014
0.370679
0.371163
0.371595
0.371975
0.372306
0.372588
0.372824
0.373014
0.373159
0.373263
0.373318
0.373333
0.0653247
0.0639279
0.061337
0.057686
0.0527957
0.0466375
0.0390646
0.0299185
0.0189817
0.00598743
-0.0093992
-0.0275891
-0.0490804
-0.0744578
-0.104404
-0.139719
-0.181276
-0.229767
-0.28517
-0.345969
-0.40897
-0.470527
-0.527723
-0.577537
-0.615391
-0.635833
-0.634615
-0.613705
-0.573816
-0.521198
-0.462431
-0.402721
-0.344765
-0.288566
-0.232917
-0.177174
-0.122004
-0.0691571
-0.0204965
0.0229449
0.061067
0.0942553
0.123088
0.14824
0.170245
0.189565
0.206593
0.221662
0.235049
0.246988
0.257676
0.267277
0.275933
0.283761
0.290862
0.297324
0.30322
0.308613
0.31356
0.318107
0.322296
0.326163
0.329741
0.333056
0.336134
0.338996
0.341661
0.344146
0.346464
0.34863
0.350655
0.35255
0.354323
0.355984
0.357538
0.358994
0.360356
0.361631
0.362822
0.363934
0.36497
0.365934
0.366829
0.367658
0.368422
0.369125
0.369768
0.370353
0.370882
0.371356
0.371778
0.372149
0.37247
0.372744
0.372972
0.373155
0.373294
0.373394
0.373446
0.373458
0.065958
0.0644978
0.061831
0.0580822
0.053065
0.0467581
0.0389999
0.0296242
0.0183983
0.00503587
-0.0108254
-0.0296335
-0.0519347
-0.0783774
-0.109734
-0.146934
-0.190992
-0.242674
-0.301816
-0.366481
-0.433189
-0.498784
-0.561269
-0.617827
-0.662459
-0.68758
-0.687825
-0.664398
-0.619021
-0.55917
-0.492855
-0.426555
-0.363908
-0.304968
-0.247792
-0.190857
-0.134253
-0.0795974
-0.028964
0.0163136
0.0559871
0.0903848
0.120131
0.146029
0.168598
0.188353
0.205719
0.221052
0.234647
0.24675
0.257566
0.26727
0.276007
0.283899
0.291051
0.297553
0.303481
0.308899
0.313865
0.318426
0.322626
0.326501
0.330083
0.333402
0.336481
0.339342
0.342005
0.344487
0.346801
0.348963
0.350983
0.352871
0.354638
0.356292
0.357839
0.359288
0.360642
0.361908
0.36309
0.364193
0.36522
0.366175
0.36706
0.367878
0.368632
0.369324
0.369956
0.37053
0.371048
0.371512
0.371923
0.372284
0.372595
0.37286
0.373079
0.373254
0.373387
0.373482
0.37353
0.373539
0.0667112
0.06519
0.0624448
0.0585969
0.0534559
0.0470054
0.0390679
0.0294712
0.0179665
0.00424783
-0.0120752
-0.0314883
-0.0545875
-0.0820876
-0.114859
-0.153966
-0.200571
-0.255491
-0.318351
-0.386768
-0.457205
-0.527409
-0.596515
-0.661593
-0.714528
-0.745198
-0.747126
-0.720654
-0.668924
-0.600821
-0.525831
-0.451708
-0.383248
-0.320906
-0.261997
-0.203981
-0.146163
-0.0898894
-0.0373829
0.00970182
0.0509301
0.0864967
0.117213
0.143837
0.166964
0.187149
0.204848
0.22044
0.234239
0.246501
0.257444
0.267248
0.276063
0.284018
0.29122
0.297761
0.303719
0.309162
0.314146
0.318721
0.322931
0.326813
0.3304
0.333721
0.3368
0.339661
0.342322
0.3448
0.347111
0.349268
0.351282
0.353165
0.354926
0.356572
0.358112
0.359552
0.360898
0.362156
0.363329
0.364422
0.36544
0.366384
0.367259
0.368066
0.368809
0.36949
0.37011
0.370673
0.371179
0.371631
0.37203
0.372379
0.37268
0.372934
0.373144
0.373311
0.373437
0.373526
0.37357
0.373577
0.0675832
0.0660022
0.0631791
0.059226
0.0539673
0.0473779
0.0392678
0.0294593
0.017687
0.00362546
-0.0131443
-0.0331466
-0.0570284
-0.0855733
-0.119754
-0.160783
-0.209967
-0.268144
-0.334662
-0.406717
-0.481027
-0.556655
-0.63393
-0.7093
-0.771865
-0.808736
-0.812267
-0.78229
-0.723358
-0.646074
-0.56148
-0.47847
-0.403059
-0.336514
-0.275553
-0.21649
-0.157657
-0.0999663
-0.0457089
0.00313714
0.0459206
0.0826174
0.114322
0.141668
0.165347
0.185955
0.203982
0.219828
0.233825
0.246244
0.25731
0.26721
0.276102
0.284118
0.291368
0.297947
0.303935
0.3094
0.314402
0.318991
0.32321
0.327099
0.330691
0.334014
0.337094
0.339954
0.342612
0.345087
0.347394
0.349546
0.351555
0.353431
0.355185
0.356824
0.358357
0.359788
0.361126
0.362374
0.363538
0.364621
0.365628
0.366562
0.367425
0.368222
0.368953
0.369621
0.370229
0.370779
0.371273
0.371712
0.372099
0.372436
0.372725
0.372968
0.373167
0.373325
0.373443
0.373526
0.373566
0.37357
0.0685722
0.0669318
0.0640276
0.0599721
0.0545982
0.0478734
0.0395979
0.0295877
0.0175601
0.00317018
-0.0140295
-0.0346026
-0.059248
-0.0888201
-0.124401
-0.167355
-0.219131
-0.280557
-0.35064
-0.426242
-0.504711
-0.58677
-0.673844
-0.761117
-0.83442
-0.878022
-0.883054
-0.849084
-0.782045
-0.694643
-0.599674
-0.506949
-0.423566
-0.351934
-0.288503
-0.228353
-0.16867
-0.109766
-0.0538997
-0.00335601
0.040986
0.0787508
0.111464
0.139528
0.16375
0.184774
0.203121
0.219217
0.233407
0.245978
0.257163
0.267157
0.276124
0.284198
0.291495
0.29811
0.304127
0.309615
0.314634
0.319235
0.323464
0.32736
0.330955
0.33428
0.337361
0.340219
0.342876
0.345348
0.34765
0.349797
0.3518
0.35367
0.355417
0.357049
0.358573
0.359996
0.361324
0.362563
0.363717
0.36479
0.365786
0.366709
0.36756
0.368344
0.369063
0.369719
0.370314
0.37085
0.37133
0.371755
0.372129
0.372452
0.372728
0.372959
0.373147
0.373295
0.373405
0.373481
0.373516
0.373516
0.069676
0.0679755
0.0649876
0.0608326
0.0553491
0.048488
0.0400565
0.0298549
0.017585
0.00288275
-0.0147282
-0.0358512
-0.0612377
-0.0918146
-0.128776
-0.173648
-0.228014
-0.292654
-0.366188
-0.445283
-0.528325
-0.617934
-0.716394
-0.816952
-0.901973
-0.952856
-0.959396
-0.920917
-0.844744
-0.746169
-0.640111
-0.537071
-0.444908
-0.367305
-0.300907
-0.239556
-0.179156
-0.119235
-0.0619118
-0.00975543
0.0359958
0.0750556
0.108655
0.137421
0.162178
0.183609
0.202269
0.218606
0.232985
0.245703
0.257004
0.26709
0.276128
0.284259
0.291601
0.298252
0.304296
0.309806
0.314841
0.319455
0.323693
0.327595
0.331194
0.334521
0.337602
0.340459
0.343113
0.345581
0.347879
0.350021
0.352018
0.353882
0.355621
0.357245
0.358761
0.360175
0.361494
0.362723
0.363867
0.364929
0.365914
0.366824
0.367664
0.368435
0.36914
0.369782
0.370363
0.370885
0.37135
0.371761
0.372119
0.372428
0.37269
0.372908
0.373084
0.373221
0.373321
0.373391
0.37342
0.373416
0.0708919
0.0691308
0.0660561
0.0618038
0.0562135
0.0492248
0.0406407
0.0302589
0.0177603
0.00276306
-0.0152388
-0.0368883
-0.0629899
-0.094544
-0.132861
-0.179632
-0.236563
-0.304356
-0.381216
-0.463797
-0.551925
-0.650238
-0.761512
-0.876529
-0.974249
-1.03309
-1.04129
-0.997778
-0.911304
-0.800321
-0.682402
-0.568618
-0.467111
-0.382738
-0.312831
-0.250102
-0.189078
-0.128328
-0.0697062
-0.0160263
0.0311035
0.071412
0.1059
0.135354
0.160632
0.18246
0.201425
0.217998
0.23256
0.24542
0.256833
0.267007
0.276116
0.284302
0.291687
0.298372
0.304443
0.309973
0.315024
0.31965
0.323897
0.327805
0.331408
0.334736
0.337817
0.340672
0.343324
0.345788
0.348082
0.350218
0.352209
0.354066
0.355798
0.357414
0.358921
0.360326
0.361636
0.362854
0.363987
0.365038
0.366011
0.366909
0.367735
0.368493
0.369184
0.369811
0.370377
0.370883
0.371333
0.371728
0.372071
0.372364
0.372611
0.372814
0.372976
0.373102
0.373191
0.373253
0.373276
0.373269
0.072217
0.0703944
0.0672303
0.0628813
0.0571866
0.0500783
0.0413545
0.0307956
0.0180845
0.00280993
-0.0155605
-0.0377105
-0.064498
-0.0969972
-0.136635
-0.185273
-0.24473
-0.315589
-0.395651
-0.481745
-0.575534
-0.68367
-0.808966
-0.939467
-1.05096
-1.1186
-1.12872
-1.07968
-0.981638
-0.856823
-0.72614
-0.60127
-0.490092
-0.398314
-0.324338
-0.26001
-0.198413
-0.137006
-0.0772488
-0.0221382
0.0263326
0.067835
0.103203
0.13333
0.159117
0.181332
0.200592
0.217393
0.232131
0.24513
0.256651
0.26691
0.276086
0.284325
0.291752
0.29847
0.304566
0.310117
0.315183
0.319821
0.324076
0.327989
0.331595
0.334925
0.338006
0.34086
0.343509
0.345969
0.348258
0.350389
0.352374
0.354223
0.355948
0.357555
0.359054
0.360449
0.361749
0.362957
0.364078
0.365117
0.366077
0.366962
0.367775
0.368518
0.369194
0.369806
0.370356
0.370846
0.371279
0.371656
0.371982
0.372258
0.372489
0.372676
0.372824
0.372936
0.373015
0.373068
0.373084
0.373073
0.0736478
0.071763
0.0685066
0.0640611
0.0582638
0.0510435
0.0421901
0.0314724
0.018553
0.00302209
-0.0156939
-0.038316
-0.0657568
-0.0991644
-0.140082
-0.190541
-0.252466
-0.326283
-0.409423
-0.499091
-0.599124
-0.718104
-0.858394
-1.00533
-1.13175
-1.20916
-1.22151
-1.16649
-1.05563
-0.915411
-0.770927
-0.634659
-0.513673
-0.414055
-0.33548
-0.269306
-0.207154
-0.145242
-0.0844975
-0.0280647
0.0217003
0.0643391
0.100572
0.131353
0.157635
0.180225
0.199771
0.216791
0.2317
0.244832
0.256458
0.266799
0.276039
0.284329
0.291796
0.298546
0.304668
0.310237
0.315318
0.319967
0.32423
0.328148
0.331758
0.335089
0.338169
0.341022
0.343667
0.346124
0.348408
0.350533
0.352511
0.354354
0.356071
0.35767
0.359159
0.360545
0.361834
0.36303
0.36414
0.365167
0.366114
0.366985
0.367783
0.368511
0.369172
0.369767
0.3703
0.370772
0.371187
0.371546
0.371853
0.372112
0.372324
0.372494
0.372626
0.372724
0.37279
0.372834
0.372843
0.372827
0.0751807
0.0732328
0.0698809
0.0653389
0.0594417
0.0521148
0.043142
0.0322798
0.0191763
0.00339502
-0.0156398
-0.038704
-0.0667624
-0.101037
-0.143184
-0.195406
-0.259723
-0.336373
-0.422466
-0.515793
-0.622625
-0.753313
-0.909357
-1.07365
-1.21616
-1.30426
-1.31916
-1.25778
-1.13299
-0.975781
-0.816373
-0.668397
-0.537605
-0.429909
-0.346282
-0.278018
-0.215322
-0.153021
-0.0914078
-0.0337809
0.0172134
0.0609385
0.0980119
0.12943
0.15619
0.179141
0.198963
0.216195
0.231268
0.244527
0.256253
0.266673
0.275975
0.284315
0.29182
0.298601
0.304746
0.310334
0.31543
0.320089
0.324359
0.328283
0.331895
0.335228
0.338307
0.341158
0.343801
0.346253
0.348532
0.350652
0.352623
0.354458
0.356167
0.357757
0.359237
0.360613
0.361891
0.363076
0.364173
0.365187
0.366121
0.366977
0.36776
0.368472
0.369116
0.369694
0.370208
0.370662
0.371057
0.371397
0.371684
0.371923
0.372116
0.372268
0.372382
0.372465
0.372518
0.372551
0.372552
0.372531
0.0768115
0.0747996
0.0713487
0.0667102
0.0607161
0.053288
0.0442042
0.033212
0.0199435
0.003942
-0.0154026
-0.0388741
-0.0675124
-0.102609
-0.145929
-0.199839
-0.266455
-0.345803
-0.434724
-0.531796
-0.645922
-0.78899
-0.96134
-1.14383
-1.30343
-1.40294
-1.42069
-1.35269
-1.21311
-1.03757
-0.862073
-0.702093
-0.561598
-0.445771
-0.356708
-0.286191
-0.222956
-0.160327
-0.0979557
-0.0392813
0.0128826
0.0576453
0.0955309
0.127563
0.154785
0.178083
0.198169
0.215604
0.230834
0.244216
0.256037
0.266533
0.275895
0.284282
0.291825
0.298634
0.304803
0.310408
0.315517
0.320187
0.324465
0.328393
0.332008
0.335341
0.33842
0.341269
0.343909
0.346357
0.348631
0.350744
0.352709
0.354537
0.356237
0.357818
0.359288
0.360654
0.36192
0.363094
0.364178
0.365178
0.366098
0.366939
0.367706
0.368401
0.369027
0.369587
0.370082
0.370515
0.37089
0.371209
0.371475
0.371692
0.371864
0.371996
0.372092
0.372157
0.372195
0.372217
0.37221
0.372183
0.0785357
0.0764588
0.0729052
0.06817
0.0620821
0.0545588
0.0453727
0.0342623
0.0208483
0.00465143
-0.0149661
-0.0388299
-0.0680048
-0.103877
-0.148305
-0.203814
-0.272621
-0.354525
-0.446142
-0.547026
-0.66885
-0.82475
-1.01376
-1.21509
-1.39254
-1.50385
-1.52461
-1.44994
-1.29509
-1.10028
-0.907603
-0.73534
-0.585355
-0.461494
-0.366707
-0.293905
-0.230053
-0.167121
-0.104172
-0.044538
0.00872149
0.0544703
0.0931353
0.125757
0.153421
0.177051
0.19739
0.215019
0.230399
0.243898
0.255812
0.26638
0.275799
0.28423
0.291809
0.298646
0.304837
0.31046
0.315582
0.320261
0.324546
0.328479
0.332096
0.33543
0.338509
0.341355
0.343992
0.346436
0.348705
0.350812
0.352769
0.354589
0.356281
0.357853
0.359313
0.360667
0.361923
0.363083
0.364155
0.365141
0.366045
0.366871
0.367621
0.368299
0.368906
0.369446
0.36992
0.370333
0.370685
0.370981
0.371224
0.371419
0.371568
0.371678
0.371754
0.371801
0.371823
0.371832
0.371815
0.371783
0.0803483
0.0782056
0.0745452
0.0697131
0.0635344
0.0559223
0.0466432
0.0354267
0.0218831
0.0055155
-0.0143416
-0.038551
-0.0682416
-0.104838
-0.150306
-0.207309
-0.278178
-0.362492
-0.456679
-0.561397
-0.691207
-0.860152
-1.06597
-1.28652
-1.48214
-1.6053
-1.62914
-1.5479
-1.37774
-1.16314
-0.952515
-0.767729
-0.608567
-0.476888
-0.376331
-0.301227
-0.236539
-0.173409
-0.110029
-0.0495342
0.00474269
0.0514231
0.0908311
0.124016
0.152101
0.176049
0.196628
0.214441
0.229964
0.243575
0.255575
0.266212
0.275686
0.284161
0.291773
0.298638
0.30485
0.310489
0.315623
0.320311
0.324603
0.32854
0.33216
0.335495
0.338573
0.341417
0.34405
0.34649
0.348753
0.350854
0.352805
0.354617
0.356299
0.357862
0.359311
0.360655
0.361898
0.363046
0.364104
0.365075
0.365964
0.366773
0.367505
0.368164
0.368752
0.369271
0.369724
0.370113
0.370442
0.370714
0.370933
0.371103
0.371228
0.371314
0.371368
0.371395
0.371399
0.371395
0.371368
0.371329
0.0822441
0.0800347
0.0762629
0.0713338
0.0650677
0.0573732
0.0480106
0.0367011
0.0230436
0.0065254
-0.0135388
-0.0380501
-0.0681923
-0.105495
-0.151935
-0.210305
-0.283093
-0.36966
-0.466295
-0.574815
-0.712763
-0.894721
-1.11723
-1.35709
-1.57075
-1.7054
-1.73225
-1.64472
-1.45964
-1.2253
-0.996334
-0.798861
-0.630922
-0.491795
-0.385661
-0.308037
-0.242464
-0.179201
-0.115508
-0.0542558
0.000957819
0.0485124
0.088624
0.122344
0.150828
0.175076
0.195883
0.213871
0.22953
0.243245
0.255329
0.266032
0.275557
0.284073
0.291719
0.298609
0.304841
0.310495
0.315642
0.320339
0.324637
0.328578
0.332201
0.335536
0.338613
0.341455
0.344084
0.34652
0.348777
0.350871
0.352815
0.354619
0.356293
0.357845
0.359284
0.360616
0.361847
0.362981
0.364025
0.364981
0.365853
0.366645
0.367359
0.367998
0.368565
0.369062
0.369492
0.369858
0.370162
0.370408
0.370601
0.370744
0.370843
0.370904
0.370933
0.370938
0.370923
0.370904
0.370866
0.370821
0.0842173
0.0819404
0.0780527
0.0730263
0.0666761
0.0589061
0.0494698
0.0380803
0.0243256
0.00767727
-0.0125685
-0.0373394
-0.0678746
-0.105794
-0.153209
-0.21279
-0.287334
-0.375987
-0.474955
-0.587174
-0.733264
-0.927956
-1.16672
-1.42567
-1.65672
-1.8022
-1.83193
-1.73844
-1.53924
-1.2858
-1.03858
-0.828372
-0.652141
-0.506092
-0.394699
-0.31424
-0.247849
-0.184506
-0.120597
-0.0586923
-0.00262331
0.0457457
0.086519
0.120742
0.149604
0.174134
0.195156
0.213309
0.229095
0.242911
0.255074
0.265838
0.275413
0.283968
0.291645
0.29856
0.304811
0.31048
0.315638
0.320344
0.324648
0.328593
0.332217
0.335553
0.338629
0.341469
0.344094
0.346525
0.348777
0.350865
0.352801
0.354596
0.356261
0.357803
0.359231
0.360551
0.361769
0.36289
0.363919
0.364859
0.365714
0.366488
0.367183
0.367801
0.368347
0.368821
0.369226
0.369566
0.369844
0.370062
0.370227
0.370341
0.370412
0.370446
0.370449
0.37043
0.370395
0.370359
0.370309
0.370256
0.086262
0.083917
0.0799083
0.0747844
0.0683538
0.0605149
0.0510152
0.0395589
0.0257237
0.00896725
-0.0114342
-0.0364335
-0.0673031
-0.105763
-0.154073
-0.214758
-0.290882
-0.381424
-0.482624
-0.598377
-0.75244
-0.959356
-1.21365
-1.49108
-1.73848
-1.89384
-1.92633
-1.82718
-1.61501
-1.34363
-1.07872
-0.855956
-0.671985
-0.51962
-0.403297
-0.319893
-0.252712
-0.189336
-0.125295
-0.0628357
-0.0059925
0.0431295
0.0845204
0.119215
0.148429
0.173225
0.194448
0.212756
0.228662
0.242572
0.254809
0.265632
0.275254
0.283846
0.291552
0.29849
0.30476
0.310444
0.315613
0.320327
0.324636
0.328585
0.332211
0.335547
0.338622
0.341459
0.344081
0.346507
0.348753
0.350834
0.352762
0.354549
0.356205
0.357737
0.359153
0.360461
0.361666
0.362772
0.363786
0.364709
0.365547
0.366302
0.366976
0.367574
0.368096
0.368546
0.368925
0.369238
0.369488
0.369677
0.369811
0.369896
0.369936
0.36994
0.369915
0.369871
0.369813
0.369759
0.369695
0.369635
0.0883718
0.0859582
0.0818234
0.0766018
0.0700946
0.0621939
0.0526409
0.0411314
0.0272326
0.0103894
-0.01014
-0.0353335
-0.066496
-0.105411
-0.154443
-0.216263
-0.29372
-0.385923
-0.489265
-0.608341
-0.770028
-0.988448
-1.25724
-1.55219
-1.81458
-1.97868
-2.0138
-1.90921
-1.68551
-1.39775
-1.11618
-0.881322
-0.690256
-0.532285
-0.411286
-0.325021
-0.25707
-0.193703
-0.129602
-0.0666803
-0.00914324
0.0406693
0.0826318
0.117764
0.147307
0.172349
0.19376
0.212212
0.22823
0.242229
0.254535
0.265414
0.275079
0.283707
0.291441
0.298401
0.304689
0.310386
0.315566
0.320287
0.324602
0.328554
0.332182
0.335518
0.338591
0.341426
0.344045
0.346466
0.348706
0.35078
0.352701
0.354479
0.356124
0.357646
0.359051
0.360346
0.361537
0.362629
0.363626
0.364533
0.365352
0.366087
0.366741
0.367315
0.367813
0.368237
0.36859
0.368875
0.369094
0.369252
0.369354
0.369406
0.369414
0.369386
0.36933
0.369258
0.369175
0.369103
0.369024
0.368955
0.0905398
0.0880574
0.0837914
0.0784721
0.0718921
0.0639369
0.0543409
0.0427917
0.0288467
0.011938
-0.00869198
-0.0340424
-0.0654519
-0.104759
-0.154406
-0.217247
-0.295829
-0.389417
-0.494819
-0.617033
-0.785779
-1.0148
-1.2968
-1.608
-1.88383
-2.05542
-2.09255
-1.98314
-1.7495
-1.44716
-1.15026
-0.90416
-0.706794
-0.543936
-0.418607
-0.329629
-0.260941
-0.19762
-0.133522
-0.0702233
-0.0120706
0.0383695
0.0808563
0.116392
0.146237
0.171507
0.193091
0.211677
0.2278
0.241881
0.254252
0.265183
0.27489
0.283551
0.291312
0.298293
0.304597
0.310308
0.315497
0.320226
0.324546
0.328501
0.332131
0.335467
0.338539
0.341371
0.343986
0.346402
0.348636
0.350703
0.352615
0.354385
0.35602
0.357531
0.358924
0.360206
0.361383
0.36246
0.36344
0.364329
0.365129
0.365844
0.366476
0.367027
0.367499
0.367897
0.368221
0.368475
0.368663
0.368788
0.368856
0.368873
0.368845
0.368783
0.368694
0.368592
0.368483
0.368389
0.368294
0.368216
0.0927588
0.0902078
0.0858055
0.0803885
0.07374
0.0657377
0.0561092
0.0445336
0.0305593
0.0136069
-0.00709615
-0.032568
-0.0641747
-0.103803
-0.153978
-0.217668
-0.297255
-0.391888
-0.499181
-0.624477
-0.79947
-1.03802
-1.33169
-1.65753
-1.94512
-2.12316
-2.16092
-2.04792
-1.80601
-1.49094
-1.18027
-0.924234
-0.721423
-0.554429
-0.425209
-0.333717
-0.26434
-0.201104
-0.137062
-0.0734636
-0.0147712
0.0362332
0.0791962
0.115099
0.145221
0.1707
0.192443
0.211153
0.227372
0.241529
0.253961
0.264941
0.274687
0.283379
0.291165
0.298166
0.304486
0.310209
0.315408
0.320144
0.324469
0.328427
0.332058
0.335394
0.338464
0.341294
0.343904
0.346315
0.348543
0.350603
0.352508
0.354268
0.355893
0.357393
0.358773
0.360042
0.361204
0.362265
0.363229
0.3641
0.36488
0.365573
0.366182
0.366708
0.367155
0.367524
0.367818
0.36804
0.368194
0.368284
0.368316
0.368295
0.36823
0.368131
0.368007
0.367872
0.367733
0.367616
0.367504
0.367415
0.0950215
0.0924024
0.0878586
0.0823444
0.0756319
0.0675901
0.0579396
0.0463511
0.032364
0.0153892
-0.00535917
-0.0309167
-0.0626733
-0.102551
-0.153154
-0.21754
-0.297987
-0.393467
-0.501898
-0.630929
-0.810918
-1.05775
-1.36142
-1.6998
-1.99722
-2.18062
-2.21823
-2.10287
-1.8543
-1.52824
-1.20572
-0.941444
-0.733903
-0.563623
-0.43105
-0.337278
-0.267282
-0.204171
-0.140232
-0.0764025
-0.0172431
0.0342629
0.0776532
0.113887
0.144259
0.169927
0.191816
0.210638
0.226947
0.241174
0.253662
0.264687
0.274469
0.283191
0.291
0.298021
0.304356
0.310091
0.315299
0.320041
0.32437
0.328332
0.331963
0.335299
0.338368
0.341195
0.343801
0.346207
0.348429
0.350481
0.352377
0.354128
0.355743
0.357231
0.358599
0.359854
0.361002
0.362046
0.362993
0.363844
0.364604
0.365275
0.365859
0.36636
0.366779
0.367118
0.367381
0.36757
0.367688
0.367741
0.367734
0.367673
0.367568
0.367429
0.367266
0.367096
0.366926
0.366784
0.366653
0.366553
0.0973198
0.0946336
0.0899437
0.084333
0.0775612
0.069488
0.059826
0.0482377
0.0342543
0.0172776
-0.00348914
-0.0290958
-0.0609537
-0.101017
-0.151942
-0.216882
-0.298025
-0.394228
-0.503599
-0.635509
-0.820062
-1.07372
-1.38568
-1.73414
-2.0393
-2.22643
-2.26424
-2.14752
-1.89369
-1.55846
-1.22652
-0.955536
-0.744224
-0.571439
-0.43609
-0.340311
-0.269784
-0.206836
-0.14304
-0.0790428
-0.0194857
0.0324597
0.0762282
0.112756
0.143351
0.16919
0.19121
0.210134
0.226524
0.240815
0.253356
0.264422
0.274239
0.282988
0.290819
0.297858
0.304207
0.309953
0.315169
0.319918
0.324251
0.328215
0.331848
0.335184
0.338251
0.341074
0.343677
0.346077
0.348293
0.350338
0.352225
0.353966
0.355571
0.357047
0.358402
0.359643
0.360775
0.361803
0.362731
0.363563
0.364302
0.364949
0.365509
0.365983
0.366373
0.366681
0.366911
0.367064
0.367145
0.367159
0.36711
0.367007
0.366859
0.366677
0.366473
0.366264
0.36606
0.36589
0.365739
0.365627
0.0996455
0.0968937
0.0920534
0.0863474
0.0795217
0.0714252
0.0617625
0.0501874
0.0362235
0.019265
-0.00149417
-0.0271151
-0.0590246
-0.0992066
-0.150359
-0.215713
-0.297405
-0.394177
-0.504316
-0.638293
-0.82669
-1.08564
-1.40439
-1.76026
-2.0709
-2.26045
-2.29894
-2.18147
-1.92352
-1.58158
-1.24288
-0.966439
-0.752363
-0.577828
-0.440295
-0.342812
-0.27186
-0.209117
-0.145499
-0.0813885
-0.0214998
0.0308241
0.0749215
0.111707
0.142499
0.168488
0.190624
0.209641
0.226103
0.240454
0.253042
0.264147
0.273995
0.282769
0.290622
0.297677
0.304039
0.309796
0.31502
0.319775
0.324113
0.328079
0.331713
0.335047
0.338113
0.340933
0.343532
0.345927
0.348136
0.350173
0.352052
0.353783
0.355377
0.356841
0.358183
0.359409
0.360526
0.361536
0.362446
0.363257
0.363974
0.364598
0.365131
0.365577
0.365937
0.366213
0.366408
0.366524
0.366565
0.366537
0.366445
0.366297
0.366103
0.365875
0.365626
0.365376
0.365134
0.364935
0.364761
0.364636
0.10199
0.0991747
0.0941805
0.0883807
0.0815069
0.0733956
0.063743
0.0521939
0.038265
0.0213438
0.000617439
-0.0249839
-0.0568983
-0.0971318
-0.14842
-0.214048
-0.296152
-0.39333
-0.503976
-0.639374
-0.830507
-1.09349
-1.41769
-1.77773
-2.09192
-2.2831
-2.32241
-2.2045
-1.94398
-1.59777
-1.25448
-0.974127
-0.75832
-0.582772
-0.443643
-0.344784
-0.273526
-0.211031
-0.147619
-0.083445
-0.023287
0.0293555
0.073733
0.11074
0.141701
0.167821
0.19006
0.209158
0.225686
0.240089
0.25272
0.263861
0.273738
0.282536
0.290408
0.297479
0.303854
0.309621
0.314852
0.319613
0.323954
0.327922
0.331557
0.334891
0.337954
0.340772
0.343366
0.345756
0.347958
0.349988
0.351858
0.353579
0.355161
0.356613
0.357942
0.359153
0.360253
0.361246
0.362136
0.362927
0.36362
0.364219
0.364727
0.365143
0.365472
0.365714
0.365872
0.365949
0.365949
0.365876
0.365738
0.365542
0.365298
0.365022
0.364725
0.36443
0.364147
0.363916
0.363717
0.363578
0.104344
0.101468
0.0963174
0.0904262
0.0835106
0.0753934
0.0657617
0.0542512
0.0403722
0.0235067
0.00283694
-0.0227123
-0.054587
-0.094808
-0.14614
-0.211909
-0.29427
-0.3917
-0.502582
-0.638785
-0.831495
-1.09706
-1.42457
-1.78646
-2.10291
-2.29484
-2.33491
-2.21682
-1.95517
-1.60694
-1.26115
-0.978615
-0.762126
-0.586274
-0.446124
-0.346232
-0.274797
-0.212594
-0.149414
-0.0852188
-0.0248503
0.0280526
0.0726617
0.109853
0.140957
0.167189
0.189517
0.208686
0.225272
0.239722
0.252393
0.263565
0.273469
0.282289
0.290179
0.297265
0.303651
0.309427
0.314666
0.319432
0.323777
0.327747
0.331382
0.334715
0.337777
0.340591
0.34318
0.345565
0.34776
0.349782
0.351643
0.353354
0.354925
0.356364
0.357679
0.358875
0.359959
0.360933
0.361803
0.362572
0.363242
0.363816
0.364295
0.364682
0.364977
0.365184
0.365304
0.36534
0.365296
0.365177
0.364989
0.364742
0.364446
0.364117
0.363768
0.363425
0.363099
0.362832
0.362607
0.362452
0.106699
0.103766
0.0984567
0.0924773
0.0855268
0.077413
0.0678129
0.0563533
0.0425384
0.0257461
0.00515554
-0.0203109
-0.0521026
-0.0922509
-0.143537
-0.209321
-0.291772
-0.389283
-0.500177
-0.636572
-0.82975
-1.0962
-1.4248
-1.78673
-2.10418
-2.29598
-2.33668
-2.21865
-1.9573
-1.60912
-1.26293
-0.979964
-0.76384
-0.58836
-0.447738
-0.347165
-0.275693
-0.213824
-0.150895
-0.0867169
-0.0261934
0.0269132
0.0717064
0.109045
0.140266
0.166591
0.188994
0.208225
0.224861
0.239353
0.252058
0.26326
0.273188
0.282028
0.289935
0.297034
0.303432
0.309216
0.314462
0.319232
0.32358
0.327553
0.331188
0.33452
0.337579
0.34039
0.342976
0.345354
0.347543
0.349557
0.351408
0.353109
0.354668
0.356095
0.357395
0.358576
0.359642
0.360598
0.361448
0.362194
0.36284
0.363387
0.363837
0.364193
0.364454
0.364624
0.364704
0.364697
0.364607
0.364439
0.364199
0.363898
0.363546
0.36316
0.362757
0.362361
0.361987
0.361682
0.361428
0.361256
0.109045
0.106059
0.100591
0.0945273
0.0875495
0.0794487
0.0698912
0.0584945
0.0447574
0.0280546
0.00756447
-0.0177905
-0.0494582
-0.0894751
-0.14063
-0.206306
-0.288689
-0.386093
-0.496789
-0.632816
-0.825427
-1.09102
-1.41872
-1.77911
-2.09592
-2.28687
-2.32807
-2.21031
-1.95071
-1.60446
-1.25997
-0.978297
-0.763545
-0.589073
-0.448497
-0.347598
-0.276231
-0.214737
-0.152075
-0.0879472
-0.0273209
0.0259344
0.070865
0.108317
0.139629
0.166028
0.188492
0.207774
0.224453
0.238982
0.251718
0.262945
0.272895
0.281754
0.289676
0.296788
0.303196
0.308988
0.31424
0.319015
0.323366
0.32734
0.330976
0.334307
0.337364
0.340171
0.342752
0.345125
0.347306
0.349312
0.351154
0.352844
0.354392
0.355805
0.357091
0.358256
0.359304
0.360241
0.36107
0.361793
0.362414
0.362934
0.363354
0.363677
0.363903
0.364034
0.364073
0.364021
0.363883
0.363663
0.363368
0.363009
0.362598
0.362152
0.361688
0.361236
0.360811
0.360464
0.360178
0.359988
0.111372
0.108338
0.102712
0.0965697
0.0895731
0.0814954
0.0719915
0.0606692
0.0470228
0.030425
0.0100548
-0.0151618
-0.0466678
-0.0864965
-0.13744
-0.202885
-0.285053
-0.382179
-0.492447
-0.627623
-0.818702
-1.08185
-1.40679
-1.76405
-2.07846
-2.26798
-2.30958
-2.19228
-1.93579
-1.59325
-1.25252
-0.973779
-0.761349
-0.588471
-0.448425
-0.347546
-0.276432
-0.21535
-0.152967
-0.0889179
-0.0282377
0.0251129
0.0701353
0.107665
0.139043
0.165498
0.188011
0.207334
0.224049
0.238609
0.251371
0.262622
0.272591
0.281466
0.289402
0.296526
0.302944
0.308744
0.314002
0.318781
0.323135
0.32711
0.330745
0.334076
0.33713
0.339934
0.34251
0.344877
0.347051
0.349049
0.350881
0.352561
0.354096
0.355496
0.356767
0.357915
0.358946
0.359863
0.36067
0.36137
0.361965
0.362456
0.362846
0.363135
0.363324
0.363416
0.363411
0.363312
0.363123
0.362848
0.362496
0.362076
0.361602
0.361091
0.360564
0.360051
0.35957
0.359178
0.358857
0.358647
0.113669
0.110594
0.104814
0.0985985
0.0915922
0.0835482
0.0741087
0.0628721
0.0493285
0.0328499
0.0126179
-0.0124356
-0.0437446
-0.0833324
-0.133986
-0.199087
-0.280898
-0.377593
-0.48721
-0.621095
-0.80975
-1.06911
-1.3895
-1.7419
-2.0523
-2.23989
-2.28177
-2.16518
-1.91299
-1.57593
-1.24089
-0.966611
-0.757379
-0.586625
-0.447554
-0.347029
-0.276314
-0.215679
-0.153584
-0.0896375
-0.0289499
0.0244446
0.0695145
0.107088
0.138507
0.165001
0.187549
0.206905
0.223649
0.238234
0.251019
0.26229
0.272276
0.281167
0.289115
0.29625
0.302676
0.308483
0.313747
0.31853
0.322886
0.326862
0.330498
0.333827
0.336879
0.339679
0.34225
0.344611
0.346778
0.348767
0.35059
0.352258
0.353782
0.355168
0.356424
0.357555
0.358568
0.359464
0.360249
0.360925
0.361493
0.361955
0.362313
0.362567
0.362718
0.362768
0.362718
0.36257
0.362328
0.361996
0.361583
0.361098
0.360557
0.359977
0.359382
0.358803
0.358263
0.357821
0.357462
0.35723
0.115927
0.112817
0.106888
0.100608
0.0936019
0.0856023
0.0762383
0.0650983
0.0516688
0.0353223
0.0152449
-0.00962277
-0.040702
-0.0800004
-0.130291
-0.194943
-0.276261
-0.37238
-0.481152
-0.613346
-0.798766
-1.05314
-1.36735
-1.71315
-2.01809
-2.20322
-2.24521
-2.1298
-1.88281
-1.55299
-1.22545
-0.95702
-0.751778
-0.583616
-0.445924
-0.34607
-0.275898
-0.215741
-0.153937
-0.0901149
-0.0294635
0.0239251
0.0689994
0.106585
0.138021
0.164536
0.187107
0.206486
0.223252
0.237858
0.250662
0.26195
0.271952
0.280855
0.288815
0.295959
0.302394
0.308207
0.313476
0.318262
0.322621
0.326598
0.330233
0.333561
0.33661
0.339407
0.341973
0.344327
0.346487
0.348468
0.350281
0.351938
0.353449
0.354821
0.356061
0.357176
0.358169
0.359045
0.359807
0.360458
0.360999
0.361431
0.361756
0.361974
0.362086
0.362093
0.361995
0.361796
0.361498
0.361107
0.360629
0.360077
0.359463
0.358811
0.358142
0.357493
0.356887
0.356391
0.355992
0.355736
0.118134
0.114998
0.108928
0.102592
0.0955973
0.0876537
0.078376
0.0673429
0.054038
0.0378355
0.0179276
-0.00673407
-0.0375539
-0.076518
-0.126376
-0.190482
-0.27118
-0.366584
-0.474346
-0.6045
-0.785974
-1.03428
-1.34083
-1.67839
-1.97657
-2.15862
-2.20033
-2.08686
-1.84587
-1.52502
-1.20661
-0.945257
-0.744697
-0.579531
-0.443582
-0.344697
-0.275203
-0.21555
-0.154037
-0.0903591
-0.0297855
0.0235493
0.0685866
0.106152
0.137583
0.164102
0.186684
0.206077
0.222859
0.237481
0.2503
0.261602
0.271617
0.280532
0.288502
0.295655
0.302097
0.307917
0.313189
0.317979
0.32234
0.326318
0.329952
0.333278
0.336325
0.339118
0.341678
0.344027
0.34618
0.348151
0.349955
0.3516
0.353098
0.354456
0.355681
0.356778
0.357752
0.358607
0.359346
0.35997
0.360483
0.360884
0.361175
0.361356
0.361427
0.361389
0.361243
0.360991
0.360635
0.36018
0.359635
0.359011
0.358322
0.357591
0.356843
0.356118
0.355442
0.354888
0.354444
0.354163
0.120281
0.117127
0.110925
0.104545
0.0975743
0.0896983
0.0805177
0.0696015
0.0564309
0.0403828
0.0206575
-0.00377996
-0.0343138
-0.0729028
-0.122267
-0.185734
-0.265694
-0.360261
-0.466859
-0.594686
-0.771609
-1.01288
-1.31049
-1.63832
-1.92855
-2.10682
-2.14755
-2.03709
-1.80298
-1.49263
-1.18481
-0.931588
-0.736289
-0.57446
-0.44058
-0.342938
-0.274249
-0.215121
-0.153897
-0.0903791
-0.0299229
0.0233121
0.0682723
0.105787
0.13719
0.163698
0.186279
0.205678
0.222469
0.237102
0.249933
0.261247
0.271272
0.280198
0.288177
0.295338
0.301786
0.307611
0.312888
0.317681
0.322043
0.326022
0.329656
0.33298
0.336024
0.338812
0.341368
0.34371
0.345856
0.347818
0.349611
0.351246
0.35273
0.354074
0.355282
0.356362
0.357316
0.358149
0.358864
0.359463
0.359946
0.360316
0.360572
0.360714
0.360743
0.360659
0.360462
0.360154
0.359738
0.359217
0.358601
0.357901
0.357131
0.356318
0.355486
0.35468
0.353928
0.35331
0.352816
0.352507
0.122355
0.119193
0.112874
0.106462
0.0995288
0.0917327
0.08266
0.0718699
0.0588422
0.042958
0.0234267
-0.000770788
-0.0309951
-0.0691725
-0.117985
-0.180728
-0.259842
-0.353462
-0.458766
-0.584033
-0.755902
-0.989341
-1.27689
-1.59369
-1.87489
-2.04863
-2.0876
-1.98143
-1.75504
-1.4565
-1.1605
-0.916282
-0.726713
-0.568499
-0.436971
-0.340825
-0.273056
-0.214468
-0.153527
-0.0901841
-0.0298832
0.0232076
0.0680525
0.105488
0.136842
0.163324
0.185893
0.205289
0.222083
0.236723
0.249562
0.260884
0.270919
0.279853
0.28784
0.295008
0.301462
0.307292
0.312573
0.317368
0.321732
0.32571
0.329344
0.332666
0.335707
0.338492
0.341042
0.343378
0.345515
0.347469
0.349252
0.350874
0.352346
0.353675
0.354867
0.355928
0.356862
0.357673
0.358364
0.358935
0.359389
0.359726
0.359946
0.360049
0.360035
0.359903
0.359653
0.359287
0.358808
0.358218
0.357528
0.356747
0.355893
0.354991
0.354069
0.353175
0.352341
0.351654
0.351107
0.350768
0.124347
0.121187
0.114768
0.10834
0.101457
0.0937538
0.0847995
0.0741443
0.0612674
0.045555
0.0262275
0.0022834
-0.0276108
-0.0653447
-0.113553
-0.175498
-0.253662
-0.346237
-0.450139
-0.57267
-0.739086
-0.964056
-1.24064
-1.54527
-1.81648
-1.98491
-2.02206
-1.921
-1.70307
-1.41736
-1.13413
-0.89961
-0.716121
-0.561741
-0.432814
-0.338389
-0.271644
-0.213604
-0.152938
-0.0897832
-0.0296742
0.0232299
0.0679231
0.105251
0.136537
0.162977
0.185524
0.20491
0.221701
0.236343
0.249187
0.260515
0.270557
0.279498
0.287492
0.294665
0.301125
0.306959
0.312243
0.317041
0.321406
0.325385
0.329017
0.332338
0.335375
0.338156
0.340701
0.34303
0.34516
0.347104
0.348877
0.350487
0.351945
0.353259
0.354434
0.355477
0.356391
0.357179
0.357845
0.358389
0.358812
0.359116
0.359299
0.359361
0.359302
0.35912
0.358816
0.358391
0.357845
0.357184
0.356415
0.35555
0.354606
0.35361
0.352592
0.351604
0.350681
0.34992
0.349315
0.348942
0.126246
0.123099
0.1166
0.110173
0.103357
0.0957589
0.0869334
0.0764213
0.063702
0.0481681
0.0290525
0.00537292
-0.0241736
-0.0614366
-0.108995
-0.170073
-0.247193
-0.338634
-0.441049
-0.560719
-0.721398
-0.937411
-1.20233
-1.49388
-1.75427
-1.91667
-1.95261
-1.85686
-1.64802
-1.37588
-1.10614
-0.881832
-0.704662
-0.554279
-0.428167
-0.335665
-0.27003
-0.21254
-0.152138
-0.0891854
-0.0293037
0.023373
0.0678797
0.105074
0.136272
0.162658
0.185172
0.204539
0.221322
0.235962
0.248807
0.26014
0.270187
0.279133
0.287133
0.294311
0.300775
0.306614
0.3119
0.3167
0.321066
0.325045
0.328677
0.331995
0.335029
0.337805
0.340345
0.342667
0.344789
0.346724
0.348486
0.350085
0.351529
0.352827
0.353986
0.355009
0.355902
0.356668
0.357308
0.357824
0.358216
0.358485
0.358631
0.358651
0.358545
0.358313
0.357952
0.357464
0.35685
0.356114
0.355263
0.35431
0.353271
0.352175
0.351055
0.349966
0.348947
0.348105
0.347436
0.347026
0.128042
0.124919
0.118365
0.111959
0.105226
0.0977458
0.0890591
0.0786977
0.0661417
0.0507917
0.0318945
0.00848849
-0.020696
-0.0574647
-0.104334
-0.164483
-0.240474
-0.3307
-0.431561
-0.548299
-0.703064
-0.909779
-1.16251
-1.44033
-1.6892
-1.84511
-1.88036
-1.78987
-1.59077
-1.33274
-1.07699
-0.863187
-0.692474
-0.546202
-0.423089
-0.332686
-0.268233
-0.211289
-0.151138
-0.0883997
-0.0287799
0.0236304
0.0679178
0.104955
0.136046
0.162364
0.184836
0.204178
0.220947
0.23558
0.248424
0.259759
0.269809
0.278759
0.286763
0.293946
0.300414
0.306255
0.311545
0.316346
0.320713
0.324692
0.328322
0.331638
0.334669
0.337441
0.339975
0.34229
0.344404
0.34633
0.348081
0.349667
0.351098
0.35238
0.353521
0.354526
0.355398
0.356139
0.356753
0.357241
0.357601
0.357835
0.357942
0.357919
0.357766
0.357481
0.357062
0.35651
0.355824
0.35501
0.354073
0.353027
0.351888
0.350687
0.349457
0.34826
0.347138
0.346207
0.345468
0.345019
0.129724
0.126638
0.120056
0.113693
0.107061
0.0997126
0.0911746
0.0809706
0.0685829
0.0534209
0.0347468
0.0116212
-0.0171898
-0.053445
-0.0995901
-0.158758
-0.233542
-0.32248
-0.42174
-0.535516
-0.684291
-0.881515
-1.12174
-1.38541
-1.62222
-1.77144
-1.80609
-1.72086
-1.5321
-1.28857
-1.04706
-0.843897
-0.679688
-0.537598
-0.417637
-0.329485
-0.266269
-0.20986
-0.149947
-0.0874353
-0.028111
0.0239957
0.0680329
0.104889
0.135858
0.162095
0.184516
0.203826
0.220576
0.235199
0.248038
0.259371
0.269423
0.278376
0.286384
0.29357
0.300041
0.305886
0.311177
0.31598
0.320347
0.324325
0.327954
0.331268
0.334295
0.337062
0.339591
0.341899
0.344005
0.345921
0.347661
0.349235
0.350652
0.351919
0.353042
0.354027
0.354877
0.355595
0.356182
0.35664
0.356968
0.357166
0.357233
0.357166
0.356964
0.356625
0.356146
0.355527
0.354768
0.353872
0.352845
0.351701
0.350457
0.349144
0.347798
0.346485
0.345251
0.344224
0.343409
0.342917
0.131284
0.128245
0.121668
0.115375
0.108861
0.101658
0.0932781
0.0832375
0.0710219
0.0560509
0.037603
0.0147627
-0.0136662
-0.049393
-0.0947861
-0.152925
-0.226434
-0.314019
-0.411643
-0.52247
-0.665266
-0.852948
-1.0805
-1.32983
-1.55424
-1.69663
-1.73066
-1.65072
-1.47276
-1.24393
-1.01672
-0.824159
-0.66642
-0.528549
-0.411868
-0.326094
-0.264155
-0.208263
-0.148572
-0.0863009
-0.0273052
0.0244624
0.0682204
0.104874
0.135704
0.16185
0.18421
0.203482
0.220208
0.234817
0.247649
0.258979
0.26903
0.277985
0.285995
0.293184
0.299658
0.305504
0.310798
0.315601
0.319969
0.323947
0.327574
0.330885
0.333909
0.336671
0.339193
0.341495
0.343592
0.345499
0.347228
0.348789
0.350192
0.351443
0.352548
0.353513
0.354341
0.355035
0.355595
0.356023
0.356318
0.356479
0.356505
0.356393
0.356141
0.355745
0.355205
0.354516
0.353681
0.3527
0.351581
0.350334
0.348979
0.347547
0.346077
0.34464
0.343285
0.342154
0.341257
0.340716
0.132712
0.129731
0.123197
0.117002
0.110626
0.103581
0.0953682
0.0854963
0.0734555
0.058677
0.0404571
0.0179048
-0.0101361
-0.0453231
-0.0899421
-0.147013
-0.219185
-0.305356
-0.401324
-0.509248
-0.646155
-0.824374
-1.03927
-1.27421
-1.48606
-1.62154
-1.6549
-1.58029
-1.41344
-1.19931
-0.986283
-0.804148
-0.652778
-0.519131
-0.405838
-0.322544
-0.261905
-0.206506
-0.147023
-0.0850055
-0.026371
0.0250239
0.0684757
0.104906
0.135584
0.161627
0.183919
0.203146
0.219844
0.234435
0.247256
0.258581
0.268631
0.277586
0.285597
0.292788
0.299264
0.305112
0.310407
0.315211
0.319579
0.323556
0.327181
0.33049
0.33351
0.336267
0.338784
0.341078
0.343167
0.345064
0.346782
0.34833
0.349718
0.350953
0.35204
0.352985
0.353791
0.354459
0.354992
0.35539
0.355651
0.355775
0.355759
0.3556
0.355296
0.354844
0.354239
0.35348
0.352565
0.351496
0.350279
0.348925
0.347453
0.345897
0.344295
0.342724
0.34124
0.339995
0.339007
0.338414
0.134002
0.131087
0.124638
0.118572
0.112354
0.105481
0.0974438
0.0877449
0.0758807
0.0612952
0.0433034
0.0210403
-0.00660955
-0.0412492
-0.0850777
-0.141049
-0.21183
-0.296532
-0.390831
-0.495926
-0.627098
-0.796047
-0.998473
-1.21913
-1.4184
-1.54693
-1.57958
-1.51037
-1.35476
-1.15516
-0.956017
-0.784012
-0.638856
-0.509417
-0.3996
-0.318865
-0.259531
-0.204597
-0.145306
-0.0835579
-0.0253167
0.0256736
0.0687942
0.104984
0.135495
0.161425
0.183641
0.202818
0.219483
0.234052
0.246862
0.258179
0.268225
0.277179
0.28519
0.292383
0.29886
0.30471
0.310005
0.31481
0.319177
0.323153
0.326777
0.330083
0.333099
0.335851
0.338362
0.340649
0.342729
0.344616
0.346323
0.347858
0.349231
0.35045
0.351519
0.352443
0.353226
0.35387
0.354374
0.354741
0.354967
0.355053
0.354994
0.354789
0.354432
0.35392
0.35325
0.352417
0.35142
0.35026
0.348941
0.347476
0.345881
0.344192
0.34245
0.340737
0.339113
0.337745
0.336658
0.336008
0.135146
0.132304
0.12599
0.120086
0.114046
0.107359
0.0995041
0.0899818
0.0782948
0.0639015
0.0461366
0.0241619
-0.00309613
-0.0371843
-0.0802114
-0.135057
-0.204401
-0.287582
-0.380207
-0.482568
-0.608216
-0.768181
-0.958462
-1.16508
-1.35192
-1.47351
-1.50543
-1.44165
-1.29724
-1.11187
-0.926144
-0.76388
-0.624738
-0.499476
-0.393204
-0.315083
-0.257044
-0.202542
-0.143428
-0.081967
-0.0241507
0.0264049
0.0691713
0.105103
0.135436
0.161244
0.183377
0.202498
0.219125
0.23367
0.246464
0.257773
0.267813
0.276765
0.284776
0.291968
0.298447
0.304297
0.309593
0.314398
0.318765
0.32274
0.326362
0.329664
0.332677
0.335424
0.337928
0.340208
0.342279
0.344157
0.345851
0.347374
0.348732
0.349934
0.350984
0.351888
0.352648
0.353266
0.353742
0.354077
0.354268
0.354315
0.354213
0.353958
0.353548
0.352976
0.352237
0.351329
0.350248
0.348993
0.347569
0.345986
0.344262
0.342433
0.340543
0.338677
0.336902
0.335402
0.334206
0.333492
0.136139
0.133376
0.127249
0.121544
0.115703
0.109213
0.101549
0.0922054
0.0806954
0.0664924
0.0489518
0.0272633
0.000395332
-0.0331404
-0.0753606
-0.129062
-0.19693
-0.278542
-0.369489
-0.469225
-0.589608
-0.740949
-0.919534
-1.11254
-1.28722
-1.40193
-1.43312
-1.37472
-1.24133
-1.06974
-0.896843
-0.743852
-0.610499
-0.489371
-0.386697
-0.311224
-0.254455
-0.200348
-0.141399
-0.0802417
-0.0228815
0.0272115
0.0696026
0.105261
0.135404
0.161081
0.183125
0.202185
0.218771
0.233289
0.246065
0.257362
0.267396
0.276344
0.284354
0.291546
0.298024
0.303875
0.309172
0.313977
0.318343
0.322316
0.325936
0.329235
0.332243
0.334985
0.337483
0.339756
0.341818
0.343685
0.345368
0.346877
0.348221
0.349406
0.350437
0.35132
0.352056
0.352648
0.353096
0.353398
0.353554
0.353561
0.353414
0.35311
0.352644
0.35201
0.351203
0.350217
0.349048
0.347695
0.346161
0.344456
0.342597
0.340622
0.338573
0.336545
0.334608
0.332962
0.331648
0.330865
0.136976
0.134295
0.128415
0.122947
0.117325
0.111046
0.103578
0.0944147
0.0830802
0.0690644
0.0517444
0.0303382
0.00385664
-0.0291287
-0.0705413
-0.123087
-0.189447
-0.269445
-0.358714
-0.45594
-0.571347
-0.714489
-0.881917
-1.06189
-1.22481
-1.33275
-1.36317
-1.31008
-1.18739
-1.02901
-0.868244
-0.724014
-0.596202
-0.479161
-0.380124
-0.307309
-0.251773
-0.198019
-0.139223
-0.0783907
-0.0215174
0.0280869
0.0700837
0.105456
0.135397
0.160936
0.182884
0.201878
0.218419
0.232907
0.245663
0.256947
0.266974
0.275917
0.283924
0.291115
0.297593
0.303444
0.308741
0.313545
0.317911
0.321882
0.325499
0.328795
0.331799
0.334536
0.337028
0.339292
0.341346
0.343203
0.344874
0.34637
0.347698
0.348866
0.349879
0.35074
0.351453
0.352018
0.352436
0.352706
0.352825
0.352791
0.3526
0.352246
0.351723
0.351026
0.350147
0.349081
0.347822
0.346368
0.34472
0.342888
0.340887
0.338756
0.336541
0.334339
0.332227
0.330424
0.32898
0.32812
0.137654
0.135057
0.129489
0.124296
0.118914
0.112858
0.105591
0.0966087
0.0854472
0.0716146
0.0545101
0.0333811
0.00728028
-0.0251594
-0.0657683
-0.117152
-0.181981
-0.260322
-0.347911
-0.442745
-0.553487
-0.688899
-0.845782
-1.0134
-1.16507
-1.2664
-1.29604
-1.24811
-1.1357
-0.989834
-0.840442
-0.704428
-0.581906
-0.4689
-0.373527
-0.303357
-0.249002
-0.195561
-0.136908
-0.076423
-0.0200667
0.0290249
0.0706104
0.105683
0.135415
0.160808
0.182655
0.201579
0.218071
0.232526
0.24526
0.25653
0.266546
0.275484
0.283488
0.290677
0.297155
0.303005
0.308301
0.313105
0.317469
0.321439
0.325053
0.328346
0.331345
0.334077
0.336562
0.338819
0.340864
0.34271
0.344369
0.345851
0.347164
0.348315
0.349308
0.350148
0.350837
0.351375
0.351763
0.352
0.352083
0.352008
0.35177
0.351364
0.350784
0.350022
0.34907
0.347922
0.34657
0.345012
0.343246
0.341281
0.339132
0.336839
0.334445
0.332058
0.329758
0.327785
0.326198
0.325254
0.138171
0.135657
0.130473
0.125594
0.120472
0.11465
0.107588
0.0987865
0.0877946
0.0741401
0.057245
0.0363869
0.0106594
-0.0212418
-0.0610552
-0.111277
-0.174557
-0.251204
-0.337109
-0.429665
-0.536062
-0.664246
-0.81124
-0.967238
-1.10826
-1.20321
-1.23206
-1.18908
-1.08644
-0.952307
-0.813496
-0.685142
-0.567658
-0.458639
-0.366942
-0.299386
-0.246149
-0.192976
-0.134461
-0.0743475
-0.0185373
0.0300194
0.0711785
0.105941
0.135455
0.160695
0.182436
0.201285
0.217727
0.232146
0.244855
0.256108
0.266115
0.275046
0.283045
0.290232
0.296708
0.302557
0.307853
0.312655
0.317018
0.320986
0.324598
0.327887
0.330882
0.333608
0.336086
0.338335
0.340371
0.342207
0.343854
0.345323
0.34662
0.347753
0.348727
0.349545
0.350209
0.350721
0.351079
0.351282
0.351327
0.35121
0.350926
0.350468
0.349828
0.349
0.347974
0.346741
0.345294
0.343627
0.341739
0.339637
0.337333
0.334868
0.332287
0.329702
0.327201
0.325042
0.3233
0.322262
0.138529
0.136093
0.131371
0.126843
0.122001
0.116424
0.109571
0.100947
0.0901207
0.0766383
0.0599456
0.0393507
0.0139878
-0.0173843
-0.0564141
-0.105481
-0.167203
-0.242119
-0.326334
-0.416719
-0.519091
-0.640562
-0.778356
-0.923494
-1.05452
-1.14341
-1.17145
-1.13318
-1.03972
-0.916478
-0.787436
-0.666194
-0.553505
-0.448426
-0.360403
-0.295407
-0.243217
-0.190269
-0.131889
-0.0721731
-0.0169374
0.0310647
0.0717841
0.106227
0.135515
0.160597
0.182227
0.200998
0.217385
0.231766
0.244449
0.255684
0.265679
0.274602
0.282596
0.289781
0.296254
0.302102
0.307397
0.312198
0.316559
0.320525
0.324134
0.327419
0.33041
0.33313
0.335602
0.337843
0.339869
0.341694
0.343329
0.344784
0.346066
0.347181
0.348135
0.348931
0.349571
0.350055
0.350382
0.350551
0.350559
0.350399
0.350067
0.349556
0.348857
0.347961
0.346858
0.345539
0.343994
0.342216
0.340201
0.337956
0.335491
0.332846
0.330067
0.327271
0.324553
0.322193
0.320279
0.319139
0.138718
0.136363
0.13219
0.128047
0.123503
0.118182
0.111539
0.103091
0.0924242
0.0791068
0.0626085
0.0422683
0.01726
-0.0135946
-0.0518557
-0.0997795
-0.159942
-0.233096
-0.315608
-0.40392
-0.502579
-0.617855
-0.747148
-0.88221
-1.00393
-1.08708
-1.11433
-1.08047
-0.995564
-0.882349
-0.76227
-0.647607
-0.539486
-0.438305
-0.353941
-0.291432
-0.240208
-0.187442
-0.129199
-0.0699088
-0.0152747
0.0321549
0.0724233
0.106538
0.135594
0.160513
0.182027
0.200717
0.217046
0.231386
0.244041
0.255258
0.265239
0.274154
0.282142
0.289323
0.295794
0.30164
0.306933
0.311733
0.316092
0.320055
0.323661
0.326943
0.329929
0.332643
0.335108
0.337341
0.339358
0.341172
0.342795
0.344236
0.345502
0.3466
0.347534
0.348307
0.348922
0.349378
0.349675
0.349809
0.349778
0.349576
0.349195
0.34863
0.347869
0.346905
0.345724
0.344316
0.342671
0.340778
0.338633
0.336239
0.333606
0.330772
0.327784
0.324764
0.321812
0.319234
0.317133
0.315878
0.138746
0.136474
0.132939
0.129209
0.124983
0.119926
0.113493
0.105217
0.0947036
0.0815433
0.0652307
0.0451359
0.020471
-0.00987939
-0.0473896
-0.0941881
-0.152795
-0.224162
-0.304955
-0.391279
-0.48652
-0.596113
-0.717598
-0.843379
-0.956491
-1.03426
-1.06073
-1.03097
-0.953941
-0.849887
-0.737987
-0.6294
-0.525637
-0.428315
-0.34758
-0.287468
-0.237125
-0.1845
-0.126398
-0.0675634
-0.0135568
0.0332848
0.0730925
0.106873
0.135691
0.160441
0.181836
0.200441
0.21671
0.231008
0.243633
0.254828
0.264795
0.273701
0.281683
0.288859
0.295327
0.301171
0.306462
0.31126
0.315617
0.319578
0.323181
0.326458
0.329439
0.332148
0.334606
0.336831
0.338838
0.340641
0.342252
0.343678
0.344929
0.346009
0.346923
0.347674
0.348263
0.348692
0.348957
0.349057
0.348986
0.34874
0.348311
0.34769
0.346868
0.345833
0.344572
0.343074
0.341325
0.339315
0.337036
0.334488
0.331679
0.328647
0.325438
0.322181
0.318978
0.316163
0.313856
0.312475
0.13863
0.136452
0.133631
0.130333
0.126442
0.121658
0.115435
0.107325
0.0969576
0.0839458
0.0678096
0.0479498
0.0236165
-0.00624443
-0.0430238
-0.0887198
-0.145783
-0.215343
-0.294397
-0.378802
-0.4709
-0.575301
-0.689656
-0.806947
-0.912137
-0.9849
-1.01061
-0.984623
-0.914773
-0.819031
-0.714561
-0.611585
-0.511994
-0.418494
-0.341342
-0.283519
-0.233968
-0.181444
-0.123494
-0.065146
-0.011791
0.0344491
0.0737883
0.107228
0.135804
0.160382
0.181653
0.200171
0.216377
0.23063
0.243224
0.254397
0.264349
0.273243
0.281218
0.28839
0.294854
0.300696
0.305985
0.310781
0.315136
0.319093
0.322693
0.325966
0.328942
0.331645
0.334096
0.336312
0.33831
0.340102
0.3417
0.343113
0.344347
0.345409
0.346303
0.347031
0.347595
0.347995
0.348229
0.348293
0.348183
0.347893
0.347414
0.346737
0.345852
0.344745
0.343404
0.341813
0.339959
0.337828
0.335409
0.332702
0.329711
0.326473
0.323031
0.31952
0.316049
0.312977
0.310445
0.308922
0.138423
0.136356
0.134281
0.131422
0.127886
0.123381
0.117365
0.109415
0.0991852
0.0863125
0.0703425
0.0507068
0.0266927
-0.00269484
-0.0387653
-0.0833858
-0.138923
-0.206663
-0.283955
-0.366498
-0.455699
-0.555376
-0.663248
-0.772817
-0.870765
-0.938893
-0.963877
-0.941301
-0.877946
-0.789697
-0.691963
-0.594174
-0.498586
-0.408874
-0.335244
-0.279588
-0.230738
-0.178277
-0.120494
-0.0626652
-0.00998439
0.0356429
0.0745074
0.107602
0.135931
0.160333
0.181478
0.199905
0.216046
0.230254
0.242814
0.253964
0.263899
0.272782
0.28075
0.287915
0.294376
0.300215
0.305501
0.310295
0.314647
0.318602
0.322198
0.325467
0.328438
0.331135
0.333578
0.335786
0.337774
0.339556
0.341141
0.342539
0.343757
0.344801
0.345674
0.346379
0.346918
0.347289
0.347491
0.34752
0.34737
0.347035
0.346505
0.345772
0.344823
0.343644
0.34222
0.340535
0.338572
0.336317
0.333756
0.330884
0.327704
0.324249
0.320562
0.316783
0.313023
0.309673
0.306892
0.305213
0.138215
0.136284
0.1349
0.13248
0.129318
0.125097
0.119283
0.111486
0.101385
0.0886415
0.0728272
0.0534043
0.0296962
0.000765112
-0.0346198
-0.0781959
-0.132232
-0.198146
-0.273651
-0.354372
-0.440896
-0.536281
-0.638283
-0.740863
-0.832229
-0.896094
-0.920361
-0.900845
-0.843318
-0.76179
-0.670154
-0.577174
-0.485446
-0.399485
-0.3293
-0.275676
-0.227432
-0.175003
-0.117407
-0.0601299
-0.00814378
0.0368615
0.0752466
0.107992
0.136071
0.160294
0.181311
0.199645
0.215719
0.229878
0.242404
0.253529
0.263447
0.272318
0.280277
0.287436
0.293893
0.299728
0.305012
0.309803
0.314152
0.318104
0.321696
0.324961
0.327927
0.330617
0.333053
0.335253
0.337231
0.339001
0.340574
0.341957
0.343159
0.344184
0.345037
0.34572
0.346232
0.346575
0.346744
0.346737
0.346547
0.346166
0.345586
0.344796
0.343781
0.342528
0.34102
0.339239
0.337167
0.334784
0.332076
0.329034
0.325657
0.321977
0.318032
0.313968
0.3099
0.306248
0.303194
0.30134
0.13808
0.136326
0.135493
0.133509
0.130743
0.126808
0.121191
0.113539
0.103557
0.0909312
0.0752617
0.0560397
0.0326242
0.00413185
-0.030592
-0.0731578
-0.125724
-0.189814
-0.263506
-0.342434
-0.42647
-0.517957
-0.614658
-0.710939
-0.796355
-0.856312
-0.879875
-0.863069
-0.810728
-0.735211
-0.649099
-0.560595
-0.472601
-0.390353
-0.323517
-0.271779
-0.22405
-0.171625
-0.11424
-0.0575486
-0.0062756
0.0381006
0.0760031
0.108397
0.136224
0.160264
0.18115
0.199388
0.215394
0.229503
0.241993
0.253093
0.262993
0.271851
0.2798
0.286953
0.293405
0.299236
0.304517
0.309305
0.313651
0.3176
0.321188
0.324449
0.327409
0.330093
0.332522
0.334713
0.336681
0.33844
0.34
0.341369
0.342554
0.343561
0.344393
0.345052
0.345539
0.345852
0.345989
0.345946
0.345715
0.345288
0.344657
0.343808
0.342728
0.3414
0.339807
0.337928
0.335742
0.33323
0.330371
0.327154
0.323573
0.319657
0.315442
0.311076
0.306678
0.302699
0.299345
0.297295
0.138033
0.136513
0.136055
0.134516
0.132164
0.128516
0.123089
0.115573
0.105699
0.0931802
0.0776441
0.0586109
0.0354744
0.0074025
-0.0266854
-0.0682778
-0.119411
-0.181687
-0.253543
-0.330693
-0.412399
-0.500343
-0.592264
-0.682888
-0.762939
-0.819326
-0.842204
-0.827767
-0.780012
-0.709858
-0.628765
-0.544446
-0.460077
-0.381498
-0.3179
-0.267894
-0.220589
-0.168146
-0.111003
-0.0549298
-0.00438598
0.0393562
0.0767742
0.108815
0.136387
0.160243
0.180995
0.199137
0.215072
0.22913
0.241583
0.252656
0.262536
0.27138
0.27932
0.286466
0.292912
0.29874
0.304017
0.308802
0.313145
0.31709
0.320674
0.32393
0.326885
0.329563
0.331984
0.334166
0.336125
0.337872
0.339419
0.340773
0.341942
0.34293
0.343741
0.344377
0.344838
0.345122
0.345226
0.345146
0.344874
0.344401
0.343718
0.34281
0.341663
0.34026
0.33858
0.336601
0.334301
0.331656
0.328641
0.325244
0.321452
0.317291
0.312792
0.308107
0.303355
0.299022
0.295338
0.293068
0.138053
0.136811
0.136573
0.135503
0.133587
0.130223
0.124978
0.117587
0.10781
0.095387
0.0799726
0.0611158
0.0382448
0.0105748
-0.0229028
-0.0635605
-0.113303
-0.173783
-0.243783
-0.319159
-0.398666
-0.483378
-0.57099
-0.656545
-0.731766
-0.784904
-0.807112
-0.79472
-0.751003
-0.685637
-0.609121
-0.528737
-0.447898
-0.372939
-0.31245
-0.264015
-0.217048
-0.16457
-0.107704
-0.0522815
-0.00248067
0.0406243
0.0775574
0.109244
0.13656
0.16023
0.180846
0.198889
0.214752
0.228757
0.241172
0.252218
0.262078
0.270907
0.278836
0.285975
0.292416
0.298239
0.303512
0.308294
0.312634
0.316575
0.320155
0.323406
0.326355
0.329026
0.33144
0.333614
0.335562
0.337298
0.338832
0.340171
0.341323
0.342293
0.343083
0.343695
0.34413
0.344384
0.344456
0.344338
0.344025
0.343506
0.34277
0.341803
0.340588
0.339108
0.33734
0.33526
0.332843
0.330062
0.326889
0.323306
0.319296
0.31488
0.310083
0.30506
0.299931
0.295214
0.291168
0.288651
0.138114
0.137149
0.137032
0.136478
0.135013
0.131931
0.12686
0.119582
0.10989
0.0975503
0.0822458
0.063553
0.0409335
0.0136472
-0.0192461
-0.059009
-0.107408
-0.166119
-0.234248
-0.307847
-0.385257
-0.467007
-0.55073
-0.631745
-0.702625
-0.752813
-0.774357
-0.763713
-0.723541
-0.66246
-0.590145
-0.51348
-0.436087
-0.364688
-0.307162
-0.260137
-0.213425
-0.160904
-0.104351
-0.0496116
-0.000565038
0.0419016
0.0783503
0.109683
0.136741
0.160224
0.180703
0.198646
0.214435
0.228387
0.240762
0.251779
0.261618
0.270432
0.27835
0.285481
0.291915
0.297734
0.303003
0.307781
0.312117
0.316055
0.319631
0.322877
0.32582
0.328485
0.330891
0.333056
0.334994
0.336718
0.338239
0.339563
0.340699
0.34165
0.342419
0.343007
0.343415
0.34364
0.343678
0.343523
0.343168
0.342602
0.341813
0.340786
0.339503
0.337945
0.336088
0.333906
0.33137
0.32845
0.325114
0.321341
0.317106
0.312426
0.307317
0.301938
0.296404
0.291272
0.286828
0.284033
0.138193
0.137451
0.137425
0.137445
0.136446
0.13364
0.128733
0.121558
0.111937
0.0996689
0.0844623
0.0659211
0.0435394
0.0166184
-0.0157162
-0.0546249
-0.101731
-0.158706
-0.224959
-0.296772
-0.372164
-0.451182
-0.531381
-0.608328
-0.675308
-0.722814
-0.743704
-0.734541
-0.697481
-0.640252
-0.571816
-0.498687
-0.424662
-0.356755
-0.30203
-0.256251
-0.209722
-0.157153
-0.100955
-0.0469277
0.0013559
0.0431847
0.0791507
0.11013
0.13693
0.160224
0.180565
0.198406
0.21412
0.228017
0.240352
0.251339
0.261157
0.269955
0.277862
0.284983
0.291412
0.297225
0.30249
0.307264
0.311597
0.31553
0.319102
0.322343
0.32528
0.327938
0.330336
0.332492
0.33442
0.336133
0.33764
0.33895
0.340068
0.341
0.341748
0.342313
0.342694
0.342889
0.342894
0.342702
0.342304
0.341691
0.340849
0.339761
0.33841
0.336773
0.334825
0.332539
0.329882
0.326821
0.32332
0.31935
0.314883
0.309929
0.304494
0.298739
0.292775
0.287193
0.28231
0.279202
0.138282
0.137665
0.137753
0.138409
0.137888
0.135353
0.1306
0.123513
0.113951
0.101742
0.0866207
0.0682188
0.0460613
0.0194878
-0.0123137
-0.0504087
-0.0962761
-0.151558
-0.215934
-0.28595
-0.359384
-0.43586
-0.512853
-0.586145
-0.649617
-0.694685
-0.714931
-0.707012
-0.672692
-0.61895
-0.554123
-0.484369
-0.413639
-0.349143
-0.297043
-0.252348
-0.205934
-0.153323
-0.0975243
-0.044237
0.00327753
0.0444706
0.0799566
0.110583
0.137125
0.16023
0.180431
0.19817
0.213808
0.227649
0.239942
0.250899
0.260695
0.269477
0.277371
0.284484
0.290905
0.296713
0.301974
0.306744
0.311072
0.315002
0.318568
0.321804
0.324736
0.327387
0.329777
0.331924
0.333842
0.335543
0.337037
0.338331
0.339433
0.340346
0.341072
0.341613
0.341968
0.342133
0.342104
0.341874
0.341434
0.340773
0.339877
0.338728
0.337308
0.335591
0.333552
0.331161
0.32838
0.325176
0.321505
0.317336
0.312629
0.30739
0.301616
0.295465
0.289041
0.282973
0.277609
0.274145
0.138382
0.13776
0.138022
0.139375
0.139339
0.137071
0.132459
0.125447
0.115931
0.103767
0.0887201
0.0704453
0.0484984
0.0222552
-0.00903824
-0.0463597
-0.0910448
-0.144682
-0.207191
-0.2754
-0.346918
-0.42101
-0.495068
-0.565066
-0.625372
-0.66822
-0.687832
-0.680956
-0.649063
-0.598503
-0.537057
-0.470537
-0.403032
-0.341853
-0.29219
-0.248424
-0.202057
-0.149423
-0.0940681
-0.0415464
0.00519563
0.0457568
0.0807663
0.111042
0.137326
0.160241
0.180302
0.197937
0.213498
0.227282
0.239534
0.250459
0.260231
0.268997
0.276878
0.283982
0.290396
0.296198
0.301454
0.306219
0.310544
0.314469
0.318031
0.321261
0.324187
0.326831
0.329213
0.331351
0.333259
0.334948
0.336428
0.337708
0.338792
0.339686
0.340391
0.340908
0.341236
0.341371
0.341308
0.34104
0.340558
0.339849
0.338898
0.337688
0.336198
0.334401
0.33227
0.329771
0.326867
0.323516
0.319673
0.315298
0.310345
0.304813
0.298685
0.292116
0.285203
0.27861
0.272717
0.268849
0.138504
0.137734
0.138245
0.140347
0.140802
0.138795
0.134312
0.12736
0.117875
0.105745
0.0907595
0.0725997
0.0508503
0.0249206
-0.00588923
-0.0424763
-0.0860369
-0.138084
-0.198746
-0.265139
-0.334772
-0.406607
-0.477959
-0.544972
-0.602413
-0.643235
-0.662223
-0.656224
-0.6265
-0.578871
-0.520612
-0.457199
-0.392848
-0.33488
-0.287454
-0.244472
-0.198089
-0.14546
-0.0905958
-0.038862
0.00710637
0.0470407
0.0815779
0.111505
0.137532
0.160257
0.180178
0.197707
0.213191
0.226917
0.239125
0.250019
0.259768
0.268515
0.276384
0.283477
0.289884
0.29568
0.300931
0.305692
0.310012
0.313932
0.31749
0.320715
0.323634
0.326271
0.328646
0.330774
0.332671
0.334348
0.335815
0.33708
0.338147
0.339022
0.339706
0.340199
0.340499
0.340604
0.340507
0.340201
0.339676
0.338919
0.337914
0.336642
0.335081
0.333203
0.330979
0.328372
0.325342
0.321843
0.317823
0.313239
0.308034
0.302197
0.295701
0.288693
0.281261
0.274099
0.267626
0.263298
0.138653
0.1376
0.138441
0.14133
0.142279
0.140525
0.136158
0.12925
0.119783
0.107673
0.0927378
0.0746815
0.0531165
0.0274845
-0.00286547
-0.0387561
-0.0812503
-0.131769
-0.190612
-0.255185
-0.322955
-0.392635
-0.461473
-0.525764
-0.580599
-0.61957
-0.637949
-0.632692
-0.604928
-0.560025
-0.504785
-0.444365
-0.383095
-0.328216
-0.282821
-0.240485
-0.194031
-0.141442
-0.0871165
-0.0361897
0.0090063
0.0483202
0.0823901
0.111971
0.137742
0.160277
0.180056
0.197481
0.212886
0.226553
0.238718
0.249579
0.259304
0.268033
0.275888
0.282971
0.28937
0.29516
0.300405
0.305162
0.309477
0.313393
0.316945
0.320164
0.323078
0.325708
0.328074
0.330193
0.33208
0.333745
0.335199
0.336448
0.337498
0.338354
0.339016
0.339485
0.339758
0.339832
0.339702
0.339358
0.33879
0.337984
0.336924
0.33559
0.333957
0.331999
0.32968
0.326964
0.323806
0.320156
0.315958
0.31116
0.305696
0.299546
0.292666
0.285199
0.277215
0.269439
0.262328
0.257475
0.13883
0.137385
0.138625
0.142327
0.143772
0.142264
0.137997
0.131118
0.121653
0.109552
0.0946545
0.0766902
0.055297
0.0299475
3.46045e-05
-0.0351962
-0.0766815
-0.125738
-0.1828
-0.245555
-0.31148
-0.379086
-0.445569
-0.507359
-0.559808
-0.59709
-0.614885
-0.610257
-0.584288
-0.541942
-0.489573
-0.432037
-0.373774
-0.321849
-0.278274
-0.23646
-0.189885
-0.137379
-0.0836389
-0.0335349
0.0108923
0.0495932
0.0832013
0.11244
0.137956
0.160301
0.179939
0.197257
0.212583
0.226191
0.238312
0.24914
0.258839
0.26755
0.275391
0.282464
0.288854
0.294638
0.299877
0.304629
0.308939
0.31285
0.316397
0.319611
0.322518
0.325141
0.327499
0.329609
0.331485
0.333138
0.334578
0.335812
0.336845
0.337681
0.338322
0.338766
0.339013
0.339057
0.338892
0.338509
0.337898
0.337044
0.335929
0.334532
0.332828
0.330787
0.328374
0.325548
0.322261
0.318459
0.314079
0.309062
0.303333
0.29686
0.289583
0.281633
0.273064
0.264625
0.256816
0.251362
0.139034
0.137121
0.138813
0.143343
0.145282
0.14401
0.139827
0.132961
0.123485
0.111379
0.0965087
0.0786255
0.0573919
0.0323103
0.0028129
-0.0317929
-0.0723257
-0.119988
-0.175317
-0.236265
-0.300359
-0.365957
-0.430219
-0.489694
-0.539945
-0.575684
-0.592917
-0.588839
-0.564536
-0.524607
-0.474976
-0.420219
-0.364883
-0.315761
-0.273796
-0.232385
-0.185655
-0.133281
-0.0801713
-0.0309023
0.0127617
0.050858
0.0840104
0.112909
0.138173
0.160329
0.179824
0.197037
0.212283
0.225831
0.237907
0.248701
0.258375
0.267067
0.274894
0.281955
0.288337
0.294113
0.299347
0.304093
0.308399
0.312305
0.315847
0.319055
0.321955
0.324571
0.326921
0.329021
0.330887
0.332528
0.333954
0.335173
0.336189
0.337006
0.337624
0.338045
0.338264
0.338277
0.338078
0.337657
0.337003
0.3361
0.334929
0.33347
0.331694
0.32957
0.327062
0.324125
0.320707
0.316751
0.312187
0.306948
0.300947
0.294142
0.286453
0.277998
0.268809
0.259655
0.251082
0.244938
0.139264
0.13684
0.139019
0.144383
0.146811
0.145764
0.14165
0.134779
0.125277
0.113154
0.0983
0.0804873
0.0594014
0.0345738
0.00547155
-0.0285425
-0.068177
-0.114516
-0.168168
-0.227327
-0.289609
-0.35325
-0.415402
-0.472718
-0.52094
-0.555271
-0.571957
-0.568376
-0.545637
-0.508008
-0.460988
-0.40891
-0.356417
-0.309933
-0.269371
-0.228247
-0.181348
-0.129157
-0.0767217
-0.0282963
0.0146122
0.0521131
0.0848161
0.113379
0.138391
0.160359
0.179713
0.196819
0.211985
0.225473
0.237503
0.248263
0.257911
0.266584
0.274395
0.281445
0.287819
0.293588
0.298815
0.303556
0.307857
0.311758
0.315294
0.318496
0.32139
0.323998
0.32634
0.328431
0.330285
0.331915
0.333327
0.334531
0.335529
0.336327
0.336924
0.33732
0.337512
0.337494
0.337261
0.336802
0.336104
0.335151
0.333926
0.332403
0.330555
0.328349
0.325744
0.322695
0.319146
0.315034
0.310283
0.304818
0.298541
0.291394
0.283279
0.274296
0.264452
0.254526
0.245118
0.23818
0.139526
0.136574
0.139252
0.14545
0.14836
0.147526
0.143462
0.13657
0.127028
0.114877
0.100028
0.0822755
0.0613259
0.0367391
0.00801289
-0.0254407
-0.0642292
-0.109317
-0.161353
-0.218753
-0.279242
-0.340974
-0.40111
-0.456397
-0.502734
-0.535759
-0.551936
-0.548821
-0.527568
-0.492132
-0.447605
-0.398105
-0.348369
-0.304342
-0.264983
-0.224036
-0.176968
-0.125019
-0.0732975
-0.0257208
0.0164415
0.053357
0.0856175
0.113849
0.138611
0.160392
0.179604
0.196604
0.211689
0.225116
0.2371
0.247825
0.257447
0.2661
0.273897
0.280935
0.287299
0.293061
0.298282
0.303017
0.307313
0.311208
0.314739
0.317935
0.320822
0.323423
0.325756
0.327838
0.329682
0.331299
0.332698
0.333885
0.334867
0.335645
0.33622
0.336592
0.336756
0.336709
0.336441
0.335943
0.335201
0.3342
0.332919
0.331332
0.329412
0.327122
0.324421
0.32126
0.317578
0.313308
0.308368
0.302674
0.296115
0.288618
0.280063
0.270529
0.259994
0.249235
0.238915
0.231061
0.139832
0.136344
0.139519
0.146551
0.149932
0.149295
0.145262
0.138333
0.128737
0.116546
0.101692
0.0839902
0.0631662
0.0388074
0.0104394
-0.0224829
-0.0604751
-0.104384
-0.154869
-0.21055
-0.269272
-0.329136
-0.387338
-0.440707
-0.485287
-0.517106
-0.532804
-0.53014
-0.510309
-0.476968
-0.434818
-0.387798
-0.340726
-0.298964
-0.260617
-0.21975
-0.172525
-0.120877
-0.0699053
-0.0231789
0.018248
0.0545885
0.0864136
0.114317
0.138833
0.160426
0.179498
0.196391
0.211396
0.224761
0.236699
0.247389
0.256984
0.265617
0.273398
0.280424
0.286778
0.292532
0.297747
0.302477
0.306767
0.310657
0.314182
0.317372
0.320253
0.322846
0.32517
0.327243
0.329076
0.33068
0.332066
0.333238
0.334202
0.334961
0.335514
0.335861
0.335999
0.33592
0.335618
0.335081
0.334296
0.333246
0.331909
0.330259
0.328266
0.325893
0.323095
0.31982
0.316004
0.311576
0.306445
0.300517
0.293671
0.285816
0.276807
0.266698
0.255436
0.24378
0.232468
0.223554
0.1402
0.136179
0.139826
0.147688
0.151526
0.151068
0.14705
0.140067
0.130403
0.118161
0.103292
0.0856315
0.0649228
0.04078
0.0127535
-0.0196647
-0.0569074
-0.0997069
-0.148714
-0.20272
-0.259709
-0.317746
-0.374088
-0.425633
-0.468569
-0.499272
-0.514523
-0.512308
-0.493845
-0.462503
-0.422617
-0.37798
-0.333473
-0.293772
-0.256263
-0.215386
-0.168027
-0.116741
-0.0665514
-0.0206735
0.0200301
0.0558066
0.0872036
0.114783
0.139055
0.160463
0.179395
0.19618
0.211104
0.224408
0.236299
0.246953
0.256522
0.265133
0.272899
0.279913
0.286257
0.292003
0.297212
0.301935
0.30622
0.310104
0.313624
0.316808
0.319681
0.322267
0.324583
0.326645
0.328467
0.33006
0.331431
0.332588
0.333535
0.334274
0.334806
0.335129
0.335239
0.335129
0.334793
0.334217
0.333389
0.332289
0.330896
0.329183
0.327117
0.32466
0.321765
0.318376
0.314426
0.309838
0.304514
0.29835
0.291212
0.28299
0.273516
0.262808
0.250782
0.238158
0.225767
0.215625
0.140647
0.136093
0.140181
0.148867
0.153141
0.152845
0.148821
0.141769
0.132024
0.119721
0.104827
0.0871997
0.0665967
0.0426581
0.0149577
-0.0169812
-0.0535184
-0.0952769
-0.142878
-0.195266
-0.250559
-0.306812
-0.361363
-0.411166
-0.452563
-0.482228
-0.497066
-0.495305
-0.47816
-0.448723
-0.41099
-0.36864
-0.326591
-0.28874
-0.251909
-0.210942
-0.163482
-0.112621
-0.0632413
-0.018207
0.0217867
0.0570104
0.0879868
0.115248
0.139277
0.160502
0.179293
0.195972
0.210815
0.224057
0.235901
0.246519
0.25606
0.264651
0.2724
0.279401
0.285736
0.291474
0.296675
0.301393
0.305671
0.30955
0.313064
0.316241
0.319108
0.321686
0.323993
0.326046
0.327857
0.329438
0.330795
0.331937
0.332866
0.333586
0.334096
0.334394
0.334477
0.334337
0.333966
0.333352
0.33248
0.331331
0.329882
0.328105
0.325966
0.323425
0.320432
0.316929
0.312844
0.308095
0.302576
0.296174
0.28874
0.280143
0.27019
0.25886
0.246033
0.232367
0.218808
0.207239
0.141185
0.136102
0.140598
0.150091
0.154776
0.154622
0.150575
0.143437
0.1336
0.121224
0.106299
0.0886952
0.0681888
0.0444433
0.0170545
-0.0144281
-0.0503005
-0.0910832
-0.137352
-0.188183
-0.241825
-0.296342
-0.349165
-0.3973
-0.437253
-0.465952
-0.480411
-0.479115
-0.463238
-0.435607
-0.39992
-0.359767
-0.320058
-0.28384
-0.247537
-0.206418
-0.158902
-0.108529
-0.0599798
-0.0157813
0.0235166
0.0581991
0.0887624
0.115709
0.139499
0.160541
0.179193
0.195766
0.210528
0.223708
0.235505
0.246087
0.2556
0.264169
0.271902
0.27889
0.285215
0.290944
0.296138
0.300849
0.305122
0.308995
0.312503
0.315674
0.318534
0.321104
0.323403
0.325446
0.327246
0.328814
0.330158
0.331284
0.332196
0.332896
0.333384
0.333658
0.333713
0.333543
0.333137
0.332485
0.331569
0.33037
0.328865
0.327025
0.324813
0.322188
0.319097
0.31548
0.311259
0.306348
0.300633
0.29399
0.286256
0.277277
0.266835
0.254857
0.241195
0.226404
0.211585
0.198354
0.141831
0.136212
0.141096
0.15136
0.156429
0.156395
0.152307
0.14507
0.135128
0.122672
0.107706
0.0901184
0.0697
0.0461372
0.0190463
-0.0120008
-0.0472459
-0.0871147
-0.132126
-0.181466
-0.233508
-0.286339
-0.337496
-0.384032
-0.42263
-0.450426
-0.464542
-0.46372
-0.449061
-0.423138
-0.38939
-0.351345
-0.313849
-0.279048
-0.243128
-0.201816
-0.154297
-0.104473
-0.056771
-0.013398
0.0252192
0.0593721
0.08953
0.116167
0.13972
0.160582
0.179096
0.195563
0.210243
0.223361
0.23511
0.245655
0.255141
0.263688
0.271404
0.278379
0.284693
0.290414
0.295601
0.300306
0.304572
0.30844
0.311941
0.315106
0.317958
0.320521
0.322811
0.324844
0.326633
0.328189
0.329519
0.330629
0.331524
0.332205
0.332671
0.33292
0.332948
0.332747
0.332308
0.331616
0.330657
0.329409
0.327848
0.325944
0.323659
0.320949
0.317761
0.314029
0.309673
0.304599
0.298686
0.291801
0.283763
0.274395
0.263452
0.250803
0.23627
0.220268
0.204093
0.188925
0.14261
0.136436
0.141704
0.152675
0.158097
0.158161
0.154016
0.146665
0.136608
0.124062
0.109048
0.09147
0.0711315
0.0477415
0.0209356
-0.00969505
-0.0443472
-0.0833598
-0.127187
-0.175107
-0.225603
-0.276805
-0.326357
-0.37136
-0.408687
-0.435634
-0.449444
-0.449103
-0.435606
-0.411291
-0.37938
-0.343359
-0.307934
-0.274339
-0.23867
-0.197137
-0.149681
-0.100463
-0.0536182
-0.0110582
0.0268936
0.0605287
0.0902889
0.116621
0.139941
0.160623
0.178999
0.195361
0.20996
0.223016
0.234717
0.245226
0.254683
0.263208
0.270907
0.277869
0.284172
0.289884
0.295064
0.299762
0.304022
0.307883
0.311379
0.314537
0.317382
0.319936
0.322218
0.324241
0.32602
0.327563
0.328879
0.329974
0.330851
0.331512
0.331957
0.332182
0.332183
0.331951
0.331477
0.330747
0.329744
0.328447
0.32683
0.324862
0.322504
0.319711
0.316424
0.312577
0.308085
0.302847
0.296737
0.289606
0.281262
0.271499
0.260046
0.246702
0.231265
0.213956
0.196329
0.1789
0.143538
0.136795
0.142452
0.15403
0.159776
0.159914
0.155696
0.148221
0.138038
0.125394
0.110326
0.0927505
0.0724846
0.0492579
0.0227248
-0.00750689
-0.0415971
-0.0798072
-0.122522
-0.169093
-0.218105
-0.267738
-0.315746
-0.359281
-0.395415
-0.421561
-0.435102
-0.435243
-0.422849
-0.400042
-0.369869
-0.335794
-0.302284
-0.269692
-0.234154
-0.192389
-0.145066
-0.0965061
-0.0505243
-0.00876274
0.0285396
0.0616686
0.0910388
0.117071
0.14016
0.160665
0.178905
0.195161
0.20968
0.222673
0.234326
0.244798
0.254226
0.26273
0.270411
0.277359
0.283652
0.289355
0.294527
0.299218
0.303472
0.307327
0.310816
0.313967
0.316805
0.319352
0.321624
0.323638
0.325405
0.326936
0.328238
0.329318
0.330178
0.330819
0.331242
0.331443
0.331416
0.331154
0.330646
0.329877
0.328831
0.327485
0.325812
0.323781
0.32135
0.318472
0.315087
0.311125
0.306497
0.301096
0.294787
0.287409
0.278756
0.268591
0.256621
0.242556
0.226184
0.207468
0.188294
0.168218
0.14462
0.137324
0.143354
0.15542
0.161461
0.161649
0.157344
0.149734
0.139417
0.126669
0.11154
0.0939607
0.0737604
0.0506881
0.0244162
-0.0054324
-0.0389889
-0.0764455
-0.118116
-0.163412
-0.211002
-0.259131
-0.305656
-0.347788
-0.382802
-0.40819
-0.4215
-0.422118
-0.410761
-0.389366
-0.360837
-0.328629
-0.296864
-0.265088
-0.229575
-0.187579
-0.140465
-0.0926093
-0.0474914
-0.00651222
0.0301567
0.0627914
0.0917792
0.117516
0.140378
0.160707
0.178812
0.194964
0.209401
0.222332
0.233937
0.244372
0.253771
0.262252
0.269916
0.276851
0.283132
0.288826
0.29399
0.298674
0.302921
0.30677
0.310253
0.313397
0.316228
0.318767
0.32103
0.323034
0.32479
0.326309
0.327597
0.328661
0.329504
0.330126
0.330527
0.330703
0.33065
0.330357
0.329814
0.329007
0.327918
0.326522
0.324794
0.322699
0.320195
0.317233
0.313751
0.309674
0.30491
0.299344
0.292837
0.28521
0.276248
0.265675
0.253179
0.23837
0.221036
0.2008
0.179988
0.156813
0.145839
0.138028
0.144424
0.156833
0.163146
0.16336
0.158956
0.151202
0.140744
0.127884
0.11269
0.0951016
0.0749602
0.0520341
0.0260124
-0.0034679
-0.0365161
-0.0732641
-0.113955
-0.158048
-0.204283
-0.250975
-0.296078
-0.336874
-0.370833
-0.395503
-0.408619
-0.409699
-0.39931
-0.379235
-0.352261
-0.321845
-0.291641
-0.26051
-0.224924
-0.18272
-0.135892
-0.0887784
-0.0445211
-0.00430692
0.0317448
0.0638967
0.0925099
0.117957
0.140594
0.160749
0.17872
0.194768
0.209125
0.221994
0.23355
0.243948
0.253318
0.261777
0.269423
0.276343
0.282613
0.288297
0.293453
0.29813
0.302371
0.306214
0.309689
0.312827
0.315651
0.318181
0.320436
0.32243
0.324175
0.325681
0.326956
0.328004
0.328829
0.329432
0.329812
0.329964
0.329883
0.32956
0.328983
0.328138
0.327005
0.325561
0.323777
0.321618
0.319042
0.315996
0.312416
0.308224
0.303324
0.297594
0.290887
0.283012
0.273738
0.262753
0.249726
0.234148
0.215828
0.193953
0.171416
0.144607
0.147158
0.138887
0.145648
0.158257
0.164823
0.165038
0.160527
0.152622
0.142016
0.129041
0.113777
0.096174
0.0760857
0.0532977
0.0275157
-0.00160989
-0.0341728
-0.0702527
-0.110026
-0.152985
-0.197931
-0.243258
-0.286998
-0.326526
-0.359492
-0.38348
-0.396436
-0.397957
-0.388463
-0.369624
-0.344122
-0.315416
-0.286582
-0.255933
-0.220198
-0.177825
-0.131356
-0.0850184
-0.0416144
-0.0021469
0.0333038
0.0649843
0.0932305
0.118392
0.140808
0.160792
0.178629
0.194574
0.208851
0.221657
0.233166
0.243525
0.252867
0.261302
0.26893
0.275836
0.282095
0.28777
0.292918
0.297587
0.301822
0.305657
0.309127
0.312257
0.315074
0.317596
0.319842
0.321826
0.32356
0.325054
0.326314
0.327347
0.328155
0.328738
0.329096
0.329224
0.329116
0.328763
0.328152
0.327268
0.326092
0.324599
0.32276
0.320539
0.31789
0.31476
0.311083
0.306776
0.30174
0.295847
0.288941
0.280815
0.271229
0.259826
0.246265
0.229894
0.210568
0.186925
0.162586
0.131514
0.148527
0.139866
0.146991
0.159676
0.166485
0.166677
0.162052
0.153991
0.143234
0.130138
0.1148
0.0971788
0.0771382
0.0544807
0.0289285
0.000144963
-0.0319534
-0.0674016
-0.106313
-0.148206
-0.191932
-0.235963
-0.278402
-0.316731
-0.348757
-0.372099
-0.384924
-0.386857
-0.378187
-0.360505
-0.336401
-0.309317
-0.281654
-0.251336
-0.215395
-0.172908
-0.12687
-0.0813335
-0.0387719
-3.20495e-05
0.0348336
0.0660541
0.0939408
0.118822
0.14102
0.160834
0.178539
0.194381
0.208579
0.221323
0.232783
0.243105
0.252417
0.26083
0.26844
0.275331
0.281578
0.287243
0.292383
0.297045
0.301272
0.305102
0.308564
0.311688
0.314497
0.317011
0.319248
0.321222
0.322945
0.324426
0.325673
0.32669
0.327481
0.328045
0.328381
0.328485
0.32835
0.327967
0.327322
0.3264
0.325181
0.323639
0.321745
0.31946
0.316739
0.313526
0.309752
0.305331
0.300159
0.294102
0.286998
0.278622
0.268723
0.256899
0.242801
0.225613
0.205267
0.179716
0.153507
0.117434
0.14989
0.140921
0.148411
0.161078
0.168122
0.168268
0.163527
0.155307
0.144394
0.131176
0.115761
0.0981172
0.0781193
0.0555853
0.0302534
0.0017998
-0.0298528
-0.0647021
-0.102805
-0.143695
-0.186266
-0.229072
-0.270269
-0.307468
-0.338603
-0.361335
-0.374055
-0.376364
-0.368448
-0.351851
-0.329079
-0.303516
-0.276826
-0.246708
-0.210517
-0.167983
-0.122445
-0.0777265
-0.0359937
0.00203792
0.0363344
0.0671059
0.0946406
0.119247
0.141229
0.160876
0.17845
0.19419
0.208308
0.220991
0.232403
0.242687
0.25197
0.260359
0.267951
0.274828
0.281062
0.286718
0.291849
0.296504
0.300724
0.304547
0.308002
0.311119
0.31392
0.316426
0.318654
0.320618
0.32233
0.323799
0.325032
0.326034
0.326807
0.327352
0.327667
0.327747
0.327585
0.327171
0.326493
0.325533
0.324271
0.322681
0.320732
0.318384
0.315591
0.312295
0.308423
0.303889
0.298582
0.292362
0.285059
0.276433
0.266223
0.253974
0.239337
0.22131
0.199934
0.172328
0.144195
0.102249
0.151189
0.142007
0.149861
0.162449
0.169722
0.169803
0.164946
0.156566
0.145496
0.132153
0.116659
0.0989902
0.0790306
0.0566133
0.0314927
0.00335761
-0.0278663
-0.0621458
-0.0994878
-0.139434
-0.180916
-0.222564
-0.262581
-0.298718
-0.329003
-0.351162
-0.363795
-0.366441
-0.359214
-0.343635
-0.322139
-0.29798
-0.272076
-0.242033
-0.205568
-0.163063
-0.11809
-0.0741999
-0.0332798
0.0040634
0.0378062
0.0681397
0.0953297
0.119666
0.141436
0.160917
0.178362
0.194001
0.20804
0.220662
0.232025
0.242272
0.251524
0.259891
0.267464
0.274326
0.280548
0.286194
0.291316
0.295964
0.300177
0.303992
0.307441
0.310551
0.313345
0.315842
0.318061
0.320015
0.321716
0.323172
0.324392
0.325378
0.326134
0.32666
0.326953
0.327009
0.32682
0.326377
0.325664
0.324667
0.323362
0.321724
0.31972
0.31731
0.314445
0.311066
0.307099
0.302451
0.29701
0.290626
0.283127
0.27425
0.263729
0.251053
0.235879
0.21699
0.194582
0.164763
0.134668
0.0858302
0.152365
0.143082
0.151288
0.163799
0.171272
0.171272
0.166305
0.157766
0.146539
0.13307
0.117495
0.0997989
0.0798739
0.0575669
0.0326488
0.00482129
-0.0259894
-0.0597253
-0.09635
-0.135407
-0.175864
-0.216419
-0.255316
-0.290455
-0.319929
-0.341553
-0.354108
-0.357051
-0.350455
-0.335833
-0.315561
-0.292672
-0.267379
-0.237301
-0.200557
-0.158165
-0.113812
-0.070755
-0.0306296
0.00604492
0.0392493
0.0691555
0.0960081
0.120078
0.141641
0.160958
0.178275
0.193814
0.207775
0.220334
0.231649
0.241858
0.251081
0.259424
0.266978
0.273826
0.280036
0.285671
0.290785
0.295425
0.299631
0.303439
0.306881
0.309984
0.31277
0.315259
0.317469
0.319413
0.321102
0.322547
0.323752
0.324723
0.325462
0.325969
0.32624
0.326272
0.326057
0.325583
0.324838
0.323802
0.322455
0.320769
0.318711
0.316239
0.313303
0.309841
0.305778
0.301017
0.295442
0.288897
0.281201
0.272074
0.261245
0.248138
0.232432
0.212657
0.189223
0.157026
0.124949
0.0680216
0.153355
0.144109
0.152654
0.165128
0.172757
0.172669
0.167597
0.158903
0.147522
0.133927
0.11827
0.100545
0.0806506
0.0584483
0.0337244
0.00619365
-0.0242182
-0.0574339
-0.0933805
-0.131599
-0.17109
-0.210612
-0.24845
-0.282653
-0.311352
-0.332479
-0.344958
-0.348156
-0.342142
-0.328423
-0.309326
-0.287555
-0.262707
-0.232501
-0.195496
-0.153304
-0.109619
-0.0673926
-0.0280423
0.00798308
0.040664
0.0701532
0.0966755
0.120485
0.141842
0.160998
0.178189
0.193628
0.207511
0.220009
0.231276
0.241447
0.25064
0.25896
0.266495
0.273327
0.279525
0.28515
0.290255
0.294887
0.299086
0.302887
0.306322
0.309418
0.312196
0.314677
0.316878
0.318811
0.32049
0.321922
0.323113
0.324069
0.324791
0.325278
0.325529
0.325537
0.325295
0.324792
0.324013
0.32294
0.321551
0.319817
0.317704
0.31517
0.312163
0.30862
0.304462
0.299588
0.293881
0.287174
0.279283
0.269908
0.258772
0.245234
0.228998
0.208319
0.183869
0.149123
0.115066
0.0486529
0.154105
0.145056
0.153933
0.166433
0.17416
0.173984
0.168817
0.159974
0.148442
0.134723
0.118985
0.101228
0.0813626
0.0592594
0.0347218
0.00747747
-0.0225487
-0.0552655
-0.0905693
-0.127995
-0.166578
-0.205124
-0.241962
-0.275284
-0.30324
-0.323909
-0.336309
-0.33972
-0.334249
-0.321384
-0.30341
-0.282592
-0.258036
-0.227628
-0.190402
-0.148492
-0.105514
-0.0641129
-0.0255171
0.00987856
0.0420504
0.0711329
0.097332
0.120886
0.142041
0.161038
0.178103
0.193444
0.207249
0.219686
0.230905
0.241039
0.250202
0.258497
0.266014
0.272831
0.279017
0.284631
0.289727
0.294351
0.298542
0.302337
0.305765
0.308853
0.311623
0.314096
0.316287
0.318211
0.319879
0.321298
0.322476
0.323416
0.324121
0.32459
0.324819
0.324803
0.324535
0.324002
0.32319
0.32208
0.320648
0.318867
0.3167
0.314105
0.311028
0.307403
0.30315
0.298165
0.292326
0.285459
0.277375
0.267751
0.256311
0.242341
0.225583
0.203981
0.178533
0.141064
0.105053
0.0275115
0.154576
0.145897
0.155109
0.167707
0.175466
0.175212
0.169961
0.160976
0.149298
0.135459
0.119639
0.101851
0.0820116
0.0600026
0.0356436
0.00867552
-0.0209775
-0.0532145
-0.087907
-0.124583
-0.16231
-0.199932
-0.235829
-0.268319
-0.295567
-0.315812
-0.328122
-0.331712
-0.326752
-0.314697
-0.297785
-0.277749
-0.253349
-0.222679
-0.185291
-0.143743
-0.101502
-0.0609153
-0.0230528
0.0117321
0.043409
0.0720947
0.0979775
0.12128
0.142237
0.161077
0.178018
0.193261
0.206989
0.219366
0.230537
0.240633
0.249766
0.258038
0.265535
0.272337
0.27851
0.284114
0.289201
0.293816
0.298
0.301788
0.305208
0.308289
0.311052
0.313516
0.315698
0.317612
0.319268
0.320676
0.32184
0.322765
0.323453
0.323902
0.32411
0.324071
0.323776
0.323214
0.322369
0.321222
0.319749
0.31792
0.3157
0.313043
0.309896
0.30619
0.301844
0.296748
0.290778
0.283752
0.275476
0.265606
0.253865
0.239463
0.222191
0.19965
0.173229
0.132864
0.094945
0.0043787
0.154743
0.1466
0.156161
0.168942
0.176659
0.176346
0.171023
0.161906
0.15009
0.136134
0.120234
0.102415
0.0825991
0.0606799
0.0364923
0.00979059
-0.019501
-0.0512762
-0.0853855
-0.121349
-0.15827
-0.195015
-0.230029
-0.26173
-0.288303
-0.308157
-0.320364
-0.324102
-0.319627
-0.308347
-0.292419
-0.272995
-0.248628
-0.217657
-0.180182
-0.139069
-0.0975851
-0.0577992
-0.0206482
0.0135444
0.0447401
0.0730387
0.0986121
0.121669
0.142429
0.161114
0.177933
0.19308
0.206731
0.219048
0.230171
0.240229
0.249333
0.25758
0.265059
0.271845
0.278005
0.283599
0.288676
0.293284
0.29746
0.30124
0.304654
0.307727
0.310482
0.312938
0.315111
0.317015
0.31866
0.320055
0.321205
0.322115
0.322786
0.323217
0.323404
0.323341
0.32302
0.322428
0.32155
0.320366
0.318852
0.316976
0.314703
0.311986
0.308769
0.304983
0.300543
0.295338
0.289238
0.282054
0.273588
0.263473
0.251436
0.236603
0.218825
0.195333
0.167969
0.124541
0.0847915
-0.0210456
0.154609
0.147119
0.157062
0.170113
0.177722
0.17738
0.171999
0.162761
0.150816
0.136747
0.120771
0.10292
0.0831269
0.0612935
0.0372704
0.0108255
-0.0181161
-0.049446
-0.0829972
-0.118284
-0.154442
-0.190356
-0.224539
-0.255489
-0.281424
-0.300913
-0.313
-0.316865
-0.312853
-0.302318
-0.287277
-0.268301
-0.243857
-0.212568
-0.175092
-0.13448
-0.0937654
-0.0547634
-0.0183022
0.0153163
0.0460441
0.0739651
0.0992357
0.12205
0.142619
0.161151
0.177849
0.1929
0.206476
0.218732
0.229808
0.239828
0.248902
0.257126
0.264585
0.271355
0.277503
0.283085
0.288154
0.292753
0.296922
0.300695
0.304101
0.307166
0.309914
0.312361
0.314525
0.316419
0.318053
0.319435
0.320572
0.321467
0.322121
0.322533
0.322699
0.322613
0.322266
0.321645
0.320735
0.319514
0.317958
0.316036
0.31371
0.310932
0.307647
0.303781
0.299249
0.293934
0.287706
0.280365
0.271712
0.261354
0.249024
0.233762
0.21549
0.191039
0.162766
0.116122
0.0746251
-0.0490228
0.1542
0.147405
0.157766
0.171173
0.178644
0.17831
0.172882
0.16354
0.151475
0.1373
0.121249
0.103369
0.0835967
0.0618456
0.0379804
0.011783
-0.0168197
-0.0477197
-0.0807353
-0.115377
-0.150812
-0.185936
-0.219339
-0.249572
-0.274904
-0.294048
-0.306001
-0.309979
-0.30641
-0.296591
-0.28232
-0.263638
-0.239023
-0.207423
-0.170035
-0.129984
-0.0900433
-0.0518064
-0.0160135
0.0170484
0.0473211
0.0748738
0.0998482
0.122426
0.142805
0.161187
0.177765
0.192721
0.206222
0.218419
0.229447
0.23943
0.248473
0.256673
0.264114
0.270868
0.277003
0.282575
0.287634
0.292224
0.296385
0.300151
0.30355
0.306608
0.309347
0.311786
0.313941
0.315825
0.317447
0.318818
0.319941
0.320821
0.321458
0.321851
0.321996
0.321887
0.321514
0.320864
0.319922
0.318664
0.317068
0.315099
0.312721
0.309884
0.30653
0.302585
0.297961
0.292538
0.286183
0.278687
0.269848
0.25925
0.246632
0.230945
0.212189
0.186775
0.157632
0.10764
0.0645168
-0.0799865
0.153626
0.14744
0.158273
0.172058
0.179423
0.179133
0.173671
0.164239
0.152066
0.137791
0.121671
0.103761
0.0840101
0.0623384
0.0386247
0.012666
-0.0156087
-0.0460934
-0.0785938
-0.11262
-0.147367
-0.18174
-0.214409
-0.243953
-0.26872
-0.287534
-0.299339
-0.303425
-0.30028
-0.291145
-0.277509
-0.258979
-0.234117
-0.202239
-0.165028
-0.125587
-0.0864184
-0.0489265
-0.0137806
0.0187415
0.0485717
0.0757649
0.10045
0.122795
0.142988
0.161222
0.177682
0.192544
0.20597
0.218108
0.229089
0.239034
0.248048
0.256224
0.263645
0.270384
0.276505
0.282066
0.287116
0.291698
0.295851
0.299609
0.303001
0.306051
0.308782
0.311213
0.313359
0.315232
0.316844
0.318202
0.319312
0.320177
0.320797
0.321171
0.321296
0.321164
0.320765
0.320087
0.319111
0.317818
0.316181
0.314166
0.311736
0.308839
0.305418
0.301394
0.296679
0.29115
0.284669
0.277019
0.267997
0.257162
0.24426
0.228153
0.208923
0.182551
0.152575
0.0991411
0.0544796
-0.114146
0.153007
0.147266
0.158604
0.172729
0.180066
0.179843
0.174361
0.164857
0.152588
0.138222
0.122035
0.104099
0.0843687
0.0627737
0.0392058
0.0134772
-0.0144801
-0.0445635
-0.0765673
-0.110006
-0.144095
-0.177756
-0.209728
-0.238613
-0.262852
-0.281343
-0.292992
-0.297186
-0.294448
-0.285953
-0.272809
-0.254304
-0.229136
-0.197036
-0.160088
-0.121292
-0.0828896
-0.0461214
-0.0116018
0.0203967
0.0497964
0.076639
0.10104
0.123157
0.143168
0.161256
0.177599
0.192368
0.20572
0.217799
0.228734
0.238641
0.247625
0.255777
0.263179
0.269902
0.27601
0.28156
0.2866
0.291174
0.295319
0.299069
0.302453
0.305496
0.30822
0.310642
0.312778
0.314642
0.316243
0.317589
0.318685
0.319535
0.320138
0.320494
0.320598
0.320443
0.320019
0.319312
0.318304
0.316975
0.315298
0.313238
0.310755
0.3078
0.304311
0.30021
0.295406
0.28977
0.283164
0.275364
0.266161
0.255091
0.241909
0.225389
0.205697
0.178378
0.147604
0.0906802
0.0446145
-0.152035
0.152456
0.146983
0.158805
0.173182
0.180585
0.180436
0.174949
0.165391
0.153039
0.13859
0.122344
0.104384
0.0846742
0.0631537
0.0397263
0.0142196
-0.013431
-0.0431261
-0.0746508
-0.107527
-0.140986
-0.17397
-0.205281
-0.233534
-0.257278
-0.275451
-0.286939
-0.291247
-0.288899
-0.280983
-0.268185
-0.249593
-0.224085
-0.191837
-0.155229
-0.117104
-0.0794559
-0.0433892
-0.00947557
0.0220152
0.050996
0.0774965
0.10162
0.123514
0.143345
0.161288
0.177517
0.192194
0.205473
0.217493
0.228381
0.238251
0.247205
0.255333
0.262715
0.269422
0.275518
0.281056
0.286087
0.290652
0.294789
0.298532
0.301909
0.304944
0.307659
0.310073
0.3122
0.314054
0.315643
0.316977
0.31806
0.318895
0.319482
0.31982
0.319903
0.319725
0.319275
0.31854
0.317501
0.316136
0.314418
0.312313
0.30978
0.306766
0.303211
0.299033
0.294139
0.288399
0.28167
0.27372
0.264339
0.253038
0.239582
0.222655
0.20251
0.174266
0.142723
0.0823335
0.0348657
-0.19309
0.152086
0.146738
0.158913
0.173411
0.180977
0.18091
0.175435
0.165842
0.153421
0.138898
0.122597
0.104616
0.0849279
0.0634802
0.0401884
0.014896
-0.0124583
-0.0417777
-0.0728401
-0.105176
-0.138031
-0.170371
-0.201049
-0.228698
-0.25198
-0.269836
-0.281165
-0.285595
-0.283621
-0.276197
-0.2636
-0.244829
-0.21897
-0.186662
-0.150463
-0.113025
-0.076116
-0.0407284
-0.00740093
0.0235974
0.0521707
0.0783374
0.10219
0.123864
0.143518
0.16132
0.177435
0.192021
0.205227
0.217189
0.228031
0.237864
0.246788
0.254892
0.262255
0.268946
0.275028
0.280555
0.285576
0.290132
0.294262
0.297997
0.301366
0.304394
0.307101
0.309506
0.311624
0.313468
0.315047
0.316368
0.317438
0.318257
0.318828
0.319147
0.319211
0.31901
0.318535
0.317771
0.316701
0.315301
0.313543
0.311393
0.308809
0.305738
0.302116
0.297863
0.292881
0.287037
0.280187
0.272089
0.262532
0.251005
0.237278
0.219955
0.199367
0.170226
0.137936
0.0741949
0.0253612
-0.236609
-0.598565
-0.44495
-0.486963
-0.456077
-0.451976
-0.485355
-0.516028
-0.515784
-0.523968
-0.534669
-0.552369
-0.585963
-0.635641
-0.673278
-0.675347
-0.628572
-0.530318
-0.390815
-0.238737
-0.160356
-0.28009
-0.442254
-0.573863
-0.66404
-0.669909
-0.669328
-0.697024
-0.651779
-0.640426
-0.653713
-0.657952
-0.661569
-0.690606
-0.765107
-0.87927
-0.991478
-1.06414
-1.07974
-1.03298
-0.931486
-0.791418
-0.632328
-0.472371
-0.325113
-0.198537
-0.0957595
-0.0164519
0.0390737
0.0796255
0.106159
0.122198
0.130546
0.133404
0.132448
0.128926
0.123747
0.117562
0.110848
0.10392
0.0969984
0.0902272
0.083695
0.0774534
0.0715296
0.0659365
0.0606785
0.0557548
0.0511616
0.0468918
0.0429354
0.0392785
0.0359034
0.0327898
0.0299163
0.0272635
0.024817
0.0225681
0.0205129
0.0186481
0.0169661
0.0154494
0.0140686
0.0127892
0.0115837
0.0104429
0.00937822
0.00841409
0.00757119
0.00685301
0.00624491
0.00573394
0.00530534
0.00494644
0.00458602
0.00416625
0.00355257
0.00280986
0.00187553
0.00104873
0.000216016
-0.555788
-0.445504
-0.486636
-0.456664
-0.455007
-0.486453
-0.516552
-0.515555
-0.523943
-0.534486
-0.551359
-0.584529
-0.634753
-0.67477
-0.678382
-0.631875
-0.533758
-0.39516
-0.244056
-0.167567
-0.285036
-0.448058
-0.578472
-0.667255
-0.66901
-0.668457
-0.697811
-0.652852
-0.640487
-0.653864
-0.658034
-0.661306
-0.689517
-0.762722
-0.878079
-0.992416
-1.06673
-1.08245
-1.03531
-0.933369
-0.792849
-0.633363
-0.47308
-0.325577
-0.198837
-0.0959567
-0.0165186
0.0389374
0.0795472
0.106106
0.122156
0.130514
0.133382
0.132436
0.128922
0.12375
0.117578
0.110862
0.103936
0.0970162
0.0902461
0.0837146
0.0774732
0.0715492
0.0659556
0.0606966
0.0557717
0.051177
0.0469057
0.0429478
0.0392895
0.0359131
0.0327983
0.0299238
0.0272701
0.0248226
0.0225728
0.0205167
0.0186511
0.0169686
0.0154516
0.0140708
0.0127915
0.011586
0.0104449
0.00937981
0.00841513
0.00757178
0.00685334
0.00624499
0.00573373
0.00530492
0.00494619
0.00458657
0.00416803
0.00355533
0.00281269
0.00187731
0.00104903
0.000215918
-0.533082
-0.446537
-0.487096
-0.458553
-0.461207
-0.489501
-0.518424
-0.515056
-0.523754
-0.534065
-0.550867
-0.586041
-0.639038
-0.681259
-0.685535
-0.638891
-0.541227
-0.404129
-0.255481
-0.183591
-0.295552
-0.460227
-0.59016
-0.680945
-0.673587
-0.669455
-0.699085
-0.655228
-0.640917
-0.654418
-0.657955
-0.660605
-0.688559
-0.764573
-0.883308
-0.999654
-1.07402
-1.08868
-1.04036
-0.937331
-0.795837
-0.635504
-0.474529
-0.326506
-0.199415
-0.0963128
-0.0165892
0.0386846
0.0794549
0.106039
0.122102
0.130471
0.133348
0.132411
0.128906
0.123741
0.117572
0.110861
0.103938
0.0970208
0.0902528
0.0837231
0.0774831
0.0715601
0.0659671
0.0607083
0.0557831
0.0511878
0.0469158
0.0429569
0.0392976
0.0359203
0.0328047
0.0299294
0.0272748
0.0248264
0.0225757
0.0205187
0.0186525
0.0169695
0.0154524
0.0140719
0.0127929
0.0115874
0.010446
0.00938025
0.00841488
0.00757113
0.00685266
0.0062443
0.00573293
0.00530405
0.00494611
0.00458791
0.00417162
0.00355941
0.00281681
0.00187851
0.00104902
0.00021326
-0.515959
-0.448555
-0.487971
-0.461597
-0.468919
-0.493671
-0.521115
-0.514348
-0.52339
-0.533606
-0.552095
-0.592168
-0.649296
-0.692865
-0.696494
-0.649537
-0.552779
-0.417491
-0.272596
-0.207553
-0.311893
-0.476949
-0.609274
-0.704686
-0.685726
-0.672672
-0.701486
-0.658728
-0.64227
-0.655685
-0.65779
-0.659645
-0.690239
-0.772892
-0.896588
-1.01343
-1.08576
-1.09828
-1.04812
-0.943469
-0.800532
-0.638921
-0.476885
-0.328053
-0.200408
-0.096948
-0.0167379
0.038187
0.0792674
0.105889
0.121974
0.130363
0.133257
0.132335
0.128842
0.123689
0.117529
0.110829
0.103912
0.0970008
0.0902378
0.0837124
0.0774763
0.0715567
0.0659665
0.06071
0.0557865
0.0511924
0.046921
0.0429623
0.0393029
0.0359253
0.0328093
0.0299334
0.0272781
0.0248289
0.0225772
0.0205194
0.0186524
0.0169691
0.0154522
0.0140722
0.0127935
0.0115881
0.0104461
0.00937944
0.00841323
0.00756915
0.00685089
0.00624282
0.00573161
0.00530297
0.00494633
0.00459015
0.00417671
0.0035649
0.00282197
0.00187914
0.00104853
0.000207376
-0.500321
-0.451723
-0.489074
-0.465169
-0.475815
-0.497529
-0.523354
-0.513691
-0.52312
-0.533611
-0.556393
-0.603638
-0.664523
-0.708157
-0.710689
-0.663827
-0.568535
-0.435488
-0.295148
-0.237155
-0.334113
-0.496262
-0.633062
-0.734237
-0.705717
-0.678169
-0.702363
-0.662519
-0.644832
-0.657952
-0.657721
-0.659839
-0.697036
-0.789339
-0.916867
-1.03169
-1.10101
-1.11091
-1.05856
-0.951904
-0.807091
-0.643774
-0.480296
-0.330352
-0.201931
-0.0979733
-0.0175412
0.0378416
0.078918
0.10559
0.121718
0.130141
0.133065
0.132171
0.128704
0.123573
0.117432
0.110748
0.103846
0.0969461
0.0901931
0.0836764
0.0774479
0.0715352
0.0659511
0.0607
0.0557812
0.0511909
0.0469224
0.0429659
0.0393078
0.0359309
0.0328151
0.0299388
0.0272829
0.0248326
0.0225798
0.0205208
0.018653
0.0169693
0.0154525
0.0140728
0.0127944
0.0115888
0.010446
0.00937805
0.00841073
0.00756618
0.00684818
0.00624058
0.00572975
0.00530167
0.00494679
0.00459321
0.00418312
0.00357171
0.00282818
0.00187956
0.00104827
0.000197674
-0.486645
-0.455471
-0.490252
-0.469134
-0.481186
-0.500409
-0.524444
-0.513269
-0.523002
-0.534859
-0.564623
-0.619718
-0.683262
-0.726196
-0.727938
-0.681615
-0.588399
-0.458225
-0.323089
-0.270605
-0.361906
-0.517845
-0.660597
-0.766935
-0.732023
-0.685243
-0.700625
-0.66511
-0.648419
-0.661215
-0.658073
-0.662888
-0.710909
-0.812862
-0.942051
-1.05331
-1.11961
-1.12669
-1.07191
-0.96286
-0.815701
-0.650211
-0.484874
-0.333484
-0.204042
-0.09943
-0.0188479
0.037438
0.0783798
0.105121
0.121312
0.129787
0.132758
0.131906
0.128477
0.12338
0.11727
0.110612
0.103731
0.0968502
0.0901131
0.0836103
0.0773941
0.0714925
0.0659185
0.0606764
0.0557656
0.0511823
0.0469197
0.0429678
0.0393132
0.0359387
0.0328241
0.0299482
0.0272917
0.0248403
0.0225859
0.0205253
0.0186561
0.0169716
0.0154547
0.0140752
0.012797
0.0115908
0.0104469
0.00937728
0.00840832
0.00756279
0.00684461
0.00623716
0.00572666
0.00529938
0.00494678
0.00459656
0.00419048
0.00357985
0.00283571
0.00188034
0.00104914
0.000183632
-0.475255
-0.459336
-0.491442
-0.473436
-0.485037
-0.502303
-0.524308
-0.513025
-0.522898
-0.538003
-0.576896
-0.639103
-0.704504
-0.746529
-0.748111
-0.702708
-0.612139
-0.485602
-0.356096
-0.307427
-0.394536
-0.542484
-0.690492
-0.801834
-0.762131
-0.692719
-0.694842
-0.664911
-0.652109
-0.664986
-0.659226
-0.670486
-0.732261
-0.841601
-0.970742
-1.07826
-1.14179
-1.14596
-1.08848
-0.976618
-0.826588
-0.658399
-0.490735
-0.337528
-0.206793
-0.101343
-0.0203888
0.0366674
0.0776302
0.104473
0.120748
0.129295
0.132329
0.131534
0.128158
0.123108
0.117038
0.110416
0.103566
0.0967102
0.0899951
0.0835115
0.0773124
0.0714263
0.0658663
0.0606369
0.0557377
0.0511645
0.0469107
0.0429663
0.0393177
0.0359477
0.0328362
0.0299619
0.0273057
0.0248534
0.0225973
0.0205346
0.0186635
0.0169775
0.0154599
0.0140804
0.0128022
0.0115956
0.0104504
0.00937872
0.00840746
0.00756007
0.00684078
0.00623234
0.00572128
0.00529442
0.00494439
0.00459857
0.00419766
0.00358889
0.00284472
0.00188218
0.00105215
0.000165135
-0.465382
-0.463005
-0.492268
-0.477884
-0.487631
-0.503193
-0.522922
-0.512619
-0.522787
-0.543309
-0.592528
-0.660749
-0.727533
-0.768909
-0.770898
-0.726862
-0.639361
-0.517191
-0.393598
-0.34695
-0.430721
-0.569915
-0.721428
-0.837849
-0.793474
-0.699441
-0.684294
-0.660711
-0.654531
-0.668528
-0.661889
-0.684095
-0.759587
-0.874489
-1.00233
-1.10704
-1.16785
-1.16914
-1.10861
-0.99349
-0.840007
-0.668522
-0.498007
-0.342568
-0.210236
-0.103745
-0.0222375
0.0355638
0.0766515
0.103634
0.120021
0.128658
0.131771
0.131049
0.127739
0.122749
0.116734
0.110157
0.103347
0.0965244
0.0898377
0.0833786
0.0772014
0.0713349
0.0657927
0.0605796
0.0556949
0.0511348
0.0468925
0.042958
0.0393178
0.0359547
0.0328484
0.0299777
0.0273234
0.0248713
0.0226141
0.0205494
0.0186758
0.0169876
0.0154685
0.0140885
0.0128103
0.0116035
0.0104574
0.00938382
0.00840996
0.00755986
0.00683789
0.00622684
0.00571308
0.00528499
0.0049377
0.004596
0.00420181
0.0035971
0.00285448
0.00188542
0.00105802
0.000142969
-0.455696
-0.46573
-0.492514
-0.482004
-0.489094
-0.502831
-0.520032
-0.511426
-0.522651
-0.550706
-0.610499
-0.683898
-0.751811
-0.793117
-0.795845
-0.753683
-0.669554
-0.552299
-0.434778
-0.388979
-0.468694
-0.599133
-0.752493
-0.873518
-0.824008
-0.704505
-0.669097
-0.652043
-0.654499
-0.671318
-0.667174
-0.704054
-0.791149
-0.91097
-1.03694
-1.14012
-1.1982
-1.19668
-1.13272
-1.01382
-0.856243
-0.680788
-0.506829
-0.348692
-0.214427
-0.106662
-0.0243982
0.0340897
0.0754249
0.102594
0.119122
0.127871
0.13108
0.130445
0.127216
0.122301
0.116352
0.109833
0.103071
0.0962907
0.0896391
0.0832102
0.0770594
0.0712166
0.065696
0.0605023
0.0556351
0.0510905
0.0468618
0.0429393
0.0393095
0.0359552
0.0328563
0.0299914
0.027341
0.0248912
0.0226345
0.0205686
0.0186927
0.0170018
0.0154804
0.0140991
0.0128206
0.0116139
0.0104677
0.00939305
0.00841702
0.00756406
0.0068384
0.0062225
0.0057032
0.00527083
0.00492277
0.00458531
0.00419848
0.00360066
0.00286251
0.00188912
0.00106624
0.000119325
-0.444976
-0.46665
-0.491906
-0.485216
-0.489416
-0.500604
-0.514617
-0.508599
-0.522362
-0.559816
-0.629835
-0.707881
-0.776948
-0.81884
-0.822516
-0.782675
-0.702108
-0.590118
-0.478542
-0.432731
-0.507735
-0.629497
-0.783268
-0.907261
-0.852123
-0.707263
-0.650256
-0.639366
-0.651415
-0.670918
-0.677601
-0.729805
-0.82613
-0.950503
-1.07519
-1.17783
-1.23333
-1.22899
-1.16132
-1.03802
-0.875628
-0.695439
-0.517363
-0.356002
-0.219423
-0.110127
-0.0269273
0.032264
0.0739353
0.10134
0.118041
0.126926
0.130249
0.129717
0.126583
0.121756
0.115886
0.109437
0.102736
0.0960056
0.0893966
0.0830039
0.0768845
0.0710696
0.0655741
0.060403
0.055556
0.0510292
0.0468161
0.042907
0.0392891
0.0359453
0.0328555
0.0299983
0.0273542
0.0249088
0.0226548
0.0205897
0.0187125
0.0170189
0.0154945
0.0141111
0.0128318
0.0116256
0.0104802
0.00940565
0.00842852
0.00757327
0.00684372
0.00622166
0.00569406
0.00525338
0.00490038
0.00456406
0.00418368
0.00359461
0.00286434
0.0018905
0.00107418
9.78078e-05
-0.432398
-0.465185
-0.49009
-0.487571
-0.488523
-0.496
-0.506084
-0.503247
-0.521514
-0.570077
-0.649739
-0.732081
-0.802603
-0.845647
-0.850483
-0.813253
-0.736327
-0.629799
-0.523782
-0.47764
-0.546777
-0.659943
-0.812761
-0.937011
-0.876059
-0.707327
-0.62953
-0.624334
-0.645693
-0.669751
-0.691174
-0.759929
-0.864576
-0.992816
-1.11783
-1.22049
-1.27385
-1.26669
-1.19498
-1.06658
-0.898546
-0.712761
-0.529797
-0.364613
-0.225294
-0.11418
-0.0298341
0.0300586
0.072167
0.0998588
0.116767
0.125814
0.129273
0.12886
0.125836
0.121109
0.115332
0.108965
0.102334
0.0956647
0.0891064
0.0827565
0.0766739
0.0708912
0.0654244
0.0602793
0.0554554
0.050949
0.0467533
0.0428592
0.0392543
0.0359221
0.0328428
0.029995
0.027359
0.0249203
0.0226713
0.0206091
0.0187326
0.0170372
0.0155096
0.0141233
0.0128426
0.011637
0.0104932
0.00942009
0.00844312
0.00758663
0.00685399
0.00622575
0.00568812
0.00523534
0.00487219
0.00453233
0.00415554
0.00357555
0.00285503
0.00188539
0.00107691
8.26439e-05
-0.417532
-0.461107
-0.48717
-0.488617
-0.486171
-0.488753
-0.494101
-0.495046
-0.519798
-0.580889
-0.669553
-0.75597
-0.828393
-0.873036
-0.879279
-0.844799
-0.771516
-0.670395
-0.569452
-0.522946
-0.584197
-0.687497
-0.838825
-0.96482
-0.89409
-0.704486
-0.609324
-0.60897
-0.637975
-0.669028
-0.708356
-0.793085
-0.906567
-1.03824
-1.1655
-1.26853
-1.3204
-1.31035
-1.2343
-1.10006
-0.925452
-0.733085
-0.544355
-0.374666
-0.232123
-0.118868
-0.0331368
0.0274474
0.0701035
0.0981363
0.115287
0.124524
0.128142
0.127867
0.124967
0.120355
0.114683
0.10841
0.101862
0.0952628
0.0887642
0.0824644
0.0764242
0.0706783
0.0652442
0.0601284
0.0553309
0.0508475
0.0466716
0.0427942
0.0392035
0.0358839
0.0328162
0.0299793
0.0273531
0.024923
0.0226809
0.0206239
0.0187499
0.0170542
0.015524
0.0141345
0.012852
0.0116469
0.0105055
0.00943479
0.00845912
0.00760249
0.00686798
0.00623444
0.00568652
0.00521928
0.00484126
0.00449216
0.00411457
0.00354148
0.00283151
0.00187007
0.0010688
7.7301e-05
-0.40027
-0.454357
-0.482976
-0.487815
-0.482293
-0.478981
-0.478907
-0.484223
-0.51715
-0.591663
-0.688719
-0.779109
-0.853907
-0.900492
-0.908416
-0.876694
-0.807011
-0.710919
-0.614597
-0.567513
-0.617836
-0.709451
-0.858209
-0.978235
-0.904512
-0.698529
-0.591885
-0.59511
-0.629563
-0.67009
-0.729641
-0.828669
-0.951776
-1.0875
-1.21869
-1.32251
-1.37363
-1.36063
-1.27994
-1.13911
-0.956867
-0.756801
-0.561297
-0.386321
-0.24001
-0.124253
-0.0368412
0.0243733
0.0677272
0.0961567
0.113585
0.123043
0.126845
0.12673
0.123972
0.119488
0.113933
0.107767
0.101312
0.0947942
0.0883645
0.0821229
0.0761317
0.0704278
0.0650304
0.0599475
0.0551796
0.0507224
0.0465691
0.0427107
0.0391357
0.0358298
0.0327748
0.02995
0.0273351
0.0249153
0.022682
0.0206319
0.0187622
0.0170676
0.0155359
0.0141435
0.0128591
0.0116546
0.010516
0.00944859
0.008475
0.00761899
0.00688365
0.00624612
0.00568886
0.0052066
0.00481064
0.00444705
0.00406342
0.00349408
0.00279354
0.00184348
0.00104628
8.32751e-05
-0.380769
-0.444824
-0.477024
-0.484866
-0.477099
-0.467445
-0.460936
-0.471522
-0.513727
-0.601892
-0.706795
-0.801145
-0.878736
-0.927523
-0.937397
-0.908335
-0.842128
-0.750457
-0.658301
-0.610096
-0.646518
-0.725976
-0.867582
-0.980541
-0.906073
-0.689149
-0.578839
-0.583972
-0.621861
-0.674106
-0.754825
-0.866838
-0.999816
-1.1413
-1.27777
-1.38303
-1.43415
-1.41827
-1.3326
-1.18441
-0.99337
-0.784346
-0.580919
-0.399762
-0.249069
-0.130411
-0.0411071
0.0209079
0.0650226
0.0939008
0.111646
0.121354
0.125368
0.125436
0.122839
0.118501
0.113076
0.107028
0.100679
0.0942529
0.0879019
0.081727
0.0757922
0.0701361
0.06478
0.0597337
0.0549987
0.050571
0.0464435
0.0426068
0.0390498
0.0357592
0.032718
0.0299064
0.0273044
0.0248964
0.0226736
0.0206318
0.0187678
0.0170757
0.0155435
0.014149
0.012863
0.0116595
0.0105243
0.00946069
0.00848952
0.00763457
0.00689896
0.00625866
0.00569353
0.00519727
0.00478232
0.00440062
0.00400592
0.00343665
0.00274331
0.00180736
0.00100973
9.9849e-05
-0.359406
-0.432291
-0.468776
-0.479741
-0.47077
-0.455178
-0.442289
-0.458009
-0.509814
-0.611217
-0.723432
-0.821759
-0.90247
-0.95364
-0.965721
-0.939171
-0.8761
-0.788177
-0.699599
-0.649468
-0.670025
-0.736797
-0.867198
-0.970991
-0.897375
-0.676116
-0.570977
-0.576369
-0.616248
-0.682292
-0.783254
-0.907959
-1.05069
-1.2001
-1.34299
-1.45071
-1.50251
-1.48394
-1.39294
-1.23662
-1.03557
-0.8162
-0.60355
-0.415194
-0.259423
-0.137428
-0.0461677
0.0171847
0.06197
0.0913444
0.109446
0.119438
0.123693
0.123971
0.121558
0.117382
0.112104
0.106187
0.0999556
0.0936322
0.08737
0.0812709
0.0754004
0.0697988
0.0644894
0.0594838
0.0547852
0.0503904
0.046292
0.0424803
0.0389441
0.0356709
0.032645
0.029848
0.0272603
0.0248658
0.0226549
0.0206228
0.0187655
0.017077
0.0155454
0.0141498
0.0128631
0.0116611
0.0105299
0.00947054
0.00850185
0.00764784
0.00691217
0.00626978
0.00569829
0.00518993
0.00475681
0.00435558
0.00394582
0.00337369
0.00268445
0.00176567
0.000963332
0.000124834
-0.336758
-0.416657
-0.457869
-0.47242
-0.46334
-0.443252
-0.42484
-0.44481
-0.505769
-0.619415
-0.738335
-0.840631
-0.924683
-0.97834
-0.992859
-0.968651
-0.908189
-0.823302
-0.737439
-0.684513
-0.688509
-0.742065
-0.857928
-0.949705
-0.876526
-0.659586
-0.5679
-0.571741
-0.613827
-0.695312
-0.814224
-0.95201
-1.1048
-1.26415
-1.41451
-1.52601
-1.57915
-1.55827
-1.46158
-1.29639
-1.08407
-0.852855
-0.629546
-0.432843
-0.2712
-0.145387
-0.0519277
0.0130085
0.0585335
0.088458
0.106961
0.117273
0.1218
0.122316
0.120112
0.11612
0.111006
0.105235
0.0991336
0.0929247
0.086762
0.0807484
0.0749509
0.0694113
0.0641547
0.0591947
0.0545364
0.0501778
0.046112
0.0423288
0.0388167
0.0355635
0.032555
0.0297741
0.0272021
0.0248228
0.0226254
0.020604
0.0187543
0.0170701
0.0155404
0.014145
0.0128586
0.011659
0.0105325
0.00947785
0.00851174
0.0076582
0.00692201
0.00627761
0.00570094
0.00518253
0.0047332
0.00431299
0.00388593
0.00330941
0.00262121
0.00172312
0.000913363
0.000155445
-0.313574
-0.398128
-0.444202
-0.462881
-0.45516
-0.432682
-0.410403
-0.432948
-0.502018
-0.626348
-0.751256
-0.857417
-0.944904
-1.00105
-1.01812
-0.996107
-0.937783
-0.854982
-0.770712
-0.714034
-0.701966
-0.742174
-0.839676
-0.915022
-0.84169
-0.640253
-0.567702
-0.568992
-0.615262
-0.712943
-0.847281
-0.998543
-1.16259
-1.33354
-1.49235
-1.60919
-1.66437
-1.64168
-1.53903
-1.36425
-1.13942
-0.89479
-0.659267
-0.452938
-0.284531
-0.154377
-0.0584018
0.00829361
0.0546706
0.0852073
0.104162
0.114833
0.119666
0.12045
0.118483
0.1147
0.109769
0.104161
0.0982038
0.092122
0.0860702
0.0801525
0.0744372
0.068968
0.0637714
0.0588627
0.0542491
0.0499305
0.0459008
0.0421497
0.0386652
0.0354352
0.0324464
0.0296835
0.0271289
0.0247663
0.0225841
0.0205749
0.0187336
0.0170545
0.0155273
0.0141334
0.0128488
0.0116527
0.0105316
0.00948245
0.0085193
0.00766573
0.00692796
0.0062811
0.00569986
0.00517318
0.00470986
0.00427244
0.00382762
0.00324676
0.00255771
0.0016841
0.000865521
0.000189086
-0.290721
-0.377262
-0.427932
-0.451259
-0.446696
-0.423853
-0.400419
-0.423184
-0.499071
-0.6319
-0.761981
-0.871744
-0.962593
-1.02109
-1.04064
-1.02067
-0.964087
-0.882346
-0.798408
-0.736886
-0.710161
-0.73731
-0.811462
-0.865972
-0.791964
-0.619212
-0.567292
-0.566843
-0.620233
-0.734243
-0.882238
-1.04707
-1.22426
-1.40819
-1.57648
-1.70027
-1.75828
-1.7344
-1.62568
-1.44059
-1.20206
-0.942423
-0.693048
-0.475705
-0.299551
-0.164457
-0.0656442
0.00297958
0.0503388
0.0815571
0.101016
0.11209
0.117266
0.118352
0.116652
0.113104
0.108379
0.102953
0.0971555
0.0912148
0.0852863
0.0794755
0.0738526
0.0684628
0.0633341
0.0584836
0.0539201
0.0496458
0.0456559
0.0419406
0.0384874
0.0352839
0.0323178
0.029575
0.0270394
0.0246952
0.0225299
0.0205347
0.018703
0.0170296
0.0155058
0.0141145
0.0128329
0.0116414
0.0105268
0.00948407
0.00852461
0.00767082
0.0069303
0.00628009
0.00569436
0.00516062
0.0046852
0.00423275
0.00377102
0.00318719
0.00249683
0.00165183
0.000827946
0.000223765
-0.269097
-0.354889
-0.409426
-0.437744
-0.438071
-0.416913
-0.395944
-0.41615
-0.49753
-0.635942
-0.770306
-0.88324
-0.977151
-1.03774
-1.05957
-1.04141
-0.986165
-0.904649
-0.81969
-0.752377
-0.713053
-0.727687
-0.773726
-0.805126
-0.731139
-0.595454
-0.563411
-0.563636
-0.627694
-0.757913
-0.918917
-1.09738
-1.28971
-1.48776
-1.66669
-1.79901
-1.8608
-1.83647
-1.72169
-1.52564
-1.27227
-0.996064
-0.73116
-0.501351
-0.316377
-0.175664
-0.0737255
-0.00298591
0.0454995
0.0774741
0.0974943
0.109017
0.114575
0.115997
0.114595
0.111312
0.106819
0.101596
0.0959767
0.0901925
0.0844009
0.0787092
0.0731895
0.0678891
0.0628374
0.0580527
0.0535457
0.0493206
0.0453748
0.0416991
0.0382811
0.0351078
0.0321674
0.0294472
0.0269326
0.0246085
0.0224618
0.0204821
0.0186618
0.0169953
0.0154755
0.0140876
0.0128102
0.0116245
0.0105172
0.0094821
0.00852746
0.00767371
0.0069296
0.006275
0.00568449
0.00514442
0.00465822
0.00419276
0.00371558
0.00313092
0.00244017
0.00162768
0.000803501
0.000257666
-0.24952
-0.331982
-0.389218
-0.422544
-0.429286
-0.412367
-0.396801
-0.412994
-0.497904
-0.638386
-0.776035
-0.891627
-0.988023
-1.05031
-1.07411
-1.05747
-1.00322
-0.921231
-0.833986
-0.760438
-0.711048
-0.713116
-0.728523
-0.73775
-0.665167
-0.569091
-0.552628
-0.558496
-0.636337
-0.782577
-0.956842
-1.14941
-1.35856
-1.57164
-1.76253
-1.90481
-1.97159
-1.94764
-1.82697
-1.61945
-1.35013
-1.05587
-0.773781
-0.530028
-0.33509
-0.18801
-0.0827413
-0.00965061
0.0401196
0.0729303
0.0935683
0.105588
0.11157
0.113364
0.112294
0.109305
0.105072
0.100075
0.0946544
0.089044
0.0834044
0.0778451
0.0724405
0.06724
0.0622751
0.057565
0.0531217
0.0489517
0.0450546
0.0414228
0.038044
0.034905
0.0319937
0.0292987
0.0268072
0.0245048
0.0223783
0.0204162
0.0186092
0.0169512
0.0154365
0.0140527
0.0127803
0.0116011
0.010502
0.00947545
0.00852699
0.00767409
0.00692612
0.00626631
0.00567066
0.00512466
0.00462853
0.00415171
0.00366074
0.00307748
0.00238823
0.00161097
0.000792789
0.000289181
-0.232572
-0.309567
-0.367994
-0.405961
-0.420272
-0.410528
-0.401417
-0.415336
-0.500397
-0.639458
-0.779005
-0.896976
-0.994325
-1.05816
-1.08353
-1.0681
-1.01463
-0.93164
-0.841127
-0.761513
-0.704287
-0.691792
-0.679122
-0.669699
-0.601022
-0.540752
-0.533933
-0.550063
-0.644838
-0.80701
-0.995192
-1.20299
-1.43013
-1.65902
-1.8633
-2.01685
-2.08995
-2.06731
-1.9411
-1.72176
-1.4355
-1.12178
-0.820947
-0.561793
-0.355742
-0.201482
-0.0927826
-0.0170499
0.0341719
0.0679031
0.0892169
0.101782
0.10823
0.110434
0.10973
0.107066
0.103121
0.0983764
0.0931757
0.0877579
0.0822869
0.0768746
0.0715978
0.0665088
0.061641
0.0570151
0.052644
0.0485359
0.0446928
0.0411093
0.0377741
0.0346733
0.0317949
0.0291282
0.0266619
0.024383
0.0222784
0.0203356
0.0185441
0.0168968
0.0153886
0.0140096
0.0127428
0.0115707
0.0104801
0.00946291
0.00852178
0.00767099
0.00691956
0.00625423
0.00565322
0.00510156
0.00459615
0.00410927
0.00360616
0.00302614
0.00234075
0.00159969
0.000794003
0.000316861
-0.21849
-0.288625
-0.346577
-0.388424
-0.410793
-0.410694
-0.408608
-0.423735
-0.504892
-0.639797
-0.77926
-0.898324
-0.996062
-1.06081
-1.0872
-1.07283
-1.0199
-0.935738
-0.841456
-0.756403
-0.692555
-0.662487
-0.629844
-0.605118
-0.54394
-0.510047
-0.508318
-0.537555
-0.652044
-0.830246
-1.033
-1.25762
-1.5034
-1.74883
-1.96801
-2.13407
-2.2149
-2.1945
-2.06322
-1.83198
-1.52807
-1.19352
-0.872502
-0.596588
-0.378355
-0.216084
-0.103907
-0.0251919
0.0276352
0.0623746
0.0844243
0.0975847
0.104542
0.107195
0.106889
0.104582
0.100952
0.0964861
0.0915288
0.0863238
0.081039
0.0757894
0.0706543
0.0656888
0.0609292
0.0563977
0.0521081
0.0480695
0.0442864
0.0407561
0.0374688
0.0344108
0.0315694
0.0289344
0.0264957
0.024242
0.0221608
0.0202391
0.0184652
0.0168308
0.015331
0.013958
0.0126972
0.0115326
0.0104509
0.00944341
0.00851048
0.00766305
0.00690915
0.00623865
0.00563231
0.00507531
0.00456119
0.00406542
0.00355178
0.00297629
0.00229709
0.00159135
0.000803609
0.000339426
-0.207154
-0.269973
-0.32587
-0.370466
-0.40048
-0.411386
-0.417398
-0.437458
-0.51167
-0.63977
-0.776797
-0.895464
-0.992856
-1.05786
-1.08477
-1.07113
-1.01855
-0.933573
-0.835798
-0.746079
-0.676267
-0.628604
-0.585277
-0.545588
-0.495414
-0.475811
-0.476468
-0.520573
-0.657009
-0.85151
-1.06934
-1.31235
-1.57712
-1.83972
-2.07529
-2.25496
-2.3448
-2.3275
-2.19194
-1.94907
-1.62712
-1.27055
-0.928051
-0.634191
-0.40288
-0.232519
-0.115445
-0.0340364
0.0204965
0.0563308
0.0791789
0.0929847
0.100495
0.103635
0.103763
0.101842
0.0985568
0.0943948
0.0897042
0.0847327
0.0796526
0.0745822
0.0696034
0.0647743
0.0601343
0.0557077
0.0515093
0.0475489
0.0438327
0.0403608
0.0371259
0.0341151
0.0313152
0.0287156
0.0263074
0.0240809
0.0220245
0.0201253
0.0183709
0.0167519
0.0152629
0.0138973
0.0126433
0.0114864
0.0104137
0.00941611
0.00849191
0.00764896
0.00689395
0.00621917
0.00560789
0.00504594
0.00452379
0.00402026
0.00349772
0.00292752
0.00225654
0.00158368
0.000817523
0.000356039
-0.198156
-0.254117
-0.306741
-0.352676
-0.389048
-0.411079
-0.426728
-0.454035
-0.521051
-0.63972
-0.77171
-0.888388
-0.9844
-1.04897
-1.07589
-1.06265
-1.01041
-0.925
-0.824746
-0.731442
-0.656708
-0.596398
-0.547549
-0.491534
-0.453008
-0.436529
-0.43835
-0.498812
-0.658927
-0.870032
-1.10329
-1.36592
-1.64979
-1.93006
-2.18332
-2.37752
-2.47732
-2.46386
-2.3253
-2.07141
-1.7314
-1.35205
-0.986966
-0.674182
-0.429052
-0.250379
-0.127791
-0.0435686
0.0127518
0.0497617
0.0734726
0.0879762
0.0960853
0.0997521
0.100348
0.0988432
0.0959294
0.0920967
0.087696
0.0829787
0.0781217
0.0732472
0.06844
0.0637606
0.0592517
0.0549407
0.0508436
0.0469705
0.0433288
0.0399212
0.0367434
0.0337841
0.03103
0.0284701
0.0260957
0.0238986
0.0218685
0.0199933
0.0182601
0.0166587
0.0151828
0.0138267
0.0125806
0.0114318
0.0103682
0.00938034
0.00846521
0.00762777
0.0068731
0.00619526
0.00557974
0.00501336
0.00448403
0.00397385
0.00344409
0.00287956
0.00221838
0.00157498
0.00083215
0.00036664
-0.190924
-0.241147
-0.289892
-0.335677
-0.376527
-0.408555
-0.435029
-0.470324
-0.532785
-0.640176
-0.76441
-0.877193
-0.970568
-1.03388
-1.06032
-1.04724
-0.995441
-0.910132
-0.808626
-0.713145
-0.634824
-0.568088
-0.512827
-0.442591
-0.411903
-0.390303
-0.393606
-0.472058
-0.6571
-0.884975
-1.13396
-1.41694
-1.71967
-2.01798
-2.28987
-2.49931
-2.60984
-2.6008
-2.46044
-2.19665
-1.83922
-1.4368
-1.04839
-0.715946
-0.456499
-0.269451
-0.141009
-0.053772
0.00440659
0.0426623
0.0672988
0.0825548
0.0913091
0.0955437
0.0966427
0.0955857
0.0930697
0.0895903
0.0855018
0.0810588
0.076443
0.0717809
0.0671603
0.0626442
0.0582783
0.0540933
0.0501072
0.0463308
0.0427719
0.0394351
0.0363192
0.0334156
0.0307117
0.0281957
0.0258589
0.0236938
0.0216919
0.019842
0.0181316
0.0165499
0.0150896
0.0137451
0.0125084
0.0113683
0.0103139
0.00933578
0.0084299
0.00759885
0.00684593
0.00616642
0.00554759
0.00497746
0.00444193
0.00392624
0.00339091
0.00283218
0.00218197
0.00156418
0.000844843
0.000372005
-0.184869
-0.230723
-0.275718
-0.320079
-0.36332
-0.403076
-0.440206
-0.483539
-0.545421
-0.641534
-0.755693
-0.862317
-0.951524
-1.01262
-1.03812
-1.02496
-0.973906
-0.889392
-0.788072
-0.691752
-0.610487
-0.539982
-0.474261
-0.396946
-0.366013
-0.335708
-0.341951
-0.440161
-0.650983
-0.895476
-1.16035
-1.46395
-1.78498
-2.10134
-2.39231
-2.61745
-2.73935
-2.73516
-2.59371
-2.32163
-1.94825
-1.52312
-1.11103
-0.758642
-0.484809
-0.289484
-0.155031
-0.0646184
-0.00452432
0.0350334
0.0606538
0.0767164
0.0861642
0.0910091
0.0926488
0.0920709
0.0899797
0.0868773
0.0831223
0.0789731
0.0746158
0.0701819
0.0657625
0.0614231
0.0572119
0.053163
0.0492973
0.0456268
0.0421591
0.0389002
0.0358517
0.0330079
0.0303581
0.0278903
0.0255951
0.0234653
0.0214936
0.0196706
0.0179844
0.0164242
0.0149818
0.0136513
0.0124257
0.0112955
0.0102505
0.00928222
0.0083857
0.00756176
0.00681196
0.0061322
0.00551114
0.00493807
0.00439742
0.00387736
0.00333815
0.00278522
0.00214677
0.0015507
0.000853967
0.000373014
-0.179482
-0.222197
-0.264183
-0.306368
-0.350067
-0.394577
-0.440421
-0.491596
-0.55587
-0.643309
-0.746377
-0.844697
-0.927902
-0.985566
-1.00956
-0.996392
-0.946316
-0.863559
-0.763952
-0.667931
-0.584173
-0.508885
-0.430135
-0.352246
-0.309691
-0.273217
-0.283624
-0.403131
-0.640233
-0.900742
-1.18152
-1.5055
-1.84384
-2.17785
-2.48766
-2.72849
-2.86201
-2.86304
-2.72096
-2.44229
-2.05514
-1.60885
-1.17306
-0.801196
-0.513893
-0.309607
-0.169638
-0.0760519
-0.0140164
0.0268829
0.0535372
0.0704581
0.0806476
0.086146
0.088365
0.0882996
0.0866615
0.0839601
0.0805599
0.0767235
0.0726416
0.0684507
0.0642464
0.0600964
0.0560514
0.0521486
0.0484121
0.0448558
0.0414878
0.0383143
0.0353389
0.0325594
0.0299675
0.0275518
0.0253022
0.0232113
0.0212726
0.0194782
0.0178178
0.0162807
0.0148583
0.0135442
0.0123317
0.0112126
0.0101778
0.00921947
0.0083325
0.00751627
0.00677079
0.00609219
0.00547009
0.00489499
0.0043504
0.00382709
0.00328562
0.00273846
0.00211226
0.00153443
0.000859019
0.000370544
-0.174367
-0.214846
-0.25481
-0.29476
-0.337453
-0.38375
-0.434957
-0.49281
-0.560673
-0.643415
-0.736546
-0.825524
-0.901009
-0.953696
-0.97534
-0.961975
-0.913462
-0.833836
-0.737557
-0.642944
-0.557322
-0.476044
-0.386476
-0.306878
-0.242247
-0.205577
-0.219877
-0.361146
-0.624572
-0.90018
-1.19659
-1.54011
-1.8944
-2.24511
-2.57272
-2.82851
-2.97331
-2.97977
-2.83755
-2.55406
-2.15569
-1.69076
-1.23237
-0.84226
-0.542589
-0.329675
-0.184607
-0.0879834
-0.0240319
0.0182268
0.0459535
0.0637789
0.0747563
0.0809509
0.083788
0.0842701
0.083115
0.0808399
0.0778162
0.0743117
0.0705219
0.0665887
0.0626124
0.0586641
0.0547965
0.0510493
0.0474503
0.0440161
0.0407556
0.037675
0.0347791
0.0320687
0.0295384
0.0271783
0.0249782
0.0229299
0.0210274
0.0192639
0.0176309
0.0161186
0.0147181
0.0134225
0.0122252
0.0111187
0.0100952
0.00914733
0.00827021
0.00746226
0.00672217
0.00604605
0.00542413
0.00484801
0.00430071
0.00377529
0.00323308
0.00269165
0.00207797
0.00151551
0.000860141
0.000365847
-0.169253
-0.208062
-0.246818
-0.285075
-0.325993
-0.371761
-0.424566
-0.486277
-0.557247
-0.638408
-0.724767
-0.805356
-0.872621
-0.919062
-0.937353
-0.923373
-0.877046
-0.802007
-0.710495
-0.618166
-0.531275
-0.44461
-0.348228
-0.25998
-0.170753
-0.13623
-0.152849
-0.315008
-0.603601
-0.893529
-1.20496
-1.56638
-1.93479
-2.30064
-2.64403
-2.9133
-3.06851
-3.08027
-2.9384
-2.65202
-2.24547
-1.76459
-1.28663
-0.880516
-0.569685
-0.349286
-0.199693
-0.100296
-0.0345171
0.00909056
0.0379137
0.0566816
0.0684888
0.0754202
0.0789132
0.0799774
0.0793364
0.0775144
0.0748902
0.0717376
0.0682571
0.0645963
0.0608609
0.057126
0.0534465
0.0498644
0.0464111
0.0431062
0.0399603
0.0369799
0.0341702
0.031534
0.0290693
0.0267683
0.0246212
0.0226194
0.0207564
0.0190266
0.0174229
0.015937
0.0145602
0.0132852
0.0121051
0.0110131
0.0100021
0.00906551
0.00819876
0.00739967
0.00666593
0.0059935
0.00537299
0.00479691
0.00424816
0.00372174
0.00318022
0.00264455
0.00204353
0.00149422
0.000857677
0.000359612
-0.164019
-0.201437
-0.23941
-0.27673
-0.315854
-0.359757
-0.411106
-0.472748
-0.544523
-0.624964
-0.707837
-0.782964
-0.843572
-0.884025
-0.898658
-0.88388
-0.839596
-0.770167
-0.684166
-0.594485
-0.506568
-0.41569
-0.31409
-0.21256
-0.10527
-0.0675857
-0.0859016
-0.26631
-0.576369
-0.881101
-1.2065
-1.58265
-1.96323
-2.34196
-2.69818
-2.97858
-3.14275
-3.15941
-3.01844
-2.73115
-2.32005
-1.82647
-1.33365
-0.914343
-0.59425
-0.36791
-0.214622
-0.112847
-0.0454016
-0.000489281
0.0294371
0.049175
0.0618472
0.0695519
0.0737357
0.0754154
0.0753194
0.0739779
0.0717772
0.0689976
0.0658448
0.0624719
0.0589906
0.0554808
0.0520001
0.0485928
0.0452932
0.0421246
0.0391001
0.0362268
0.0335099
0.0309537
0.0285589
0.0263204
0.0242297
0.0222779
0.0204581
0.0187651
0.0171931
0.0157353
0.0143838
0.0131312
0.0119704
0.0108948
0.00989772
0.00897359
0.00811798
0.00732843
0.00660192
0.00593431
0.00531641
0.00474146
0.00419254
0.00366624
0.00312675
0.00259698
0.00200864
0.00147084
0.000852045
0.000352362
-0.158697
-0.194768
-0.232001
-0.268915
-0.306757
-0.348431
-0.396647
-0.454742
-0.523662
-0.601636
-0.682186
-0.754869
-0.812101
-0.848844
-0.860967
-0.846025
-0.804387
-0.739667
-0.659068
-0.571951
-0.483033
-0.388002
-0.281047
-0.165572
-0.0526104
-0.000290689
-0.0232238
-0.217051
-0.541188
-0.863418
-1.20235
-1.58726
-1.97809
-2.36672
-2.73199
-3.02042
-3.19125
-3.21272
-3.07346
-2.787
-2.3749
-1.87461
-1.37128
-0.941937
-0.615274
-0.384963
-0.22909
-0.125478
-0.0565981
-0.0104638
0.0205519
0.0412751
0.0548395
0.0633484
0.0682541
0.0705793
0.0710572
0.0702233
0.0684703
0.0660853
0.0632794
0.0602111
0.056998
0.0537255
0.0504547
0.0472321
0.0440947
0.0410696
0.038173
0.0354133
0.0327958
0.0303257
0.0280055
0.0258333
0.0238022
0.0219038
0.0201308
0.0184778
0.0169403
0.0155127
0.0141881
0.0129596
0.01182
0.0107626
0.00978135
0.00887101
0.00802754
0.00724835
0.00653
0.00586826
0.00525412
0.00468144
0.00413362
0.00360857
0.00307235
0.00254873
0.00197302
0.00144564
0.000843657
0.000344482
-0.153408
-0.188056
-0.22431
-0.260911
-0.298049
-0.337834
-0.382593
-0.435365
-0.498083
-0.570129
-0.646486
-0.717366
-0.773839
-0.810134
-0.822495
-0.809196
-0.770896
-0.710888
-0.634578
-0.54963
-0.459765
-0.360901
-0.248168
-0.122358
-0.0124329
0.0637211
0.031007
-0.168416
-0.502874
-0.84062
-1.18934
-1.57973
-1.97735
-2.37175
-2.7419
-3.03508
-3.2105
-3.23659
-3.09985
-2.81596
-2.4067
-1.90545
-1.3965
-0.961507
-0.631768
-0.399871
-0.242782
-0.138012
-0.0680041
-0.0207707
0.0112975
0.033007
0.047481
0.0568182
0.0624719
0.0654686
0.0665462
0.0662445
0.0649623
0.0629932
0.0605538
0.0578075
0.0548777
0.0518554
0.048806
0.0457787
0.0428128
0.0399389
0.0371769
0.0345371
0.0320256
0.0296477
0.0274075
0.0253056
0.0233375
0.0214957
0.0197729
0.0181635
0.0166634
0.0152683
0.0139726
0.0127699
0.0116532
0.0106159
0.00965213
0.00875711
0.00792697
0.00715915
0.00644991
0.00579509
0.00518586
0.00461658
0.00407113
0.00354849
0.00301671
0.00249959
0.00193647
0.00141885
0.000832889
0.000336238
-0.148265
-0.181424
-0.216353
-0.252332
-0.288999
-0.327458
-0.369308
-0.416779
-0.471872
-0.535052
-0.603554
-0.669992
-0.725449
-0.762835
-0.777747
-0.76828
-0.734868
-0.680156
-0.608684
-0.52589
-0.43538
-0.334133
-0.217205
-0.0876338
0.0202224
0.113059
0.0753429
-0.122753
-0.464724
-0.813073
-1.1669
-1.55955
-1.95904
-2.35426
-2.72465
-3.01943
-3.1976
-3.22767
-3.09412
-2.81465
-2.41222
-1.91552
-1.40669
-0.971443
-0.642861
-0.412131
-0.255401
-0.150269
-0.0795041
-0.0313341
0.00172469
0.0244053
0.0397951
0.0499771
0.0563989
0.0600887
0.0617878
0.0620399
0.0612493
0.0597158
0.0576617
0.0552547
0.0526235
0.049865
0.0470493
0.0442283
0.041444
0.0387297
0.0361093
0.033596
0.0311968
0.0289174
0.0267629
0.0247358
0.0228343
0.0210523
0.019383
0.0178206
0.0163612
0.0150013
0.0137365
0.0125613
0.0114692
0.0104538
0.00950928
0.00863115
0.00781572
0.00706038
0.00636134
0.00571452
0.00511135
0.00454662
0.00400483
0.00348576
0.00295952
0.00244937
0.00189878
0.00139064
0.000820073
0.000327801
-0.143302
-0.174989
-0.208337
-0.243196
-0.279164
-0.3166
-0.356301
-0.399526
-0.447644
-0.501336
-0.559462
-0.617522
-0.668537
-0.705494
-0.723045
-0.718301
-0.690924
-0.642721
-0.57741
-0.498598
-0.408978
-0.307611
-0.19059
-0.0622885
0.0464156
0.13328
0.105553
-0.0844601
-0.427308
-0.781162
-1.13596
-1.52619
-1.92223
-2.31312
-2.67884
-2.97138
-3.1499
-3.18313
-3.05348
-2.78051
-2.38881
-1.90213
-1.39982
-0.970502
-0.647866
-0.421346
-0.266688
-0.162074
-0.0909742
-0.0420653
-0.00810354
0.0155152
0.0318145
0.0428482
0.050052
0.0544514
0.0567897
0.0576139
0.0573328
0.0562522
0.0546
0.0525486
0.0502311
0.0477498
0.0451799
0.0425768
0.0399845
0.0374391
0.0349679
0.0325876
0.0303072
0.0281326
0.0260696
0.0241224
0.0222914
0.0205725
0.0189598
0.0174477
0.0160322
0.0147105
0.013479
0.0123333
0.0112676
0.0102757
0.00935209
0.00849245
0.00769314
0.00695157
0.00626389
0.00562622
0.00503027
0.00447127
0.00393443
0.00342009
0.00290046
0.00239782
0.00185978
0.00136111
0.00080549
0.000319262
-0.138476
-0.168769
-0.20048
-0.2338
-0.268566
-0.304826
-0.342805
-0.382934
-0.425741
-0.471461
-0.519502
-0.567331
-0.610362
-0.643139
-0.660615
-0.659319
-0.63796
-0.597
-0.538837
-0.466121
-0.380754
-0.282677
-0.170877
-0.0482703
0.0573511
0.123406
0.115877
-0.0588246
-0.391123
-0.745014
-1.09725
-1.4797
-1.86715
-2.24853
-2.60439
-2.88983
-3.06564
-3.10099
-2.97618
-2.71212
-2.33475
-1.86351
-1.37471
-0.958035
-0.646431
-0.427268
-0.276434
-0.173261
-0.102286
-0.0528655
-0.0181127
0.00639229
0.0235805
0.0354626
0.0434545
0.0485745
0.0515653
0.0529761
0.0532194
0.0526063
0.0513706
0.0496891
0.0476992
0.0455077
0.0431954
0.0408213
0.0384315
0.0360645
0.0337506
0.0315102
0.0293547
0.0272912
0.0253256
0.0234635
0.0217073
0.0200551
0.0185023
0.0170436
0.0156753
0.0143947
0.0131992
0.0120851
0.0110475
0.0100809
0.00917993
0.00834036
0.00755864
0.00683218
0.00615713
0.00552982
0.00494231
0.00439027
0.00385963
0.00335121
0.00283922
0.00234472
0.00181931
0.00133031
0.000789368
0.000310654
-0.133711
-0.162693
-0.192863
-0.224474
-0.257583
-0.292227
-0.328407
-0.366061
-0.405068
-0.445059
-0.485259
-0.523987
-0.558341
-0.584586
-0.598886
-0.598139
-0.580751
-0.546191
-0.495596
-0.43076
-0.352743
-0.262257
-0.160669
-0.0501176
0.046733
0.0959349
0.0986105
-0.0505961
-0.358235
-0.704939
-1.05091
-1.42058
-1.79452
-2.16105
-2.50163
-2.77491
-2.94473
-2.98087
-2.86196
-2.60945
-2.24974
-1.79916
-1.33114
-0.934144
-0.638642
-0.429853
-0.284507
-0.183678
-0.113306
-0.063626
-0.0282182
-0.00289843
0.0151431
0.0278587
0.0366359
0.0424807
0.0461325
0.0481406
0.0489201
0.0487867
0.0479796
0.0466803
0.04503
0.04314
0.0410958
0.0389607
0.0367836
0.0346044
0.032456
0.0303624
0.028338
0.0263914
0.0245292
0.0227576
0.0210808
0.019499
0.0180093
0.0166072
0.0152892
0.0140528
0.0128959
0.0118159
0.0108085
0.0098689
0.00899218
0.00817426
0.00741163
0.00670168
0.00604061
0.00542494
0.00484715
0.0043033
0.00378015
0.00327884
0.00277548
0.00228983
0.00177722
0.00129827
0.00077188
0.00030197
-0.128943
-0.156662
-0.18542
-0.215369
-0.246629
-0.279279
-0.313311
-0.34852
-0.384474
-0.420425
-0.455276
-0.48749
-0.514924
-0.535061
-0.545305
-0.543278
-0.527734
-0.497847
-0.454111
-0.397677
-0.329308
-0.249777
-0.161699
-0.0688162
0.0158158
0.0569191
0.0524422
-0.0628262
-0.332154
-0.661772
-0.996689
-1.34943
-1.70527
-2.0519
-2.37204
-2.62862
-2.78918
-2.82431
-2.71255
-2.47432
-2.13505
-1.71
-1.27014
-0.899812
-0.625055
-0.429265
-0.290855
-0.193198
-0.1239
-0.0742304
-0.0383258
-0.0122833
0.00655988
0.0200811
0.029631
0.0361974
0.0405126
0.0431244
0.0444487
0.0448044
0.0444357
0.0435289
0.0422287
0.0406502
0.0388835
0.0369965
0.0350408
0.0330582
0.0310834
0.0291435
0.0272562
0.0254321
0.0236788
0.0220032
0.0204105
0.0189032
0.0174799
0.0161375
0.0148728
0.0136836
0.0125683
0.0115248
0.0105497
0.00963906
0.00878829
0.0079936
0.00725156
0.00655956
0.00591385
0.00531118
0.00474443
0.00421007
0.0036957
0.00320269
0.00270895
0.0022329
0.00173335
0.00126496
0.000753151
0.000293189
-0.124144
-0.150615
-0.178038
-0.206444
-0.235899
-0.266452
-0.298101
-0.330658
-0.363668
-0.396308
-0.427365
-0.455305
-0.47826
-0.494259
-0.501444
-0.498102
-0.483583
-0.457172
-0.419156
-0.370586
-0.311996
-0.24523
-0.172054
-0.0983772
-0.0293345
0.00430839
-0.0113492
-0.0960007
-0.317336
-0.61753
-0.934519
-1.26665
-1.60065
-1.92344
-2.21894
-2.45493
-2.60314
-2.63551
-2.53202
-2.31041
-1.99366
-1.59865
-1.19419
-0.856949
-0.606678
-0.425858
-0.295506
-0.201721
-0.13394
-0.0845589
-0.0483346
-0.0216815
-0.00210551
0.0121801
0.0224792
0.0297556
0.0347301
0.0379466
0.0398201
0.0406715
0.0407488
0.0402427
0.0393014
0.0380432
0.0365624
0.0349313
0.0332047
0.0314264
0.0296328
0.0278533
0.0261088
0.0244125
0.0227733
0.0211988
0.0196952
0.0182664
0.0169131
0.0156336
0.0144252
0.0132863
0.0122154
0.011211
0.0102705
0.00939074
0.00856768
0.00779784
0.00707791
0.00640533
0.00577642
0.00518814
0.0046338
0.00411026
0.00360597
0.00312246
0.00263935
0.00217371
0.00168757
0.00123033
0.000733269
0.000284283
-0.119331
-0.144548
-0.170649
-0.197593
-0.225366
-0.253937
-0.283245
-0.313112
-0.343141
-0.372628
-0.400473
-0.425268
-0.44535
-0.459001
-0.464735
-0.46116
-0.447959
-0.424681
-0.39162
-0.350207
-0.300746
-0.246086
-0.187362
-0.130849
-0.0801453
-0.0558422
-0.0769872
-0.145832
-0.317594
-0.576191
-0.865729
-1.1727
-1.48189
-1.77846
-2.04664
-2.25907
-2.39215
-2.42045
-2.32603
-2.12252
-1.82989
-1.46943
-1.10723
-0.808261
-0.584854
-0.420121
-0.298553
-0.209175
-0.143308
-0.094493
-0.0581403
-0.0310067
-0.0107839
0.0042107
0.0152242
0.0231895
0.028812
0.0326285
0.0350511
0.0364011
0.0369293
0.0368299
0.0362545
0.0353241
0.0341364
0.032768
0.0312772
0.0297101
0.0281045
0.0264918
0.0248958
0.0233323
0.0218121
0.0203435
0.0189337
0.0175879
0.0163083
0.0150947
0.0139457
0.0128599
0.0118362
0.0108735
0.00997014
0.00912331
0.00832978
0.00758644
0.00689018
0.00623851
0.00562787
0.00505542
0.0045149
0.00400356
0.00351065
0.00303787
0.0025664
0.00211203
0.00163975
0.00119433
0.000712286
0.000275226
-0.114533
-0.138497
-0.163265
-0.188766
-0.214944
-0.241695
-0.268876
-0.296263
-0.323487
-0.349966
-0.374802
-0.396835
-0.414674
-0.426832
-0.432075
-0.429195
-0.417907
-0.398019
-0.369748
-0.334838
-0.293545
-0.249134
-0.203217
-0.160757
-0.127537
-0.113359
-0.137197
-0.200859
-0.332659
-0.543207
-0.794829
-1.06955
-1.3502
-1.61928
-1.85948
-2.04753
-2.16361
-2.18642
-2.10111
-1.91614
-1.64928
-1.32841
-1.01454
-0.756932
-0.561046
-0.412586
-0.300113
-0.215511
-0.151896
-0.103918
-0.067639
-0.0401704
-0.0194025
-0.00376849
0.00791267
0.0165366
0.0227881
0.0271934
0.0301601
0.0320077
0.0329883
0.0332992
0.0330946
0.032498
0.0316096
0.0305099
0.0292608
0.0279108
0.0264993
0.0250595
0.0236173
0.0221915
0.0207949
0.0194368
0.0181253
0.0168666
0.0156646
0.0145204
0.0134337
0.0124038
0.01143
0.0105118
0.0096478
0.0088361
0.00807403
0.00735891
0.0066879
0.00605866
0.00546778
0.00491263
0.00438738
0.00388964
0.00340946
0.00294864
0.00248982
0.00204764
0.00158974
0.00115688
0.00069023
0.000265991
-0.10977
-0.132502
-0.15594
-0.180007
-0.204626
-0.229666
-0.254927
-0.280136
-0.304911
-0.328736
-0.350874
-0.370403
-0.386237
-0.397162
-0.402189
-0.400317
-0.3912
-0.374839
-0.35135
-0.322432
-0.288587
-0.252784
-0.217637
-0.186451
-0.166374
-0.161975
-0.188199
-0.248961
-0.355907
-0.522163
-0.729753
-0.963531
-1.20907
-1.44785
-1.66017
-1.82509
-1.92461
-1.94162
-1.86403
-1.69689
-1.45884
-1.1839
-0.922381
-0.706207
-0.536601
-0.40373
-0.300304
-0.220695
-0.159612
-0.112729
-0.0767301
-0.049084
-0.0278867
-0.0116958
0.00059489
0.00983726
0.0166907
0.0216675
0.0251678
0.0275077
0.028939
0.0296607
0.0298295
0.0295706
0.0289865
0.0281605
0.027158
0.0260303
0.0248184
0.0235569
0.0222739
0.0209905
0.0197217
0.0184784
0.0172695
0.0161021
0.0149814
0.0139099
0.0128885
0.0119173
0.0109962
0.010125
0.00930287
0.00852851
0.00779987
0.00711475
0.00647062
0.00586537
0.00529576
0.00475941
0.00425089
0.00376817
0.00330207
0.00285447
0.00240937
0.00198032
0.00153742
0.0011179
0.000667109
0.000256551
-0.105045
-0.126581
-0.148725
-0.171388
-0.194487
-0.217881
-0.241361
-0.264635
-0.287315
-0.308919
-0.328815
-0.346246
-0.360375
-0.37025
-0.375114
-0.374219
-0.367209
-0.35421
-0.335322
-0.311959
-0.284979
-0.256718
-0.230321
-0.208144
-0.196952
-0.200544
-0.227988
-0.285424
-0.377349
-0.510747
-0.677364
-0.866488
-1.06913
-1.27077
-1.45229
-1.5937
-1.67731
-1.68947
-1.61957
-1.47214
-1.26997
-1.04698
-0.837277
-0.658775
-0.512488
-0.393897
-0.299219
-0.224703
-0.16638
-0.120832
-0.0853198
-0.0576614
-0.0361613
-0.0195077
-0.00667626
0.00313499
0.0105553
0.0160795
0.0200976
0.0229199
0.0247963
0.0259264
0.0264686
0.0265494
0.0262727
0.0257242
0.0249725
0.0240713
0.0230636
0.0219854
0.0208664
0.0197299
0.018593
0.0174684
0.0163661
0.015294
0.0142583
0.0132629
0.0123098
0.0114002
0.0105343
0.0097126
0.00893474
0.00819995
0.00750676
0.00685346
0.00623791
0.00565823
0.00511143
0.00459539
0.00410511
0.00363885
0.00318819
0.00275509
0.00232479
0.00190985
0.00148264
0.0010773
0.000642913
0.000246879
-0.100353
-0.120738
-0.141641
-0.162961
-0.184605
-0.206433
-0.228239
-0.249747
-0.270592
-0.290328
-0.308407
-0.324191
-0.337013
-0.34613
-0.350965
-0.351001
-0.345947
-0.335997
-0.321334
-0.303058
-0.282273
-0.260775
-0.241546
-0.226764
-0.221764
-0.230535
-0.258161
-0.310787
-0.391086
-0.501879
-0.636865
-0.787509
-0.947256
-1.10636
-1.25136
-1.36439
-1.42985
-1.43872
-1.38152
-1.26125
-1.10172
-0.929251
-0.76363
-0.615729
-0.488996
-0.383237
-0.296914
-0.227517
-0.172137
-0.128145
-0.0933225
-0.0658209
-0.0441525
-0.0271399
-0.0138459
-0.00352397
0.00442053
0.0104613
0.0149754
0.0182657
0.0205778
0.0221106
0.0230232
0.0234432
0.0234753
0.0232068
0.0227086
0.0220372
0.0212376
0.0203469
0.0193962
0.0184108
0.0174098
0.0164076
0.0154154
0.0144422
0.0134951
0.012579
0.0116973
0.0108519
0.0100439
0.00927417
0.00854293
0.00784992
0.00719422
0.00657462
0.00598937
0.00543688
0.00491448
0.00442028
0.00394972
0.00350138
0.00306754
0.00265022
0.00223582
0.00183604
0.00142527
0.00103497
0.000617621
0.000236946
-0.0956998
-0.114981
-0.134696
-0.154744
-0.175021
-0.195386
-0.215643
-0.235536
-0.254739
-0.27286
-0.289433
-0.303921
-0.315784
-0.324442
-0.329441
-0.330437
-0.32723
-0.320038
-0.309151
-0.29545
-0.280089
-0.264569
-0.251392
-0.2427
-0.242411
-0.254241
-0.281474
-0.328392
-0.397581
-0.490398
-0.602215
-0.724405
-0.850011
-0.972321
-1.08286
-1.16761
-1.21629
-1.22274
-1.17872
-1.08755
-0.96722
-0.83401
-0.700539
-0.576041
-0.465857
-0.371811
-0.293449
-0.229137
-0.176841
-0.134602
-0.100664
-0.0734875
-0.0517898
-0.0345289
-0.0208584
-0.0100918
-0.00167299
0.00484706
0.00983003
0.0135687
0.0163031
0.0182295
0.0195067
0.0202628
0.0206029
0.0206151
0.0203722
0.0199327
0.0193438
0.0186439
0.0178653
0.0170347
0.0161731
0.0152968
0.0144181
0.0135471
0.0126918
0.0118583
0.0110509
0.0102723
0.00952472
0.00880935
0.00812703
0.007478
0.00686184
0.00627783
0.00572463
0.005201
0.00470458
0.00423377
0.00378445
0.00335549
0.00293985
0.0025396
0.00214225
0.00175868
0.00136518
0.000990833
0.000591202
0.000226724
-0.0911002
-0.109322
-0.127904
-0.146748
-0.165747
-0.184762
-0.203605
-0.222042
-0.239786
-0.256499
-0.271793
-0.285229
-0.296372
-0.304774
-0.310081
-0.312061
-0.310602
-0.30592
-0.298369
-0.288709
-0.278009
-0.267603
-0.25954
-0.25575
-0.259156
-0.272832
-0.299255
-0.341084
-0.399963
-0.476949
-0.569294
-0.669945
-0.771378
-0.86757
-0.952201
-1.01633
-1.05321
-1.05665
-1.02268
-0.954398
-0.861198
-0.754299
-0.644043
-0.538565
-0.443078
-0.359809
-0.288941
-0.229604
-0.180481
-0.140162
-0.107284
-0.0805955
-0.0590081
-0.0416139
-0.0276591
-0.0165203
-0.00768361
-0.000727507
0.0046916
0.00885456
0.0119936
0.014301
0.0159341
0.0170206
0.0176656
0.0179573
0.0179697
0.0177633
0.0173867
0.0168799
0.0162762
0.0156036
0.0148847
0.0141372
0.013375
0.0126093
0.0118489
0.0111009
0.0103705
0.00966148
0.00897665
0.00831798
0.00768681
0.00708388
0.00650928
0.00596275
0.00544339
0.0049503
0.00448146
0.00403562
0.00360905
0.00320094
0.00280489
0.00242302
0.00204386
0.00167758
0.00130223
0.000944777
0.000563619
0.000216182
-0.0865697
-0.103779
-0.121286
-0.138992
-0.156796
-0.174565
-0.192125
-0.209261
-0.225722
-0.241218
-0.255428
-0.267999
-0.278587
-0.286852
-0.292527
-0.295462
-0.295612
-0.293189
-0.288559
-0.282398
-0.275658
-0.269502
-0.26563
-0.265691
-0.271893
-0.286641
-0.311849
-0.349343
-0.39981
-0.463436
-0.538772
-0.620987
-0.703657
-0.781249
-0.848365
-0.899205
-0.927542
-0.928041
-0.900071
-0.846188
-0.771475
-0.68422
-0.592715
-0.503514
-0.420998
-0.347421
-0.283496
-0.228971
-0.183067
-0.144799
-0.11314
-0.0870904
-0.0657496
-0.0483386
-0.0341958
-0.0227625
-0.0135697
-0.00622614
-0.000408617
0.00414985
0.007672
0.0103444
0.0123217
0.0137303
0.0146746
0.0152428
0.0155091
0.0155353
0.0153716
0.0150591
0.0146324
0.0141202
0.0135466
0.0129306
0.0122876
0.0116298
0.010967
0.0103072
0.00965642
0.00901943
0.00839975
0.00780002
0.00722215
0.00666739
0.00613633
0.00562916
0.0051454
0.00468453
0.00424491
0.00382559
0.0034233
0.0030375
0.00266243
0.00230025
0.00194046
0.00159259
0.0012363
0.000896713
0.000534831
0.000205295
-0.0821202
-0.098367
-0.114856
-0.131493
-0.148184
-0.164805
-0.181198
-0.197171
-0.212504
-0.226951
-0.240249
-0.252113
-0.262274
-0.270479
-0.276536
-0.280355
-0.281941
-0.281502
-0.279392
-0.276203
-0.272773
-0.270088
-0.269543
-0.272535
-0.280723
-0.295959
-0.319646
-0.353091
-0.396662
-0.449785
-0.511239
-0.577873
-0.644771
-0.707063
-0.760375
-0.799991
-0.821101
-0.820598
-0.797812
-0.754382
-0.694071
-0.622685
-0.546553
-0.470973
-0.399621
-0.334684
-0.277195
-0.227311
-0.184633
-0.148512
-0.118201
-0.0929301
-0.0719657
-0.0546526
-0.0404195
-0.0287728
-0.01929
-0.0116123
-0.00543856
-0.000517634
0.00336224
0.00638037
0.00868712
0.0104069
0.0116428
0.0124822
0.0129993
0.0132563
0.0133048
0.0131869
0.0129379
0.0125878
0.0121614
0.0116792
0.0111576
0.01061
0.0100472
0.00947794
0.00890922
0.00834657
0.00779426
0.00725561
0.0067331
0.0062285
0.00574289
0.00527692
0.00483052
0.00440354
0.00399475
0.00360351
0.00322701
0.00286499
0.00251228
0.00217111
0.00183187
0.00150353
0.00116728
0.000846553
0.000504798
0.000194035
-0.0777613
-0.093095
-0.108625
-0.124263
-0.139921
-0.155488
-0.170819
-0.185748
-0.200086
-0.213625
-0.22615
-0.237433
-0.247267
-0.255465
-0.261893
-0.266507
-0.269347
-0.270612
-0.270635
-0.269926
-0.269208
-0.269311
-0.27135
-0.276496
-0.285993
-0.301238
-0.32325
-0.352875
-0.390401
-0.435099
-0.48565
-0.539709
-0.593568
-0.643276
-0.685225
-0.715649
-0.73143
-0.730725
-0.711996
-0.676592
-0.627374
-0.568527
-0.504876
-0.440639
-0.3789
-0.321693
-0.270165
-0.224716
-0.185227
-0.151312
-0.122457
-0.0980848
-0.0776169
-0.0605124
-0.046286
-0.0345086
-0.0248048
-0.0168495
-0.0103657
-0.00511918
-0.000910651
0.00243053
0.00504923
0.00706666
0.00858412
0.00968746
0.0104502
0.0109348
0.0111934
0.011269
0.0111978
0.0110104
0.0107324
0.0103855
0.00998706
0.00955158
0.00909076
0.0086142
0.00812968
0.00764348
0.00716062
0.00668507
0.00621987
0.00576733
0.00532901
0.00490601
0.00449867
0.00410725
0.00373088
0.00336927
0.00302006
0.00268327
0.0023543
0.00203544
0.00171795
0.00141029
0.00109507
0.000794218
0.00047348
0.00018238
-0.0735031
-0.0879726
-0.102601
-0.117307
-0.13201
-0.146608
-0.160977
-0.174969
-0.188424
-0.20117
-0.213032
-0.223831
-0.233405
-0.241623
-0.248393
-0.253703
-0.257615
-0.260316
-0.26211
-0.263432
-0.264891
-0.267184
-0.271187
-0.277854
-0.288125
-0.303024
-0.323304
-0.349457
-0.38164
-0.419221
-0.460932
-0.504867
-0.548246
-0.58792
-0.620912
-0.644571
-0.656145
-0.654894
-0.638965
-0.609708
-0.569213
-0.520459
-0.467026
-0.412294
-0.358876
-0.308581
-0.262539
-0.221288
-0.184912
-0.153228
-0.125907
-0.102537
-0.0826736
-0.0658815
-0.0517562
-0.0399307
-0.0300763
-0.0219026
-0.0151577
-0.00962574
-0.00512093
-0.00148248
0.00142778
0.00372687
0.00551337
0.00687127
0.00787285
0.00858012
0.00904537
0.00931234
0.00941771
0.00939262
0.00926353
0.00905271
0.00877868
0.00845675
0.00809952
0.00771739
0.0073189
0.00691104
0.00649951
0.00608891
0.00568285
0.00528416
0.00489488
0.00451654
0.00414992
0.00379565
0.00345327
0.00312282
0.00280238
0.00249224
0.00218837
0.00189313
0.00159859
0.00131276
0.00101959
0.000739643
0.000440843
0.000170308
-0.0693546
-0.0830083
-0.0967913
-0.110629
-0.124447
-0.138158
-0.151651
-0.1648
-0.17747
-0.189518
-0.200804
-0.211188
-0.220547
-0.228788
-0.235854
-0.241753
-0.246561
-0.250445
-0.253678
-0.256628
-0.259798
-0.263764
-0.269211
-0.276894
-0.287528
-0.30184
-0.320383
-0.343426
-0.370971
-0.402484
-0.436866
-0.472566
-0.507472
-0.539127
-0.565216
-0.583606
-0.592271
-0.589834
-0.576161
-0.551827
-0.518227
-0.477539
-0.43251
-0.385824
-0.339627
-0.295477
-0.254442
-0.217131
-0.183761
-0.154301
-0.128566
-0.106281
-0.0871163
-0.0707317
-0.056797
-0.0450041
-0.0350696
-0.0267379
-0.0197831
-0.0140085
-0.00924257
-0.00533547
-0.00215672
0.000405508
0.00244635
0.00404732
0.00527899
0.00620237
0.00686951
0.00732435
0.00760397
0.00773994
0.00775921
0.00768467
0.00753561
0.00732813
0.00707565
0.0067893
0.00647833
0.00615041
0.00581186
0.00546788
0.00512263
0.00477945
0.00444083
0.00410877
0.00378444
0.00346887
0.00316198
0.00286417
0.00257394
0.00229186
0.00201443
0.0017441
0.0014737
0.00121085
0.000940776
0.000682772
0.000406858
0.000157802
-0.0653233
-0.0782083
-0.091199
-0.104227
-0.117228
-0.130124
-0.142819
-0.155207
-0.167173
-0.178601
-0.189378
-0.199396
-0.208565
-0.216818
-0.224123
-0.230502
-0.236033
-0.240868
-0.245241
-0.249463
-0.25394
-0.259143
-0.265603
-0.273903
-0.284584
-0.298154
-0.314996
-0.33525
-0.358811
-0.385209
-0.413538
-0.442531
-0.47057
-0.495778
-0.51626
-0.53028
-0.536505
-0.533703
-0.521854
-0.501325
-0.473184
-0.439076
-0.401045
-0.361166
-0.321197
-0.282482
-0.245993
-0.21235
-0.181855
-0.154582
-0.13046
-0.109321
-0.0909353
-0.0750429
-0.0613819
-0.0496985
-0.0397532
-0.0313243
-0.024212
-0.0182392
-0.0132496
-0.00910495
-0.00568323
-0.0028787
-0.000600413
0.00123013
0.00268128
0.00381256
0.0046753
0.00531328
0.0057637
0.00605838
0.00622459
0.00628568
0.00626149
0.00616882
0.00602175
0.00583212
0.0056098
0.00536309
0.00509889
0.00482297
0.00454001
0.00425382
0.00396738
0.00368309
0.00340254
0.00312713
0.00285719
0.00259344
0.00233482
0.00208215
0.00183248
0.00158832
0.00134325
0.00110452
0.00085859
0.000623568
0.000371503
0.000144846
-0.0614146
-0.0735764
-0.0858254
-0.0981006
-0.110345
-0.122491
-0.134457
-0.146152
-0.157482
-0.168352
-0.178671
-0.188358
-0.197345
-0.205586
-0.213069
-0.219819
-0.225915
-0.231488
-0.236737
-0.241919
-0.247361
-0.253437
-0.260559
-0.269165
-0.279659
-0.29239
-0.307607
-0.325368
-0.345515
-0.367632
-0.390976
-0.414524
-0.437005
-0.456961
-0.472919
-0.483586
-0.487906
-0.484842
-0.47442
-0.456977
-0.433301
-0.404578
-0.372337
-0.338205
-0.303609
-0.269685
-0.237298
-0.207047
-0.179275
-0.15413
-0.131625
-0.111675
-0.0941305
-0.0788033
-0.065491
-0.0539895
-0.0441
-0.0356337
-0.0284164
-0.0222911
-0.017117
-0.0127677
-0.00913065
-0.00610674
-0.00360991
-0.00156523
9.29804e-05
0.00142232
0.00247293
0.00328803
0.00390466
0.00435465
0.00466544
0.00486064
0.00496052
0.00498238
0.00494087
0.00484841
0.00471547
0.00455089
0.00436212
0.00415544
0.00393602
0.00370815
0.00347523
0.00324007
0.00300467
0.0027708
0.00253917
0.00231084
0.00208516
0.00186322
0.00164258
0.00142581
0.00120724
0.000993763
0.00077302
0.000562013
0.00033477
0.000131433
-0.0576318
-0.0691137
-0.0806688
-0.0922429
-0.103787
-0.115241
-0.126538
-0.1376
-0.148349
-0.158709
-0.168609
-0.177985
-0.186787
-0.194987
-0.202581
-0.2096
-0.216112
-0.222234
-0.228129
-0.234007
-0.240125
-0.246778
-0.254279
-0.262953
-0.273094
-0.284936
-0.298631
-0.31418
-0.331409
-0.349947
-0.369187
-0.388304
-0.406298
-0.422056
-0.434455
-0.44245
-0.445186
-0.441987
-0.432814
-0.417914
-0.397853
-0.373528
-0.346105
-0.316838
-0.286871
-0.257157
-0.228452
-0.201315
-0.176104
-0.15301
-0.132104
-0.113366
-0.0967104
-0.0820091
-0.0691115
-0.0578581
-0.0480875
-0.0396415
-0.0323713
-0.0261395
-0.0208209
-0.0163014
-0.0124782
-0.00925963
-0.00656494
-0.00432329
-0.00247212
-0.000956143
0.00027318
0.0012581
0.00203518
0.00263605
0.00308809
0.00341505
0.00363743
0.00377286
0.00383648
0.00384116
0.00379788
0.00371597
0.00360338
0.00346683
0.00331198
0.00314352
0.00296527
0.00278045
0.00259144
0.00240036
0.00220832
0.00201668
0.00182521
0.00163525
0.00144485
0.00125667
0.00106572
0.0008786
0.00068408
0.00049811
0.000296659
0.000117556
-0.0539767
-0.0648195
-0.0757252
-0.086646
-0.097539
-0.108354
-0.119034
-0.129513
-0.139728
-0.149617
-0.159123
-0.168198
-0.176807
-0.184931
-0.192572
-0.199761
-0.206559
-0.213062
-0.219404
-0.225754
-0.23231
-0.239301
-0.246961
-0.255525
-0.265201
-0.276144
-0.288432
-0.302033
-0.316771
-0.332321
-0.348187
-0.363709
-0.378107
-0.390519
-0.400066
-0.405944
-0.40751
-0.404254
-0.396124
-0.383301
-0.366208
-0.345517
-0.32211
-0.296956
-0.270971
-0.244947
-0.219537
-0.195246
-0.172424
-0.151288
-0.131946
-0.114426
-0.0986915
-0.0846642
-0.0722377
-0.0612915
-0.0516978
-0.0433273
-0.0360547
-0.0297618
-0.0243389
-0.0196845
-0.0157057
-0.0123185
-0.00944816
-0.00702827
-0.00499976
-0.00331006
-0.00191259
-0.00076641
0.000164221
0.000910466
0.00149949
0.00195496
0.00229745
0.00254483
0.00271252
0.00281377
0.00285996
0.00286085
0.00282481
0.00275898
0.00266942
0.00256123
0.00243862
0.00230517
0.00216364
0.00201648
0.00186517
0.0017114
0.00155531
0.00139851
0.0012395
0.00108103
0.000918809
0.000759107
0.000591823
0.000431887
0.000257185
0.000103217
-0.0504495
-0.0606916
-0.0709889
-0.0812997
-0.0915873
-0.101809
-0.111916
-0.121855
-0.131573
-0.14102
-0.150151
-0.158931
-0.167332
-0.175343
-0.18297
-0.19024
-0.197206
-0.203947
-0.210569
-0.217204
-0.224005
-0.231143
-0.238791
-0.247117
-0.256261
-0.26632
-0.277324
-0.289217
-0.301835
-0.314895
-0.327993
-0.340605
-0.352116
-0.361857
-0.369157
-0.373404
-0.374086
-0.370823
-0.36358
-0.352488
-0.337848
-0.320164
-0.300113
-0.278447
-0.255891
-0.233097
-0.210624
-0.18892
-0.168315
-0.149033
-0.131205
-0.114892
-0.100097
-0.0867794
-0.0748701
-0.0642824
-0.0549183
-0.0466745
-0.0394477
-0.0331381
-0.0276509
-0.0228971
-0.0187938
-0.0152651
-0.0122425
-0.00966441
-0.00747556
-0.00562639
-0.00407263
-0.00277498
-0.00169882
-0.000813717
-9.2946e-05
0.000486912
0.000946362
0.00130332
0.00157338
0.00177005
0.00190503
0.0019884
0.00202889
0.00203401
0.00201018
0.00196286
0.00189661
0.00181536
0.00172221
0.00161995
0.00151041
0.00139555
0.00127592
0.00115335
0.00102682
0.000899139
0.000766666
0.000635407
0.000496336
0.000363397
0.00021638
8.8422e-05
-0.0470492
-0.056726
-0.0664527
-0.0761929
-0.0859151
-0.0955837
-0.105157
-0.114591
-0.123842
-0.13287
-0.141639
-0.150122
-0.158298
-0.166161
-0.173717
-0.18099
-0.188023
-0.194879
-0.201641
-0.208409
-0.2153
-0.222438
-0.229949
-0.237946
-0.246522
-0.25573
-0.265571
-0.275976
-0.286793
-0.297782
-0.308613
-0.318871
-0.328073
-0.335703
-0.341243
-0.344221
-0.344247
-0.341043
-0.334571
-0.324922
-0.312318
-0.297142
-0.279911
-0.261206
-0.241603
-0.221635
-0.201773
-0.182411
-0.16385
-0.146311
-0.129935
-0.114807
-0.100956
-0.0883714
-0.0770155
-0.0668295
-0.0577414
-0.0496709
-0.0425351
-0.0362511
-0.0307387
-0.0259207
-0.0217244
-0.018082
-0.0149314
-0.0122161
-0.00988506
-0.00789188
-0.00619487
-0.00475669
-0.00354411
-0.00252767
-0.00168132
-0.000982059
-0.000409623
5.38167e-05
0.000423891
0.000714253
0.000936791
0.00110186
0.00121845
0.00129438
0.00133638
0.00135024
0.00134082
0.00131237
0.00126833
0.00121176
0.00114484
0.00106983
0.00098762
0.00090026
0.000807188
0.000711281
0.000609531
0.000507676
0.000397748
0.000292724
0.000174289
7.31837e-05
-0.0437732
-0.0529178
-0.0621083
-0.0713133
-0.080506
-0.0896562
-0.0987292
-0.107688
-0.116497
-0.125123
-0.133539
-0.141721
-0.149655
-0.157337
-0.164771
-0.171978
-0.178992
-0.185861
-0.192648
-0.199428
-0.206287
-0.213313
-0.220594
-0.228205
-0.236201
-0.244606
-0.253401
-0.262512
-0.271804
-0.281074
-0.290053
-0.298412
-0.305773
-0.311735
-0.315902
-0.317914
-0.317473
-0.314369
-0.30857
-0.300141
-0.289246
-0.276173
-0.261319
-0.245136
-0.228077
-0.210578
-0.193034
-0.175783
-0.159098
-0.143185
-0.128193
-0.114215
-0.1013
-0.089462
-0.0786859
-0.0689366
-0.0601642
-0.0523087
-0.0453053
-0.0390869
-0.0335867
-0.028739
-0.0244809
-0.0207527
-0.0174989
-0.0146682
-0.012214
-0.0100932
-0.00826709
-0.00670037
-0.00536149
-0.00422221
-0.00325735
-0.00244452
-0.00176386
-0.00119776
-0.000730701
-0.000349
-4.06678e-05
0.000204805
0.000396625
0.000542843
0.000650437
0.000725457
0.00077307
0.000797781
0.000803333
0.000793071
0.000769482
0.00073507
0.000691104
0.000639817
0.000581085
0.000517846
0.000447708
0.000376147
0.000296231
0.000219984
0.000130981
5.75232e-05
-0.0406183
-0.0492608
-0.0579466
-0.0666484
-0.0753432
-0.0840058
-0.0926069
-0.101116
-0.109503
-0.117741
-0.125807
-0.133684
-0.141359
-0.148829
-0.156099
-0.163182
-0.170105
-0.176903
-0.183624
-0.190321
-0.197055
-0.203887
-0.210874
-0.218064
-0.225486
-0.233143
-0.241004
-0.248995
-0.256998
-0.264843
-0.272312
-0.279141
-0.285038
-0.289692
-0.2928
-0.294085
-0.293321
-0.290353
-0.285152
-0.277764
-0.26831
-0.257011
-0.244171
-0.23014
-0.215278
-0.199937
-0.184445
-0.169092
-0.154119
-0.139718
-0.126032
-0.113161
-0.101166
-0.090077
-0.0798979
-0.0706122
-0.0621884
-0.0545842
-0.0477505
-0.0416346
-0.0361819
-0.0313378
-0.0270484
-0.0232622
-0.0199301
-0.0170064
-0.0144486
-0.0122175
-0.0102771
-0.00859474
-0.00714061
-0.00588788
-0.00481244
-0.00389269
-0.00310933
-0.00244513
-0.00188477
-0.00141469
-0.0010229
-0.000698807
-0.000433093
-0.000217539
-4.49692e-05
9.08817e-05
0.000195418
0.000273386
0.000328793
0.000365232
0.000385478
0.000392273
0.000387215
0.000372727
0.000349094
0.000319309
0.000281577
0.000241113
0.000192004
0.000145325
8.65408e-05
4.14679e-05
-0.0375801
-0.0457485
-0.0539581
-0.0621851
-0.0704104
-0.0786123
-0.0867662
-0.0948464
-0.102828
-0.110689
-0.118409
-0.125975
-0.133377
-0.140609
-0.147676
-0.154587
-0.161361
-0.168023
-0.174605
-0.181146
-0.187686
-0.194265
-0.200919
-0.207673
-0.214539
-0.221506
-0.228537
-0.235563
-0.242479
-0.249145
-0.255383
-0.260985
-0.265723
-0.269357
-0.271653
-0.272402
-0.271428
-0.268623
-0.263959
-0.257468
-0.249241
-0.239446
-0.228319
-0.216131
-0.203167
-0.189711
-0.176035
-0.162384
-0.14897
-0.135964
-0.123505
-0.111691
-0.100591
-0.0902453
-0.0806719
-0.0718691
-0.0638202
-0.0564978
-0.0498667
-0.0438866
-0.0385142
-0.033705
-0.0294139
-0.0255969
-0.0222113
-0.0192169
-0.0165755
-0.0142518
-0.0122129
-0.0104286
-0.00887102
-0.00751504
-0.00633776
-0.00531852
-0.00443872
-0.00368166
-0.00303236
-0.00247747
-0.0020051
-0.00160471
-0.0012669
-0.000983388
-0.000746848
-0.000550856
-0.000389817
-0.000258782
-0.000153519
-7.02148e-05
-5.83377e-06
4.25807e-05
7.69329e-05
9.98153e-05
0.000111906
0.000116238
0.000111598
0.000102935
8.53363e-05
6.89318e-05
4.10758e-05
2.50525e-05
-0.0346539
-0.0423736
-0.0501329
-0.0579111
-0.0656917
-0.0734567
-0.081185
-0.0888549
-0.0964453
-0.103937
-0.111315
-0.118566
-0.12568
-0.132654
-0.139488
-0.146188
-0.152766
-0.15924
-0.165629
-0.171959
-0.178256
-0.184543
-0.190841
-0.197158
-0.203495
-0.209832
-0.21613
-0.222324
-0.228326
-0.234017
-0.239255
-0.243875
-0.2477
-0.250542
-0.252224
-0.252586
-0.251497
-0.248873
-0.244693
-0.23898
-0.231803
-0.223292
-0.213628
-0.203024
-0.191703
-0.179895
-0.167825
-0.155698
-0.143696
-0.131976
-0.120661
-0.10985
-0.0996129
-0.0899978
-0.0810314
-0.0727234
-0.0650693
-0.0580537
-0.0516533
-0.0458385
-0.0405765
-0.0358314
-0.0315666
-0.0277449
-0.0243302
-0.0212872
-0.0185825
-0.0161843
-0.014063
-0.0121909
-0.0105424
-0.00909404
-0.00782435
-0.00671375
-0.00574448
-0.00490047
-0.00416721
-0.00353168
-0.00298219
-0.00250832
-0.00210071
-0.00175105
-0.00145194
-0.00119686
-0.000980075
-0.000796467
-0.000641618
-0.000511532
-0.000402939
-0.000312698
-0.00023862
-0.000177963
-0.000129677
-9.07018e-05
-6.16916e-05
-3.79648e-05
-2.34522e-05
-8.97337e-06
-5.28398e-06
8.322e-06
-0.0318342
-0.0391288
-0.0464613
-0.053814
-0.0611725
-0.0685216
-0.0758433
-0.083119
-0.0903306
-0.097462
-0.104499
-0.111431
-0.118248
-0.124946
-0.131524
-0.137983
-0.144331
-0.150577
-0.156733
-0.162815
-0.168835
-0.174807
-0.180738
-0.186628
-0.192467
-0.198232
-0.203884
-0.209365
-0.214597
-0.219484
-0.223911
-0.227748
-0.230855
-0.233089
-0.234313
-0.234408
-0.233273
-0.230844
-0.227102
-0.22207
-0.215799
-0.208389
-0.199982
-0.190742
-0.180848
-0.170482
-0.15983
-0.149065
-0.138342
-0.127799
-0.117548
-0.107682
-0.0982712
-0.0893669
-0.081002
-0.0731943
-0.0659486
-0.0592594
-0.0531129
-0.0474893
-0.0423642
-0.03771
-0.0334976
-0.0296964
-0.0262759
-0.0232062
-0.0204581
-0.0180036
-0.0158162
-0.0138709
-0.0121445
-0.0106153
-0.00926325
-0.00807005
-0.00701889
-0.00609446
-0.00528283
-0.0045714
-0.0039488
-0.00340479
-0.00293014
-0.00251658
-0.00215673
-0.001844
-0.00157256
-0.00133719
-0.00113331
-0.000956789
-0.00080415
-0.000672093
-0.000558172
-0.000459519
-0.000374734
-0.000300744
-0.000237665
-0.000181091
-0.000133987
-8.81302e-05
-5.23867e-05
-8.67236e-06
-0.0291158
-0.0360068
-0.0429341
-0.0498823
-0.0568391
-0.0637913
-0.0707234
-0.0776194
-0.0844635
-0.0912416
-0.0979411
-0.104552
-0.111065
-0.117475
-0.123779
-0.129975
-0.136066
-0.142057
-0.147953
-0.153759
-0.159484
-0.165128
-0.170693
-0.176171
-0.181548
-0.186797
-0.191881
-0.19675
-0.201336
-0.205561
-0.209331
-0.212544
-0.215091
-0.216862
-0.217752
-0.217671
-0.216556
-0.214314
-0.210971
-0.206539
-0.201056
-0.194598
-0.187274
-0.179215
-0.17056
-0.161459
-0.152061
-0.142512
-0.132943
-0.123475
-0.114208
-0.105228
-0.0966036
-0.0883856
-0.080611
-0.0733032
-0.066474
-0.0601254
-0.0542517
-0.0488407
-0.0438758
-0.0393367
-0.0352006
-0.0314432
-0.0280394
-0.0249639
-0.022192
-0.0196991
-0.0174621
-0.0154586
-0.0136676
-0.0120694
-0.0106456
-0.00937908
-0.00825418
-0.00725643
-0.00637257
-0.00559053
-0.00489933
-0.00428902
-0.00375057
-0.00327582
-0.00285744
-0.00248887
-0.00216423
-0.00187823
-0.0016262
-0.00140386
-0.0012076
-0.00103397
-0.000880312
-0.000743639
-0.000622234
-0.000513026
-0.000415615
-0.000325879
-0.000245841
-0.000168239
-0.000100056
-2.58703e-05
-0.026493
-0.0330003
-0.0395423
-0.0461053
-0.0526789
-0.0592514
-0.0658096
-0.0723392
-0.0788265
-0.0852587
-0.0916246
-0.0979141
-0.104119
-0.110233
-0.11625
-0.122168
-0.127986
-0.133703
-0.13932
-0.144837
-0.150255
-0.15557
-0.160776
-0.165863
-0.170812
-0.175598
-0.180185
-0.184528
-0.188572
-0.192251
-0.19549
-0.198209
-0.200321
-0.201743
-0.202395
-0.202206
-0.201117
-0.199081
-0.196115
-0.192221
-0.187428
-0.181796
-0.175411
-0.168376
-0.160803
-0.152811
-0.144522
-0.136058
-0.12753
-0.119041
-0.110681
-0.102529
-0.0946469
-0.0870869
-0.0798868
-0.0730735
-0.0666636
-0.0606649
-0.0550781
-0.0498975
-0.0451127
-0.0407097
-0.0366716
-0.0329795
-0.0296132
-0.0265521
-0.0237752
-0.0212617
-0.0189913
-0.0169445
-0.0151024
-0.0134474
-0.0119627
-0.0106326
-0.00944262
-0.00837913
-0.00742969
-0.00658283
-0.00582805
-0.00515575
-0.00455718
-0.00402437
-0.00355011
-0.0031279
-0.00275187
-0.00241671
-0.00211769
-0.00185045
-0.00161125
-0.00139655
-0.00120348
-0.00102897
-0.000871026
-0.00072658
-0.000594745
-0.000471695
-0.000358529
-0.000248959
-0.000148092
-4.32008e-05
-0.0239607
-0.0301026
-0.0362775
-0.0424732
-0.0486806
-0.0548896
-0.0610883
-0.0672643
-0.0734051
-0.0794992
-0.0855363
-0.0915066
-0.0974019
-0.103215
-0.108939
-0.11457
-0.120103
-0.125536
-0.130864
-0.136085
-0.141194
-0.146183
-0.151044
-0.155763
-0.16032
-0.16469
-0.168842
-0.172735
-0.176324
-0.179553
-0.182364
-0.184691
-0.186468
-0.187629
-0.188114
-0.187868
-0.186839
-0.185011
-0.18239
-0.178977
-0.17479
-0.169878
-0.16431
-0.158168
-0.151541
-0.144523
-0.137216
-0.129719
-0.122128
-0.114529
-0.107003
-0.0996192
-0.0924364
-0.0855031
-0.0788579
-0.0725292
-0.0665369
-0.0608931
-0.0556031
-0.0506666
-0.0460784
-0.0418297
-0.0379087
-0.0343014
-0.030992
-0.0279641
-0.0252002
-0.022683
-0.0203952
-0.0183198
-0.0164402
-0.0147408
-0.0132063
-0.0118227
-0.0105766
-0.00945537
-0.00844744
-0.00754199
-0.00672909
-0.00599956
-0.00534499
-0.00475767
-0.00423057
-0.00375729
-0.00333204
-0.00294954
-0.00260501
-0.00229408
-0.00201291
-0.00175788
-0.00152597
-0.00131405
-0.00111985
-0.00094034
-0.000774175
-0.000617835
-0.000471515
-0.000329912
-0.000196273
-6.05879e-05
-0.0215136
-0.0273074
-0.0331322
-0.0389772
-0.0448344
-0.0506948
-0.0565479
-0.0623824
-0.0681872
-0.0739516
-0.0796659
-0.0853208
-0.0909078
-0.0964192
-0.101848
-0.107187
-0.112431
-0.117575
-0.122612
-0.127535
-0.132339
-0.137012
-0.141544
-0.145919
-0.150118
-0.154117
-0.157887
-0.161395
-0.164601
-0.16746
-0.169924
-0.171942
-0.173462
-0.174433
-0.174807
-0.174544
-0.173606
-0.171979
-0.169672
-0.166687
-0.163036
-0.158755
-0.153901
-0.148538
-0.142739
-0.13658
-0.130142
-0.123508
-0.116759
-0.109969
-0.103206
-0.0965341
-0.0900055
-0.083666
-0.0775529
-0.0716954
-0.0661151
-0.0608269
-0.0558398
-0.0511574
-0.0467788
-0.0426997
-0.0389124
-0.0354071
-0.0321723
-0.0291948
-0.0264609
-0.0239563
-0.0216664
-0.0195767
-0.017673
-0.0159415
-0.0143686
-0.0129418
-0.0116488
-0.0104781
-0.00941914
-0.00846173
-0.00759656
-0.00681497
-0.00610893
-0.00547104
-0.00489451
-0.00437311
-0.00390116
-0.00347345
-0.00308522
-0.00273212
-0.00241022
-0.00211589
-0.00184596
-0.00159728
-0.00136733
-0.00115315
-0.00095295
-0.000763529
-0.000584211
-0.000410682
-0.000244351
-7.79446e-05
-0.0191471
-0.0246089
-0.0300995
-0.0356095
-0.0411316
-0.0466576
-0.0521784
-0.0576835
-0.0631629
-0.0686066
-0.0740054
-0.0793503
-0.0846329
-0.089845
-0.0949788
-0.100027
-0.104982
-0.109837
-0.114584
-0.119215
-0.123721
-0.128091
-0.132311
-0.136367
-0.14024
-0.143908
-0.147345
-0.150522
-0.153405
-0.155959
-0.158143
-0.159918
-0.161242
-0.162077
-0.162384
-0.162134
-0.161301
-0.159871
-0.157852
-0.155249
-0.152071
-0.148346
-0.144117
-0.139438
-0.134367
-0.128964
-0.123297
-0.117434
-0.111441
-0.105383
-0.0993192
-0.0933037
-0.0873851
-0.0816055
-0.076
-0.0705973
-0.06542
-0.0604848
-0.055803
-0.0513812
-0.0472221
-0.0433247
-0.0396851
-0.036297
-0.0331522
-0.030241
-0.0275528
-0.025076
-0.0227986
-0.0207086
-0.0187939
-0.0170423
-0.0154423
-0.0139825
-0.0126521
-0.0114406
-0.0103383
-0.00933586
-0.00842463
-0.00759649
-0.00684386
-0.00615971
-0.00553753
-0.00497131
-0.00445552
-0.00398508
-0.00355528
-0.00316181
-0.00280072
-0.00246838
-0.0021615
-0.00187696
-0.001612
-0.00136376
-0.00113003
-0.000907939
-0.000695972
-0.000490813
-0.000292058
-9.51756e-05
-0.0168568
-0.0220018
-0.0271735
-0.0323633
-0.0375645
-0.0427701
-0.0479715
-0.0531593
-0.0583242
-0.0634569
-0.0685486
-0.0735907
-0.0785747
-0.0834923
-0.0883354
-0.0930959
-0.0977658
-0.102337
-0.1068
-0.111147
-0.115366
-0.119446
-0.123375
-0.127136
-0.130713
-0.134085
-0.13723
-0.140122
-0.142733
-0.145034
-0.146993
-0.148577
-0.149754
-0.150494
-0.150768
-0.150553
-0.14983
-0.148587
-0.146837
-0.144576
-0.141818
-0.138583
-0.134904
-0.130826
-0.126396
-0.121662
-0.116679
-0.111503
-0.10619
-0.100795
-0.0953676
-0.0899566
-0.0846048
-0.0793503
-0.0742261
-0.0692598
-0.0644737
-0.0598856
-0.0555083
-0.0513508
-0.0474179
-0.0437117
-0.0402312
-0.036973
-0.033932
-0.0311013
-0.0284729
-0.0260379
-0.0237869
-0.0217098
-0.0197966
-0.0180369
-0.0164208
-0.0149384
-0.01358
-0.0123364
-0.0111986
-0.0101584
-0.00920755
-0.00833869
-0.00754468
-0.00681891
-0.00615518
-0.00554776
-0.00499133
-0.00448094
-0.004012
-0.00358026
-0.0031818
-0.00281302
-0.00247055
-0.0021513
-0.00185232
-0.00157086
-0.00130431
-0.00105018
-0.000806121
-0.000569823
-0.000339111
-0.000112183
-0.014639
-0.0194818
-0.0243489
-0.0292326
-0.034127
-0.0390255
-0.0439204
-0.048803
-0.0536647
-0.0584967
-0.0632908
-0.0680385
-0.0727316
-0.0773618
-0.0819208
-0.0864002
-0.0907914
-0.0950858
-0.099274
-0.103346
-0.107292
-0.111099
-0.114755
-0.118246
-0.121554
-0.124662
-0.12755
-0.130196
-0.132578
-0.134669
-0.136445
-0.13788
-0.138947
-0.139625
-0.13989
-0.139725
-0.139118
-0.138065
-0.136547
-0.134593
-0.132208
-0.129405
-0.126212
-0.122664
-0.118799
-0.114657
-0.110281
-0.105719
-0.101017
-0.0962203
-0.0913735
-0.0865177
-0.081691
-0.0769276
-0.0722578
-0.0677076
-0.063299
-0.0590496
-0.0549733
-0.0510804
-0.0473778
-0.0438694
-0.0405568
-0.0374391
-0.0345134
-0.0317755
-0.0292198
-0.0268396
-0.0246276
-0.0225759
-0.0206761
-0.0189198
-0.0172984
-0.0158034
-0.0144265
-0.0131594
-0.0119943
-0.0109235
-0.00993981
-0.00903628
-0.00820636
-0.00744388
-0.00674301
-0.00609833
-0.00550474
-0.00495749
-0.00445213
-0.00398453
-0.00355081
-0.00314742
-0.00277097
-0.00241841
-0.00208663
-0.00177303
-0.00147463
-0.0011893
-0.000913924
-0.000647191
-0.000385196
-0.000128853
-0.0124902
-0.0170447
-0.0216211
-0.0262126
-0.0308136
-0.0354182
-0.0400193
-0.0446089
-0.049179
-0.0537213
-0.0582281
-0.0626912
-0.0671026
-0.0714541
-0.0757375
-0.0799443
-0.0840658
-0.0880932
-0.0920171
-0.0958275
-0.0995138
-0.103065
-0.106467
-0.109708
-0.112773
-0.115645
-0.118308
-0.120742
-0.122927
-0.124844
-0.126472
-0.127789
-0.128776
-0.129414
-0.129686
-0.12958
-0.129085
-0.128192
-0.126901
-0.125227
-0.123177
-0.120761
-0.117998
-0.114917
-0.111552
-0.107934
-0.104099
-0.100085
-0.0959315
-0.0916765
-0.0873575
-0.0830103
-0.0786684
-0.0743623
-0.0701195
-0.0659643
-0.0619174
-0.0579962
-0.0542151
-0.0505849
-0.047114
-0.0438079
-0.0406698
-0.0377007
-0.0349001
-0.0322656
-0.0297937
-0.0274798
-0.0253184
-0.0233035
-0.0214284
-0.0196863
-0.01807
-0.0165723
-0.0151861
-0.0139043
-0.0127198
-0.0116259
-0.0106161
-0.00968417
-0.00882402
-0.00802999
-0.00729664
-0.00661889
-0.00599191
-0.00541118
-0.00487241
-0.00437162
-0.00390501
-0.00346912
-0.00306056
-0.00267634
-0.00231326
-0.00196883
-0.00163977
-0.00132432
-0.00101863
-0.000722381
-0.00043
-0.000145081
-0.0104078
-0.0146872
-0.0189864
-0.0232989
-0.0276197
-0.0319435
-0.0362635
-0.0405724
-0.0448628
-0.049127
-0.0533575
-0.0575466
-0.0616866
-0.0657696
-0.0697874
-0.0737318
-0.0775942
-0.0813658
-0.0850373
-0.0885991
-0.0920408
-0.0953515
-0.0985195
-0.101532
-0.104376
-0.107038
-0.109501
-0.11175
-0.113768
-0.115539
-0.117045
-0.11827
-0.119198
-0.119814
-0.120105
-0.12006
-0.119673
-0.118937
-0.117853
-0.11643
-0.114678
-0.112604
-0.110222
-0.107557
-0.104635
-0.101482
-0.0981282
-0.0946041
-0.0909425
-0.0871761
-0.0833366
-0.0794547
-0.0755594
-0.071678
-0.0678351
-0.0640529
-0.0603509
-0.0567459
-0.0532519
-0.0498804
-0.0466403
-0.0435383
-0.040579
-0.0377649
-0.0350969
-0.0325747
-0.0301962
-0.0279587
-0.0258584
-0.0238908
-0.0220508
-0.020333
-0.0187316
-0.0172407
-0.0158542
-0.014566
-0.0133701
-0.0122606
-0.0112316
-0.0102776
-0.00939303
-0.00857278
-0.00781182
-0.00710541
-0.00644905
-0.00583846
-0.00526954
-0.0047385
-0.00424164
-0.00377563
-0.00333709
-0.00292313
-0.00253046
-0.00215677
-0.00179848
-0.00145422
-0.00111944
-0.000794825
-0.000473181
-0.000160737
-0.00838914
-0.0124066
-0.0164415
-0.0204881
-0.0245417
-0.0285974
-0.032649
-0.0366897
-0.0407126
-0.0447105
-0.0486763
-0.0526029
-0.0564827
-0.0603082
-0.0640717
-0.067765
-0.0713799
-0.0749078
-0.0783399
-0.0816669
-0.084879
-0.0879659
-0.0909168
-0.0937202
-0.0963642
-0.0988361
-0.101123
-0.10321
-0.105085
-0.106733
-0.10814
-0.109292
-0.110177
-0.110783
-0.111099
-0.111119
-0.110835
-0.110245
-0.109351
-0.108155
-0.106668
-0.104897
-0.102854
-0.100556
-0.0980263
-0.095287
-0.0923616
-0.0892757
-0.0860564
-0.082731
-0.0793265
-0.0758693
-0.0723847
-0.0688964
-0.0654265
-0.0619952
-0.0586205
-0.0553182
-0.0521019
-0.0489831
-0.045971
-0.0430731
-0.0402947
-0.0376397
-0.0351103
-0.0327073
-0.0304304
-0.028278
-0.0262479
-0.024337
-0.0225416
-0.0208575
-0.0192803
-0.0178051
-0.0164269
-0.0151406
-0.013941
-0.0128231
-0.0117818
-0.0108121
-0.00990904
-0.00906803
-0.00828448
-0.00755404
-0.0068725
-0.00623588
-0.00564032
-0.0050822
-0.00455797
-0.00406445
-0.0035983
-0.00315676
-0.00273649
-0.00233533
-0.00194948
-0.00157796
-0.00121556
-0.000863956
-0.000514408
-0.000175714
-0.00643245
-0.0102005
-0.0139839
-0.0177772
-0.0215764
-0.0253767
-0.0291725
-0.0329575
-0.0367252
-0.040469
-0.0441822
-0.0478581
-0.0514896
-0.0550695
-0.0585903
-0.0620446
-0.0654243
-0.0687214
-0.0719274
-0.0750336
-0.0780308
-0.0809096
-0.0836599
-0.0862716
-0.0887338
-0.0910354
-0.093165
-0.0951108
-0.0968611
-0.0984041
-0.0997283
-0.100822
-0.101676
-0.102281
-0.102628
-0.102711
-0.102526
-0.102071
-0.101344
-0.10035
-0.0991008
-0.0976026
-0.0958613
-0.0938909
-0.0917101
-0.0893383
-0.0867949
-0.0841007
-0.0812782
-0.0783505
-0.0753404
-0.0722704
-0.0691624
-0.0660372
-0.0629143
-0.0598119
-0.0567463
-0.0537324
-0.050783
-0.0479093
-0.0451208
-0.042425
-0.0398281
-0.0373346
-0.0349478
-0.0326695
-0.0305004
-0.0284404
-0.0264884
-0.0246425
-0.0229001
-0.0212584
-0.0197139
-0.0182627
-0.016901
-0.0156244
-0.0144288
-0.0133097
-0.0122627
-0.0112836
-0.0103681
-0.00951183
-0.00871082
-0.00796108
-0.00725874
-0.00660013
-0.00598161
-0.0053998
-0.00485132
-0.00433313
-0.00384197
-0.00337525
-0.00292957
-0.002503
-0.00209149
-0.00169449
-0.00130618
-0.000929185
-0.000553324
-0.000189875
-0.00453611
-0.00806698
-0.0116112
-0.0151639
-0.0187211
-0.0222786
-0.0258311
-0.0293729
-0.0328979
-0.0363999
-0.0398729
-0.0433102
-0.0467056
-0.050052
-0.0533427
-0.0565703
-0.0597275
-0.0628067
-0.0658
-0.0686992
-0.0714959
-0.0741814
-0.0767468
-0.0791826
-0.0814794
-0.0836275
-0.0856167
-0.0874372
-0.0890789
-0.090532
-0.0917868
-0.0928342
-0.093666
-0.0942746
-0.0946536
-0.0947982
-0.0947047
-0.0943711
-0.0937975
-0.0929857
-0.0919513
-0.0906931
-0.0892194
-0.0875402
-0.0856698
-0.0836249
-0.081422
-0.0790784
-0.0766124
-0.0740432
-0.0713903
-0.0686729
-0.0659098
-0.0631191
-0.0603179
-0.0575225
-0.0547478
-0.0520073
-0.0493131
-0.0466758
-0.0441048
-0.0416077
-0.039191
-0.0368598
-0.0346179
-0.032468
-0.0304119
-0.0284502
-0.0265828
-0.024809
-0.0231272
-0.0215355
-0.0200313
-0.018612
-0.0172743
-0.0160149
-0.0148303
-0.0137169
-0.012671
-0.0116887
-0.0107665
-0.00990061
-0.00908733
-0.00832313
-0.00760449
-0.00692805
-0.00629044
-0.00568852
-0.00511907
-0.00457927
-0.00406593
-0.00357664
-0.00310799
-0.00265826
-0.00222325
-0.00180277
-0.00139048
-0.000989935
-0.000589589
-0.000203106
-0.00269892
-0.00600462
-0.00932185
-0.0126461
-0.0159737
-0.0193007
-0.0226223
-0.0259333
-0.029228
-0.0325007
-0.0357457
-0.038957
-0.0421286
-0.045254
-0.0483269
-0.0513405
-0.054288
-0.0571622
-0.059956
-0.0626617
-0.0652717
-0.067778
-0.0701726
-0.0724472
-0.0745933
-0.0766022
-0.0784655
-0.0801745
-0.0817206
-0.0830955
-0.0842912
-0.0853003
-0.0861159
-0.0867318
-0.0871431
-0.0873457
-0.0873371
-0.0871162
-0.0866842
-0.0860438
-0.0851908
-0.0841441
-0.0829072
-0.0814861
-0.0798918
-0.0781379
-0.0762387
-0.0742085
-0.0720623
-0.0698161
-0.0674864
-0.0650896
-0.0626417
-0.0601584
-0.0576549
-0.0551454
-0.0526432
-0.0501608
-0.0477093
-0.0452988
-0.0429382
-0.040635
-0.0383959
-0.0362261
-0.0341301
-0.032111
-0.0301713
-0.0283124
-0.0265351
-0.0248393
-0.0232244
-0.0216894
-0.0202327
-0.0188521
-0.0175455
-0.0163102
-0.0151435
-0.0140423
-0.0130037
-0.0120245
-0.0111014
-0.0102313
-0.00941089
-0.0086371
-0.00790674
-0.00721675
-0.00656404
-0.00594572
-0.00535879
-0.0048006
-0.0042681
-0.00375906
-0.00327008
-0.00279969
-0.00234351
-0.00190179
-0.00146768
-0.00104564
-0.000622862
-0.000215284
-0.000919923
-0.00401214
-0.00711419
-0.0102219
-0.013332
-0.0164407
-0.0195438
-0.0226363
-0.025713
-0.0287687
-0.0317981
-0.0347957
-0.0377559
-0.0406728
-0.0435404
-0.0463525
-0.0491029
-0.0517849
-0.0543919
-0.056917
-0.0593534
-0.0616937
-0.0639308
-0.0660572
-0.0680656
-0.0699483
-0.0716978
-0.0733068
-0.074768
-0.0760742
-0.0772189
-0.0781957
-0.078999
-0.0796238
-0.080066
-0.0803222
-0.0803907
-0.0802703
-0.0799614
-0.0794655
-0.0787848
-0.0779289
-0.0769023
-0.075711
-0.0743627
-0.0728683
-0.07124
-0.06949
-0.0676307
-0.0656754
-0.0636379
-0.0615321
-0.0593718
-0.0571706
-0.0549416
-0.0526974
-0.0504499
-0.0482102
-0.0459886
-0.0437944
-0.0416361
-0.039521
-0.0374555
-0.0354452
-0.0334945
-0.0316072
-0.0297861
-0.0280333
-0.0263501
-0.0247372
-0.0231947
-0.0217222
-0.0203189
-0.0189834
-0.0177142
-0.0165094
-0.0153668
-0.0142841
-0.0132589
-0.0122884
-0.0113701
-0.0105011
-0.00967879
-0.00890027
-0.00816277
-0.00746357
-0.00679984
-0.00616898
-0.00556815
-0.00499497
-0.00444649
-0.0039207
-0.00341424
-0.00292586
-0.00245109
-0.00199057
-0.001537
-0.00109575
-0.000652812
-0.000226286
0.000801597
-0.00208854
-0.00498697
-0.0078899
-0.0107943
-0.0136967
-0.0165933
-0.0194794
-0.0223503
-0.0252012
-0.0280273
-0.0308234
-0.0335844
-0.036305
-0.0389796
-0.0416026
-0.0441681
-0.0466702
-0.0491029
-0.0514598
-0.0537348
-0.0559214
-0.0580131
-0.0600033
-0.0618855
-0.063653
-0.0652993
-0.0668181
-0.0682031
-0.0694483
-0.070548
-0.0714969
-0.0722904
-0.0729242
-0.073395
-0.0737002
-0.0738381
-0.0738078
-0.0736099
-0.0732457
-0.0727179
-0.072029
-0.0711889
-0.0702012
-0.0690714
-0.067808
-0.0664214
-0.0649218
-0.0633198
-0.0616262
-0.0598526
-0.0580108
-0.0561126
-0.0541696
-0.0521933
-0.0501946
-0.0481841
-0.0461719
-0.0441671
-0.0421783
-0.0402135
-0.0382796
-0.0363829
-0.0345287
-0.0327218
-0.0309661
-0.0292646
-0.0276199
-0.0260337
-0.0245074
-0.0230417
-0.0216366
-0.0202919
-0.019007
-0.0177809
-0.0166123
-0.0154997
-0.0144412
-0.013435
-0.0124789
-0.0115707
-0.0107081
-0.0098888
-0.00911034
-0.00837029
-0.00766622
-0.00699561
-0.00635611
-0.00574511
-0.00516044
-0.00459932
-0.00405993
-0.00353898
-0.00303548
-0.00254487
-0.00206817
-0.00159774
-0.00113973
-0.000679128
-0.000236009
0.00246619
-0.000232958
-0.00293905
-0.00564862
-0.00835888
-0.0110667
-0.0137685
-0.0164601
-0.0191371
-0.0217952
-0.0244299
-0.0270366
-0.0296105
-0.0321468
-0.0346404
-0.0370861
-0.0394787
-0.0418128
-0.0440829
-0.0462834
-0.0484086
-0.0504527
-0.0524101
-0.0542748
-0.0560411
-0.0577032
-0.0592554
-0.0606923
-0.0620083
-0.0631984
-0.0642577
-0.0651818
-0.0659667
-0.066609
-0.0671057
-0.0674546
-0.0676545
-0.0677045
-0.067605
-0.0673569
-0.0669623
-0.0664242
-0.06575
-0.0649422
-0.0640067
-0.0629497
-0.0617788
-0.060503
-0.0591314
-0.0576731
-0.0561376
-0.0545349
-0.052875
-0.051168
-0.0494236
-0.0476516
-0.0458612
-0.0440613
-0.0422601
-0.0404657
-0.038685
-0.0369249
-0.0351911
-0.033489
-0.0318231
-0.0301975
-0.0286155
-0.0270799
-0.0255928
-0.0241558
-0.02277
-0.0214362
-0.0201546
-0.018925
-0.017747
-0.0166197
-0.0155423
-0.0145133
-0.0135313
-0.0125948
-0.0117018
-0.0108507
-0.0100392
-0.00926549
-0.00852738
-0.00782278
-0.00714942
-0.00650523
-0.00588783
-0.00529527
-0.00472495
-0.00417525
-0.00364297
-0.00312736
-0.00262382
-0.00213376
-0.00164922
-0.00117712
-0.000701524
-0.000244342
0.00407429
0.00155533
-0.000969397
-0.00349673
-0.00602412
-0.00854874
-0.0110672
-0.0135758
-0.0160706
-0.0185475
-0.0210025
-0.0234314
-0.0258299
-0.0281935
-0.0305177
-0.0327977
-0.0350289
-0.0372063
-0.039325
-0.0413799
-0.0433661
-0.0452783
-0.0471115
-0.0488604
-0.05052
-0.0520853
-0.0535512
-0.054913
-0.056166
-0.0573058
-0.0583283
-0.0592297
-0.0600065
-0.0606558
-0.0611752
-0.0615628
-0.0618175
-0.0619386
-0.0619263
-0.0617817
-0.0615064
-0.0611029
-0.0605727
-0.0599242
-0.0591611
-0.058287
-0.0573083
-0.0562323
-0.055067
-0.0538199
-0.0524989
-0.0511124
-0.049669
-0.0481771
-0.0466454
-0.0450821
-0.0434953
-0.041893
-0.0402825
-0.0386709
-0.0370648
-0.0354704
-0.0338931
-0.0323381
-0.0308097
-0.029312
-0.0278484
-0.0264218
-0.0250345
-0.0236885
-0.0223852
-0.0211257
-0.0199106
-0.0187402
-0.0176145
-0.0165332
-0.0154955
-0.0145008
-0.013548
-0.0126358
-0.0117629
-0.0109278
-0.0101288
-0.00936438
-0.0086326
-0.0079317
-0.00725971
-0.00661478
-0.00599479
-0.005398
-0.00482199
-0.00426535
-0.003725
-0.00320043
-0.00268702
-0.00218657
-0.00169083
-0.00120746
-0.000719729
-0.000251195
0.00562626
0.00327701
0.00092301
-0.00143287
-0.00378831
-0.00614072
-0.00848705
-0.0108239
-0.0131476
-0.0154547
-0.0177413
-0.0200037
-0.022238
-0.0244402
-0.0266061
-0.0287315
-0.0308121
-0.0328435
-0.0348214
-0.0367411
-0.0385982
-0.0403881
-0.0421063
-0.0437483
-0.0453094
-0.0467854
-0.0481718
-0.0494645
-0.0506594
-0.0517528
-0.0527411
-0.053621
-0.0543895
-0.0550442
-0.055583
-0.0560041
-0.0563067
-0.05649
-0.0565543
-0.0565002
-0.0563289
-0.0560423
-0.0556431
-0.055136
-0.0545249
-0.0538133
-0.0530057
-0.0521083
-0.0511275
-0.0500697
-0.0489418
-0.0477507
-0.0465035
-0.0452075
-0.0438702
-0.0424986
-0.0410998
-0.0396807
-0.0382481
-0.0368081
-0.0353667
-0.0339296
-0.0325018
-0.0310882
-0.0296931
-0.0283202
-0.026973
-0.0256544
-0.024367
-0.0231128
-0.0218935
-0.0207104
-0.0195646
-0.0184565
-0.0173867
-0.016355
-0.0153612
-0.014405
-0.0134856
-0.0126022
-0.0117537
-0.0109392
-0.0101571
-0.00940622
-0.00868501
-0.00799195
-0.00732533
-0.00668358
-0.00606478
-0.00546743
-0.00488929
-0.00432917
-0.00378409
-0.0032538
-0.00273371
-0.00222594
-0.00172207
-0.00123039
-0.000733526
-0.000256486
0.00712244
0.00493276
0.00273918
0.000544318
-0.00164972
-0.00384059
-0.00602551
-0.00820138
-0.010365
-0.012513
-0.0146421
-0.0167489
-0.0188299
-0.0208813
-0.0228995
-0.0248808
-0.0268212
-0.0287168
-0.0305637
-0.0323578
-0.0340951
-0.0357717
-0.0373834
-0.0389262
-0.0403962
-0.0417895
-0.0431024
-0.0443311
-0.0454721
-0.0465222
-0.0474782
-0.0483374
-0.0490971
-0.0497552
-0.0503098
-0.0507596
-0.0511034
-0.051341
-0.0514721
-0.0514974
-0.0514178
-0.0512349
-0.0509508
-0.0505678
-0.0500907
-0.0495227
-0.0488676
-0.0481295
-0.0473136
-0.0464255
-0.0454711
-0.044456
-0.0433865
-0.0422685
-0.0411085
-0.0399125
-0.0386868
-0.0374373
-0.0361699
-0.0348903
-0.0336037
-0.0323153
-0.0310298
-0.0297516
-0.0284847
-0.0272328
-0.0259993
-0.024787
-0.0235986
-0.0224361
-0.0213015
-0.0201963
-0.0191216
-0.0180784
-0.0170671
-0.0160883
-0.0151419
-0.0142278
-0.0133457
-0.012495
-0.0116751
-0.0108851
-0.010124
-0.00939074
-0.00868413
-0.00800288
-0.00734555
-0.0067108
-0.00609694
-0.00550269
-0.00492598
-0.00436585
-0.00381945
-0.00328676
-0.00276323
-0.00225133
-0.00174249
-0.00124559
-0.000742715
-0.000260144
0.00856317
0.00652327
0.00448018
0.00243628
0.000393466
-0.00164612
-0.00367997
-0.00570529
-0.00771917
-0.00971863
-0.0117007
-0.0136622
-0.0156001
-0.017511
-0.0193917
-0.0212387
-0.0230487
-0.024818
-0.0265431
-0.0282206
-0.0298468
-0.0314181
-0.032931
-0.0343819
-0.0357674
-0.0370841
-0.0383285
-0.0394976
-0.0405882
-0.0415975
-0.0425228
-0.0433615
-0.0441116
-0.044771
-0.0453381
-0.0458117
-0.0461909
-0.0464751
-0.0466642
-0.0467586
-0.0467591
-0.0466669
-0.0464835
-0.0462111
-0.0458524
-0.0454116
-0.0448912
-0.0442946
-0.0436259
-0.0428896
-0.0420907
-0.0412342
-0.0403251
-0.0393685
-0.0383699
-0.0373345
-0.0362676
-0.0351746
-0.0340604
-0.0329302
-0.0317885
-0.0306401
-0.0294892
-0.0283399
-0.0271959
-0.0260607
-0.0249375
-0.0238292
-0.0227381
-0.0216667
-0.0206167
-0.0195899
-0.0185876
-0.0176108
-0.0166604
-0.0157369
-0.0148407
-0.0139718
-0.0131303
-0.0123159
-0.0115281
-0.0107664
-0.01003
-0.00931826
-0.00863004
-0.0079644
-0.00732011
-0.00669607
-0.0060908
-0.00550324
-0.0049315
-0.00437483
-0.00383052
-0.00329878
-0.00277514
-0.00226234
-0.00175178
-0.00125281
-0.000747157
-0.00026212
0.00994884
0.00804928
0.00614714
0.00424452
0.00234317
0.000445022
-0.00144767
-0.00333239
-0.00520651
-0.00706738
-0.00891228
-0.0107385
-0.0125431
-0.0143232
-0.0160759
-0.0177981
-0.0194867
-0.0211386
-0.0227507
-0.0243199
-0.0258428
-0.0273164
-0.0287376
-0.0301032
-0.0314101
-0.0326553
-0.033836
-0.0349492
-0.0359925
-0.0369631
-0.0378587
-0.0386772
-0.0394166
-0.0400752
-0.0406515
-0.0411445
-0.0415532
-0.0418772
-0.0421162
-0.0422705
-0.0423406
-0.0423275
-0.0422323
-0.0420568
-0.0418031
-0.0414743
-0.0410731
-0.0406021
-0.0400644
-0.0394638
-0.0388043
-0.0380901
-0.0373256
-0.0365151
-0.0356631
-0.0347742
-0.0338528
-0.0329036
-0.031931
-0.0309394
-0.029933
-0.0289159
-0.0278919
-0.0268648
-0.025838
-0.0248147
-0.0237979
-0.0227904
-0.0217947
-0.0208128
-0.0198468
-0.0188983
-0.0179689
-0.0170596
-0.0161715
-0.0153053
-0.0144615
-0.0136405
-0.0128424
-0.0120672
-0.0113148
-0.0105847
-0.00987649
-0.00918963
-0.00852334
-0.00787685
-0.00724917
-0.0066394
-0.00604626
-0.0054689
-0.00490561
-0.00435582
-0.003817
-0.00328956
-0.00276913
-0.00225872
-0.00174972
-0.0012519
-0.000746742
-0.000262372
0.0112799
0.00951162
0.00774125
0.00597066
0.00420144
0.00243531
0.000674308
-0.0010793
-0.00282317
-0.00455492
-0.00627213
-0.00797232
-0.00965295
-0.0113114
-0.0129451
-0.0145513
-0.0161272
-0.0176701
-0.0191772
-0.0206457
-0.0220728
-0.0234557
-0.0247916
-0.0260777
-0.0273114
-0.02849
-0.029611
-0.0306718
-0.0316702
-0.0326038
-0.0334707
-0.0342688
-0.0349965
-0.0356523
-0.0362348
-0.036743
-0.0371761
-0.0375335
-0.0378151
-0.0380209
-0.0381512
-0.0382068
-0.0381887
-0.038098
-0.0379364
-0.0377056
-0.0374102
-0.0370505
-0.0366292
-0.0361495
-0.0356146
-0.0350282
-0.0343938
-0.0337151
-0.032996
-0.0322403
-0.0314519
-0.0306346
-0.0297925
-0.0289292
-0.0280485
-0.027154
-0.0262492
-0.0253374
-0.0244218
-0.0235053
-0.0225907
-0.0216806
-0.0207774
-0.0198831
-0.0189997
-0.0181289
-0.0172722
-0.0164309
-0.015606
-0.0147984
-0.0140087
-0.0132376
-0.0124853
-0.0117519
-0.0110375
-0.010342
-0.00966502
-0.00900625
-0.00836515
-0.00774113
-0.00713339
-0.00654125
-0.00596362
-0.00539983
-0.00484835
-0.00430882
-0.00377884
-0.00325901
-0.00274511
-0.00224037
-0.00173623
-0.0012428
-0.000741437
-0.000260884
0.0125568
0.0109112
0.00926382
0.00761642
0.0059704
0.00432732
0.00268901
0.00105748
-0.000565163
-0.00217679
-0.00377523
-0.0053583
-0.00692372
-0.00846918
-0.00999232
-0.0114907
-0.012962
-0.0144037
-0.0158133
-0.0171884
-0.0185264
-0.0198249
-0.0210814
-0.0222935
-0.0234589
-0.0245752
-0.0256401
-0.0266515
-0.0276073
-0.0285055
-0.0293443
-0.0301219
-0.0308369
-0.0314879
-0.0320737
-0.0325933
-0.0330459
-0.0334311
-0.0337486
-0.0339983
-0.0341804
-0.0342955
-0.0343443
-0.0343279
-0.0342475
-0.0341047
-0.0339002
-0.0336382
-0.0333202
-0.0329479
-0.0325241
-0.032052
-0.0315344
-0.0309746
-0.0303756
-0.0297408
-0.0290735
-0.028377
-0.0276546
-0.0269097
-0.0261455
-0.0253652
-0.0245719
-0.0237685
-0.0229579
-0.0221429
-0.0213259
-0.0205094
-0.0196955
-0.0188864
-0.0180838
-0.0172895
-0.0165049
-0.0157314
-0.01497
-0.0142218
-0.0134874
-0.0127677
-0.0120629
-0.0113734
-0.0106994
-0.010041
-0.0093979
-0.00877006
-0.00815707
-0.00755855
-0.00697387
-0.00640252
-0.00584359
-0.0052966
-0.00476017
-0.00423413
-0.00371624
-0.00320728
-0.00270316
-0.00220732
-0.00171131
-0.00122549
-0.000731239
-0.000257659
0.0137802
0.012249
0.0107162
0.00918361
0.00765232
0.00612376
0.00459958
0.00308158
0.00157163
7.16323e-05
-0.0014165
-0.00289079
-0.00434924
-0.00578979
-0.00721034
-0.00860877
-0.00998292
-0.0113306
-0.0126497
-0.0139379
-0.0151932
-0.0164132
-0.0175958
-0.018739
-0.0198405
-0.0208984
-0.0219106
-0.0228752
-0.0237904
-0.0246545
-0.0254658
-0.0262228
-0.0269241
-0.0275685
-0.0281549
-0.0286824
-0.0291503
-0.0295581
-0.0299054
-0.0301921
-0.0304184
-0.0305845
-0.0306911
-0.0307387
-0.0307285
-0.0306616
-0.030539
-0.030363
-0.0301358
-0.0298592
-0.0295347
-0.0291647
-0.0287518
-0.0282988
-0.0278083
-0.027283
-0.0267257
-0.0261393
-0.0255267
-0.0248906
-0.0242341
-0.0235597
-0.0228703
-0.0221684
-0.0214567
-0.0207376
-0.0200134
-0.0192863
-0.0185583
-0.0178315
-0.0171074
-0.0163879
-0.0156743
-0.0149679
-0.0142699
-0.0135813
-0.012903
-0.0122356
-0.0115797
-0.0109358
-0.0103041
-0.00968478
-0.00907794
-0.00848349
-0.00790123
-0.00733093
-0.00677213
-0.00622448
-0.00568724
-0.00516007
-0.00464178
-0.00413233
-0.00362967
-0.00313472
-0.00264357
-0.00215981
-0.00167514
-0.0012001
-0.000716208
-0.000252722
0.0149508
0.013526
0.0121
0.0106742
0.00924955
0.00782744
0.00640931
0.00499675
0.00359142
0.00219503
0.00080927
-0.00056411
-0.00192333
-0.00326656
-0.00459196
-0.00589764
-0.00718168
-0.00844219
-0.00967721
-0.0108848
-0.0120631
-0.01321
-0.0143238
-0.0154025
-0.0164443
-0.0174473
-0.0184099
-0.0193302
-0.0202067
-0.0210379
-0.0218222
-0.0225583
-0.023245
-0.0238812
-0.0244658
-0.0249981
-0.0254774
-0.0259031
-0.0262748
-0.0265925
-0.0268561
-0.0270657
-0.0272218
-0.0273248
-0.0273756
-0.027375
-0.0273241
-0.0272241
-0.0270768
-0.0268842
-0.0266478
-0.026369
-0.0260498
-0.0256925
-0.0252996
-0.0248731
-0.0244156
-0.0239294
-0.023417
-0.0228809
-0.0223234
-0.021747
-0.0211541
-0.020547
-0.0199279
-0.0192991
-0.0186627
-0.0180207
-0.0173748
-0.0167271
-0.016079
-0.0154322
-0.0147879
-0.0141477
-0.0135124
-0.0128833
-0.0122611
-0.0116467
-0.0110406
-0.0104434
-0.00985546
-0.00927705
-0.00870834
-0.0081494
-0.00760016
-0.00706051
-0.00653015
-0.00600886
-0.00549605
-0.00499153
-0.00449426
-0.00400435
-0.00351989
-0.00304197
-0.00256684
-0.00209821
-0.00162799
-0.0011668
-0.000696436
-0.000246083
0.0160693
0.0147436
0.0134167
0.0120901
0.0107645
0.00944124
0.00812151
0.00680676
0.00549848
0.00419815
0.00290729
0.00162745
0.000360209
-0.000892828
-0.00213002
-0.0033497
-0.00455018
-0.00572977
-0.00688677
-0.00801945
-0.00912613
-0.0102051
-0.0112547
-0.0122732
-0.013259
-0.0142105
-0.0151261
-0.0160044
-0.0168439
-0.0176432
-0.018401
-0.0191161
-0.0197875
-0.020414
-0.0209948
-0.0215291
-0.0220162
-0.0224556
-0.022847
-0.0231902
-0.0234849
-0.0237313
-0.0239297
-0.0240803
-0.0241839
-0.0242409
-0.0242523
-0.0242191
-0.0241424
-0.0240238
-0.0238649
-0.023667
-0.0234313
-0.0231598
-0.0228544
-0.0225171
-0.0221498
-0.0217545
-0.0213334
-0.0208886
-0.0204221
-0.019936
-0.0194324
-0.0189134
-0.0183809
-0.0178368
-0.0172832
-0.0167217
-0.016154
-0.0155819
-0.0150069
-0.0144303
-0.0138536
-0.013278
-0.0127045
-0.0121342
-0.011568
-0.0110066
-0.0104508
-0.00990113
-0.00935801
-0.00882181
-0.00829278
-0.00777111
-0.00725681
-0.00674993
-0.00625025
-0.00575771
-0.00527181
-0.00479253
-0.00431894
-0.0038513
-0.00338786
-0.00292982
-0.00247361
-0.00202305
-0.00157028
-0.00112591
-0.000672132
-0.000237842
0.0171366
0.0159028
0.0146681
0.0134334
0.0121998
0.0109681
0.00973959
0.00851548
0.0072971
0.00608576
0.00488281
0.0036896
0.00250755
0.00133806
0.000182588
-0.000957393
-0.0020804
-0.00318494
-0.00426951
-0.0053326
-0.0063727
-0.00738832
-0.00837797
-0.00934018
-0.0102735
-0.0111765
-0.0120479
-0.0128862
-0.0136902
-0.0144588
-0.0151906
-0.0158847
-0.01654
-0.0171556
-0.0177306
-0.0182644
-0.0187564
-0.0192059
-0.0196127
-0.0199763
-0.0202968
-0.0205741
-0.0208083
-0.0209996
-0.0211484
-0.0212552
-0.0213208
-0.0213457
-0.021331
-0.0212776
-0.0211869
-0.0210604
-0.0208991
-0.0207042
-0.0204772
-0.0202199
-0.0199339
-0.019621
-0.0192828
-0.0189212
-0.018538
-0.018135
-0.0177138
-0.0172764
-0.0168244
-0.0163596
-0.0158836
-0.0153981
-0.0149046
-0.0144045
-0.0138994
-0.0133904
-0.012879
-0.0123662
-0.0118531
-0.0113407
-0.0108298
-0.0103213
-0.00981587
-0.00931409
-0.00881646
-0.00832342
-0.00783527
-0.00735228
-0.00687456
-0.00640222
-0.00593517
-0.00547344
-0.00501669
-0.00456496
-0.0041175
-0.00367464
-0.00323481
-0.0027993
-0.00236474
-0.00193499
-0.00150249
-0.00107775
-0.000643461
-0.000228037
0.0181536
0.0170051
0.0158557
0.0147063
0.0135578
0.012411
0.011267
0.0101268
0.0089916
0.00786262
0.00674102
0.005628
0.00452479
0.00343264
0.00235284
0.00128669
0.00023548
-0.00079946
-0.00181681
-0.00281523
-0.00379341
-0.00475002
-0.00568375
-0.00659329
-0.00747739
-0.00833477
-0.00916423
-0.00996459
-0.0107347
-0.0114734
-0.0121798
-0.0128528
-0.0134916
-0.0140952
-0.0146629
-0.0151941
-0.0156881
-0.0161445
-0.0165628
-0.0169428
-0.0172842
-0.017587
-0.0178512
-0.0180769
-0.0182645
-0.0184141
-0.0185264
-0.0186019
-0.0186412
-0.0186452
-0.0186146
-0.0185509
-0.0184552
-0.0183283
-0.0181715
-0.017986
-0.0177732
-0.0175346
-0.0172716
-0.0169857
-0.0166785
-0.0163515
-0.0160062
-0.0156442
-0.0152669
-0.0148759
-0.0144726
-0.0140584
-0.0136348
-0.0132031
-0.0127645
-0.0123204
-0.0118717
-0.0114197
-0.0109653
-0.0105095
-0.010053
-0.00959681
-0.00914147
-0.00868763
-0.00823584
-0.00778655
-0.00734011
-0.00689685
-0.00645697
-0.00602065
-0.00558788
-0.00515878
-0.00473311
-0.00431101
-0.00389184
-0.00347604
-0.00306219
-0.00265163
-0.00224124
-0.00183485
-0.00142526
-0.00102278
-0.000610723
-0.000216788
0.0191213
0.0180518
0.0169814
0.015911
0.0148413
0.013773
0.0127071
0.0116445
0.0105863
0.00953346
0.00848708
0.00744821
0.00641793
0.00539735
0.00438758
0.00338979
0.0024051
0.00143469
0.000479725
-0.00045863
-0.0013792
-0.00228083
-0.00316235
-0.00402263
-0.00486052
-0.00567494
-0.00646479
-0.00722902
-0.00796662
-0.00867661
-0.00935807
-0.0100101
-0.0106319
-0.0112226
-0.0117817
-0.0123084
-0.0128022
-0.0132625
-0.0136891
-0.0140816
-0.0144397
-0.0147634
-0.0150525
-0.0153072
-0.0155275
-0.0157137
-0.0158661
-0.0159853
-0.0160716
-0.0161256
-0.0161481
-0.0161396
-0.0161014
-0.0160348
-0.0159404
-0.0158192
-0.0156721
-0.0155004
-0.0153054
-0.0150882
-0.0148502
-0.0145927
-0.014317
-0.0140243
-0.0137161
-0.0133935
-0.013058
-0.0127106
-0.0123528
-0.0119856
-0.0116102
-0.0112278
-0.0108393
-0.0104458
-0.0100482
-0.00964736
-0.00924415
-0.0088393
-0.00843349
-0.00802733
-0.00762136
-0.00721607
-0.00681186
-0.00640909
-0.006008
-0.00560883
-0.00521167
-0.00481668
-0.00442373
-0.00403303
-0.00364407
-0.00325735
-0.00287161
-0.00248823
-0.00210429
-0.00172361
-0.00133933
-0.000961527
-0.000574195
-0.000204183
0.0200408
0.0190444
0.0180471
0.0170497
0.0160528
0.0150571
0.0140634
0.0130725
0.0120854
0.0111029
0.0101261
0.00915572
0.00819286
0.00723844
0.00629347
0.00535894
0.00443587
0.00352527
0.00262818
0.00174563
0.000878635
2.8236e-05
-0.000804551
-0.00161872
-0.00241326
-0.00318721
-0.0039396
-0.00466949
-0.00537599
-0.00605822
-0.00671534
-0.00734655
-0.00795112
-0.00852834
-0.00907756
-0.0095982
-0.0100897
-0.0105517
-0.0109836
-0.0113853
-0.0117564
-0.0120968
-0.0124063
-0.012685
-0.0129329
-0.0131501
-0.0133369
-0.0134936
-0.0136205
-0.0137181
-0.0137869
-0.0138274
-0.0138405
-0.0138266
-0.0137871
-0.0137227
-0.0136344
-0.0135229
-0.0133892
-0.0132342
-0.0130591
-0.0128649
-0.0126527
-0.0124238
-0.0121792
-0.01192
-0.0116473
-0.0113624
-0.0110661
-0.0107596
-0.010444
-0.0101201
-0.00978901
-0.00945157
-0.00910865
-0.00876109
-0.00840963
-0.00805499
-0.00769784
-0.00733878
-0.00697835
-0.00661703
-0.00625524
-0.00589338
-0.00553172
-0.00517055
-0.00481001
-0.00445035
-0.00409149
-0.0037337
-0.00337656
-0.00302066
-0.00266486
-0.00231059
-0.00195513
-0.00160225
-0.00124547
-0.000894545
-0.000534242
-0.000190364
0.0209133
0.0199844
0.0190547
0.0181247
0.017195
0.0162663
0.0153392
0.0144146
0.0134931
0.0125756
0.0116629
0.0107559
0.00985529
0.00896203
0.00807696
0.00720096
0.00633493
0.00547976
0.00463635
0.00380562
0.00298846
0.00218579
0.00139849
0.000627472
-0.000126393
-0.000862236
-0.00157921
-0.00227647
-0.00295322
-0.00360869
-0.00424211
-0.00485277
-0.00544
-0.00600315
-0.00654164
-0.0070549
-0.00754246
-0.00800385
-0.00843871
-0.00884668
-0.00922752
-0.009581
-0.009907
-0.0102054
-0.0104763
-0.0107197
-0.0109356
-0.0111244
-0.0112863
-0.0114215
-0.0115305
-0.0116138
-0.0116717
-0.0117048
-0.0117134
-0.0116982
-0.0116634
-0.0116063
-0.0115277
-0.0114288
-0.0113105
-0.0111738
-0.0110197
-0.010849
-0.0106628
-0.0104621
-0.0102478
-0.0100207
-0.00978198
-0.00953244
-0.009273
-0.00900455
-0.00872794
-0.008444
-0.0081535
-0.00785721
-0.00755584
-0.00725005
-0.00694047
-0.00662767
-0.00631218
-0.0059945
-0.00567505
-0.00535424
-0.00503236
-0.00470975
-0.00438658
-0.00406313
-0.00373939
-0.00341572
-0.00309177
-0.00276816
-0.00244389
-0.00212041
-0.00179522
-0.00147196
-0.00114459
-0.000822465
-0.000491207
-0.000175434
0.0217398
0.0208733
0.0200059
0.0191381
0.0182705
0.0174036
0.016538
0.0156744
0.0148135
0.0139559
0.0131025
0.0122539
0.0114108
0.010574
0.0097443
0.00892243
0.00810919
0.00730536
0.00651173
0.00572911
0.00495828
0.00420005
0.00345522
0.00272456
0.00200885
0.00130887
0.000625375
-4.09062e-05
-0.00068925
-0.00131896
-0.00192936
-0.00251981
-0.00308969
-0.00363842
-0.00416545
-0.00467028
-0.00515244
-0.00561151
-0.00604711
-0.00645892
-0.00684666
-0.00721011
-0.0075491
-0.00786351
-0.00815329
-0.00841843
-0.00865899
-0.00887509
-0.00906691
-0.00923468
-0.00937869
-0.00949931
-0.00959697
-0.00967219
-0.0097256
-0.00975801
-0.00976661
-0.00975577
-0.00972567
-0.0096767
-0.0096095
-0.00952481
-0.00942334
-0.00930588
-0.00917323
-0.00902621
-0.00886565
-0.00869235
-0.00850713
-0.00831077
-0.00810409
-0.00788785
-0.00766282
-0.00742973
-0.00718928
-0.00694217
-0.00668904
-0.00643052
-0.00616718
-0.00589959
-0.00562825
-0.00535363
-0.00507616
-0.00479625
-0.00451423
-0.00423043
-0.00394506
-0.00365845
-0.00337064
-0.00308202
-0.00279232
-0.00250219
-0.00221076
-0.00191945
-0.00162601
-0.00133393
-0.00103763
-0.000745972
-0.000445513
-0.000159553
0.0225216
0.0217126
0.0209026
0.0200922
0.0192818
0.0184719
0.017663
0.0168557
0.0160506
0.0152483
0.0144495
0.0136547
0.0128647
0.0120801
0.0113015
0.0105297
0.00976525
0.00900895
0.00826146
0.00752349
0.00679573
0.00607889
0.00537366
0.00468074
0.00400082
0.00333458
0.00268268
0.00204579
0.00142455
0.000819573
0.000231471
-0.000339176
-0.000891811
-0.0014259
-0.00194096
-0.0024365
-0.00291209
-0.00336735
-0.0038019
-0.00421542
-0.00460764
-0.00497833
-0.00532729
-0.00565438
-0.0059595
-0.00624261
-0.00650371
-0.00674284
-0.00696011
-0.00715567
-0.00732972
-0.0074825
-0.0076143
-0.00772546
-0.00781631
-0.00788722
-0.00793845
-0.00797059
-0.00798438
-0.00798057
-0.00795962
-0.007922
-0.00786838
-0.00779941
-0.00771573
-0.00761803
-0.007507
-0.00738335
-0.00724778
-0.00710098
-0.00694364
-0.00677644
-0.00660004
-0.00641509
-0.00622223
-0.00602209
-0.00581524
-0.00560227
-0.00538371
-0.00516007
-0.00493185
-0.00469949
-0.00446341
-0.00422402
-0.00398166
-0.00373668
-0.0034893
-0.00323988
-0.00298849
-0.00273555
-0.00248087
-0.00222511
-0.00196754
-0.00170954
-0.00144906
-0.00118944
-0.000925555
-0.00066578
-0.000397599
-0.00014287
0.0232599
0.0225039
0.0217469
0.0209893
0.0202316
0.0194741
0.0187174
0.0179619
0.0172082
0.0164569
0.0157084
0.0149633
0.0142222
0.0134857
0.0127543
0.0120287
0.0113094
0.0105971
0.00989239
0.00919584
0.00850809
0.00782976
0.00716146
0.00650381
0.00585742
0.00522289
0.00460081
0.00399177
0.00339633
0.00281506
0.0022485
0.00169716
0.00116156
0.00064218
0.00013947
-0.000346134
-0.000814229
-0.00126444
-0.00169642
-0.00210987
-0.0025045
-0.00288008
-0.0032364
-0.00357331
-0.00389067
-0.0041884
-0.00446646
-0.00472485
-0.0049636
-0.0051828
-0.00538257
-0.00556307
-0.00572449
-0.00586708
-0.00599109
-0.00609684
-0.00618465
-0.00625491
-0.00630806
-0.00634448
-0.00636475
-0.00636952
-0.00635923
-0.00633433
-0.00629531
-0.00624271
-0.00617717
-0.00609929
-0.00600968
-0.00590891
-0.00579757
-0.00567626
-0.00554557
-0.00540606
-0.00525831
-0.00510286
-0.00494024
-0.00477097
-0.00459555
-0.00441446
-0.00422814
-0.00403704
-0.00384156
-0.00364209
-0.00343896
-0.00323253
-0.00302307
-0.00281091
-0.00259617
-0.00237928
-0.00216013
-0.00193938
-0.00171639
-0.0014925
-0.00126592
-0.00103978
-0.000809395
-0.000582592
-0.000347882
-0.000125548
0.023956
0.0232487
0.0225404
0.0218315
0.0211222
0.020413
0.0197043
0.0189966
0.0182902
0.0175857
0.0168836
0.0161842
0.0154883
0.0147961
0.0141083
0.0134253
0.0127478
0.0120762
0.011411
0.0107529
0.0101023
0.00945976
0.00882588
0.00820118
0.00758618
0.00698143
0.00638744
0.00580475
0.00523385
0.00467524
0.00412942
0.00359685
0.00307798
0.00257326
0.0020831
0.0016079
0.00114803
0.000703852
0.000275678
-0.000136189
-0.00053148
-0.000909955
-0.00127141
-0.00161566
-0.00194256
-0.00225201
-0.00254392
-0.00281826
-0.00307502
-0.00331422
-0.00353593
-0.00374025
-0.0039273
-0.00409725
-0.00425029
-0.00438666
-0.00450661
-0.00461044
-0.00469847
-0.00477105
-0.00482856
-0.00487132
-0.00489984
-0.0049147
-0.00491623
-0.00490483
-0.004881
-0.00484524
-0.00479804
-0.00473991
-0.00467136
-0.00459289
-0.00450503
-0.00440827
-0.00430309
-0.00419
-0.00406948
-0.00394198
-0.00380796
-0.00366787
-0.00352211
-0.00337111
-0.00321523
-0.00305486
-0.00289033
-0.00272197
-0.00255009
-0.00237503
-0.00219693
-0.00201622
-0.00183283
-0.00164742
-0.00145947
-0.00127027
-0.00107824
-0.000886273
-0.000690162
-0.000497154
-0.00029679
-0.000107729
0.0246111
0.0239486
0.0232851
0.0226209
0.0219562
0.0212914
0.0206269
0.019963
0.0193001
0.0186387
0.0179792
0.017322
0.0166676
0.0160163
0.0153687
0.0147251
0.0140861
0.0134521
0.0128236
0.012201
0.0115849
0.0109756
0.0103738
0.00977983
0.0091942
0.00861738
0.00804984
0.00749203
0.00694442
0.00640744
0.00588152
0.00536711
0.00486459
0.00437437
0.00389684
0.00343235
0.00298125
0.00254386
0.0021205
0.00171144
0.00131695
0.000937265
0.000572587
0.000223104
-0.000111026
-0.000429675
-0.000732742
-0.00102016
-0.00129187
-0.00154789
-0.00178821
-0.00201288
-0.00222199
-0.00241564
-0.00259395
-0.00275711
-0.00290528
-0.0030387
-0.00315761
-0.00326226
-0.00335296
-0.00343002
-0.00349375
-0.00354442
-0.00358252
-0.00360853
-0.00362282
-0.00362571
-0.00361757
-0.00359884
-0.00356995
-0.00353137
-0.00348352
-0.00342683
-0.00336174
-0.00328869
-0.00320809
-0.00312037
-0.00302593
-0.00292517
-0.00281848
-0.00270625
-0.00258882
-0.00246654
-0.00233977
-0.00220886
-0.00207404
-0.00193566
-0.00179392
-0.00164923
-0.0015016
-0.00135164
-0.00119893
-0.00104469
-0.000887554
-0.000730219
-0.000568929
-0.000410243
-0.000244759
-8.95495e-05
0.0252264
0.0246051
0.0239828
0.0233596
0.0227359
0.0221119
0.0214879
0.0208643
0.0202415
0.0196197
0.0189995
0.018381
0.0177648
0.0171511
0.0165405
0.0159332
0.0153298
0.0147305
0.0141359
0.0135462
0.0129621
0.0123838
0.0118117
0.0112464
0.0106882
0.0101376
0.0095949
0.00906057
0.008535
0.00801859
0.00751174
0.00701481
0.00652819
0.00605222
0.00558726
0.00513364
0.00469167
0.00426167
0.0038439
0.00343865
0.00304616
0.00266666
0.00230035
0.00194743
0.00160805
0.00128236
0.000970468
0.000672476
0.000388447
0.000118425
-0.000137574
-0.000379556
-0.000607556
-0.00082163
-0.00102186
-0.00120836
-0.00138126
-0.00154071
-0.00168689
-0.00182
-0.00194027
-0.00204792
-0.00214323
-0.00222646
-0.00229793
-0.00235796
-0.00240682
-0.00244486
-0.00247246
-0.00248998
-0.00249784
-0.0024963
-0.00248573
-0.00246652
-0.00243905
-0.00240369
-0.00236083
-0.00231084
-0.00225408
-0.00219092
-0.00212171
-0.0020468
-0.00196653
-0.00188125
-0.00179125
-0.00169685
-0.00159833
-0.00149604
-0.00139019
-0.00128118
-0.00116904
-0.00105436
-0.000936859
-0.000817612
-0.000695448
-0.000572858
-0.000446555
-0.000322472
-0.00019224
-7.12175e-05
0.0258032
0.0252198
0.0246352
0.0240497
0.0234635
0.022877
0.0222902
0.0217037
0.0211176
0.0205322
0.019948
0.0193652
0.0187841
0.0182051
0.0176285
0.0170547
0.0164841
0.0159169
0.0153535
0.0147944
0.0142398
0.0136902
0.0131459
0.0126073
0.0120747
0.0115485
0.0110291
0.0105169
0.0100122
0.00951529
0.00902662
0.00854649
0.00807523
0.00761318
0.00716064
0.00671792
0.00628531
0.00586309
0.00545152
0.00505086
0.00466133
0.00428317
0.00391656
0.0035617
0.00321875
0.00288786
0.00256916
0.00226274
0.0019687
0.00168711
0.001418
0.00116139
0.000917301
0.000685695
0.000466533
0.000259753
6.52694e-05
-0.000117024
-0.000287252
-0.00044556
-0.000592114
-0.000727095
-0.000850704
-0.00096316
-0.00106469
-0.00115555
-0.00123599
-0.00130629
-0.00136675
-0.00141766
-0.00145924
-0.00149188
-0.00151589
-0.00153159
-0.00153929
-0.00153932
-0.00153202
-0.00151771
-0.00149671
-0.00146935
-0.00143594
-0.00139683
-0.00135231
-0.0013027
-0.00124829
-0.0011894
-0.00112629
-0.00105931
-0.000988644
-0.000914696
-0.000837541
-0.000757767
-0.000675124
-0.000590631
-0.000503316
-0.000415398
-0.000324045
-0.000234565
-0.000139608
-5.28377e-05
0.0263428
0.025794
0.025244
0.0246931
0.0241415
0.0235892
0.0230366
0.022484
0.0219316
0.0213797
0.0208286
0.0202785
0.0197297
0.0191825
0.0186373
0.0180943
0.0175539
0.0170162
0.0164818
0.0159508
0.0154237
0.0149006
0.014382
0.0138682
0.0133595
0.0128562
0.0123587
0.0118672
0.0113821
0.0109037
0.0104323
0.00996827
0.00951182
0.00906327
0.00862291
0.00819101
0.00776784
0.00735366
0.00694872
0.00655323
0.00616744
0.00579154
0.00542572
0.00507018
0.00472507
0.00439053
0.00406672
0.00375373
0.00345166
0.00316061
0.00288062
0.00261175
0.00235402
0.00210743
0.00187198
0.00164764
0.00143436
0.00123208
0.0010407
0.000860133
0.000690259
0.000530941
0.000382031
0.000243362
0.000114753
-3.98885e-06
-0.000113072
-0.000212717
-0.000303152
-0.000384616
-0.000457356
-0.000521635
-0.000577722
-0.000625891
-0.000666418
-0.000699585
-0.00072565
-0.000744932
-0.000757718
-0.000764299
-0.000764966
-0.00076001
-0.000749715
-0.000734378
-0.000714278
-0.000689712
-0.000660956
-0.000628306
-0.000591976
-0.000552342
-0.000509515
-0.00046402
-0.00041571
-0.000365512
-0.000312638
-0.000259055
-0.000202361
-0.000147227
-8.73018e-05
-3.45754e-05
0.0839436
0.0839302
0.0839033
0.0838633
0.083811
0.0837473
0.0836728
0.0835881
0.0834938
0.0833906
0.083279
0.0831594
0.0830325
0.0828991
0.082759
0.0826124
0.0824605
0.0823037
0.0821415
0.0819743
0.0818033
0.0816291
0.08145
0.0812655
0.081078
0.0808893
0.080698
0.0805017
0.0803008
0.0800978
0.0798937
0.0796871
0.079477
0.079264
0.0790494
0.0788332
0.0786146
0.0783928
0.078168
0.0779406
0.0777108
0.0774785
0.0772441
0.0770081
0.076771
0.0765331
0.0762944
0.0760552
0.0758153
0.0755747
0.083539
0.083525
0.0834967
0.0834548
0.0834
0.0833331
0.083255
0.0831662
0.0830673
0.0829591
0.0828422
0.0827168
0.0825838
0.082444
0.0822972
0.0821437
0.0819845
0.0818203
0.0816506
0.0814755
0.0812966
0.0811142
0.0809269
0.080734
0.080538
0.0803407
0.0801406
0.0799355
0.0797257
0.0795137
0.0793005
0.0790848
0.0788654
0.0786432
0.0784192
0.0781936
0.0779655
0.0777342
0.0774998
0.0772627
0.0770232
0.0767813
0.0765372
0.0762913
0.0760443
0.0757964
0.0755478
0.0752985
0.0750486
0.0747979
0.0831641
0.0831493
0.0831197
0.0830757
0.0830182
0.0829481
0.0828663
0.0827732
0.0826697
0.0825564
0.0824339
0.0823028
0.0821637
0.0820174
0.081864
0.0817036
0.0815373
0.0813658
0.0811886
0.0810059
0.0808193
0.080629
0.0804337
0.0802328
0.0800287
0.0798231
0.0796147
0.0794013
0.0791831
0.0789626
0.0787408
0.0785166
0.0782886
0.0780577
0.0778251
0.0775907
0.0773539
0.0771138
0.0768706
0.0766248
0.0763764
0.0761257
0.0758727
0.075618
0.0753621
0.0751053
0.0748477
0.0745895
0.0743307
0.074071
0.0828176
0.0828021
0.0827711
0.0827249
0.0826647
0.0825913
0.0825055
0.0824081
0.0822997
0.0821812
0.0820532
0.0819161
0.0817709
0.0816181
0.0814581
0.0812908
0.0811175
0.0809388
0.0807544
0.0805642
0.0803701
0.0801722
0.0799693
0.0797606
0.0795487
0.0793353
0.079119
0.0788976
0.0786715
0.078443
0.0782133
0.077981
0.077745
0.0775061
0.0772653
0.0770229
0.076778
0.0765298
0.0762786
0.0760247
0.0757684
0.0755096
0.0752486
0.0749859
0.0747221
0.0744573
0.0741918
0.0739256
0.0736587
0.0733912
0.0824985
0.0824823
0.0824497
0.0824014
0.0823383
0.0822613
0.0821716
0.0820696
0.0819563
0.0818325
0.0816988
0.0815557
0.0814042
0.081245
0.0810783
0.0809042
0.0807239
0.0805382
0.0803465
0.0801492
0.0799477
0.0797425
0.0795321
0.0793161
0.0790966
0.0788757
0.078652
0.0784231
0.0781895
0.0779535
0.0777163
0.0774765
0.077233
0.0769866
0.0767384
0.0764885
0.0762361
0.0759806
0.075722
0.0754608
0.0751971
0.0749311
0.0746629
0.074393
0.074122
0.0738501
0.0735774
0.0733041
0.0730302
0.0727556
0.0822058
0.0821888
0.0821546
0.082104
0.0820379
0.0819573
0.0818634
0.0817568
0.0816383
0.081509
0.0813695
0.0812204
0.0810625
0.0808968
0.0807234
0.0805425
0.0803553
0.0801626
0.0799639
0.0797594
0.0795508
0.0793384
0.0791209
0.0788977
0.0786711
0.0784431
0.0782122
0.0779762
0.0777355
0.0774925
0.0772482
0.0770014
0.076751
0.0764976
0.0762424
0.0759857
0.0757265
0.0754641
0.0751988
0.0749309
0.0746606
0.074388
0.0741133
0.073837
0.0735595
0.0732812
0.0730022
0.0727226
0.0724424
0.0721616
0.0819384
0.0819206
0.0818848
0.0818317
0.0817625
0.0816781
0.0815798
0.0814684
0.0813447
0.0812097
0.0810643
0.0809089
0.0807446
0.0805723
0.0803921
0.0802044
0.0800104
0.0798107
0.079605
0.0793936
0.079178
0.0789587
0.0787342
0.0785042
0.0782707
0.0780359
0.0777982
0.0775555
0.0773081
0.0770584
0.0768075
0.0765542
0.0762972
0.0760374
0.0757759
0.0755128
0.0752472
0.0749786
0.0747071
0.0744332
0.0741569
0.0738784
0.0735978
0.0733156
0.0730324
0.0727484
0.0724637
0.0721785
0.0718928
0.0716065
0.0816954
0.0816767
0.0816392
0.0815836
0.081511
0.0814227
0.0813199
0.0812034
0.0810742
0.0809334
0.0807818
0.0806201
0.0804493
0.0802703
0.0800833
0.0798888
0.0796879
0.0794813
0.0792688
0.0790505
0.0788281
0.078602
0.0783708
0.0781341
0.0778941
0.0776527
0.0774086
0.0771594
0.0769057
0.0766498
0.0763928
0.0761333
0.0758703
0.0756044
0.075337
0.075068
0.0747966
0.0745223
0.0742452
0.0739657
0.0736841
0.0734002
0.0731143
0.0728269
0.0725385
0.0722494
0.0719597
0.0716695
0.0713788
0.0710877
0.0814759
0.0814563
0.0814169
0.0813586
0.0812826
0.0811901
0.0810825
0.0809607
0.0808258
0.080679
0.0805211
0.0803529
0.0801753
0.0799895
0.0797958
0.0795943
0.0793865
0.0791731
0.0789538
0.0787288
0.0784997
0.078267
0.0780293
0.0777862
0.0775398
0.0772922
0.0770419
0.0767867
0.076527
0.0762652
0.0760023
0.0757371
0.0754685
0.0751971
0.0749241
0.0746497
0.0743731
0.0740935
0.0738113
0.0735268
0.0732401
0.0729514
0.0726608
0.0723687
0.0720757
0.071782
0.0714878
0.0711932
0.0708982
0.0706029
0.0812789
0.0812583
0.081217
0.0811558
0.0810761
0.0809793
0.0808666
0.0807394
0.0805985
0.0804454
0.080281
0.080106
0.0799216
0.0797289
0.0795282
0.0793198
0.0791051
0.0788849
0.0786588
0.0784272
0.0781915
0.0779524
0.0777084
0.077459
0.0772066
0.076953
0.0766968
0.0764358
0.0761705
0.0759032
0.0756348
0.0753643
0.0750904
0.0748138
0.0745358
0.0742564
0.0739749
0.0736906
0.0734036
0.0731145
0.0728234
0.0725303
0.0722354
0.0719391
0.071642
0.0713443
0.0710461
0.0707475
0.0704487
0.0701496
0.0811036
0.081082
0.0810386
0.0809744
0.0808908
0.0807892
0.0806713
0.0805383
0.0803912
0.0802315
0.0800603
0.0798784
0.079687
0.0794872
0.0792795
0.0790641
0.0788425
0.0786155
0.0783827
0.0781444
0.0779024
0.0776569
0.0774068
0.0771514
0.0768931
0.0766337
0.076372
0.0761056
0.0758349
0.0755623
0.0752889
0.0750133
0.0747345
0.0744532
0.0741704
0.0738865
0.0736004
0.0733118
0.0730206
0.0727273
0.0724321
0.0721351
0.0718363
0.0715363
0.0712355
0.0709341
0.0706324
0.0703304
0.0700282
0.0697258
0.0809492
0.0809265
0.0808809
0.0808134
0.0807256
0.0806191
0.0804956
0.0803564
0.0802029
0.0800364
0.0798581
0.079669
0.0794704
0.0792634
0.0790484
0.078826
0.0785974
0.0783636
0.0781241
0.0778794
0.077631
0.0773794
0.0771233
0.0768621
0.0765982
0.0763333
0.0760661
0.0757946
0.0755188
0.0752414
0.0749631
0.0746828
0.0743995
0.0741137
0.0738267
0.0735385
0.0732483
0.0729556
0.0726606
0.0723635
0.0720647
0.0717641
0.0714618
0.0711584
0.0708543
0.0705498
0.0702449
0.0699399
0.0696347
0.0693293
0.0808148
0.080791
0.080743
0.080672
0.0805798
0.0804681
0.0803386
0.080193
0.0800325
0.0798588
0.0796732
0.0794767
0.0792706
0.0790562
0.078834
0.0786044
0.0783688
0.0781281
0.077882
0.0776309
0.0773762
0.0771186
0.0768567
0.0765899
0.0763205
0.0760503
0.0757781
0.0755016
0.0752211
0.074939
0.0746563
0.0743716
0.0740841
0.0737942
0.0735031
0.073211
0.0729171
0.0726208
0.0723221
0.0720217
0.0717195
0.0714157
0.0711104
0.0708039
0.0704969
0.0701895
0.0698819
0.0695741
0.0692663
0.0689584
0.0806999
0.0806747
0.0806242
0.0805495
0.0804525
0.0803351
0.0801994
0.0800468
0.0798791
0.0796979
0.0795047
0.0793004
0.0790867
0.0788647
0.078635
0.0783981
0.0781554
0.0779079
0.0776553
0.0773977
0.077137
0.0768735
0.0766058
0.0763336
0.076059
0.0757838
0.0755067
0.0752255
0.0749405
0.0746541
0.0743671
0.0740784
0.0737869
0.0734932
0.0731985
0.0729028
0.0726055
0.0723058
0.0720039
0.0717004
0.0713952
0.0710885
0.0707804
0.0704713
0.0701616
0.0698517
0.0695416
0.0692315
0.0689214
0.0686113
0.0806035
0.080577
0.0805237
0.080445
0.0803429
0.0802195
0.080077
0.0799172
0.0797418
0.0795527
0.0793515
0.0791392
0.0789175
0.0786877
0.0784504
0.0782061
0.0779564
0.077702
0.0774427
0.0771789
0.0769121
0.0766428
0.0763697
0.0760922
0.0758126
0.0755325
0.0752508
0.0749652
0.0746759
0.0743854
0.0740945
0.073802
0.0735069
0.0732097
0.0729116
0.0726126
0.0723121
0.0720094
0.0717046
0.0713982
0.0710904
0.0707811
0.0704705
0.070159
0.069847
0.0695348
0.0692226
0.0689104
0.0685982
0.0682862
0.0805252
0.0804972
0.0804409
0.0803579
0.0802502
0.0801204
0.0799707
0.0798032
0.0796197
0.0794223
0.0792126
0.078992
0.0787621
0.0785242
0.0782792
0.0780274
0.0777705
0.0775092
0.0772434
0.0769734
0.0767006
0.0764257
0.0761472
0.0758646
0.0755802
0.0752955
0.0750093
0.0747195
0.0744263
0.074132
0.0738374
0.0735414
0.0732428
0.0729424
0.0726412
0.0723393
0.0720358
0.0717304
0.071423
0.071114
0.0708038
0.0704922
0.0701793
0.0698657
0.0695517
0.0692375
0.0689234
0.0686093
0.0682954
0.0679817
0.0804642
0.0804346
0.0803751
0.0802874
0.0801738
0.0800371
0.0798797
0.0797038
0.0795118
0.0793056
0.0790871
0.0788578
0.0786194
0.0783734
0.0781203
0.077861
0.0775968
0.0773287
0.0770563
0.0767801
0.0765015
0.0762211
0.0759374
0.0756499
0.0753608
0.0750717
0.0747814
0.0744876
0.0741906
0.0738927
0.0735947
0.0732954
0.0729938
0.0726904
0.0723863
0.0720816
0.0717756
0.0714676
0.0711578
0.0708466
0.0705342
0.0702205
0.0699057
0.0695901
0.0692743
0.0689584
0.0686426
0.068327
0.0680116
0.0676964
0.08042
0.0803886
0.0803257
0.0802329
0.0801129
0.0799687
0.079803
0.0796184
0.0794172
0.0792018
0.0789741
0.0787358
0.0784886
0.0782341
0.0779729
0.0777059
0.0774344
0.0771593
0.0768805
0.0765982
0.0763139
0.0760281
0.0757393
0.0754471
0.0751535
0.0748603
0.074566
0.0742685
0.073968
0.0736667
0.0733655
0.0730632
0.0727587
0.0724526
0.0721459
0.0718387
0.0715303
0.0712201
0.0709081
0.0705949
0.0702805
0.069965
0.0696484
0.0693312
0.0690138
0.0686964
0.0683791
0.0680621
0.0677454
0.067429
0.0803921
0.0803588
0.0802921
0.0801939
0.080067
0.0799147
0.0797401
0.0795461
0.0793352
0.07911
0.0788727
0.078625
0.0783687
0.0781054
0.077836
0.0775612
0.0772823
0.0770004
0.0767151
0.0764268
0.0761368
0.0758457
0.0755521
0.0752554
0.0749575
0.0746603
0.0743622
0.0740612
0.0737574
0.0734531
0.0731489
0.0728438
0.0725367
0.0722281
0.071919
0.0716096
0.071299
0.0709868
0.0706729
0.0703578
0.0700417
0.0697245
0.0694064
0.0690877
0.0687689
0.0684502
0.0681317
0.0678134
0.0674956
0.0671781
0.0803798
0.0803445
0.0802738
0.0801696
0.0800353
0.0798742
0.0796902
0.0794862
0.0792649
0.0790294
0.078782
0.0785245
0.0782588
0.0779866
0.0777087
0.0774259
0.0771397
0.0768508
0.0765592
0.0762649
0.0759695
0.0756733
0.0753749
0.0750738
0.074772
0.0744709
0.0741693
0.073865
0.0735582
0.073251
0.0729441
0.0726364
0.0723269
0.072016
0.0717048
0.0713934
0.0710809
0.0707668
0.0704512
0.0701345
0.0698168
0.0694982
0.0691787
0.0688587
0.0685387
0.0682188
0.0678992
0.06758
0.0672612
0.0669428
0.0803827
0.0803452
0.0802701
0.0801595
0.080017
0.0798466
0.0796522
0.0794373
0.0792054
0.0789591
0.0787012
0.0784334
0.078158
0.0778766
0.0775902
0.0772994
0.0770057
0.07671
0.076412
0.0761119
0.0758111
0.0755099
0.075207
0.0749017
0.074596
0.0742914
0.0739865
0.0736792
0.0733695
0.0730596
0.0727502
0.0724402
0.0721285
0.0718156
0.0715024
0.0711892
0.0708749
0.0705592
0.0702421
0.069924
0.0696049
0.069285
0.0689643
0.0686433
0.0683222
0.0680013
0.0676808
0.0673607
0.0670411
0.066722
0.0804007
0.0803607
0.0802807
0.0801631
0.0800117
0.0798312
0.0796258
0.0793996
0.079156
0.0788984
0.0786293
0.078351
0.0780655
0.0777748
0.0774796
0.0771807
0.0768796
0.076577
0.0762727
0.0759669
0.0756608
0.0753549
0.0750476
0.0747384
0.0744291
0.0741211
0.0738131
0.0735029
0.0731906
0.0728783
0.0725667
0.0722545
0.0719408
0.071626
0.0713112
0.0709963
0.0706805
0.0703633
0.0700448
0.0697254
0.0694052
0.0690842
0.0687625
0.0684405
0.0681185
0.0677968
0.0674755
0.0671546
0.0668344
0.0665147
0.0804331
0.0803905
0.0803051
0.0801798
0.0800189
0.0798274
0.0796102
0.0793717
0.0791159
0.0788463
0.0785657
0.0782764
0.0779806
0.0776802
0.0773761
0.0770691
0.0767605
0.0764511
0.0761407
0.0758293
0.0755181
0.0752076
0.0748961
0.0745831
0.0742704
0.0739592
0.0736484
0.0733356
0.0730209
0.0727063
0.0723926
0.0720786
0.0717631
0.0714467
0.0711303
0.0708139
0.0704968
0.0701784
0.0698587
0.0695382
0.0692169
0.068895
0.0685724
0.0682495
0.0679268
0.0676044
0.0672824
0.066961
0.0666402
0.06632
0.0804797
0.0804341
0.0803429
0.0802092
0.0800379
0.0798345
0.0796047
0.0793532
0.0790844
0.0788021
0.0785095
0.0782088
0.0779025
0.0775923
0.0772792
0.0769639
0.0766478
0.0763317
0.0760152
0.0756983
0.0753823
0.0750673
0.0747519
0.0744353
0.0741193
0.0738053
0.0734918
0.0731766
0.0728597
0.0725432
0.0722276
0.0719118
0.0715948
0.0712769
0.0709591
0.0706415
0.0703232
0.0700036
0.0696829
0.0693615
0.0690393
0.0687165
0.0683932
0.0680696
0.0677462
0.0674233
0.0671008
0.0667789
0.0664576
0.066137
0.0805402
0.0804913
0.0803938
0.0802509
0.0800682
0.079852
0.0796085
0.0793432
0.0790606
0.0787652
0.07846
0.0781476
0.0778303
0.0775102
0.077188
0.0768644
0.0765409
0.0762181
0.0758956
0.0755734
0.0752527
0.0749335
0.0746143
0.0742944
0.0739754
0.0736587
0.0733427
0.0730253
0.0727065
0.0723882
0.0720709
0.0717536
0.0714352
0.0711161
0.0707971
0.0704784
0.070159
0.0698385
0.0695169
0.0691946
0.0688717
0.0685482
0.0682242
0.0679001
0.0675762
0.0672528
0.0669298
0.0666075
0.066286
0.0659651
0.0806141
0.0805617
0.0804572
0.0803044
0.0801093
0.0798793
0.0796211
0.079341
0.079044
0.0787346
0.0784164
0.0780919
0.0777635
0.0774332
0.0771018
0.07677
0.0764391
0.0761097
0.0757814
0.0754541
0.0751287
0.0748055
0.0744828
0.0741598
0.0738381
0.0735188
0.0732007
0.0728813
0.0725608
0.0722408
0.0719221
0.0716035
0.0712838
0.0709636
0.0706436
0.0703239
0.0700037
0.0696824
0.0693601
0.0690371
0.0687135
0.0683894
0.0680649
0.0677403
0.067416
0.0670922
0.0667689
0.0664464
0.0661246
0.0658035
0.0807014
0.0806451
0.080533
0.0803692
0.0801608
0.0799157
0.0796418
0.0793459
0.0790336
0.0787098
0.0783781
0.0780411
0.0777013
0.0773607
0.0770201
0.07668
0.0763418
0.076006
0.075672
0.0753397
0.07501
0.074683
0.0743569
0.074031
0.0737068
0.0733853
0.0730652
0.0727441
0.072422
0.0721006
0.0717807
0.0714609
0.0711402
0.070819
0.0704982
0.0701777
0.0698567
0.0695347
0.0692118
0.0688882
0.0685641
0.0682396
0.0679146
0.0675897
0.067265
0.0669409
0.0666174
0.0662947
0.0659727
0.0656515
0.0808018
0.0807413
0.0806207
0.080445
0.080222
0.0799607
0.0796699
0.0793573
0.0790289
0.07869
0.0783443
0.0779945
0.0776432
0.0772921
0.0769422
0.076594
0.0762485
0.0759064
0.075567
0.0752299
0.074896
0.0745654
0.0742362
0.0739077
0.0735811
0.0732577
0.0729357
0.0726131
0.0722897
0.0719671
0.0716461
0.0713253
0.0710038
0.0706818
0.0703603
0.0700392
0.0697176
0.069395
0.0690716
0.0687475
0.068423
0.0680981
0.0677728
0.0674475
0.0671227
0.0667984
0.0664747
0.0661518
0.0658298
0.0655086
0.080915
0.0808499
0.0807202
0.0805314
0.0802924
0.0800136
0.0797048
0.0793744
0.0790292
0.0786745
0.0783144
0.0779516
0.0775884
0.0772269
0.0768677
0.0765113
0.0761587
0.0758105
0.0754657
0.0751241
0.0747863
0.0744523
0.0741203
0.0737893
0.0734607
0.0731355
0.072812
0.0724881
0.0721635
0.07184
0.071518
0.0711965
0.0708742
0.0705516
0.0702295
0.0699079
0.0695858
0.0692628
0.0689389
0.0686145
0.0682897
0.0679644
0.0676389
0.0673135
0.0669884
0.066664
0.0663403
0.0660173
0.0656953
0.0653741
0.0810411
0.0809708
0.080831
0.0806279
0.0803717
0.080074
0.0797458
0.0793966
0.0790337
0.0786628
0.0782878
0.0779116
0.0775365
0.0771644
0.0767959
0.0764315
0.076072
0.0757178
0.0753679
0.075022
0.0746805
0.0743434
0.0740088
0.0736757
0.0733452
0.0730184
0.0726936
0.0723685
0.0720431
0.0717187
0.071396
0.0710738
0.070751
0.070428
0.0701055
0.0697834
0.069461
0.0691376
0.0688134
0.0684888
0.0681637
0.0678382
0.0675125
0.0671869
0.0668618
0.0665373
0.0662135
0.0658906
0.0655686
0.0652475
0.0811798
0.0811039
0.080953
0.0807343
0.0804593
0.0801411
0.0797923
0.0794233
0.0790419
0.0786541
0.0782639
0.0778741
0.077487
0.0771042
0.0767265
0.0763541
0.0759878
0.0756279
0.0752731
0.0749231
0.0745783
0.0742383
0.0739013
0.0735663
0.0732342
0.0729061
0.0725801
0.0722542
0.071928
0.071603
0.0712798
0.0709571
0.0706339
0.0703105
0.0699877
0.0696653
0.0693427
0.0690191
0.0686947
0.0683698
0.0680445
0.0677189
0.0673931
0.0670675
0.0667423
0.0664178
0.0660941
0.0657712
0.0654493
0.0651283
0.0813312
0.081249
0.081086
0.0808501
0.0805546
0.0802144
0.0798436
0.0794537
0.079053
0.0786478
0.0782421
0.0778385
0.0774392
0.0770458
0.076659
0.0762788
0.0759059
0.0755404
0.0751811
0.0748272
0.0744792
0.0741366
0.0737975
0.0734608
0.0731275
0.0727982
0.0724714
0.0721447
0.071818
0.0714926
0.0711689
0.0708459
0.0705225
0.0701989
0.0698759
0.0695534
0.0692305
0.0689068
0.0685823
0.0682572
0.0679319
0.0676062
0.0672803
0.0669546
0.0666295
0.066305
0.0659814
0.0656587
0.065337
0.0650161
0.081495
0.081406
0.0812296
0.0809751
0.0806573
0.0802934
0.0798991
0.0794871
0.0790665
0.0786435
0.0782219
0.0778043
0.0773928
0.0769888
0.0765929
0.0762051
0.0758259
0.0754551
0.0750914
0.0747339
0.074383
0.0740381
0.0736972
0.0733591
0.0730246
0.0726945
0.072367
0.0720399
0.0717128
0.0713871
0.0710632
0.07074
0.0704164
0.0700928
0.0697697
0.0694471
0.0691242
0.0688004
0.0684758
0.0681507
0.0678253
0.0674996
0.0671737
0.0668481
0.066523
0.0661987
0.0658752
0.0655526
0.0652311
0.0649105
0.0816715
0.0815749
0.0813838
0.0811087
0.0807667
0.0803772
0.0799581
0.079523
0.0790818
0.0786405
0.0782028
0.0777711
0.0773473
0.0769328
0.076528
0.0761328
0.0757474
0.0753716
0.0750037
0.074643
0.0742895
0.0739425
0.0736001
0.0732608
0.0729255
0.0725947
0.0722668
0.0719393
0.0716121
0.0712863
0.0709623
0.0706391
0.0703155
0.0699919
0.0696688
0.0693463
0.0690234
0.0686996
0.068375
0.0680499
0.0677245
0.0673988
0.067073
0.0667474
0.0664225
0.0660983
0.065775
0.0654526
0.0651313
0.064811
0.0818605
0.0817555
0.0815483
0.0812507
0.0808824
0.0804654
0.0800198
0.0795608
0.0790982
0.0786383
0.0781843
0.0777384
0.0773023
0.0768774
0.0764639
0.0760615
0.0756703
0.0752896
0.074918
0.0745543
0.0741984
0.0738496
0.0735059
0.0731657
0.0728298
0.0724986
0.0721704
0.0718429
0.0715156
0.0711899
0.070866
0.0705428
0.0702194
0.0698959
0.069573
0.0692505
0.0689277
0.0686041
0.0682795
0.0679545
0.0676292
0.0673035
0.0669778
0.0666523
0.0663275
0.0660035
0.0656804
0.0653583
0.0650373
0.0647172
0.0820621
0.081948
0.0817229
0.0814006
0.0810037
0.0805573
0.0800838
0.0795997
0.0791153
0.0786364
0.078166
0.0777059
0.0772575
0.0768223
0.0764003
0.075991
0.0755941
0.075209
0.0748338
0.0744674
0.0741095
0.0737592
0.0734145
0.0730737
0.0727374
0.072406
0.0720778
0.0717503
0.0714232
0.0710977
0.070774
0.070451
0.0701278
0.0698046
0.0694819
0.0691597
0.068837
0.0685135
0.0681891
0.0678642
0.0675389
0.0672134
0.0668877
0.0665624
0.0662378
0.065914
0.0655911
0.0652693
0.0649486
0.0646289
0.0822765
0.0821522
0.0819074
0.0815582
0.0811302
0.0806521
0.0801492
0.0796392
0.0791325
0.0786344
0.0781475
0.0776731
0.0772126
0.0767673
0.076337
0.075921
0.0755189
0.0751295
0.0747511
0.0743823
0.0740226
0.0736712
0.0733256
0.0729844
0.072648
0.0723167
0.0719886
0.0716614
0.0713346
0.0710094
0.0706861
0.0703635
0.0700406
0.0697177
0.0693954
0.0690734
0.068751
0.0684277
0.0681034
0.0677787
0.0674535
0.0671281
0.0668026
0.0664775
0.066153
0.0658294
0.0655069
0.0651854
0.064865
0.0645457
0.0825038
0.0823682
0.0821017
0.0817228
0.0812611
0.0807493
0.0802154
0.0796786
0.0791493
0.0786319
0.0781284
0.0776397
0.0771672
0.076712
0.0762737
0.0758514
0.0754442
0.075051
0.0746697
0.0742987
0.0739376
0.0735852
0.0732392
0.0728979
0.0725616
0.0722305
0.0719028
0.071576
0.0712497
0.070925
0.0706021
0.0702799
0.0699575
0.069635
0.0693131
0.0689915
0.0686694
0.0683463
0.0680223
0.0676977
0.0673726
0.0670474
0.0667221
0.0663971
0.0660729
0.0657496
0.0654273
0.0651061
0.0647861
0.0644672
0.0827441
0.082596
0.0823057
0.0818943
0.081396
0.0808481
0.0802818
0.0797175
0.0791652
0.0786285
0.0781084
0.0776054
0.077121
0.0766562
0.0762103
0.0757819
0.0753701
0.0749733
0.0745893
0.0742166
0.0738543
0.0735013
0.0731551
0.0728139
0.0724779
0.0721473
0.07182
0.0714938
0.0711682
0.0708442
0.0705219
0.0702002
0.0698783
0.0695564
0.0692349
0.0689137
0.0685919
0.0682691
0.0679454
0.067621
0.0672961
0.066971
0.0666459
0.0663211
0.0659971
0.0656741
0.0653522
0.0650314
0.0647117
0.0643932
0.0829977
0.0828358
0.082519
0.082072
0.081534
0.0809477
0.0803477
0.0797554
0.07918
0.0786239
0.0780871
0.07757
0.0770739
0.0765997
0.0761465
0.0757125
0.0752963
0.0748962
0.07451
0.0741357
0.0737726
0.0734193
0.0730731
0.0727322
0.0723969
0.0720669
0.0717403
0.0714149
0.0710901
0.0707668
0.0704451
0.0701241
0.0698028
0.0694815
0.0691606
0.0688399
0.0685185
0.068196
0.0678725
0.0675483
0.0672237
0.0668987
0.0665738
0.0662493
0.0659255
0.0656028
0.0652812
0.0649608
0.0646415
0.0643235
0.0832647
0.0830875
0.0827416
0.0822555
0.0816746
0.0810475
0.0804124
0.0797916
0.0791931
0.0786177
0.0780643
0.0775332
0.0770257
0.0765425
0.0760823
0.075643
0.0752227
0.0748197
0.0744315
0.0740561
0.0736924
0.073339
0.0729931
0.0726529
0.0723183
0.0719892
0.0716635
0.071339
0.0710151
0.0706927
0.0703718
0.0700515
0.0697309
0.0694103
0.06909
0.0687697
0.0684488
0.0681267
0.0678035
0.0674796
0.0671551
0.0668303
0.0665056
0.0661813
0.0658578
0.0655354
0.0652141
0.0648941
0.0645753
0.0642577
0.0835456
0.0833514
0.0829732
0.0824442
0.081817
0.0811466
0.0804754
0.0798258
0.0792044
0.0786097
0.0780397
0.0774947
0.0769761
0.0764843
0.0760176
0.0755733
0.0751493
0.0747437
0.0743538
0.0739775
0.0736137
0.0732604
0.0729151
0.0725757
0.0722421
0.071914
0.0715894
0.0712659
0.0709431
0.0706217
0.0703017
0.0699821
0.0696624
0.0693425
0.0690228
0.0687032
0.0683827
0.068061
0.0677382
0.0674145
0.0670902
0.0667656
0.066441
0.0661169
0.0657937
0.0654716
0.0651508
0.0648311
0.0645128
0.0641957
0.0838406
0.0836275
0.0832136
0.0826376
0.0819603
0.0812443
0.080536
0.0798577
0.0792134
0.0785995
0.0780132
0.0774545
0.0769251
0.0764251
0.0759522
0.0755033
0.075076
0.074668
0.0742768
0.0739
0.0735362
0.0731835
0.0728389
0.0725006
0.0721682
0.0718414
0.0715179
0.0711957
0.070874
0.0705537
0.0702346
0.069916
0.069597
0.069278
0.0689591
0.06864
0.0683201
0.0679988
0.0676763
0.0673528
0.0670287
0.0667043
0.0663799
0.0660561
0.0657331
0.0654113
0.0650908
0.0647717
0.0644538
0.0641371
0.0841502
0.083916
0.0834626
0.0828351
0.0821037
0.0813398
0.0805936
0.0798867
0.07922
0.0785871
0.0779844
0.0774123
0.0768725
0.0763648
0.0758862
0.075433
0.0750026
0.0745927
0.0742004
0.0738235
0.07346
0.073108
0.0727645
0.0724275
0.0720966
0.0717711
0.071449
0.0711281
0.0708077
0.0704885
0.0701705
0.0698528
0.0695348
0.0692166
0.0688984
0.06858
0.0682607
0.0679398
0.0676176
0.0672944
0.0669705
0.0666463
0.0663221
0.0659984
0.0656758
0.0653543
0.0650342
0.0647155
0.0643981
0.064082
0.0844746
0.0842171
0.08372
0.0830359
0.0822464
0.0814323
0.0806478
0.0799127
0.0792239
0.0785722
0.0779532
0.0773679
0.0768183
0.0763034
0.0758195
0.0753624
0.0749292
0.0745176
0.0741247
0.0737479
0.0733851
0.0730341
0.0726919
0.0723564
0.072027
0.0717031
0.0713825
0.071063
0.0707441
0.0704261
0.0701092
0.0697926
0.0694755
0.0691582
0.0688408
0.0685231
0.0682043
0.067884
0.0675621
0.0672392
0.0669154
0.0665913
0.0662673
0.0659439
0.0656215
0.0653004
0.0649807
0.0646624
0.0643455
0.0640299
0.0848146
0.0845309
0.0839853
0.0832393
0.0823874
0.081521
0.0806981
0.0799355
0.079225
0.0785546
0.0779195
0.0773214
0.0767624
0.0762409
0.0757521
0.0752914
0.0748558
0.0744428
0.0740496
0.0736732
0.0733113
0.0729616
0.0726209
0.0722871
0.0719595
0.0716373
0.0713183
0.0710005
0.070683
0.0703664
0.0700506
0.069735
0.069419
0.0691026
0.0687861
0.0684692
0.0681509
0.0678311
0.0675096
0.0671869
0.0668633
0.0665393
0.0662155
0.0658923
0.0655701
0.0652493
0.06493
0.0646122
0.0642958
0.0639808
0.0851705
0.0848577
0.0842583
0.0834444
0.0825256
0.0816053
0.0807441
0.0799548
0.0792232
0.0785341
0.077883
0.0772727
0.076705
0.0761773
0.0756839
0.0752199
0.0747822
0.0743683
0.073975
0.0735993
0.0732386
0.0728904
0.0725515
0.0722196
0.071894
0.0715736
0.0712564
0.0709403
0.0706244
0.0703092
0.0699946
0.0696801
0.0693652
0.0690498
0.0687342
0.068418
0.0681004
0.067781
0.0674599
0.0671374
0.066814
0.0664901
0.0661664
0.0658434
0.0655214
0.065201
0.0648821
0.0645647
0.0642489
0.0639344
0.085543
0.0851977
0.0845386
0.0836504
0.0826602
0.0816842
0.0807855
0.0799706
0.0792183
0.0785105
0.0778437
0.0772216
0.0766459
0.0761125
0.075615
0.075148
0.0747085
0.074294
0.073901
0.0735263
0.0731671
0.0728206
0.0724837
0.0721539
0.0718304
0.071512
0.0711967
0.0708823
0.0705681
0.0702544
0.0699411
0.0696278
0.0693139
0.0689995
0.0686849
0.0683694
0.0680525
0.0677336
0.0674128
0.0670906
0.0667673
0.0664435
0.0661199
0.065797
0.0654754
0.0651552
0.0648367
0.0645199
0.0642046
0.0638907
0.0859327
0.0855511
0.0848258
0.0838562
0.08279
0.0817573
0.0808221
0.0799828
0.0792101
0.0784837
0.0778014
0.0771684
0.0765853
0.0760468
0.0755454
0.0750757
0.0746348
0.0742199
0.0738275
0.0734541
0.0730966
0.0727521
0.0724174
0.0720899
0.0717687
0.0714525
0.0711392
0.0708266
0.0705141
0.0702019
0.06989
0.0695778
0.0692651
0.0689518
0.068638
0.0683234
0.0680071
0.0676888
0.0673684
0.0670463
0.0667231
0.0663994
0.0660759
0.0657532
0.0654317
0.0651119
0.0647938
0.0644775
0.0641627
0.0638494
0.0863404
0.0859182
0.0851192
0.0840606
0.0829138
0.081824
0.0808539
0.0799914
0.0791986
0.0784535
0.0777562
0.0771129
0.0765232
0.07598
0.0754751
0.075003
0.0745609
0.074146
0.0737546
0.0733827
0.0730272
0.0726849
0.0723526
0.0720276
0.0717088
0.0713948
0.0710836
0.0707731
0.0704623
0.0701517
0.0698411
0.0695302
0.0692186
0.0689064
0.0685936
0.0682798
0.0679642
0.0676463
0.0673263
0.0670045
0.0666814
0.0663577
0.0660342
0.0657116
0.0653904
0.0650709
0.0647532
0.0644373
0.0641232
0.0638105
0.0867668
0.0862991
0.0854182
0.0842625
0.0830307
0.0818837
0.0808807
0.0799964
0.0791836
0.0784198
0.077708
0.0770554
0.0764598
0.0759123
0.0754042
0.07493
0.074487
0.0740724
0.0736822
0.0733121
0.0729588
0.072619
0.0722892
0.0719669
0.0716506
0.0713391
0.0710301
0.0707216
0.0704127
0.0701036
0.0697944
0.0694847
0.0691743
0.0688632
0.0685514
0.0682385
0.0679236
0.0676063
0.0672866
0.0669649
0.0666419
0.0663182
0.0659947
0.0656722
0.0653512
0.065032
0.0647148
0.0643994
0.0640858
0.0637737
0.087213
0.0866942
0.0857222
0.0844604
0.0831394
0.081936
0.0809027
0.0799978
0.0791649
0.0783824
0.0776569
0.0769958
0.0763951
0.0758437
0.0753325
0.0748565
0.0744131
0.0739992
0.0736104
0.0732424
0.0728915
0.0725543
0.0722273
0.0719078
0.0715942
0.0712852
0.0709785
0.070672
0.070365
0.0700576
0.0697498
0.0694414
0.0691322
0.0688222
0.0685115
0.0681994
0.0678852
0.0675684
0.067249
0.0669275
0.0666045
0.0662808
0.0659573
0.0656349
0.0653141
0.0649951
0.0646783
0.0643635
0.0640505
0.063739
0.0876797
0.0871036
0.0860302
0.084653
0.0832391
0.0819808
0.0809199
0.0799955
0.0791424
0.0783413
0.0776029
0.0769345
0.0763292
0.0757743
0.0752603
0.0747828
0.0743392
0.0739262
0.0735391
0.0731734
0.0728251
0.0724908
0.0721668
0.0718503
0.0715395
0.071233
0.0709287
0.0706244
0.0703194
0.0700136
0.0697072
0.0694001
0.0690921
0.0687833
0.0684735
0.0681623
0.0678489
0.0675326
0.0672136
0.0668923
0.0665692
0.0662455
0.0659219
0.0655995
0.0652789
0.0649602
0.0646439
0.0643296
0.0640172
0.0637063
0.0881681
0.0875276
0.0863412
0.0848386
0.0833285
0.082018
0.0809327
0.0799897
0.0791158
0.0782964
0.0775462
0.0768716
0.0762623
0.075704
0.0751875
0.0747088
0.0742654
0.0738535
0.0734684
0.0731052
0.0727598
0.0724286
0.0721077
0.0717943
0.0714864
0.0711826
0.0708807
0.0705787
0.0702756
0.0699715
0.0696666
0.0693608
0.069054
0.0687463
0.0684376
0.0681273
0.0678146
0.0674989
0.0671802
0.066859
0.0665359
0.0662121
0.0658884
0.065566
0.0652455
0.0649272
0.0646112
0.0642975
0.0639857
0.0636755
0.0886793
0.0879663
0.0866541
0.0850156
0.0834069
0.0820476
0.0809413
0.0799801
0.0790849
0.0782477
0.0774871
0.0768072
0.0761943
0.0756329
0.0751142
0.0746347
0.0741916
0.0737812
0.0733983
0.0730378
0.0726955
0.0723676
0.07205
0.0717398
0.071435
0.0711339
0.0708346
0.0705348
0.0702336
0.0699312
0.0696278
0.0693232
0.0690177
0.0687111
0.0684035
0.0680941
0.0677822
0.067467
0.0671487
0.0668275
0.0665045
0.0661805
0.0658567
0.0655343
0.0652138
0.0648958
0.0645803
0.0642671
0.0639559
0.0636463
0.0892146
0.0884199
0.0869675
0.0851821
0.0834735
0.0820698
0.0809459
0.0799666
0.0790497
0.0781952
0.0774256
0.0767415
0.0761255
0.0755612
0.0750405
0.0745604
0.074118
0.0737093
0.0733287
0.0729712
0.0726323
0.0723078
0.0719936
0.0716868
0.0713851
0.0710869
0.0707901
0.0704926
0.0701934
0.0698927
0.0695907
0.0692875
0.0689832
0.0686778
0.0683712
0.0680628
0.0677516
0.067437
0.067119
0.0667979
0.0664748
0.0661506
0.0658267
0.0655042
0.0651839
0.0648661
0.064551
0.0642384
0.0639279
0.0636189
0.0897754
0.0888884
0.0872797
0.0853364
0.0835276
0.0820852
0.0809468
0.079949
0.0790098
0.0781393
0.0773621
0.0766747
0.0760558
0.0754888
0.0749664
0.074486
0.0740447
0.0736377
0.0732598
0.0729054
0.07257
0.0722491
0.0719386
0.0716352
0.0713367
0.0710414
0.0707472
0.0704521
0.070155
0.069856
0.0695554
0.0692535
0.0689503
0.0686461
0.0683406
0.0680332
0.0677227
0.0674087
0.067091
0.06677
0.0664468
0.0661225
0.0657984
0.0654757
0.0651555
0.064838
0.0645233
0.0642112
0.0639013
0.063593
0.0903631
0.0893719
0.087589
0.0854765
0.083569
0.0820942
0.0809442
0.0799272
0.0789653
0.0780799
0.0772969
0.0766069
0.0759854
0.0754158
0.074892
0.0744117
0.0739715
0.0735666
0.0731914
0.0728404
0.0725087
0.0721917
0.0718849
0.071585
0.0712898
0.0709975
0.070706
0.0704132
0.0701181
0.0698208
0.0695217
0.0692211
0.0689191
0.0686161
0.0683117
0.0680052
0.0676955
0.0673821
0.0670646
0.0667438
0.0664204
0.0660959
0.0657716
0.0654488
0.0651286
0.0648113
0.0644971
0.0641856
0.0638763
0.0635686
0.0909794
0.0898702
0.0878933
0.0856007
0.0835975
0.0820975
0.0809382
0.0799006
0.0789159
0.0780175
0.0772301
0.0765382
0.0759143
0.0753423
0.0748174
0.0743374
0.0738986
0.073496
0.0731237
0.0727763
0.0724485
0.0721354
0.0718325
0.0715363
0.0712445
0.0709552
0.0706663
0.0703759
0.0700828
0.0697873
0.0694896
0.0691902
0.0688895
0.0685876
0.0682843
0.0679787
0.0676699
0.067357
0.0670399
0.066719
0.0663956
0.0660708
0.0657462
0.0654233
0.0651031
0.0647861
0.0644723
0.0641613
0.0638526
0.0635456
0.091626
0.0903831
0.0881903
0.0857071
0.0836131
0.0820959
0.0809288
0.0798692
0.0788618
0.0779523
0.0771622
0.0764688
0.0758424
0.0752683
0.0747427
0.0742633
0.0738261
0.0734258
0.0730566
0.0727129
0.0723892
0.0720803
0.0717814
0.0714889
0.0712005
0.0709143
0.0706281
0.0703401
0.0700491
0.0697552
0.069459
0.0691608
0.0688613
0.0685605
0.0682583
0.0679537
0.0676457
0.0673334
0.0670166
0.0666958
0.0663722
0.0660471
0.0657223
0.0653992
0.0650791
0.0647622
0.0644488
0.0641383
0.0638303
0.0635239
0.0923049
0.0909101
0.0884773
0.0857942
0.0836164
0.08209
0.0809158
0.0798324
0.0788032
0.0778847
0.0770932
0.0763988
0.0757701
0.0751941
0.074668
0.0741894
0.0737539
0.073356
0.0729902
0.0726504
0.072331
0.0720263
0.0717315
0.0714429
0.0711579
0.0708748
0.0705914
0.0703057
0.0700168
0.0697246
0.0694298
0.0691329
0.0688345
0.0685349
0.0682337
0.0679302
0.067623
0.0673112
0.0669947
0.066674
0.0663501
0.0660248
0.0656997
0.0653765
0.0650563
0.0647396
0.0644266
0.0641167
0.0638093
0.0635035
0.0930182
0.0914505
0.0887516
0.0858603
0.083608
0.0820806
0.0808991
0.07979
0.0787401
0.0778151
0.0770235
0.0763281
0.0756971
0.0751196
0.0745934
0.0741158
0.0736821
0.0732868
0.0729244
0.0725888
0.0722737
0.0719735
0.0716829
0.0713982
0.0711168
0.0708368
0.0705561
0.0702728
0.0699859
0.0696954
0.069402
0.0691063
0.0688091
0.0685106
0.0682105
0.0679079
0.0676015
0.0672904
0.0669742
0.0666535
0.0663295
0.0660038
0.0656784
0.0653549
0.0650347
0.0647182
0.0644056
0.0640962
0.0637894
0.0634843
0.093768
0.0920035
0.0890099
0.0859044
0.0835888
0.0820682
0.0808782
0.0797419
0.0786729
0.0777438
0.0769532
0.0762568
0.0756238
0.075045
0.0745189
0.0740425
0.0736106
0.0732182
0.0728593
0.0725279
0.0722175
0.0719218
0.0716356
0.0713548
0.0710769
0.0708001
0.0705221
0.0702413
0.0699564
0.0696675
0.0693755
0.069081
0.0687849
0.0684875
0.0681885
0.0678869
0.0675814
0.0672708
0.066955
0.0666343
0.0663101
0.0659841
0.0656583
0.0653346
0.0650143
0.064698
0.0643858
0.0640769
0.0637708
0.0634663
0.0945567
0.0925677
0.0892492
0.0859257
0.0835601
0.0820534
0.0808527
0.0796878
0.0786021
0.0776714
0.0768823
0.0761851
0.0755501
0.0749704
0.0744447
0.0739695
0.0735396
0.07315
0.0727949
0.0724679
0.0721622
0.0718712
0.0715894
0.0713127
0.0710384
0.0707647
0.0704895
0.070211
0.0699282
0.069641
0.0693502
0.069057
0.0687619
0.0684656
0.0681677
0.0678671
0.0675624
0.0672525
0.0669369
0.0666163
0.0662919
0.0659655
0.0656394
0.0653154
0.0649951
0.0646789
0.0643671
0.0640587
0.0637532
0.0634493
0.0953869
0.0931416
0.0894659
0.0859234
0.0835233
0.0820363
0.080822
0.0796277
0.0785281
0.077598
0.0768111
0.0761129
0.0754762
0.0748959
0.0743708
0.0738969
0.0734691
0.0730824
0.0727312
0.0724088
0.072108
0.0718218
0.0715445
0.0712718
0.0710011
0.0707306
0.0704582
0.070182
0.0699012
0.0696156
0.0693262
0.0690341
0.0687402
0.0684449
0.0681481
0.0678484
0.0675446
0.0672353
0.0669201
0.0665994
0.0662748
0.0659481
0.0656216
0.0652974
0.0649769
0.0646609
0.0643494
0.0640416
0.0637367
0.0634334
0.0962612
0.0937233
0.0896567
0.0858976
0.0834799
0.0820171
0.0807856
0.0795617
0.0784514
0.077524
0.0767395
0.0760404
0.0754021
0.0748215
0.0742972
0.0738247
0.0733991
0.0730154
0.0726682
0.0723505
0.0720547
0.0717735
0.0715007
0.0712322
0.0709651
0.0706977
0.0704281
0.0701543
0.0698754
0.0695915
0.0693034
0.0690124
0.0687195
0.0684253
0.0681295
0.0678308
0.0675278
0.0672191
0.0669043
0.0665837
0.0662589
0.0659318
0.0656049
0.0652804
0.0649598
0.064644
0.0643329
0.0640255
0.0637212
0.0634184
0.0971824
0.0943102
0.0898181
0.0858486
0.0834313
0.0819956
0.080743
0.0794901
0.0783726
0.0774497
0.0766677
0.0759675
0.075328
0.0747475
0.074224
0.073753
0.0733295
0.072949
0.0726059
0.072293
0.0720023
0.0717262
0.0714582
0.0711938
0.0709304
0.0706661
0.0703991
0.0701277
0.0698507
0.0695684
0.0692816
0.0689917
0.0686999
0.0684067
0.0681119
0.0678142
0.067512
0.067204
0.0668895
0.066569
0.066244
0.0659166
0.0655893
0.0652645
0.0649438
0.0646281
0.0643173
0.0640104
0.0637066
0.0634043
0.0981535
0.0948996
0.0899467
0.085777
0.0833791
0.0819714
0.0806936
0.0794133
0.0782921
0.0773752
0.0765956
0.0758943
0.075254
0.0746738
0.0741514
0.0736818
0.0732605
0.0728832
0.0725443
0.0722364
0.071951
0.07168
0.0714167
0.0711565
0.0708968
0.0706356
0.0703713
0.0701022
0.0698272
0.0695464
0.0692609
0.0689721
0.0686813
0.0683891
0.0680953
0.0677985
0.0674972
0.0671898
0.0668757
0.0665553
0.0662301
0.0659024
0.0655747
0.0652496
0.0649288
0.0646131
0.0643026
0.0639962
0.0636929
0.0633911
0.0991774
0.0954881
0.0900396
0.0856841
0.0833245
0.081944
0.0806372
0.0793317
0.0782105
0.0773007
0.0765233
0.0758211
0.0751803
0.0746006
0.0740792
0.0736111
0.073192
0.072818
0.0724834
0.0721805
0.0719006
0.0716349
0.0713764
0.0711205
0.0708643
0.0706063
0.0703446
0.0700778
0.0698047
0.0695255
0.0692413
0.0689535
0.0686636
0.0683724
0.0680795
0.0677838
0.0674832
0.0671765
0.0668628
0.0665425
0.0662172
0.0658891
0.0655611
0.0652356
0.0649147
0.0645992
0.064289
0.063983
0.0636801
0.0633788
0.100257
0.096072
0.0900938
0.0855713
0.0832686
0.0819127
0.0805734
0.079246
0.0781283
0.0772263
0.0764508
0.0757478
0.0751069
0.0745279
0.0740075
0.0735409
0.0731242
0.0727534
0.0724232
0.0721255
0.0718511
0.0715908
0.0713372
0.0710855
0.070833
0.070578
0.070319
0.0700544
0.0697832
0.0695056
0.0692226
0.0689358
0.0686469
0.0683566
0.0680647
0.0677698
0.0674701
0.067164
0.0668507
0.0665306
0.0662052
0.0658769
0.0655485
0.0652227
0.0649016
0.0645861
0.0642762
0.0639706
0.0636681
0.0633671
0.101396
0.096647
0.0901072
0.0854404
0.0832123
0.0818767
0.0805022
0.0791568
0.0780457
0.0771519
0.0763781
0.0756746
0.0750339
0.0744558
0.0739365
0.0734713
0.0730568
0.0726895
0.0723637
0.0720714
0.0718026
0.0715477
0.0712991
0.0710517
0.0708028
0.0705508
0.0702944
0.070032
0.0697627
0.0694865
0.0692048
0.0689191
0.0686311
0.0683417
0.0680507
0.0677567
0.0674578
0.0671523
0.0668395
0.0665196
0.0661941
0.0658655
0.0655368
0.0652107
0.0648895
0.064574
0.0642643
0.063959
0.0636569
0.0633562
0.102596
0.0972085
0.0900777
0.0852935
0.0831559
0.0818352
0.0804237
0.0790649
0.0779633
0.0770777
0.0763054
0.0756016
0.0749614
0.0743843
0.073866
0.0734023
0.0729901
0.0726262
0.072305
0.072018
0.0717549
0.0715057
0.0712621
0.071019
0.0707736
0.0705247
0.0702708
0.0700105
0.069743
0.0694684
0.0691879
0.0689032
0.0686161
0.0683275
0.0680374
0.0677442
0.0674462
0.0671414
0.066829
0.0665093
0.0661839
0.0658551
0.065526
0.0651996
0.0648782
0.0645628
0.0642532
0.0639482
0.0636464
0.0633459
0.103861
0.0977515
0.0900041
0.0851332
0.0830996
0.0817873
0.0803383
0.0789707
0.0778811
0.0770036
0.0762326
0.0755289
0.0748895
0.0743134
0.0737962
0.0733339
0.072924
0.0725635
0.0722469
0.0719654
0.0717082
0.0714647
0.0712262
0.0709873
0.0707455
0.0704995
0.0702481
0.06999
0.0697243
0.0694511
0.0691718
0.0688881
0.0686019
0.0683142
0.0680248
0.0677325
0.0674352
0.0671311
0.0668192
0.0664999
0.0661744
0.0658455
0.0655161
0.0651895
0.0648679
0.0645524
0.0642429
0.0639381
0.0636366
0.0633362
0.105194
0.0982706
0.0898854
0.0849617
0.0830431
0.0817325
0.0802463
0.0788752
0.0777994
0.0769297
0.0761599
0.0754566
0.0748182
0.0742432
0.073727
0.0732661
0.0728585
0.0725015
0.0721896
0.0719136
0.0716624
0.0714246
0.0711912
0.0709567
0.0707184
0.0704753
0.0702263
0.0699702
0.0697063
0.0694347
0.0691566
0.0688739
0.0685885
0.0683015
0.068013
0.0677214
0.0674249
0.0671215
0.0668101
0.0664911
0.0661657
0.0658367
0.0655071
0.0651802
0.0648584
0.0645429
0.0642334
0.0639287
0.0636273
0.0633271
0.106597
0.0987601
0.0897214
0.0847818
0.0829859
0.0816698
0.0801484
0.0787788
0.0777183
0.0768559
0.0760874
0.0753848
0.0747477
0.0741738
0.0736586
0.073199
0.0727937
0.0724401
0.0721329
0.0718626
0.0716175
0.0713855
0.0711573
0.0709271
0.0706923
0.070452
0.0702054
0.0699513
0.0696891
0.069419
0.0691421
0.0688603
0.0685758
0.0682896
0.0680018
0.0677109
0.0674151
0.0671124
0.0668016
0.066483
0.0661578
0.0658287
0.065499
0.0651718
0.0648498
0.0645341
0.0642247
0.06392
0.0636187
0.0633185
0.108073
0.0992143
0.0895123
0.0845959
0.0829271
0.081599
0.0800453
0.0786822
0.0776379
0.0767822
0.0760151
0.0753137
0.074678
0.0741051
0.0735908
0.0731325
0.0727295
0.0723794
0.0720769
0.0718124
0.0715734
0.0713473
0.0711243
0.0708984
0.0706671
0.0704296
0.0701853
0.0699332
0.0696727
0.069404
0.0691283
0.0688475
0.0685638
0.0682783
0.0679912
0.067701
0.0674059
0.0671038
0.0667937
0.0664755
0.0661506
0.0658215
0.0654916
0.0651642
0.064842
0.0645261
0.0642166
0.0639119
0.0636105
0.0633103
0.109624
0.0996276
0.0892589
0.084406
0.0828659
0.0815196
0.0799378
0.0785857
0.0775581
0.0767088
0.0759432
0.0752432
0.074609
0.0740372
0.0735237
0.0730667
0.0726659
0.0723193
0.0720216
0.0717629
0.0715301
0.0713101
0.0710923
0.0708707
0.0706428
0.0704081
0.070166
0.0699158
0.069657
0.0693897
0.0691152
0.0688354
0.0685524
0.0682677
0.0679811
0.0676917
0.0673972
0.0670958
0.0667863
0.0664686
0.066144
0.0658151
0.0654851
0.0651575
0.064835
0.0645189
0.0642092
0.0639043
0.0636029
0.0633024
0.111251
0.0999942
0.0889624
0.084214
0.0828012
0.0814316
0.0798268
0.0784899
0.0774791
0.0766356
0.0758717
0.0751735
0.074541
0.0739701
0.0734574
0.0730016
0.0726029
0.0722598
0.071967
0.0717142
0.0714877
0.0712738
0.0710613
0.070844
0.0706195
0.0703873
0.0701474
0.0698991
0.0696419
0.0693761
0.0691028
0.0688239
0.0685417
0.0682576
0.0679717
0.0676828
0.0673889
0.0670883
0.0667794
0.0664623
0.0661381
0.0658093
0.0654793
0.0651515
0.0648287
0.0645124
0.0642023
0.0638972
0.0635956
0.0632949
0.112957
0.100309
0.0886244
0.0840214
0.082732
0.0813349
0.079713
0.0783949
0.0774007
0.0765627
0.0758008
0.0751047
0.0744737
0.0739038
0.0733918
0.0729372
0.0725406
0.072201
0.071913
0.0716661
0.0714461
0.0712383
0.0710312
0.0708182
0.0705969
0.0703674
0.0701296
0.0698831
0.0696275
0.0693631
0.069091
0.0688131
0.0685316
0.0682481
0.0679627
0.0676743
0.0673811
0.0670811
0.066773
0.0664565
0.0661328
0.0658043
0.0654743
0.0651463
0.0648232
0.0645065
0.064196
0.0638906
0.0635886
0.0632876
0.114743
0.100566
0.088247
0.0838292
0.0826572
0.08123
0.0795974
0.0783011
0.0773229
0.0764901
0.0757306
0.0750367
0.0744074
0.0738384
0.073327
0.0728735
0.072479
0.0721428
0.0718597
0.0716188
0.0714053
0.0712037
0.0710019
0.0707932
0.0705753
0.0703482
0.0701124
0.0698677
0.0696137
0.0693507
0.0690797
0.0688028
0.0685221
0.0682391
0.0679542
0.0676663
0.0673737
0.0670744
0.066767
0.0664512
0.0661281
0.0657999
0.06547
0.0651418
0.0648184
0.0645012
0.0641902
0.0638843
0.0635819
0.0632805
0.116609
0.10076
0.0878324
0.0836382
0.0825758
0.0811173
0.0794807
0.0782086
0.0772457
0.0764179
0.0756611
0.0749697
0.074342
0.0737737
0.0732629
0.0728104
0.072418
0.0720852
0.071807
0.0715722
0.0713653
0.07117
0.0709736
0.0707691
0.0705544
0.0703298
0.0700959
0.0698529
0.0696004
0.0693388
0.0690691
0.0687931
0.0685131
0.0682306
0.0679461
0.0676587
0.0673666
0.067068
0.0667614
0.0664465
0.066124
0.0657962
0.0654663
0.065138
0.0648141
0.0644964
0.0641848
0.0638783
0.0635753
0.0632735
0.118556
0.100888
0.0873833
0.0834486
0.0824871
0.0809973
0.0793636
0.0781174
0.0771692
0.0763462
0.0755924
0.0749036
0.0742775
0.07371
0.0731997
0.0727481
0.0723576
0.0720282
0.0717549
0.0715263
0.0713261
0.0711371
0.0709461
0.0707458
0.0705343
0.070312
0.0700801
0.0698387
0.0695877
0.0693275
0.069059
0.068784
0.0685046
0.0682226
0.0679385
0.0676514
0.0673599
0.067062
0.0667563
0.0664422
0.0661204
0.065793
0.0654633
0.0651348
0.0648105
0.0644921
0.0641798
0.0638726
0.0635689
0.0632665
0.120585
0.100945
0.0869024
0.0832603
0.0823903
0.080871
0.0792468
0.0780277
0.0770933
0.0762752
0.0755246
0.0748384
0.0742139
0.0736471
0.0731372
0.0726865
0.0722978
0.0719718
0.0717035
0.0714811
0.0712876
0.071105
0.0709194
0.0707234
0.0705149
0.0702949
0.0700648
0.069825
0.0695755
0.0693167
0.0690493
0.0687753
0.0684966
0.068215
0.0679312
0.0676445
0.0673535
0.0670564
0.0667515
0.0664383
0.0661173
0.0657904
0.0654608
0.0651321
0.0648072
0.0644881
0.0641749
0.0638669
0.0635623
0.0632594
0.122694
0.100927
0.0863926
0.0830729
0.0822847
0.0807391
0.0791308
0.0779394
0.0770179
0.0762047
0.0754577
0.0747743
0.0741513
0.073585
0.0730755
0.0726256
0.0722387
0.071916
0.0716527
0.0714365
0.0712498
0.0710737
0.0708936
0.0707017
0.0704962
0.0702785
0.0700501
0.0698118
0.0695638
0.0693063
0.0690402
0.0687671
0.068489
0.0682078
0.0679243
0.0676379
0.0673475
0.0670511
0.0667471
0.0664349
0.0661146
0.0657883
0.0654588
0.0651298
0.0648043
0.0644843
0.0641701
0.063861
0.0635556
0.0632521
0.124882
0.100831
0.085857
0.0828856
0.08217
0.0806026
0.0790161
0.0778525
0.0769433
0.0761351
0.0753918
0.0747112
0.0740896
0.0735239
0.0730146
0.0725654
0.0721803
0.0718608
0.0716024
0.0713926
0.0712128
0.0710432
0.0708685
0.0706808
0.0704783
0.0702627
0.070036
0.0697992
0.0695526
0.0692965
0.0690315
0.0687593
0.0684818
0.068201
0.0679177
0.0676317
0.0673417
0.0670461
0.0667432
0.0664319
0.0661124
0.0657866
0.0654572
0.0651278
0.0648015
0.0644805
0.0641652
0.063855
0.0635488
0.0632448
0.12715
0.100654
0.0852987
0.0826972
0.082046
0.0804625
0.078903
0.077767
0.0768693
0.0760662
0.075327
0.0746491
0.0740289
0.0734636
0.0729546
0.0725059
0.0721224
0.0718062
0.0715529
0.0713494
0.0711765
0.0710135
0.0708443
0.0706606
0.070461
0.0702475
0.0700224
0.0697871
0.0695419
0.0692871
0.0690233
0.0687519
0.068475
0.0681945
0.0679114
0.0676257
0.0673364
0.0670416
0.0667396
0.0664292
0.0661105
0.0657851
0.0654556
0.0651257
0.0647986
0.0644765
0.06416
0.0638489
0.0635419
0.0632376
0.129495
0.100394
0.0847207
0.0825066
0.0819126
0.0803198
0.0787919
0.0776828
0.076796
0.0759982
0.0752631
0.074588
0.0739691
0.0734043
0.0728953
0.0724472
0.0720653
0.0717523
0.071504
0.071307
0.0711411
0.0709846
0.0708209
0.0706413
0.0704445
0.070233
0.0700095
0.0697756
0.0695318
0.0692783
0.0690155
0.068745
0.0684685
0.0681883
0.0679054
0.0676202
0.0673314
0.0670374
0.0667364
0.0664269
0.0661088
0.0657836
0.0654539
0.0651234
0.0647954
0.0644722
0.0641546
0.0638426
0.0635349
0.0632304
0.131915
0.10005
0.0841263
0.0823121
0.08177
0.0801754
0.0786829
0.0775999
0.0767235
0.0759312
0.0752003
0.074528
0.0739104
0.0733459
0.072837
0.0723893
0.0720091
0.0716993
0.071456
0.0712655
0.0711067
0.0709568
0.0707985
0.0706228
0.0704288
0.0702192
0.0699972
0.0697647
0.0695223
0.0692699
0.0690082
0.0687384
0.0684624
0.0681824
0.0678999
0.067615
0.0673269
0.0670338
0.0667336
0.0664248
0.0661071
0.0657819
0.0654519
0.0651207
0.0647917
0.0644675
0.064149
0.0638362
0.063528
0.0632234
0.134407
0.0996195
0.0835186
0.0821123
0.0816184
0.0800304
0.0785761
0.0775183
0.0766518
0.0758652
0.0751387
0.0744691
0.0738529
0.0732888
0.0727799
0.0723327
0.071954
0.0716475
0.0714092
0.0712253
0.0710736
0.0709303
0.0707773
0.0706055
0.0704141
0.0702064
0.0699858
0.0697547
0.0695135
0.0692623
0.0690014
0.0687322
0.0684566
0.068177
0.0678948
0.0676104
0.0673229
0.0670305
0.066731
0.0664227
0.0661052
0.0657798
0.0654493
0.0651174
0.0647876
0.0644625
0.0641433
0.06383
0.0635215
0.063217
0.13697
0.0991019
0.0829002
0.0819055
0.0814585
0.0798855
0.0784718
0.077438
0.0765812
0.0758004
0.0750784
0.0744117
0.0737968
0.0732332
0.0727246
0.0722779
0.0719009
0.0715977
0.0713646
0.0711872
0.0710425
0.0709056
0.0707577
0.0705896
0.0704007
0.0701947
0.0699756
0.0697456
0.0695055
0.0692553
0.0689952
0.0687265
0.0684513
0.068172
0.0678902
0.0676064
0.0673195
0.0670276
0.0667285
0.0664205
0.066103
0.0657773
0.0654463
0.0651137
0.0647832
0.0644575
0.0641378
0.0638243
0.0635158
0.0632114
0.1396
0.0984967
0.0822734
0.0816905
0.0812907
0.0797415
0.07837
0.0773591
0.0765118
0.0757372
0.0750199
0.0743562
0.0737429
0.07318
0.0726719
0.0722261
0.0718509
0.0715511
0.0713231
0.0711521
0.0710141
0.0708833
0.0707402
0.0705755
0.0703889
0.0701845
0.0699666
0.0697378
0.0694986
0.0692492
0.0689897
0.0687215
0.0684467
0.0681677
0.0678863
0.0676029
0.0673165
0.067025
0.0667261
0.0664181
0.0661004
0.0657743
0.0654428
0.0651098
0.0647788
0.0644528
0.064133
0.0638194
0.0635109
0.0632068
0.142294
0.0978032
0.0816399
0.081466
0.081116
0.0795994
0.0782711
0.0772822
0.0764444
0.0756765
0.0749642
0.0743038
0.0736925
0.0731307
0.0726233
0.0721787
0.0718055
0.0715092
0.0712862
0.0711212
0.0709894
0.0708641
0.0707253
0.0705635
0.070379
0.070176
0.0699592
0.0697312
0.0694928
0.069244
0.068985
0.0687171
0.0684427
0.0681641
0.0678831
0.0676
0.0673138
0.0670225
0.0667237
0.0664155
0.0660975
0.0657712
0.0654394
0.0651061
0.0647749
0.0644488
0.064129
0.0638154
0.0635072
0.0632033
0.14505
0.0970213
0.0810004
0.081231
0.0809357
0.0794607
0.0781762
0.0772084
0.0763805
0.0756196
0.0749127
0.074256
0.073647
0.0730867
0.0725806
0.0721375
0.0717666
0.0714737
0.0712552
0.0710956
0.0709691
0.0708485
0.0707133
0.070554
0.0703711
0.0701692
0.0699533
0.069726
0.0694881
0.0692397
0.0689811
0.0687136
0.0684394
0.0681612
0.0678804
0.0675975
0.0673115
0.0670202
0.0667212
0.0664129
0.0660947
0.0657682
0.0654362
0.0651029
0.0647717
0.0644457
0.064126
0.0638126
0.0635045
0.0632008
0.147863
0.0961517
0.0803565
0.0809856
0.0807529
0.0793282
0.0780875
0.07714
0.0763221
0.0755686
0.0748673
0.0742145
0.0736081
0.0730498
0.0725454
0.072104
0.0717354
0.0714456
0.0712311
0.0710758
0.0709537
0.0708368
0.0707042
0.0705469
0.0703652
0.0701641
0.0699488
0.069722
0.0694845
0.0692364
0.068978
0.0687108
0.0684369
0.0681588
0.0678782
0.0675955
0.0673094
0.067018
0.066719
0.0664105
0.0660922
0.0657656
0.0654337
0.0651004
0.0647694
0.0644435
0.0641239
0.0638107
0.0635028
0.0631991
0.150727
0.0951969
0.0797136
0.0807338
0.0805738
0.0792071
0.0780086
0.0770798
0.0762716
0.0755253
0.0748295
0.0741806
0.073577
0.0730208
0.0725182
0.0720787
0.0717124
0.0714253
0.0712138
0.0710619
0.0709428
0.0708285
0.0706979
0.0705418
0.070361
0.0701605
0.0699455
0.069719
0.0694818
0.0692339
0.0689757
0.0687087
0.068435
0.068157
0.0678765
0.0675938
0.0673077
0.0670162
0.066717
0.0664085
0.0660902
0.0657636
0.0654318
0.0650987
0.0647679
0.0644422
0.0641227
0.0638096
0.0635017
0.0631981
0.153633
0.0941634
0.079088
0.0804874
0.0804095
0.079104
0.0779432
0.0770303
0.0762307
0.0754908
0.0747998
0.0741543
0.0735534
0.0729993
0.0724986
0.072061
0.0716966
0.0714117
0.0712025
0.0710528
0.0709358
0.070823
0.0706936
0.0705383
0.070358
0.0701579
0.0699432
0.0697169
0.0694798
0.069232
0.068974
0.0687071
0.0684335
0.0681556
0.0678752
0.0675924
0.0673063
0.0670147
0.0667155
0.0664069
0.0660887
0.0657622
0.0654306
0.0650976
0.064767
0.0644414
0.064122
0.063809
0.0635012
0.0631975
0.156589
0.0930684
0.0785131
0.0802677
0.0802733
0.079024
0.0778925
0.0769915
0.0761988
0.0754642
0.0747771
0.0741347
0.0735361
0.072984
0.0724851
0.0720492
0.0716865
0.0714033
0.0711957
0.0710474
0.0709315
0.0708196
0.0706907
0.0705359
0.0703559
0.0701561
0.0699415
0.0697153
0.0694783
0.0692306
0.0689727
0.0687058
0.0684323
0.0681546
0.0678741
0.0675914
0.0673052
0.0670136
0.0667144
0.0664058
0.0660876
0.0657613
0.0654298
0.065097
0.0647665
0.064441
0.0641217
0.0638087
0.0635009
0.0631972
0.159693
0.0919684
0.0780357
0.0800943
0.0801714
0.0789653
0.0778536
0.076961
0.0761737
0.0754433
0.0747595
0.0741196
0.0735231
0.0729728
0.0724755
0.0720412
0.07168
0.071398
0.0711916
0.0710441
0.0709288
0.0708173
0.0706888
0.0705342
0.0703544
0.0701547
0.0699403
0.0697141
0.0694772
0.0692296
0.0689717
0.0687049
0.0684314
0.0681537
0.0678733
0.0675906
0.0673044
0.0670129
0.0667136
0.0664051
0.0660869
0.0657607
0.0654293
0.0650966
0.0647662
0.0644408
0.0641215
0.0638085
0.0635008
0.0631971
0.163297
0.0910454
0.0776907
0.0799655
0.0800966
0.0789203
0.0778214
0.076935
0.0761522
0.0754254
0.0747444
0.0741067
0.0735121
0.0729635
0.0724679
0.072035
0.0716751
0.0713942
0.0711887
0.0710418
0.070927
0.0708157
0.0706874
0.0705329
0.0703532
0.0701536
0.0699393
0.0697132
0.0694763
0.0692287
0.0689708
0.0687041
0.0684307
0.0681531
0.0678727
0.06759
0.0673039
0.0670123
0.0667131
0.0664045
0.0660865
0.0657603
0.065429
0.0650964
0.064766
0.0644407
0.0641215
0.0638085
0.0635008
0.0631971
0.167597
0.0906833
0.0774882
0.0798711
0.0800425
0.078885
0.077794
0.0769126
0.0761337
0.0754099
0.0747313
0.0740956
0.0735027
0.0729557
0.0724614
0.0720297
0.071671
0.0713911
0.0711864
0.0710401
0.0709256
0.0708145
0.0706863
0.0705319
0.0703523
0.0701527
0.0699385
0.0697124
0.0694756
0.069228
0.0689702
0.0687035
0.0684302
0.0681526
0.0678723
0.0675896
0.0673035
0.0670119
0.0667127
0.0664042
0.0660861
0.06576
0.0654287
0.0650962
0.0647659
0.0644406
0.0641215
0.0638085
0.0635008
0.0631971
0.0753654
0.0751876
0.075007
0.0748235
0.0746371
0.0744476
0.074255
0.0740591
0.0738597
0.0736567
0.0734499
0.0732392
0.0730245
0.0728057
0.0725826
0.0723551
0.072123
0.0718863
0.0716447
0.0713982
0.0711466
0.0708897
0.0706275
0.0703597
0.0700863
0.069807
0.0695216
0.0692301
0.0689323
0.0686279
0.0683169
0.0679991
0.0676743
0.0673423
0.0670029
0.0666561
0.0663017
0.0659394
0.0655691
0.0651907
0.0648041
0.064409
0.0640053
0.0635929
0.0631717
0.0627415
0.0623023
0.0618538
0.061396
0.0609288
0.0604521
0.0599659
0.0594701
0.0589647
0.0584496
0.0579247
0.0573901
0.0568457
0.0562916
0.0557278
0.0551543
0.0545712
0.0539786
0.0533765
0.052765
0.0521444
0.0515146
0.0508759
0.0502284
0.0495723
0.0489078
0.0482352
0.0475546
0.0468664
0.0461707
0.045468
0.0447584
0.0440424
0.0433202
0.0425922
0.0418588
0.0411203
0.0403772
0.0396298
0.0388787
0.0381241
0.0373666
0.0366066
0.0358447
0.0350812
0.0343166
0.0335515
0.0327864
0.0320216
0.0312579
0.0304956
0.0297353
0.0289775
0.0282226
0.0274713
0.0745799
0.0743947
0.0742067
0.0740157
0.0738216
0.0736245
0.0734243
0.0732206
0.0730135
0.0728027
0.0725881
0.0723696
0.0721471
0.0719205
0.0716896
0.0714543
0.0712146
0.0709702
0.0707211
0.0704672
0.0702082
0.0699442
0.0696749
0.0694002
0.06912
0.0688341
0.0685425
0.0682449
0.0679413
0.0676314
0.0673152
0.0669925
0.0666632
0.0663271
0.0659841
0.065634
0.0652768
0.0649122
0.0645402
0.0641606
0.0637733
0.0633782
0.0629752
0.0625641
0.0621449
0.0617174
0.0612816
0.0608373
0.0603846
0.0599233
0.0594534
0.0589748
0.0584875
0.0579914
0.0574866
0.056973
0.0564507
0.0559195
0.0553797
0.0548311
0.0542739
0.0537082
0.0531339
0.0525512
0.0519602
0.051361
0.0507537
0.0501385
0.0495156
0.0488851
0.0482472
0.0476022
0.0469502
0.0462915
0.0456263
0.0449549
0.0442776
0.0435947
0.0429064
0.0422131
0.0415152
0.0408129
0.0401066
0.0393967
0.0386836
0.0379676
0.0372492
0.0365288
0.0358067
0.0350834
0.0343593
0.0336349
0.0329105
0.0321867
0.0314639
0.0307425
0.030023
0.0293058
0.0285915
0.0278803
0.0738453
0.0736536
0.0734589
0.0732613
0.0730606
0.0728569
0.0726499
0.0724395
0.0722257
0.0720082
0.0717869
0.0715617
0.0713326
0.0710994
0.070862
0.0706203
0.0703741
0.0701234
0.0698681
0.0696081
0.0693431
0.0690732
0.0687982
0.068518
0.0682325
0.0679415
0.067645
0.0673428
0.0670347
0.0667208
0.0664008
0.0660746
0.0657421
0.0654033
0.0650579
0.0647058
0.0643471
0.0639814
0.0636088
0.0632292
0.0628423
0.0624482
0.0620467
0.0616378
0.0612214
0.0607973
0.0603656
0.0599262
0.0594789
0.0590238
0.0585607
0.0580898
0.057611
0.0571243
0.0566296
0.0561269
0.0556163
0.0550978
0.0545714
0.0540371
0.0534951
0.0529454
0.0523881
0.0518232
0.0512509
0.0506713
0.0500845
0.0494907
0.04889
0.0482826
0.0476687
0.0470484
0.046422
0.0457896
0.0451516
0.0445081
0.0438595
0.0432059
0.0425476
0.041885
0.0412184
0.040548
0.0398742
0.0391972
0.0385175
0.0378354
0.0371512
0.0364654
0.0357781
0.03509
0.0344013
0.0337123
0.0330236
0.0323355
0.0316484
0.0309626
0.0302786
0.0295969
0.0289177
0.0282414
0.0731586
0.0729611
0.0727607
0.0725573
0.0723508
0.0721412
0.0719284
0.0717123
0.0714926
0.0712694
0.0710424
0.0708115
0.0705768
0.070338
0.0700951
0.0698479
0.0695965
0.0693406
0.0690801
0.0688151
0.0685453
0.0682707
0.0679911
0.0677066
0.0674169
0.0671219
0.0668216
0.0665159
0.0662046
0.0658877
0.065565
0.0652364
0.0649019
0.0645613
0.0642146
0.0638616
0.0635022
0.0631365
0.0627641
0.0623852
0.0619996
0.0616072
0.061208
0.0608018
0.0603887
0.0599685
0.0595413
0.0591069
0.0586653
0.0582165
0.0577605
0.0572973
0.0568268
0.0563491
0.0558641
0.0553718
0.0548724
0.0543658
0.053852
0.0533312
0.0528033
0.0522684
0.0517267
0.0511783
0.0506231
0.0500614
0.0494933
0.0489189
0.0483383
0.0477517
0.0471593
0.0465613
0.0459578
0.0453491
0.0447354
0.0441168
0.0434937
0.0428662
0.0422346
0.0415993
0.0409603
0.0403181
0.039673
0.0390251
0.0383749
0.0377226
0.0370686
0.0364131
0.0357566
0.0350993
0.0344416
0.0337838
0.0331263
0.0324695
0.0318136
0.031159
0.0305062
0.0298554
0.0292069
0.0285613
0.072517
0.0723145
0.072109
0.0719005
0.0716889
0.0714742
0.0712564
0.0710352
0.0708106
0.0705824
0.0703505
0.0701149
0.0698754
0.0696319
0.0693844
0.0691327
0.0688768
0.0686166
0.068352
0.0680828
0.0678091
0.0675308
0.0672476
0.0669596
0.0666667
0.0663687
0.0660656
0.0657573
0.0654437
0.0651246
0.0648001
0.06447
0.0641343
0.0637928
0.0634455
0.0630923
0.0627331
0.0623679
0.0619965
0.0616189
0.0612351
0.0608449
0.0604484
0.0600454
0.059636
0.05922
0.0587974
0.0583682
0.0579325
0.05749
0.0570409
0.0565851
0.0561226
0.0556536
0.055178
0.0546957
0.0542068
0.0537114
0.0532094
0.052701
0.0521863
0.0516652
0.0511379
0.0506045
0.050065
0.0495197
0.0489685
0.0484117
0.0478494
0.0472817
0.0467088
0.0461308
0.045548
0.0449605
0.0443685
0.0437722
0.0431719
0.0425677
0.0419599
0.0413488
0.0407345
0.0401174
0.0394977
0.0388756
0.0382515
0.0376256
0.0369982
0.0363696
0.0357402
0.0351101
0.0344797
0.0338494
0.0332194
0.0325901
0.0319617
0.0313346
0.030709
0.0300854
0.0294641
0.0288452
0.0719177
0.0717107
0.0715008
0.0712878
0.0710718
0.0708527
0.0706305
0.0704051
0.0701762
0.0699437
0.0697077
0.0694679
0.0692244
0.0689769
0.0687256
0.0684701
0.0682106
0.0679468
0.0676788
0.0674064
0.0671295
0.0668481
0.0665622
0.0662715
0.0659761
0.0656759
0.0653707
0.0650605
0.0647453
0.0644249
0.0640993
0.0637683
0.063432
0.0630903
0.062743
0.0623902
0.0620317
0.0616675
0.0612976
0.0609218
0.0605401
0.0601526
0.059759
0.0593595
0.0589539
0.0585422
0.0581244
0.0577005
0.0572705
0.0568343
0.0563919
0.0559434
0.0554887
0.055028
0.0545611
0.0540882
0.0536093
0.0531243
0.0526334
0.0521366
0.051634
0.0511256
0.0506116
0.050092
0.049567
0.0490365
0.0485009
0.0479601
0.0474143
0.0468637
0.0463084
0.0457485
0.0451843
0.0446159
0.0440435
0.0434672
0.0428873
0.042304
0.0417175
0.041128
0.0405357
0.0399409
0.0393439
0.0387447
0.0381438
0.0375414
0.0369376
0.0363329
0.0357274
0.0351215
0.0345153
0.0339093
0.0333036
0.0326986
0.0320945
0.0314916
0.0308903
0.0302907
0.0296932
0.0290981
0.0713579
0.071147
0.0709332
0.0707163
0.0704965
0.0702736
0.0700476
0.0698184
0.0695858
0.0693498
0.0691102
0.0688669
0.06862
0.0683692
0.0681146
0.0678561
0.0675935
0.0673268
0.067056
0.066781
0.0665016
0.0662179
0.0659298
0.0656371
0.0653398
0.0650379
0.0647313
0.0644199
0.0641036
0.0637824
0.0634562
0.063125
0.0627886
0.0624471
0.0621004
0.0617483
0.061391
0.0610282
0.06066
0.0602863
0.0599071
0.0595224
0.059132
0.058736
0.0583344
0.0579271
0.0575141
0.0570954
0.056671
0.0562408
0.055805
0.0553634
0.0549162
0.0544632
0.0540048
0.0535408
0.0530711
0.052596
0.0521153
0.0516293
0.0511379
0.0506413
0.0501395
0.0496327
0.0491208
0.048604
0.0480825
0.0475563
0.0470256
0.0464905
0.0459511
0.0454077
0.0448603
0.0443091
0.0437543
0.043196
0.0426345
0.0420699
0.0415025
0.0409324
0.0403598
0.039785
0.0392081
0.0386295
0.0380492
0.0374677
0.036885
0.0363015
0.0357174
0.0351329
0.0345482
0.0339638
0.0333797
0.0327962
0.0322137
0.0316323
0.0310524
0.0304741
0.0298978
0.0293236
0.070835
0.0706207
0.0704034
0.0701832
0.06996
0.0697338
0.0695046
0.0692721
0.0690364
0.0687973
0.0685546
0.0683085
0.0680586
0.0678051
0.0675478
0.0672867
0.0670217
0.0667527
0.0664796
0.0662025
0.0659212
0.0656356
0.0653458
0.0650516
0.064753
0.06445
0.0641424
0.0638302
0.0635133
0.0631918
0.0628655
0.0625343
0.0621983
0.0618574
0.0615115
0.0611606
0.0608047
0.0604436
0.0600774
0.059706
0.0593295
0.0589477
0.0585606
0.0581682
0.0577706
0.0573676
0.0569593
0.0565457
0.0561268
0.0557025
0.055273
0.0548381
0.054398
0.0539526
0.0535019
0.0530461
0.0525852
0.0521191
0.051648
0.051172
0.050691
0.0502052
0.0497147
0.0492195
0.0487197
0.0482155
0.0477069
0.047194
0.046677
0.046156
0.0456311
0.0451025
0.0445703
0.0440347
0.0434958
0.0429538
0.0424089
0.0418611
0.0413108
0.0407581
0.0402032
0.0396463
0.0390876
0.0385273
0.0379656
0.0374027
0.0368389
0.0362743
0.0357092
0.0351439
0.0345784
0.0340132
0.0334483
0.0328841
0.0323208
0.0317586
0.0311977
0.0306383
0.0300808
0.0295254
0.0703465
0.0701292
0.069909
0.0696858
0.0694597
0.0692306
0.0689986
0.0687634
0.0685249
0.0682832
0.068038
0.0677893
0.0675371
0.0672813
0.0670218
0.0667585
0.0664915
0.0662206
0.0659458
0.065667
0.0653841
0.0650972
0.0648062
0.0645109
0.0642114
0.0639076
0.0635994
0.0632868
0.0629698
0.0626482
0.0623221
0.0619914
0.061656
0.061316
0.0609712
0.0606217
0.0602674
0.0599082
0.0595441
0.0591752
0.0588014
0.0584226
0.0580388
0.0576501
0.0572564
0.0568577
0.056454
0.0560453
0.0556317
0.055213
0.0547894
0.0543609
0.0539274
0.053489
0.0530458
0.0525978
0.052145
0.0516875
0.0512253
0.0507585
0.0502872
0.0498114
0.0493312
0.0488467
0.0483581
0.0478653
0.0473685
0.0468678
0.0463633
0.0458551
0.0453434
0.0448283
0.04431
0.0437885
0.043264
0.0427366
0.0422067
0.0416742
0.0411393
0.0406023
0.0400633
0.0395225
0.0389801
0.0384363
0.0378912
0.0373451
0.0367981
0.0362505
0.0357025
0.0351543
0.034606
0.0340579
0.0335103
0.0329633
0.0324171
0.0318719
0.0313281
0.0307857
0.030245
0.0297062
0.0698901
0.0696701
0.0694473
0.0692215
0.0689929
0.0687614
0.0685269
0.0682893
0.0680486
0.0678046
0.0675572
0.0673065
0.0670523
0.0667945
0.0665332
0.0662682
0.0659996
0.0657272
0.0654509
0.0651709
0.0648869
0.064599
0.064307
0.064011
0.0637109
0.0634067
0.0630983
0.0627856
0.0624686
0.0621474
0.0618217
0.0614917
0.0611572
0.0608182
0.0604748
0.0601268
0.0597742
0.059417
0.0590552
0.0586888
0.0583177
0.057942
0.0575615
0.0571764
0.0567865
0.056392
0.0559928
0.0555888
0.0551802
0.0547669
0.054349
0.0539264
0.0534993
0.0530675
0.0526313
0.0521905
0.0517453
0.0512957
0.0508418
0.0503836
0.0499212
0.0494547
0.048984
0.0485095
0.048031
0.0475487
0.0470627
0.0465732
0.0460801
0.0455837
0.045084
0.0445811
0.0440753
0.0435666
0.0430552
0.0425412
0.0420248
0.041506
0.0409852
0.0404623
0.0399377
0.0394114
0.0388837
0.0383547
0.0378246
0.0372936
0.0367618
0.0362294
0.0356967
0.0351639
0.034631
0.0340984
0.0335662
0.0330346
0.0325037
0.0319739
0.0314453
0.0309181
0.0303924
0.0298686
0.0694635
0.0692412
0.0690161
0.0687881
0.0685573
0.0683237
0.0680871
0.0678475
0.0676048
0.0673589
0.0671097
0.0668572
0.0666013
0.066342
0.0660792
0.0658129
0.0655429
0.0652693
0.064992
0.064711
0.0644262
0.0641375
0.063845
0.0635485
0.0632481
0.0629437
0.0626353
0.0623228
0.0620061
0.0616853
0.0613604
0.0610312
0.0606977
0.06036
0.060018
0.0596716
0.0593209
0.0589658
0.0586063
0.0582424
0.0578741
0.0575013
0.0571242
0.0567425
0.0563564
0.0559659
0.055571
0.0551716
0.0547678
0.0543596
0.0539471
0.0535302
0.0531089
0.0526834
0.0522537
0.0518197
0.0513816
0.0509394
0.0504932
0.0500429
0.0495888
0.0491307
0.0486689
0.0482035
0.0477344
0.0472617
0.0467857
0.0463063
0.0458237
0.045338
0.0448492
0.0443576
0.0438632
0.0433662
0.0428666
0.0423647
0.0418605
0.0413543
0.0408461
0.0403361
0.0398245
0.0393113
0.0387969
0.0382813
0.0377647
0.0372472
0.0367291
0.0362106
0.0356917
0.0351726
0.0346537
0.0341349
0.0336166
0.0330988
0.0325818
0.0320658
0.0315509
0.0310372
0.0305251
0.0300147
0.0690646
0.0688403
0.0686133
0.0683834
0.0681507
0.0679152
0.0676768
0.0674355
0.0671911
0.0669436
0.0666929
0.066439
0.0661817
0.0659211
0.0656571
0.0653896
0.0651187
0.0648442
0.064566
0.0642843
0.0639989
0.0637098
0.0634169
0.0631202
0.0628197
0.0625154
0.0622072
0.061895
0.0615788
0.0612587
0.0609345
0.0606063
0.0602741
0.0599377
0.0595972
0.0592525
0.0589037
0.0585507
0.0581935
0.0578322
0.0574666
0.0570968
0.0567228
0.0563445
0.0559621
0.0555754
0.0551846
0.0547895
0.0543903
0.053987
0.0535795
0.0531679
0.0527523
0.0523326
0.051909
0.0514814
0.0510499
0.0506145
0.0501754
0.0497326
0.049286
0.0488359
0.0483822
0.0479251
0.0474647
0.0470009
0.046534
0.0460639
0.0455909
0.0451149
0.0446362
0.0441548
0.0436709
0.0431845
0.0426957
0.0422048
0.0417118
0.0412169
0.0407202
0.0402219
0.039722
0.0392208
0.0387184
0.0382149
0.0377105
0.0372054
0.0366996
0.0361935
0.0356871
0.0351805
0.0346741
0.0341679
0.033662
0.0331568
0.0326522
0.0321486
0.031646
0.0311447
0.0306448
0.0301464
0.0686916
0.0684656
0.0682368
0.0680052
0.0677709
0.0675338
0.0672939
0.0670512
0.0668054
0.0665565
0.0663046
0.0660494
0.0657911
0.0655294
0.0652644
0.0649961
0.0647243
0.0644491
0.0641704
0.0638882
0.0636024
0.063313
0.06302
0.0627233
0.0624229
0.0621188
0.0618109
0.0614992
0.0611837
0.0608643
0.0605411
0.060214
0.0598829
0.0595479
0.059209
0.0588661
0.0585192
0.0581684
0.0578135
0.0574546
0.0570917
0.0567247
0.0563538
0.0559789
0.0555999
0.0552169
0.05483
0.0544391
0.0540443
0.0536455
0.0532428
0.0528363
0.0524259
0.0520117
0.0515937
0.0511721
0.0507467
0.0503177
0.0498852
0.0494492
0.0490098
0.0485669
0.0481208
0.0476714
0.0472189
0.0467633
0.0463047
0.0458433
0.045379
0.044912
0.0444425
0.0439704
0.043496
0.0430193
0.0425405
0.0420596
0.0415768
0.0410922
0.0406059
0.0401182
0.039629
0.0391386
0.0386471
0.0381546
0.0376613
0.0371673
0.0366728
0.0361779
0.0356828
0.0351876
0.0346924
0.0341975
0.033703
0.0332091
0.0327158
0.0322234
0.031732
0.0312417
0.0307528
0.0302653
0.0683426
0.068115
0.0678848
0.0676518
0.067416
0.0671776
0.0669365
0.0666924
0.0664455
0.0661955
0.0659425
0.0656864
0.0654271
0.0651646
0.0648989
0.0646299
0.0643575
0.0640818
0.0638027
0.0635202
0.0632342
0.0629447
0.0626517
0.0623551
0.0620549
0.0617512
0.0614437
0.0611327
0.0608179
0.0604994
0.0601772
0.0598512
0.0595214
0.0591879
0.0588506
0.0585095
0.0581645
0.0578157
0.0574631
0.0571066
0.0567463
0.0563822
0.0560142
0.0556424
0.0552668
0.0548874
0.0545042
0.0541172
0.0537265
0.053332
0.0529338
0.052532
0.0521266
0.0517175
0.0513049
0.0508887
0.0504691
0.0500461
0.0496197
0.0491901
0.0487572
0.0483211
0.0478819
0.0474396
0.0469944
0.0465464
0.0460955
0.0456419
0.0451857
0.044727
0.0442658
0.0438023
0.0433366
0.0428688
0.042399
0.0419273
0.0414538
0.0409786
0.0405019
0.0400238
0.0395444
0.0390638
0.0385822
0.0380997
0.0376165
0.0371326
0.0366483
0.0361636
0.0356787
0.0351938
0.0347089
0.0342243
0.03374
0.0332563
0.0327732
0.032291
0.0318097
0.0313295
0.0308505
0.0303729
0.0680159
0.0677871
0.0675555
0.0673213
0.0670844
0.0668448
0.0666026
0.0663575
0.0661096
0.0658587
0.0656048
0.0653479
0.0650879
0.0648247
0.0645584
0.0642889
0.0640162
0.0637401
0.0634608
0.0631781
0.062892
0.0626026
0.0623097
0.0620133
0.0617135
0.0614102
0.0611033
0.0607929
0.060479
0.0601614
0.0598403
0.0595155
0.0591871
0.058855
0.0585193
0.0581799
0.0578368
0.0574901
0.0571397
0.0567856
0.0564278
0.0560664
0.0557012
0.0553325
0.05496
0.054584
0.0542043
0.053821
0.0534342
0.0530438
0.0526499
0.0522525
0.0518517
0.0514474
0.0510398
0.0506288
0.0502145
0.049797
0.0493764
0.0489526
0.0485257
0.0480959
0.0476631
0.0472275
0.046789
0.0463479
0.0459041
0.0454578
0.045009
0.0445578
0.0441044
0.0436488
0.0431911
0.0427314
0.0422698
0.0418065
0.0413414
0.0408749
0.0404069
0.0399376
0.0394671
0.0389955
0.0385229
0.0380496
0.0375755
0.0371009
0.0366258
0.0361504
0.0356748
0.0351992
0.0347237
0.0342484
0.0337735
0.033299
0.0328252
0.0323522
0.0318801
0.031409
0.030939
0.0304704
0.0677101
0.0674801
0.0672475
0.0670122
0.0667742
0.0665337
0.0662905
0.0660446
0.0657959
0.0655442
0.0652897
0.0650321
0.0647715
0.0645079
0.0642412
0.0639713
0.0636983
0.063422
0.0631425
0.0628598
0.0625738
0.0622845
0.0619919
0.0616958
0.0613965
0.0610937
0.0607875
0.0604778
0.0601647
0.0598481
0.0595281
0.0592045
0.0588774
0.0585468
0.0582127
0.057875
0.0575338
0.0571891
0.0568408
0.056489
0.0561337
0.0557748
0.0554124
0.0550465
0.0546772
0.0543043
0.053928
0.0535482
0.0531651
0.0527785
0.0523886
0.0519954
0.0515988
0.051199
0.0507961
0.0503899
0.0499806
0.0495683
0.0491529
0.0487346
0.0483134
0.0478893
0.0474625
0.0470329
0.0466007
0.046166
0.0457287
0.0452891
0.0448471
0.0444029
0.0439566
0.0435082
0.0430578
0.0426056
0.0421516
0.0416959
0.0412387
0.04078
0.04032
0.0398587
0.0393963
0.0389329
0.0384687
0.0380036
0.0375379
0.0370717
0.036605
0.0361381
0.035671
0.0352039
0.0347369
0.0342701
0.0338037
0.0333377
0.0328723
0.0324077
0.0319439
0.0314811
0.0310194
0.0305589
0.0674236
0.0671926
0.0669591
0.0667229
0.0664841
0.0662428
0.0659988
0.0657522
0.0655028
0.0652505
0.0649954
0.0647374
0.0644764
0.0642124
0.0639453
0.0636752
0.063402
0.0631257
0.0628462
0.0625636
0.0622777
0.0619886
0.0616963
0.0614007
0.0611018
0.0607996
0.0604941
0.0601853
0.0598731
0.0595575
0.0592385
0.0589162
0.0585904
0.0582613
0.0579288
0.0575928
0.0572534
0.0569106
0.0565644
0.0562148
0.0558618
0.0555054
0.0551456
0.0547825
0.054416
0.0540462
0.053673
0.0532966
0.0529169
0.0525339
0.0521478
0.0517584
0.0513659
0.0509704
0.0505717
0.0501701
0.0497654
0.0493579
0.0489474
0.0485342
0.0481181
0.0476995
0.0472781
0.0468542
0.0464278
0.045999
0.0455678
0.0451343
0.0446986
0.0442608
0.043821
0.0433792
0.0429356
0.0424902
0.0420432
0.0415946
0.0411445
0.040693
0.0402403
0.0397864
0.0393314
0.0388756
0.0384188
0.0379614
0.0375033
0.0370448
0.0365859
0.0361267
0.0356673
0.035208
0.0347487
0.0342897
0.033831
0.0333727
0.032915
0.032458
0.0320018
0.0315466
0.0310923
0.0306393
0.0671551
0.0669233
0.066689
0.0664521
0.0662126
0.0659706
0.065726
0.0654788
0.0652289
0.0649761
0.0647206
0.0644622
0.0642009
0.0639366
0.0636694
0.0633991
0.0631259
0.0628496
0.0625702
0.0622877
0.062002
0.0617133
0.0614213
0.0611262
0.0608278
0.0605263
0.0602215
0.0599135
0.0596022
0.0592876
0.0589698
0.0586487
0.0583243
0.0579965
0.0576655
0.0573312
0.0569936
0.0566527
0.0563085
0.055961
0.0556102
0.0552562
0.0548989
0.0545384
0.0541746
0.0538076
0.0534375
0.0530642
0.0526877
0.0523082
0.0519255
0.0515399
0.0511512
0.0507595
0.0503649
0.0499675
0.0495672
0.0491641
0.0487582
0.0483497
0.0479385
0.0475248
0.0471085
0.0466898
0.0462688
0.0458454
0.0454198
0.044992
0.0445621
0.0441302
0.0436964
0.0432608
0.0428233
0.0423843
0.0419436
0.0415015
0.0410579
0.0406131
0.0401671
0.0397199
0.0392718
0.0388228
0.038373
0.0379225
0.0374715
0.0370199
0.0365681
0.036116
0.0356637
0.0352114
0.0347593
0.0343073
0.0338557
0.0334044
0.0329538
0.0325037
0.0320545
0.0316061
0.0311588
0.0307125
0.0669034
0.0666709
0.066436
0.0661984
0.0659583
0.0657158
0.0654707
0.0652231
0.0649727
0.0647196
0.0644637
0.0642051
0.0639435
0.0636791
0.0634118
0.0631415
0.0628683
0.0625921
0.0623128
0.0620305
0.0617452
0.0614568
0.0611653
0.0608706
0.0605729
0.060272
0.059968
0.0596608
0.0593504
0.0590369
0.0587202
0.0584003
0.0580771
0.0577508
0.0574213
0.0570886
0.0567527
0.0564136
0.0560713
0.0557259
0.0553772
0.0550254
0.0546705
0.0543125
0.0539513
0.053587
0.0532197
0.0528494
0.052476
0.0520996
0.0517203
0.051338
0.0509529
0.0505649
0.0501741
0.0497806
0.0493843
0.0489853
0.0485837
0.0481796
0.0477729
0.0473637
0.0469522
0.0465384
0.0461223
0.045704
0.0452835
0.044861
0.0444365
0.04401
0.0435818
0.0431517
0.04272
0.0422868
0.041852
0.0414158
0.0409783
0.0405395
0.0400997
0.0396587
0.0392169
0.0387742
0.0383307
0.0378866
0.037442
0.0369969
0.0365515
0.0361059
0.0356601
0.0352144
0.0347687
0.0343232
0.033878
0.0334332
0.032989
0.0325454
0.0321025
0.0316604
0.0312193
0.0307792
0.0666674
0.0664343
0.0661988
0.0659608
0.0657202
0.0654772
0.0652318
0.0649837
0.0647331
0.0644797
0.0642236
0.0639648
0.0637031
0.0634386
0.0631713
0.062901
0.0626279
0.0623518
0.0620728
0.0617908
0.0615058
0.0612178
0.0609267
0.0606327
0.0603355
0.0600354
0.0597321
0.0594258
0.0591163
0.0588038
0.0584882
0.0581694
0.0578476
0.0575226
0.0571946
0.0568634
0.0565292
0.0561918
0.0558514
0.0555078
0.0551612
0.0548116
0.0544589
0.0541032
0.0537445
0.0533828
0.0530181
0.0526505
0.0522801
0.0519067
0.0515305
0.0511514
0.0507696
0.0503851
0.0499978
0.0496079
0.0492154
0.0488203
0.0484227
0.0480226
0.0476201
0.0472153
0.0468081
0.0463988
0.0459872
0.0455736
0.0451579
0.0447402
0.0443206
0.0438992
0.0434761
0.0430513
0.0426249
0.0421969
0.0417676
0.0413369
0.0409049
0.0404718
0.0400376
0.0396023
0.0391662
0.0387293
0.0382917
0.0378535
0.0374148
0.0369756
0.0365361
0.0360964
0.0356566
0.0352168
0.0347771
0.0343375
0.0338983
0.0334594
0.033021
0.0325833
0.0321462
0.0317099
0.0312745
0.0308401
0.0664459
0.0662124
0.0659765
0.065738
0.0654971
0.0652538
0.065008
0.0647597
0.0645088
0.0642553
0.063999
0.0637401
0.0634784
0.0632139
0.0629466
0.0626764
0.0624035
0.0621276
0.0618488
0.0615671
0.0612825
0.0609949
0.0607044
0.0604109
0.0601144
0.0598149
0.0595125
0.059207
0.0588985
0.0585869
0.0582724
0.0579548
0.0576342
0.0573106
0.0569839
0.0566542
0.0563216
0.0559859
0.0556472
0.0553055
0.0549608
0.0546132
0.0542627
0.0539092
0.0535528
0.0531935
0.0528314
0.0524664
0.0520986
0.0517281
0.0513548
0.0509787
0.0506
0.0502187
0.0498347
0.0494482
0.0490592
0.0486677
0.0482738
0.0478775
0.0474789
0.0470781
0.046675
0.0462698
0.0458625
0.0454532
0.0450419
0.0446287
0.0442138
0.043797
0.0433786
0.0429586
0.042537
0.0421141
0.0416897
0.041264
0.0408372
0.0404092
0.0399802
0.0395503
0.0391195
0.0386879
0.0382557
0.0378228
0.0373895
0.0369558
0.0365218
0.0360875
0.0356532
0.0352189
0.0347846
0.0343505
0.0339167
0.0334832
0.0330503
0.0326178
0.0321861
0.0317551
0.031325
0.0308958
0.0662381
0.0660043
0.065768
0.0655292
0.065288
0.0650444
0.0647984
0.0645499
0.0642989
0.0640452
0.0637889
0.0635299
0.0632682
0.0630038
0.0627366
0.0624666
0.0621938
0.0619182
0.0616397
0.0613584
0.0610742
0.0607871
0.0604971
0.0602042
0.0599083
0.0596096
0.0593079
0.0590032
0.0586956
0.0583851
0.0580716
0.0577551
0.0574357
0.0571134
0.056788
0.0564598
0.0561286
0.0557945
0.0554575
0.0551176
0.0547748
0.0544291
0.0540806
0.0537292
0.053375
0.053018
0.0526582
0.0522957
0.0519305
0.0515626
0.051192
0.0508188
0.050443
0.0500646
0.0496838
0.0493005
0.0489147
0.0485266
0.0481361
0.0477433
0.0473484
0.0469512
0.0465519
0.0461506
0.0457472
0.0453419
0.0449347
0.0445257
0.044115
0.0437026
0.0432885
0.042873
0.0424559
0.0420375
0.0416178
0.0411968
0.0407746
0.0403514
0.0399272
0.0395021
0.0390762
0.0386496
0.0382223
0.0377944
0.0373661
0.0369374
0.0365084
0.0360792
0.0356498
0.0352205
0.0347913
0.0343622
0.0339334
0.0335049
0.0330769
0.0326494
0.0322226
0.0317964
0.0313711
0.0309467
0.066043
0.0658089
0.0655723
0.0653333
0.0650918
0.0648481
0.064602
0.0643534
0.0641022
0.0638485
0.0635922
0.0633333
0.0630716
0.0628073
0.0625403
0.0622705
0.0619979
0.0617226
0.0614444
0.0611635
0.0608797
0.0605931
0.0603036
0.0600113
0.0597161
0.0594181
0.0591171
0.0588133
0.0585066
0.058197
0.0578846
0.0575692
0.057251
0.0569298
0.0566058
0.056279
0.0559492
0.0556167
0.0552812
0.054943
0.0546019
0.0542581
0.0539114
0.0535621
0.0532099
0.0528551
0.0524975
0.0521373
0.0517745
0.0514091
0.051041
0.0506705
0.0502974
0.0499219
0.0495439
0.0491635
0.0487808
0.0483958
0.0480086
0.0476191
0.0472275
0.0468338
0.046438
0.0460402
0.0456405
0.045239
0.0448356
0.0444305
0.0440237
0.0436152
0.0432052
0.0427938
0.0423809
0.0419667
0.0415512
0.0411346
0.0407168
0.040298
0.0398782
0.0394576
0.0390362
0.0386141
0.0381913
0.037768
0.0373443
0.0369202
0.0364958
0.0360712
0.0356466
0.0352219
0.0347972
0.0343728
0.0339486
0.0335247
0.0331012
0.0326783
0.0322559
0.0318343
0.0314134
0.0309934
0.0658598
0.0656254
0.0653887
0.0651495
0.0649079
0.064664
0.0644178
0.0641692
0.063918
0.0636643
0.063408
0.0631492
0.0628877
0.0626235
0.0623566
0.0620871
0.0618148
0.0615398
0.061262
0.0609815
0.0606981
0.060412
0.0601231
0.0598314
0.0595368
0.0592395
0.0589393
0.0586363
0.0583305
0.0580218
0.0577104
0.057396
0.0570789
0.056759
0.0564362
0.0561107
0.0557823
0.0554512
0.0551173
0.0547806
0.0544412
0.0540991
0.0537543
0.0534068
0.0530566
0.0527038
0.0523483
0.0519903
0.0516297
0.0512666
0.050901
0.0505329
0.0501624
0.0497895
0.0494142
0.0490366
0.0486568
0.0482747
0.0478904
0.047504
0.0471155
0.046725
0.0463325
0.045938
0.0455417
0.0451436
0.0447438
0.0443423
0.0439391
0.0435344
0.0431281
0.0427205
0.0423115
0.0419012
0.0414896
0.041077
0.0406632
0.0402485
0.0398328
0.0394163
0.0389991
0.0385811
0.0381626
0.0377436
0.0373241
0.0369042
0.0364841
0.0360638
0.0356434
0.0352229
0.0348026
0.0343824
0.0339624
0.0335427
0.0331235
0.0327047
0.0322865
0.031869
0.0314522
0.0310362
0.0656877
0.0654531
0.0652163
0.064977
0.0647353
0.0644914
0.0642451
0.0639965
0.0637454
0.0634917
0.0632356
0.0629768
0.0627155
0.0624515
0.0621849
0.0619156
0.0616436
0.0613689
0.0610915
0.0608114
0.0605285
0.0602429
0.0599545
0.0596634
0.0593695
0.0590729
0.0587734
0.0584712
0.0581662
0.0578585
0.057548
0.0572347
0.0569186
0.0565998
0.0562783
0.055954
0.0556269
0.0552972
0.0549647
0.0546296
0.0542918
0.0539513
0.0536081
0.0532624
0.0529141
0.0525632
0.0522097
0.0518537
0.0514952
0.0511343
0.0507709
0.0504052
0.050037
0.0496666
0.0492938
0.0489188
0.0485416
0.0481623
0.0477808
0.0473973
0.0470117
0.0466241
0.0462347
0.0458433
0.04545
0.0450553
0.0446588
0.0442606
0.0438608
0.0434595
0.0430567
0.0426526
0.0422471
0.0418405
0.0414326
0.0410236
0.0406136
0.0402026
0.0397908
0.0393781
0.0389647
0.0385506
0.038136
0.0377208
0.0373052
0.0368893
0.0364731
0.0360567
0.0356403
0.0352238
0.0348073
0.034391
0.033975
0.0335592
0.0331438
0.0327289
0.0323145
0.0319008
0.0314878
0.0310755
0.0655259
0.0652913
0.0650543
0.064815
0.0645733
0.0643294
0.0640832
0.0638346
0.0635835
0.06333
0.063074
0.0628154
0.0625542
0.0622905
0.0620241
0.0617551
0.0614834
0.0612091
0.0609321
0.0606524
0.06037
0.0600849
0.0597971
0.0595065
0.0592133
0.0589173
0.0586186
0.0583172
0.058013
0.0577061
0.0573966
0.0570842
0.0567692
0.0564515
0.0561311
0.055808
0.0554822
0.0551538
0.0548227
0.054489
0.0541526
0.0538137
0.0534722
0.0531281
0.0527815
0.0524324
0.0520808
0.0517267
0.0513702
0.0510114
0.0506501
0.0502865
0.0499206
0.0495524
0.0491821
0.0488095
0.0484348
0.048058
0.0476791
0.0472982
0.0469154
0.0465306
0.046144
0.0457556
0.0453656
0.0449736
0.04458
0.0441848
0.0437881
0.04339
0.0429905
0.0425896
0.0421875
0.0417842
0.0413797
0.0409741
0.0405676
0.0401601
0.0397517
0.0393426
0.0389327
0.0385222
0.0381112
0.0376996
0.0372877
0.0368754
0.0364628
0.0360501
0.0356373
0.0352244
0.0348116
0.0343989
0.0339865
0.0335743
0.0331625
0.0327511
0.0323403
0.0319301
0.0315205
0.0311117
0.0653739
0.0651392
0.0649022
0.0646629
0.0644213
0.0641774
0.0639312
0.0636827
0.0634318
0.0631784
0.0629225
0.0626641
0.0624032
0.0621397
0.0618736
0.0616049
0.0613335
0.0610596
0.060783
0.0605037
0.0602218
0.0599372
0.0596499
0.05936
0.0590674
0.058772
0.0584741
0.0581734
0.05787
0.057564
0.0572553
0.0569439
0.0566299
0.0563132
0.0559939
0.0556719
0.0553473
0.0550202
0.0546904
0.054358
0.0540231
0.0536856
0.0533456
0.0530031
0.0526582
0.0523107
0.0519609
0.0516086
0.051254
0.050897
0.0505378
0.0501762
0.0498124
0.0494464
0.0490782
0.0487079
0.0483355
0.0479611
0.0475846
0.0472062
0.0468259
0.0464438
0.0460598
0.0456741
0.0452866
0.0448975
0.0445068
0.0441145
0.0437208
0.0433256
0.0429291
0.0425312
0.0421322
0.0417319
0.0413306
0.0409282
0.0405248
0.0401206
0.0397155
0.0393096
0.0389031
0.0384959
0.0380882
0.0376799
0.0372713
0.0368624
0.0364532
0.0360438
0.0356344
0.0352249
0.0348154
0.0344061
0.033997
0.0335881
0.0331796
0.0327715
0.032364
0.031957
0.0315506
0.031145
0.0652309
0.0649963
0.0647593
0.06452
0.0642785
0.0640347
0.0637886
0.0635403
0.0632895
0.0630363
0.0627806
0.0625224
0.0622617
0.0619984
0.0617326
0.0614642
0.0611933
0.0609197
0.0606435
0.0603647
0.0600832
0.0597991
0.0595124
0.059223
0.058931
0.0586364
0.0583391
0.0580391
0.0577366
0.0574313
0.0571235
0.056813
0.0564999
0.0561842
0.055866
0.0555451
0.0552216
0.0548956
0.0545671
0.054236
0.0539024
0.0535663
0.0532278
0.0528868
0.0525433
0.0521975
0.0518493
0.0514987
0.0511459
0.0507907
0.0504333
0.0500736
0.0497118
0.0493478
0.0489817
0.0486135
0.0482432
0.047871
0.0474968
0.0471208
0.0467428
0.0463631
0.0459815
0.0455983
0.0452134
0.0448269
0.0444388
0.0440492
0.0436582
0.0432657
0.042872
0.042477
0.0420808
0.0416834
0.041285
0.0408856
0.0404852
0.0400839
0.0396818
0.039279
0.0388755
0.0384714
0.0380667
0.0376616
0.0372561
0.0368503
0.0364442
0.0360379
0.0356316
0.0352252
0.0348188
0.0344126
0.0340066
0.0336008
0.0331953
0.0327903
0.0323857
0.0319817
0.0315783
0.0311757
0.0650965
0.0648619
0.064625
0.0643858
0.0641443
0.0639007
0.0636548
0.0634066
0.063156
0.062903
0.0626475
0.0623895
0.0621291
0.0618661
0.0616006
0.0613326
0.061062
0.0607888
0.060513
0.0602346
0.0599536
0.05967
0.0593838
0.059095
0.0588036
0.0585096
0.058213
0.0579137
0.0576119
0.0573075
0.0570004
0.0566908
0.0563787
0.0560639
0.0557466
0.0554268
0.0551044
0.0547795
0.0544521
0.0541223
0.0537899
0.0534552
0.053118
0.0527784
0.0524364
0.052092
0.0517454
0.0513964
0.0510452
0.0506917
0.050336
0.0499782
0.0496181
0.049256
0.0488919
0.0485256
0.0481574
0.0477873
0.0474152
0.0470413
0.0466656
0.046288
0.0459088
0.0455279
0.0451454
0.0447613
0.0443756
0.0439885
0.0436
0.0432102
0.042819
0.0424266
0.0420331
0.0416384
0.0412427
0.040846
0.0404483
0.0400498
0.0396506
0.0392505
0.0388499
0.0384486
0.0380468
0.0376445
0.0372419
0.036839
0.0364358
0.0360324
0.0356289
0.0352254
0.0348219
0.0344185
0.0340154
0.0336124
0.0332098
0.0328076
0.0324058
0.0320046
0.0316039
0.0312039
0.06497
0.0647355
0.0644987
0.0642597
0.0640183
0.0637748
0.0635291
0.0632811
0.0630307
0.0627779
0.0625227
0.062265
0.0620048
0.0617422
0.061477
0.0612093
0.060939
0.0606662
0.0603908
0.0601129
0.0598324
0.0595493
0.0592636
0.0589754
0.0586845
0.0583911
0.0580951
0.0577966
0.0574955
0.0571918
0.0568855
0.0565768
0.0562655
0.0559516
0.0556353
0.0553164
0.054995
0.0546712
0.0543449
0.0540162
0.0536851
0.0533515
0.0530156
0.0526773
0.0523367
0.0519938
0.0516486
0.0513011
0.0509514
0.0505995
0.0502455
0.0498893
0.049531
0.0491707
0.0488083
0.0484439
0.0480776
0.0477094
0.0473393
0.0469674
0.0465937
0.0462183
0.0458412
0.0454624
0.0450821
0.0447003
0.0443169
0.0439321
0.043546
0.0431585
0.0427698
0.0423798
0.0419887
0.0415965
0.0412033
0.0408092
0.0404141
0.0400182
0.0396215
0.0392241
0.038826
0.0384274
0.0380282
0.0376286
0.0372287
0.0368284
0.0364279
0.0360272
0.0356264
0.0352255
0.0348247
0.034424
0.0340234
0.0336231
0.0332231
0.0328235
0.0324243
0.0320256
0.0316275
0.0312301
0.064851
0.0646166
0.06438
0.0641411
0.0638999
0.0636566
0.0634111
0.0631633
0.0629131
0.0626606
0.0624056
0.0621482
0.0618883
0.061626
0.0613611
0.0610938
0.0608239
0.0605515
0.0602765
0.059999
0.0597189
0.0594363
0.0591512
0.0588634
0.0585732
0.0582804
0.057985
0.0576871
0.0573867
0.0570837
0.0567782
0.0564702
0.0561597
0.0558468
0.0555313
0.0552134
0.054893
0.0545702
0.0542449
0.0539173
0.0535873
0.0532549
0.0529202
0.0525832
0.0522438
0.0519022
0.0515584
0.0512123
0.0508641
0.0505137
0.0501612
0.0498065
0.0494499
0.0490912
0.0487305
0.0483678
0.0480033
0.0476369
0.0472686
0.0468986
0.0465269
0.0461534
0.0457783
0.0454016
0.0450233
0.0446435
0.0442623
0.0438797
0.0434957
0.0431104
0.0427239
0.0423363
0.0419475
0.0415576
0.0411667
0.0407749
0.0403822
0.0399887
0.0395944
0.0391994
0.0388038
0.0384076
0.038011
0.0376138
0.0372163
0.0368185
0.0364205
0.0360223
0.0356239
0.0352255
0.0348272
0.0344289
0.0340308
0.033633
0.0332354
0.0328382
0.0324414
0.0320451
0.0316493
0.0312542
0.064739
0.0645047
0.0642683
0.0640296
0.0637887
0.0635456
0.0633003
0.0630527
0.0628028
0.0625505
0.0622958
0.0620387
0.0617791
0.0615171
0.0612526
0.0609856
0.060716
0.060444
0.0601694
0.0598924
0.0596128
0.0593306
0.059046
0.0587588
0.058469
0.0581768
0.057882
0.0575848
0.057285
0.0569827
0.056678
0.0563707
0.056061
0.0557489
0.0554342
0.0551172
0.0547977
0.0544759
0.0541516
0.053825
0.0534961
0.0531648
0.0528312
0.0524953
0.0521572
0.0518169
0.0514743
0.0511296
0.0507827
0.0504337
0.0500826
0.0497294
0.0493743
0.0490171
0.048658
0.048297
0.0479341
0.0475694
0.0472029
0.0468346
0.0464646
0.046093
0.0457197
0.0453449
0.0449686
0.0445908
0.0442115
0.0438309
0.043449
0.0430658
0.0426813
0.0422958
0.0419091
0.0415214
0.0411327
0.0407431
0.0403526
0.0399613
0.0395693
0.0391765
0.0387832
0.0383893
0.0379949
0.0376
0.0372048
0.0368093
0.0364136
0.0360176
0.0356216
0.0352255
0.0348295
0.0344335
0.0340377
0.0336421
0.0332467
0.0328517
0.0324572
0.0320631
0.0316695
0.0312765
0.0646335
0.0643995
0.0641633
0.0639248
0.0636841
0.0634412
0.0631962
0.0629488
0.0626992
0.0624472
0.0621928
0.061936
0.0616767
0.061415
0.0611508
0.0608842
0.060615
0.0603434
0.0600692
0.0597925
0.0595134
0.0592317
0.0589475
0.0586608
0.0583716
0.05808
0.0577858
0.0574891
0.05719
0.0568884
0.0565843
0.0562778
0.0559688
0.0556574
0.0553436
0.0550274
0.0547088
0.0543879
0.0540645
0.0537389
0.053411
0.0530807
0.0527482
0.0524134
0.0520764
0.0517373
0.0513959
0.0510524
0.0507068
0.0503591
0.0500094
0.0496576
0.0493039
0.0489481
0.0485905
0.048231
0.0478697
0.0475065
0.0471416
0.046775
0.0464067
0.0460368
0.0456653
0.0452922
0.0449176
0.0445416
0.0441642
0.0437855
0.0434055
0.0430242
0.0426417
0.0422581
0.0418734
0.0414877
0.041101
0.0407135
0.040325
0.0399358
0.0395458
0.0391552
0.038764
0.0383722
0.0379799
0.0375872
0.0371941
0.0368007
0.0364071
0.0360133
0.0356194
0.0352255
0.0348315
0.0344377
0.0340439
0.0336504
0.0332572
0.0328643
0.0324718
0.0320797
0.0316881
0.0312972
0.0645343
0.0643005
0.0640645
0.0638262
0.0635858
0.0633432
0.0630984
0.0628513
0.062602
0.0623502
0.0620961
0.0618396
0.0615807
0.0613193
0.0610555
0.0607892
0.0605204
0.0602491
0.0599753
0.0596991
0.0594203
0.0591391
0.0588554
0.0585692
0.0582805
0.0579894
0.0576958
0.0573997
0.0571011
0.0568001
0.0564967
0.0561909
0.0558826
0.055572
0.0552589
0.0549435
0.0546258
0.0543057
0.0539832
0.0536585
0.0533315
0.0530022
0.0526707
0.052337
0.0520011
0.051663
0.0513228
0.0509805
0.0506361
0.0502896
0.0499411
0.0495906
0.0492382
0.0488839
0.0485276
0.0481695
0.0478096
0.047448
0.0470846
0.0467195
0.0463528
0.0459844
0.0456145
0.0452431
0.0448702
0.0444959
0.0441202
0.0437432
0.043365
0.0429855
0.0426048
0.042223
0.0418402
0.0414564
0.0410716
0.0406859
0.0402994
0.0399121
0.039524
0.0391353
0.0387461
0.0383562
0.0379659
0.0375752
0.0371841
0.0367927
0.0364011
0.0360093
0.0356173
0.0352254
0.0348334
0.0344415
0.0340497
0.0336582
0.0332669
0.0328759
0.0324853
0.0320951
0.0317054
0.0313163
0.0644408
0.0642072
0.0639715
0.0637335
0.0634933
0.063251
0.0630065
0.0627597
0.0625107
0.0622592
0.0620054
0.0617492
0.0614906
0.0612296
0.0609661
0.0607001
0.0604317
0.0601608
0.0598874
0.0596116
0.0593332
0.0590524
0.0587692
0.0584835
0.0581953
0.0579046
0.0576115
0.057316
0.0570181
0.0567177
0.0564149
0.0561097
0.0558021
0.0554922
0.0551798
0.0548652
0.0545482
0.0542289
0.0539073
0.0535835
0.0532573
0.052929
0.0525984
0.0522657
0.0519308
0.0515937
0.0512546
0.0509134
0.0505701
0.0502248
0.0498775
0.0495282
0.049177
0.0488239
0.048469
0.0481122
0.0477537
0.0473934
0.0470314
0.0466678
0.0463025
0.0459356
0.0455672
0.0451974
0.044826
0.0444533
0.0440792
0.0437039
0.0433272
0.0429494
0.0425705
0.0421904
0.0418093
0.0414272
0.0410441
0.0406602
0.0402755
0.03989
0.0395037
0.0391169
0.0387294
0.0383414
0.0379529
0.037564
0.0371748
0.0367852
0.0363954
0.0360055
0.0356154
0.0352252
0.0348351
0.034445
0.0340551
0.0336653
0.0332758
0.0328866
0.0324978
0.0321094
0.0317214
0.0313341
0.0643528
0.0641195
0.063884
0.0636463
0.0634064
0.0631643
0.0629201
0.0626737
0.0624249
0.0621738
0.0619203
0.0616644
0.0614061
0.0611454
0.0608823
0.0606166
0.0603486
0.060078
0.059805
0.0595296
0.0592517
0.0589713
0.0586885
0.0584032
0.0581155
0.0578254
0.0575328
0.0572378
0.0569404
0.0566406
0.0563384
0.0560338
0.0557269
0.0554176
0.0551059
0.054792
0.0544758
0.0541572
0.0538364
0.0535134
0.0531881
0.0528606
0.052531
0.0521991
0.0518652
0.0515291
0.051191
0.0508508
0.0505085
0.0501643
0.0498181
0.04947
0.04912
0.0487681
0.0484143
0.0480588
0.0477016
0.0473426
0.0469819
0.0466196
0.0462557
0.0458902
0.0455232
0.0451548
0.0447849
0.0444137
0.0440411
0.0436672
0.0432921
0.0429159
0.0425385
0.04216
0.0417805
0.0414
0.0410186
0.0406363
0.0402532
0.0398694
0.0394848
0.0390997
0.0387139
0.0383276
0.0379408
0.0375536
0.0371661
0.0367782
0.0363902
0.0360019
0.0356135
0.0352251
0.0348367
0.0344483
0.0340601
0.033672
0.0332841
0.0328966
0.0325094
0.0321226
0.0317363
0.0313505
0.0642698
0.0640368
0.0638017
0.0635642
0.0633246
0.0630829
0.062839
0.0625928
0.0623444
0.0620936
0.0618404
0.0615849
0.0613269
0.0610665
0.0608037
0.0605384
0.0602707
0.0600005
0.0597279
0.0594528
0.0591753
0.0588953
0.0586129
0.0583281
0.0580409
0.0577512
0.0574591
0.0571646
0.0568677
0.0565685
0.0562668
0.0559628
0.0556565
0.0553478
0.0550369
0.0547236
0.0544081
0.0540903
0.0537702
0.0534479
0.0531234
0.0527968
0.052468
0.052137
0.0518039
0.0514688
0.0511316
0.0507923
0.0504511
0.0501079
0.0497627
0.0494157
0.0490667
0.048716
0.0483634
0.048009
0.0476529
0.0472952
0.0469357
0.0465747
0.046212
0.0458478
0.0454822
0.0451151
0.0447466
0.0443767
0.0440055
0.0436331
0.0432594
0.0428846
0.0425087
0.0421317
0.0417537
0.0413747
0.0409948
0.0406141
0.0402325
0.0398502
0.0394672
0.0390836
0.0386994
0.0383147
0.0379295
0.0375439
0.037158
0.0367717
0.0363853
0.0359986
0.0356118
0.035225
0.0348381
0.0344513
0.0340646
0.0336781
0.0332918
0.0329058
0.0325202
0.0321349
0.0317501
0.0313658
0.0641917
0.063959
0.0637241
0.0634871
0.0632478
0.0630063
0.0627628
0.0625169
0.0622688
0.0620183
0.0617655
0.0615102
0.0612526
0.0609925
0.06073
0.0604651
0.0601977
0.0599279
0.0596556
0.0593809
0.0591038
0.0588242
0.0585422
0.0582578
0.057971
0.0576818
0.0573901
0.0570961
0.0567998
0.056501
0.0561999
0.0558965
0.0555907
0.0552827
0.0549723
0.0546597
0.0543448
0.0540277
0.0537083
0.0533868
0.0530631
0.0527372
0.0524091
0.052079
0.0517468
0.0514125
0.0510762
0.0507378
0.0503975
0.0500553
0.0497111
0.049365
0.0490171
0.0486674
0.0483159
0.0479626
0.0476076
0.047251
0.0468927
0.0465328
0.0461713
0.0458084
0.045444
0.0450781
0.0447109
0.0443423
0.0439724
0.0436013
0.043229
0.0428555
0.0424809
0.0421053
0.0417287
0.0413511
0.0409726
0.0405933
0.0402132
0.0398324
0.0394509
0.0390687
0.038686
0.0383027
0.037919
0.0375349
0.0371504
0.0367657
0.0363807
0.0359955
0.0356102
0.0352248
0.0348395
0.0344541
0.0340689
0.0336838
0.033299
0.0329144
0.0325302
0.0321463
0.0317629
0.03138
0.0641181
0.0638857
0.0636512
0.0634144
0.0631755
0.0629344
0.0626911
0.0624456
0.0621978
0.0619476
0.0616951
0.0614402
0.0611829
0.0609231
0.0606609
0.0603963
0.0601293
0.0598598
0.0595879
0.0593136
0.0590368
0.0587576
0.058476
0.058192
0.0579056
0.0576168
0.0573256
0.0570321
0.0567362
0.0564379
0.0561374
0.0558345
0.0555293
0.0552218
0.054912
0.0546
0.0542857
0.0539692
0.0536505
0.0533297
0.0530067
0.0526815
0.0523542
0.0520248
0.0516934
0.0513599
0.0510244
0.050687
0.0503475
0.0500062
0.0496629
0.0493178
0.0489708
0.0486221
0.0482715
0.0479193
0.0475653
0.0472097
0.0468525
0.0464937
0.0461334
0.0457716
0.0454083
0.0450436
0.0446776
0.0443102
0.0439415
0.0435716
0.0432006
0.0428284
0.0424551
0.0420807
0.0417054
0.0413292
0.040952
0.040574
0.0401953
0.0398158
0.0394356
0.0390548
0.0386735
0.0382916
0.0379092
0.0375265
0.0371434
0.03676
0.0363764
0.0359926
0.0356087
0.0352247
0.0348407
0.0344567
0.0340729
0.0336892
0.0333056
0.0329224
0.0325395
0.032157
0.0317748
0.0313932
0.0640488
0.0638167
0.0635825
0.0633461
0.0631075
0.0628667
0.0626238
0.0623786
0.0621311
0.0618813
0.0616291
0.0613745
0.0611175
0.060858
0.0605962
0.0603319
0.0600652
0.059796
0.0595245
0.0592505
0.0589741
0.0586952
0.058414
0.0581304
0.0578444
0.057556
0.0572653
0.0569722
0.0566767
0.0563789
0.0560788
0.0557764
0.0554718
0.0551648
0.0548556
0.0545442
0.0542305
0.0539146
0.0535965
0.0532763
0.052954
0.0526295
0.0523029
0.0519743
0.0516436
0.0513109
0.0509761
0.0506395
0.0503008
0.0499603
0.0496179
0.0492737
0.0489276
0.0485798
0.0482302
0.0478789
0.0475259
0.0471713
0.0468151
0.0464573
0.0460981
0.0457373
0.0453751
0.0450115
0.0446466
0.0442803
0.0439128
0.043544
0.0431741
0.0428031
0.042431
0.0420579
0.0416838
0.0413087
0.0409328
0.0405561
0.0401786
0.0398003
0.0394214
0.0390419
0.0386618
0.0382812
0.0379001
0.0375187
0.0371369
0.0367548
0.0363724
0.0359899
0.0356073
0.0352246
0.0348418
0.0344591
0.0340765
0.0336941
0.0333118
0.0329298
0.0325482
0.0321668
0.0317859
0.0314055
0.0639834
0.0637517
0.0635178
0.0632818
0.0630435
0.0628031
0.0625605
0.0623156
0.0620685
0.061819
0.0615671
0.0613128
0.0610561
0.060797
0.0605355
0.0602715
0.0600051
0.0597363
0.059465
0.0591914
0.0589153
0.0586368
0.058356
0.0580727
0.0577871
0.0574991
0.0572088
0.0569161
0.0566211
0.0563237
0.0560241
0.0557222
0.055418
0.0551116
0.0548029
0.054492
0.0541789
0.0538636
0.0535461
0.0532265
0.0529048
0.0525809
0.052255
0.051927
0.051597
0.051265
0.0509311
0.0505951
0.0502573
0.0499176
0.049576
0.0492325
0.0488873
0.0485403
0.0481916
0.0478412
0.0474892
0.0471355
0.0467802
0.0464234
0.0460651
0.0457053
0.0453441
0.0449816
0.0446176
0.0442524
0.043886
0.0435183
0.0431495
0.0427796
0.0424086
0.0420366
0.0416636
0.0412897
0.0409149
0.0405393
0.040163
0.0397859
0.0394082
0.0390298
0.0386509
0.0382715
0.0378917
0.0375114
0.0371308
0.0367499
0.0363688
0.0359874
0.035606
0.0352245
0.0348429
0.0344614
0.03408
0.0336987
0.0333176
0.0329368
0.0325562
0.032176
0.0317962
0.0314169
0.0639218
0.0636904
0.0634569
0.0632212
0.0629833
0.0627433
0.062501
0.0622565
0.0620097
0.0617605
0.0615089
0.061255
0.0609986
0.0607398
0.0604785
0.0602149
0.0599488
0.0596803
0.0594093
0.059136
0.0588603
0.0585821
0.0583016
0.0580187
0.0577335
0.0574459
0.0571559
0.0568636
0.056569
0.0562721
0.0559729
0.0556715
0.0553678
0.0550618
0.0547536
0.0544432
0.0541306
0.0538159
0.053499
0.0531799
0.0528588
0.0525356
0.0522103
0.0518829
0.0515536
0.0512223
0.050889
0.0505538
0.0502166
0.0498776
0.0495368
0.0491941
0.0488497
0.0485035
0.0481556
0.0478061
0.0474549
0.0471021
0.0467477
0.0463918
0.0460344
0.0456755
0.0453153
0.0449536
0.0445907
0.0442265
0.043861
0.0434943
0.0431265
0.0427576
0.0423877
0.0420167
0.0416448
0.0412719
0.0408982
0.0405237
0.0401485
0.0397725
0.0393959
0.0390186
0.0386408
0.0382625
0.0378838
0.0375046
0.0371251
0.0367454
0.0363653
0.0359851
0.0356048
0.0352244
0.0348439
0.0344635
0.0340832
0.033703
0.033323
0.0329432
0.0325637
0.0321846
0.0318059
0.0314276
0.0638637
0.0636327
0.0633996
0.0631643
0.0629267
0.062687
0.0624451
0.0622009
0.0619545
0.0617056
0.0614543
0.0612007
0.0609446
0.0606861
0.0604252
0.0601618
0.059896
0.0596278
0.0593572
0.0590841
0.0588087
0.0585309
0.0582507
0.0579682
0.0576833
0.057396
0.0571064
0.0568145
0.0565203
0.0562238
0.0559251
0.055624
0.0553208
0.0550153
0.0547075
0.0543976
0.0540855
0.0537713
0.0534549
0.0531364
0.0528158
0.0524932
0.0521685
0.0518417
0.051513
0.0511823
0.0508497
0.0505151
0.0501787
0.0498404
0.0495003
0.0491583
0.0488146
0.0484692
0.0481221
0.0477733
0.0474229
0.0470709
0.0467173
0.0463623
0.0460057
0.0456477
0.0452884
0.0449276
0.0445656
0.0442023
0.0438377
0.043472
0.0431051
0.0427372
0.0423682
0.0419982
0.0416273
0.0412554
0.0408827
0.0405092
0.040135
0.03976
0.0393844
0.0390082
0.0386314
0.0382542
0.0378765
0.0374983
0.0371199
0.0367411
0.0363622
0.035983
0.0356037
0.0352243
0.0348449
0.0344655
0.0340862
0.033707
0.033328
0.0329492
0.0325707
0.0321926
0.0318148
0.0314375
0.063809
0.0635784
0.0633457
0.0631107
0.0628735
0.0626341
0.0623926
0.0621488
0.0619026
0.0616541
0.0614031
0.0611498
0.060894
0.0606358
0.0603751
0.060112
0.0598465
0.0595786
0.0593083
0.0590356
0.0587604
0.0584829
0.0582031
0.0579208
0.0576363
0.0573494
0.0570601
0.0567686
0.0564748
0.0561787
0.0558803
0.0555797
0.0552768
0.0549717
0.0546645
0.054355
0.0540434
0.0537296
0.0534138
0.0530958
0.0527757
0.0524536
0.0521294
0.0518033
0.0514751
0.051145
0.050813
0.0504791
0.0501433
0.0498056
0.0494662
0.0491249
0.0487819
0.0484372
0.0480908
0.0477427
0.0473931
0.0470418
0.046689
0.0463348
0.045979
0.0456218
0.0452633
0.0449034
0.0445422
0.0441797
0.043816
0.0434512
0.0430852
0.0427182
0.0423501
0.041981
0.041611
0.0412401
0.0408683
0.0404957
0.0401224
0.0397484
0.0393738
0.0389985
0.0386227
0.0382464
0.0378696
0.0374925
0.037115
0.0367372
0.0363592
0.035981
0.0356027
0.0352242
0.0348458
0.0344673
0.034089
0.0337107
0.0333327
0.0329548
0.0325773
0.0322
0.0318232
0.0314468
0.0637574
0.0635271
0.0632948
0.0630603
0.0628235
0.0625845
0.0623432
0.0620998
0.0618539
0.0616057
0.0613551
0.061102
0.0608465
0.0605886
0.0603282
0.0600654
0.0598002
0.0595325
0.0592625
0.05899
0.0587152
0.058438
0.0581585
0.0578765
0.0575923
0.0573057
0.0570168
0.0567256
0.0564322
0.0561364
0.0558384
0.0555382
0.0552357
0.0549311
0.0546242
0.0543152
0.054004
0.0536907
0.0533753
0.0530578
0.0527382
0.0524166
0.052093
0.0517674
0.0514398
0.0511102
0.0507788
0.0504454
0.0501102
0.0497732
0.0494343
0.0490937
0.0487514
0.0484073
0.0480616
0.0477142
0.0473653
0.0470147
0.0466627
0.0463091
0.0459541
0.0455977
0.0452399
0.0448808
0.0445204
0.0441587
0.0437958
0.0434318
0.0430667
0.0427004
0.0423332
0.041965
0.0415958
0.0412257
0.0408548
0.0404832
0.0401107
0.0397376
0.0393638
0.0389895
0.0386146
0.0382392
0.0378633
0.0374871
0.0371105
0.0367336
0.0363565
0.0359792
0.0356017
0.0352242
0.0348466
0.0344691
0.0340916
0.0337142
0.0333371
0.0329601
0.0325834
0.032207
0.031831
0.0314554
0.0637087
0.0634789
0.063247
0.0630128
0.0627764
0.0625377
0.0622969
0.0620537
0.0618082
0.0615603
0.06131
0.0610572
0.060802
0.0605443
0.0602842
0.0600217
0.0597567
0.0594894
0.0592196
0.0589474
0.0586729
0.058396
0.0581167
0.0578351
0.0575511
0.0572649
0.0569763
0.0566854
0.0563923
0.0560969
0.0557993
0.0554994
0.0551973
0.054893
0.0545866
0.054278
0.0539672
0.0536544
0.0533394
0.0530223
0.0527032
0.0523821
0.052059
0.0517338
0.0514068
0.0510777
0.0507468
0.050414
0.0500794
0.0497429
0.0494046
0.0490646
0.0487229
0.0483794
0.0480344
0.0476876
0.0473393
0.0469894
0.0466381
0.0462852
0.0459309
0.0455752
0.0452181
0.0448597
0.0445
0.0441391
0.043777
0.0434137
0.0430494
0.0426839
0.0423175
0.04195
0.0415817
0.0412124
0.0408423
0.0404715
0.0400998
0.0397275
0.0393546
0.0389811
0.038607
0.0382324
0.0378574
0.037482
0.0371063
0.0367302
0.036354
0.0359775
0.0356009
0.0352242
0.0348475
0.0344707
0.0340941
0.0337175
0.0333412
0.032965
0.0325891
0.0322135
0.0318383
0.0314634
0.0636628
0.0634334
0.063202
0.0629682
0.0627321
0.0624938
0.0622533
0.0620105
0.0617653
0.0615177
0.0612676
0.0610151
0.0607602
0.0605028
0.060243
0.0599807
0.059716
0.0594489
0.0591794
0.0589075
0.0586332
0.0583566
0.0580776
0.0577962
0.0575126
0.0572266
0.0569384
0.0566478
0.056355
0.0560599
0.0557626
0.0554631
0.0551614
0.0548575
0.0545514
0.0542432
0.0539329
0.0536204
0.0533058
0.0529892
0.0526706
0.0523499
0.0520272
0.0517025
0.0513759
0.0510474
0.050717
0.0503847
0.0500506
0.0497147
0.0493769
0.0490375
0.0486963
0.0483535
0.048009
0.0476628
0.0473151
0.0469659
0.0466151
0.0462629
0.0459093
0.0455542
0.0451978
0.0448401
0.0444811
0.0441209
0.0437595
0.0433969
0.0430333
0.0426685
0.0423028
0.0419361
0.0415685
0.0412
0.0408307
0.0404606
0.0400897
0.0397182
0.039346
0.0389733
0.0386
0.0382262
0.037852
0.0374773
0.0371024
0.0367271
0.0363516
0.0359759
0.0356001
0.0352242
0.0348482
0.0344723
0.0340964
0.0337206
0.033345
0.0329696
0.0325944
0.0322196
0.0318451
0.031471
0.0636196
0.0633906
0.0631596
0.0629262
0.0626905
0.0624526
0.0622124
0.0619699
0.061725
0.0614777
0.0612279
0.0609757
0.060721
0.0604639
0.0602043
0.0599423
0.0596778
0.059411
0.0591417
0.0588701
0.0585961
0.0583197
0.0580409
0.0577599
0.0574765
0.0571908
0.0569029
0.0566126
0.0563201
0.0560254
0.0557284
0.0554292
0.0551278
0.0548243
0.0545186
0.0542107
0.0539007
0.0535887
0.0532745
0.0529583
0.05264
0.0523198
0.0519975
0.0516733
0.0513472
0.0510191
0.0506892
0.0503574
0.0500237
0.0496883
0.0493511
0.0490122
0.0486715
0.0483292
0.0479853
0.0476397
0.0472926
0.0469439
0.0465938
0.0462421
0.0458891
0.0455347
0.0451789
0.0448218
0.0444635
0.0441039
0.0437431
0.0433813
0.0430183
0.0426542
0.0422892
0.0419232
0.0415563
0.0411885
0.0408198
0.0404505
0.0400803
0.0397095
0.0393381
0.038966
0.0385935
0.0382204
0.0378469
0.037473
0.0370988
0.0367243
0.0363495
0.0359745
0.0355994
0.0352242
0.034849
0.0344738
0.0340986
0.0337235
0.0333486
0.0329739
0.0325994
0.0322252
0.0318514
0.031478
0.0635789
0.0633503
0.0631196
0.0628867
0.0626514
0.0624138
0.062174
0.0619318
0.0616872
0.0614402
0.0611907
0.0609387
0.0606843
0.0604274
0.0601681
0.0599063
0.0596421
0.0593755
0.0591064
0.058835
0.0585613
0.0582851
0.0580067
0.0577259
0.0574428
0.0571574
0.0568697
0.0565797
0.0562875
0.0559931
0.0556964
0.0553975
0.0550965
0.0547932
0.0544879
0.0541803
0.0538707
0.053559
0.0532452
0.0529294
0.0526115
0.0522917
0.0519698
0.051646
0.0513203
0.0509927
0.0506632
0.0503318
0.0499987
0.0496637
0.049327
0.0489886
0.0486484
0.0483066
0.0479632
0.0476182
0.0472716
0.0469235
0.0465738
0.0462228
0.0458703
0.0455165
0.0451613
0.0448048
0.044447
0.0440881
0.0437279
0.0433667
0.0430043
0.0426409
0.0422765
0.0419111
0.0415449
0.0411777
0.0408098
0.040441
0.0400716
0.0397014
0.0393307
0.0389593
0.0385874
0.038215
0.0378422
0.037469
0.0370954
0.0367216
0.0363475
0.0359732
0.0355988
0.0352243
0.0348497
0.0344751
0.0341006
0.0337262
0.033352
0.0329779
0.0326041
0.0322305
0.0318574
0.0314846
0.0635404
0.0633123
0.0630821
0.0628495
0.0626146
0.0623774
0.0621379
0.061896
0.0616518
0.061405
0.0611558
0.0609041
0.0606499
0.0603932
0.0601341
0.0598726
0.0596086
0.0593422
0.0590734
0.0588022
0.0585287
0.0582528
0.0579746
0.057694
0.0574112
0.057126
0.0568386
0.0565489
0.056257
0.0559628
0.0556665
0.0553679
0.0550671
0.0547642
0.0544592
0.054152
0.0538427
0.0535313
0.0532179
0.0529024
0.0525849
0.0522654
0.051944
0.0516206
0.0512953
0.050968
0.050639
0.050308
0.0499753
0.0496408
0.0493045
0.0489665
0.0486269
0.0482856
0.0479426
0.0475981
0.047252
0.0469044
0.0465553
0.0462048
0.0458528
0.0454995
0.0451449
0.0447889
0.0444317
0.0440733
0.0437138
0.0433531
0.0429913
0.0426285
0.0422647
0.0419
0.0415343
0.0411678
0.0408004
0.0404323
0.0400635
0.0396939
0.0393238
0.0389531
0.0385818
0.03821
0.0378379
0.0374653
0.0370924
0.0367191
0.0363457
0.035972
0.0355982
0.0352243
0.0348504
0.0344765
0.0341026
0.0337288
0.0333551
0.0329817
0.0326084
0.0322355
0.0318629
0.0314907
0.0635042
0.0632765
0.0630467
0.0628146
0.06258
0.0623432
0.062104
0.0618625
0.0616185
0.061372
0.061123
0.0608715
0.0606176
0.0603611
0.0601023
0.0598409
0.0595772
0.059311
0.0590424
0.0587715
0.0584982
0.0582225
0.0579445
0.0576642
0.0573816
0.0570967
0.0568096
0.0565201
0.0562285
0.0559346
0.0556385
0.0553402
0.0550397
0.0547371
0.0544324
0.0541255
0.0538165
0.0535055
0.0531924
0.0528772
0.0525601
0.0522409
0.0519199
0.0515968
0.0512719
0.050945
0.0506164
0.0502858
0.0499535
0.0496194
0.0492836
0.048946
0.0486068
0.0482659
0.0479234
0.0475793
0.0472337
0.0468866
0.046538
0.046188
0.0458365
0.0454837
0.0451296
0.0447742
0.0444175
0.0440596
0.0437006
0.0433405
0.0429792
0.042617
0.0422537
0.0418895
0.0415244
0.0411585
0.0407917
0.0404242
0.0400559
0.039687
0.0393174
0.0389473
0.0385766
0.0382054
0.0378338
0.0374618
0.0370895
0.0367169
0.036344
0.035971
0.0355977
0.0352244
0.0348511
0.0344777
0.0341044
0.0337312
0.0333581
0.0329852
0.0326125
0.0322402
0.0318681
0.0314964
0.0634701
0.0632428
0.0630135
0.0627817
0.0625476
0.062311
0.0620722
0.0618309
0.0615872
0.061341
0.0610923
0.060841
0.0605873
0.0603311
0.0600724
0.0598113
0.0595477
0.0592818
0.0590134
0.0587427
0.0584696
0.0581942
0.0579164
0.0576363
0.057354
0.0570693
0.0567824
0.0564932
0.0562018
0.0559082
0.0556123
0.0553143
0.0550141
0.0547118
0.0544073
0.0541007
0.0537921
0.0534813
0.0531685
0.0528537
0.0525369
0.0522181
0.0518973
0.0515747
0.0512501
0.0509236
0.0505953
0.0502651
0.0499332
0.0495995
0.049264
0.0489269
0.0485881
0.0482476
0.0479055
0.0475619
0.0472167
0.04687
0.0465219
0.0461723
0.0458213
0.045469
0.0451153
0.0447604
0.0444042
0.0440469
0.0436884
0.0433287
0.042968
0.0426063
0.0422435
0.0418799
0.0415153
0.0411499
0.0407836
0.0404166
0.0400489
0.0396805
0.0393115
0.0389419
0.0385718
0.0382011
0.0378301
0.0374587
0.0370869
0.0367148
0.0363425
0.03597
0.0355973
0.0352246
0.0348517
0.0344789
0.0341061
0.0337334
0.0333609
0.0329885
0.0326164
0.0322445
0.031873
0.0315018
0.0634379
0.0632111
0.0629822
0.0627508
0.062517
0.0622808
0.0620423
0.0618014
0.0615579
0.0613119
0.0610634
0.0608124
0.0605589
0.0603029
0.0600444
0.0597835
0.0595202
0.0592544
0.0589863
0.0587157
0.0584429
0.0581676
0.0578901
0.0576102
0.0573281
0.0570437
0.056757
0.056468
0.0561769
0.0558835
0.0555879
0.0552901
0.0549902
0.0546881
0.0543839
0.0540776
0.0537692
0.0534588
0.0531463
0.0528318
0.0525153
0.0521968
0.0518763
0.051554
0.0512297
0.0509036
0.0505756
0.0502458
0.0499142
0.0495809
0.0492458
0.0489091
0.0485706
0.0482306
0.0478889
0.0475457
0.0472009
0.0468546
0.0465069
0.0461577
0.0458072
0.0454553
0.0451021
0.0447476
0.0443919
0.044035
0.043677
0.0433178
0.0429576
0.0425963
0.042234
0.0418709
0.0415068
0.0411418
0.0407761
0.0404096
0.0400424
0.0396745
0.039306
0.0389369
0.0385673
0.0381972
0.0378267
0.0374557
0.0370845
0.0367129
0.0363411
0.0359691
0.0355969
0.0352247
0.0348524
0.03448
0.0341078
0.0337356
0.0333635
0.0329916
0.03262
0.0322486
0.0318775
0.0315068
0.0634076
0.0631813
0.0629528
0.0627218
0.0624884
0.0622525
0.0620143
0.0617736
0.0615304
0.0612847
0.0610364
0.0607856
0.0605323
0.0602765
0.0600182
0.0597575
0.0594943
0.0592288
0.0589608
0.0586905
0.0584178
0.0581428
0.0578655
0.0575858
0.0573039
0.0570197
0.0567332
0.0564445
0.0561536
0.0558604
0.0555651
0.0552675
0.0549679
0.054666
0.0543621
0.0540561
0.0537479
0.0534378
0.0531255
0.0528113
0.0524951
0.0521769
0.0518568
0.0515347
0.0512108
0.0508849
0.0505573
0.0502278
0.0498966
0.0495636
0.0492289
0.0488925
0.0485544
0.0482147
0.0478734
0.0475305
0.0471861
0.0468403
0.0464929
0.0461442
0.0457941
0.0454426
0.0450898
0.0447357
0.0443804
0.044024
0.0436664
0.0433076
0.0429478
0.042587
0.0422252
0.0418625
0.0414989
0.0411344
0.0407691
0.0404031
0.0400364
0.0396689
0.0393009
0.0389323
0.0385632
0.0381935
0.0378235
0.037453
0.0370822
0.0367112
0.0363398
0.0359683
0.0355966
0.0352248
0.034853
0.0344811
0.0341093
0.0337376
0.033366
0.0329946
0.0326233
0.0322524
0.0318818
0.0315115
0.063379
0.0631532
0.0629251
0.0626945
0.0624614
0.0622259
0.061988
0.0617476
0.0615046
0.0612591
0.061011
0.0607604
0.0605073
0.0602517
0.0599936
0.0597331
0.0594701
0.0592047
0.058937
0.0586669
0.0583944
0.0581196
0.0578424
0.057563
0.0572813
0.0569973
0.056711
0.0564225
0.0561318
0.0558389
0.0555437
0.0552465
0.054947
0.0546454
0.0543417
0.0540359
0.0537281
0.0534181
0.0531062
0.0527922
0.0524763
0.0521584
0.0518385
0.0515167
0.0511931
0.0508676
0.0505402
0.0502111
0.0498801
0.0495475
0.0492131
0.048877
0.0485393
0.0481999
0.0478589
0.0475164
0.0471724
0.0468269
0.0464799
0.0461316
0.0457818
0.0454307
0.0450783
0.0447247
0.0443698
0.0440137
0.0436565
0.0432982
0.0429388
0.0425784
0.042217
0.0418547
0.0414916
0.0411275
0.0407627
0.0403971
0.0400308
0.0396638
0.0392962
0.038928
0.0385593
0.0381902
0.0378205
0.0374505
0.0370802
0.0367096
0.0363387
0.0359676
0.0355963
0.035225
0.0348536
0.0344822
0.0341108
0.0337395
0.0333683
0.0329973
0.0326265
0.032256
0.0318858
0.0315159
0.0633521
0.0631267
0.0628991
0.0626689
0.0624361
0.0622009
0.0619633
0.0617231
0.0614804
0.0612351
0.0609872
0.0607368
0.0604839
0.0602285
0.0599706
0.0597102
0.0594474
0.0591822
0.0589147
0.0586447
0.0583724
0.0580978
0.0578209
0.0575416
0.0572601
0.0569763
0.0566902
0.056402
0.0561114
0.0558187
0.0555238
0.0552268
0.0549275
0.0546262
0.0543227
0.0540171
0.0537095
0.0533998
0.0530881
0.0527744
0.0524587
0.0521411
0.0518215
0.0515
0.0511766
0.0508514
0.0505243
0.0501954
0.0498648
0.0495324
0.0491983
0.0488626
0.0485252
0.0481861
0.0478455
0.0475033
0.0471597
0.0468145
0.0464679
0.0461198
0.0457704
0.0454197
0.0450677
0.0447144
0.0443599
0.0440042
0.0436473
0.0432894
0.0429304
0.0425704
0.0422094
0.0418475
0.0414847
0.0411211
0.0407567
0.0403915
0.0400256
0.039659
0.0392918
0.0389241
0.0385558
0.038187
0.0378178
0.0374482
0.0370783
0.0367081
0.0363376
0.0359669
0.0355961
0.0352252
0.0348542
0.0344832
0.0341122
0.0337413
0.0333705
0.0329999
0.0326295
0.0322594
0.0318895
0.03152
0.0633268
0.0631019
0.0628747
0.0626448
0.0624124
0.0621775
0.0619401
0.0617002
0.0614577
0.0612126
0.0609649
0.0607147
0.0604619
0.0602067
0.0599489
0.0596888
0.0594262
0.0591611
0.0588937
0.058624
0.0583519
0.0580774
0.0578007
0.0575216
0.0572403
0.0569567
0.0566708
0.0563827
0.0560924
0.0557999
0.0555052
0.0552084
0.0549094
0.0546082
0.054305
0.0539996
0.0536922
0.0533828
0.0530713
0.0527578
0.0524424
0.0521249
0.0518056
0.0514844
0.0511613
0.0508363
0.0505095
0.0501809
0.0498505
0.0495185
0.0491847
0.0488492
0.0485121
0.0481733
0.047833
0.0474911
0.0471478
0.0468029
0.0464566
0.0461089
0.0457599
0.0454095
0.0450578
0.0447048
0.0443507
0.0439953
0.0436388
0.0432813
0.0429226
0.042563
0.0422024
0.0418409
0.0414784
0.0411152
0.0407511
0.0403863
0.0400208
0.0396546
0.0392878
0.0389204
0.0385525
0.0381842
0.0378153
0.0374461
0.0370766
0.0367068
0.0363367
0.0359664
0.0355959
0.0352254
0.0348548
0.0344841
0.0341135
0.033743
0.0333726
0.0330023
0.0326323
0.0322625
0.031893
0.0315239
0.0633029
0.0630785
0.0628517
0.0626222
0.0623901
0.0621554
0.0619183
0.0616787
0.0614364
0.0611915
0.060944
0.0606939
0.0604413
0.0601862
0.0599287
0.0596687
0.0594062
0.0591414
0.0588742
0.0586046
0.0583326
0.0580584
0.0577818
0.0575029
0.0572218
0.0569384
0.0566527
0.0563648
0.0560747
0.0557824
0.0554879
0.0551912
0.0548924
0.0545915
0.0542884
0.0539833
0.0536761
0.0533669
0.0530556
0.0527423
0.0524271
0.0521099
0.0517908
0.0514698
0.051147
0.0508222
0.0504957
0.0501674
0.0498373
0.0495054
0.0491719
0.0488367
0.0484999
0.0481614
0.0478214
0.0474798
0.0471367
0.0467922
0.0464462
0.0460988
0.04575
0.0454
0.0450486
0.0446959
0.0443421
0.0439871
0.043631
0.0432737
0.0429154
0.0425561
0.0421959
0.0418347
0.0414726
0.0411097
0.040746
0.0403815
0.0400164
0.0396505
0.0392841
0.0389171
0.0385495
0.0381815
0.0378131
0.0374442
0.037075
0.0367055
0.0363358
0.0359659
0.0355958
0.0352256
0.0348553
0.034485
0.0341148
0.0337446
0.0333745
0.0330046
0.0326349
0.0322655
0.0318963
0.0315275
0.0632805
0.0630565
0.0628301
0.062601
0.0623692
0.0621348
0.0618979
0.0616584
0.0614164
0.0611716
0.0609243
0.0606744
0.060422
0.0601671
0.0599097
0.0596498
0.0593875
0.0591229
0.0588558
0.0585864
0.0583146
0.0580406
0.0577642
0.0574855
0.0572045
0.0569213
0.0566358
0.0563481
0.0560581
0.055766
0.0554717
0.0551752
0.0548766
0.0545758
0.054273
0.053968
0.0536611
0.053352
0.053041
0.0527279
0.0524129
0.052096
0.0517771
0.0514563
0.0511336
0.0508092
0.0504828
0.0501548
0.0498249
0.0494933
0.04916
0.0488251
0.0484885
0.0481503
0.0478106
0.0474693
0.0471265
0.0467822
0.0464365
0.0460894
0.0457409
0.0453911
0.04504
0.0446877
0.0443342
0.0439795
0.0436236
0.0432667
0.0429087
0.0425497
0.0421898
0.0418289
0.0414672
0.0411046
0.0407412
0.0403771
0.0400122
0.0396468
0.0392806
0.038914
0.0385468
0.0381791
0.0378109
0.0374424
0.0370736
0.0367044
0.036335
0.0359654
0.0355957
0.0352258
0.0348559
0.0344859
0.034116
0.0337461
0.0333764
0.0330068
0.0326374
0.0322683
0.0318994
0.0315309
0.0632594
0.0630358
0.0628099
0.0625811
0.0623495
0.0621154
0.0618787
0.0616395
0.0613976
0.061153
0.0609058
0.0606561
0.0604038
0.0601491
0.0598918
0.0596321
0.05937
0.0591055
0.0588386
0.0585694
0.0582978
0.0580239
0.0577477
0.0574691
0.0571883
0.0569053
0.05662
0.0563324
0.0560426
0.0557507
0.0554566
0.0551603
0.0548618
0.0545613
0.0542586
0.0539538
0.053647
0.0533382
0.0530274
0.0527145
0.0523997
0.0520829
0.0517643
0.0514437
0.0511213
0.050797
0.0504709
0.050143
0.0498134
0.0494821
0.049149
0.0488143
0.048478
0.04814
0.0478005
0.0474595
0.0471169
0.0467729
0.0464275
0.0460806
0.0457324
0.0453829
0.0450321
0.0446801
0.0443268
0.0439724
0.0436168
0.0432602
0.0429025
0.0425438
0.0421842
0.0418236
0.0414622
0.0410999
0.0407368
0.040373
0.0400085
0.0396433
0.0392775
0.0389111
0.0385442
0.0381768
0.037809
0.0374408
0.0370723
0.0367034
0.0363344
0.0359651
0.0355956
0.035226
0.0348564
0.0344868
0.0341171
0.0337476
0.0333781
0.0330088
0.0326397
0.0322709
0.0319023
0.0315341
0.0632395
0.0630164
0.0627909
0.0625624
0.0623311
0.0620972
0.0618607
0.0616217
0.0613799
0.0611355
0.0608885
0.0606389
0.0603868
0.0601322
0.0598751
0.0596156
0.0593536
0.0590893
0.0588225
0.0585535
0.058282
0.0580083
0.0577322
0.0574539
0.0571732
0.0568903
0.0566052
0.0563178
0.0560282
0.0557364
0.0554425
0.0551463
0.0548481
0.0545477
0.0542452
0.0539406
0.053634
0.0533253
0.0530147
0.052702
0.0523874
0.0520708
0.0517523
0.051432
0.0511097
0.0507857
0.0504598
0.0501321
0.0498027
0.0494716
0.0491388
0.0488043
0.0484682
0.0481305
0.0477912
0.0474504
0.0471081
0.0467643
0.0464191
0.0460725
0.0457246
0.0453753
0.0450248
0.044673
0.04432
0.0439658
0.0436105
0.0432542
0.0428968
0.0425384
0.042179
0.0418187
0.0414575
0.0410955
0.0407327
0.0403692
0.040005
0.0396401
0.0392745
0.0389085
0.0385419
0.0381748
0.0378073
0.0374393
0.0370711
0.0367025
0.0363337
0.0359647
0.0355956
0.0352263
0.0348569
0.0344876
0.0341182
0.0337489
0.0333797
0.0330107
0.0326419
0.0322733
0.031905
0.0315371
0.0632209
0.0629982
0.062773
0.0625448
0.0623137
0.06208
0.0618438
0.0616049
0.0613634
0.0611191
0.0608722
0.0606228
0.0603708
0.0601163
0.0598594
0.0596
0.0593382
0.059074
0.0588075
0.0585385
0.0582673
0.0579937
0.0577178
0.0574396
0.0571591
0.0568764
0.0565914
0.0563042
0.0560147
0.0557231
0.0554293
0.0551333
0.0548352
0.054535
0.0542327
0.0539283
0.0536218
0.0533134
0.0530029
0.0526904
0.0523759
0.0520595
0.0517413
0.0514211
0.051099
0.0507751
0.0504495
0.050122
0.0497928
0.0494619
0.0491293
0.048795
0.0484591
0.0481216
0.0477825
0.0474419
0.0470999
0.0467563
0.0464113
0.046065
0.0457173
0.0453682
0.0450179
0.0446664
0.0443137
0.0439598
0.0436047
0.0432486
0.0428915
0.0425333
0.0421742
0.0418142
0.0414532
0.0410915
0.040729
0.0403657
0.0400017
0.0396371
0.0392719
0.038906
0.0385397
0.0381729
0.0378056
0.037438
0.03707
0.0367017
0.0363332
0.0359645
0.0355956
0.0352265
0.0348575
0.0344883
0.0341193
0.0337502
0.0333813
0.0330125
0.032644
0.0322756
0.0319076
0.0315399
0.0632034
0.0629811
0.0627562
0.0625283
0.0622974
0.062064
0.0618279
0.0615892
0.0613478
0.0611036
0.0608569
0.0606076
0.0603558
0.0601014
0.0598447
0.0595854
0.0593238
0.0590598
0.0587934
0.0585246
0.0582535
0.0579801
0.0577043
0.0574263
0.057146
0.0568634
0.0565785
0.0562915
0.0560022
0.0557107
0.0554171
0.0551213
0.0548233
0.0545232
0.0542211
0.0539168
0.0536105
0.0533022
0.0529919
0.0526796
0.0523653
0.0520491
0.0517309
0.0514109
0.0510891
0.0507654
0.0504399
0.0501126
0.0497836
0.0494528
0.0491204
0.0487863
0.0484506
0.0481133
0.0477745
0.0474341
0.0470922
0.0467489
0.0464041
0.046058
0.0457105
0.0453617
0.0450116
0.0446603
0.0443078
0.0439541
0.0435993
0.0432435
0.0428865
0.0425286
0.0421697
0.04181
0.0414493
0.0410878
0.0407255
0.0403625
0.0399988
0.0396344
0.0392694
0.0389038
0.0385377
0.0381712
0.0378042
0.0374368
0.037069
0.036701
0.0363327
0.0359642
0.0355956
0.0352268
0.034858
0.0344891
0.0341202
0.0337515
0.0333828
0.0330142
0.0326459
0.0322778
0.03191
0.0315425
0.0631869
0.0629651
0.0627405
0.0625128
0.0622821
0.0620488
0.061813
0.0615744
0.0613331
0.0610891
0.0608425
0.0605933
0.0603416
0.0600875
0.0598308
0.0595717
0.0593103
0.0590464
0.0587801
0.0585115
0.0582406
0.0579673
0.0576917
0.0574138
0.0571337
0.0568512
0.0565665
0.0562796
0.0559905
0.0556992
0.0554057
0.05511
0.0548122
0.0545123
0.0542102
0.0539062
0.0536
0.0532918
0.0529817
0.0526695
0.0523554
0.0520393
0.0517214
0.0514015
0.0510798
0.0507563
0.050431
0.0501039
0.049775
0.0494445
0.0491122
0.0487783
0.0484428
0.0481057
0.047767
0.0474268
0.0470852
0.046742
0.0463975
0.0460515
0.0457043
0.0453557
0.0450058
0.0446547
0.0443024
0.0439489
0.0435943
0.0432387
0.042882
0.0425243
0.0421656
0.0418061
0.0414456
0.0410844
0.0407223
0.0403595
0.039996
0.0396319
0.0392671
0.0389018
0.0385359
0.0381696
0.0378028
0.0374357
0.0370682
0.0367004
0.0363323
0.0359641
0.0355956
0.0352271
0.0348585
0.0344898
0.0341212
0.0337526
0.0333842
0.0330159
0.0326477
0.0322798
0.0319122
0.031545
0.0631714
0.06295
0.0627257
0.0624982
0.0622677
0.0620346
0.0617989
0.0615605
0.0613193
0.0610754
0.0608289
0.0605799
0.0603283
0.0600743
0.0598178
0.0595589
0.0592976
0.0590338
0.0587678
0.0584993
0.0582285
0.0579554
0.0576799
0.0574022
0.0571222
0.0568399
0.0565553
0.0562686
0.0559796
0.0556884
0.055395
0.0550995
0.0548018
0.0545021
0.0542002
0.0538962
0.0535902
0.0532822
0.0529722
0.0526602
0.0523462
0.0520303
0.0517125
0.0513928
0.0510712
0.0507479
0.0504227
0.0500958
0.0497671
0.0494367
0.0491046
0.0487709
0.0484355
0.0480986
0.0477601
0.0474201
0.0470786
0.0467357
0.0463913
0.0460456
0.0456985
0.0453501
0.0450004
0.0446495
0.0442974
0.0439441
0.0435897
0.0432343
0.0428778
0.0425203
0.0421619
0.0418025
0.0414423
0.0410812
0.0407194
0.0403568
0.0399935
0.0396296
0.039265
0.0388999
0.0385343
0.0381682
0.0378016
0.0374347
0.0370674
0.0366998
0.036332
0.0359639
0.0355957
0.0352274
0.034859
0.0344905
0.0341221
0.0337537
0.0333855
0.0330174
0.0326495
0.0322818
0.0319144
0.0315473
0.0631569
0.0629358
0.0627118
0.0624845
0.0622542
0.0620212
0.0617856
0.0615473
0.0613063
0.0610625
0.0608162
0.0605673
0.0603159
0.060062
0.0598056
0.0595468
0.0592857
0.0590221
0.0587562
0.0584879
0.0582172
0.0579442
0.0576689
0.0573914
0.0571115
0.0568293
0.0565449
0.0562583
0.0559694
0.0556784
0.0553851
0.0550897
0.0547922
0.0544926
0.0541908
0.053887
0.0535811
0.0532732
0.0529633
0.0526515
0.0523376
0.0520219
0.0517042
0.0513847
0.0510633
0.05074
0.050415
0.0500882
0.0497597
0.0494295
0.0490976
0.048764
0.0484288
0.048092
0.0477537
0.0474139
0.0470726
0.0467298
0.0463856
0.04604
0.0456931
0.0453449
0.0449954
0.0446447
0.0442927
0.0439397
0.0435855
0.0432302
0.0428739
0.0425166
0.0421584
0.0417992
0.0414392
0.0410783
0.0407167
0.0403543
0.0399912
0.0396275
0.0392631
0.0388982
0.0385328
0.0381669
0.0378005
0.0374338
0.0370667
0.0366993
0.0363316
0.0359638
0.0355958
0.0352276
0.0348594
0.0344912
0.034123
0.0337548
0.0333867
0.0330188
0.0326511
0.0322836
0.0319163
0.0315494
0.0631433
0.0629225
0.0626987
0.0624716
0.0622414
0.0620086
0.0617732
0.061535
0.061294
0.0610504
0.0608041
0.0605554
0.0603041
0.0600503
0.0597941
0.0595355
0.0592745
0.0590111
0.0587453
0.0584772
0.0582067
0.0579338
0.0576587
0.0573812
0.0571015
0.0568195
0.0565352
0.0562487
0.05596
0.055669
0.0553759
0.0550807
0.0547833
0.0544837
0.0541821
0.0538784
0.0535727
0.0532649
0.0529552
0.0526434
0.0523297
0.0520141
0.0516965
0.0513771
0.0510559
0.0507328
0.0504079
0.0500813
0.0497529
0.0494228
0.049091
0.0487576
0.0484226
0.048086
0.0477478
0.0474081
0.047067
0.0467243
0.0463803
0.0460349
0.0456881
0.0453401
0.0449908
0.0446402
0.0442885
0.0439356
0.0435816
0.0432265
0.0428703
0.0425132
0.0421552
0.0417962
0.0414363
0.0410757
0.0407142
0.040352
0.0399891
0.0396256
0.0392614
0.0388967
0.0385314
0.0381657
0.0377995
0.0374329
0.037066
0.0366988
0.0363314
0.0359637
0.0355959
0.0352279
0.0348599
0.0344918
0.0341238
0.0337558
0.0333879
0.0330202
0.0326526
0.0322853
0.0319182
0.0315515
0.0631305
0.06291
0.0626864
0.0624594
0.0622294
0.0619967
0.0617614
0.0615233
0.0612824
0.0610389
0.0607928
0.0605441
0.060293
0.0600394
0.0597834
0.0595249
0.059264
0.0590008
0.0587351
0.0584671
0.0581968
0.0579241
0.0576491
0.0573718
0.0570922
0.0568103
0.0565261
0.0562398
0.0559512
0.0556604
0.0553674
0.0550722
0.0547749
0.0544755
0.054174
0.0538705
0.0535649
0.0532572
0.0529476
0.0526359
0.0523224
0.0520068
0.0516894
0.0513702
0.051049
0.0507261
0.0504013
0.0500748
0.0497466
0.0494166
0.049085
0.0487517
0.0484168
0.0480803
0.0477423
0.0474028
0.0470618
0.0467193
0.0463754
0.0460302
0.0456836
0.0453357
0.0449865
0.0446361
0.0442845
0.0439318
0.0435779
0.043223
0.0428671
0.0425101
0.0421522
0.0417934
0.0414337
0.0410732
0.0407119
0.0403499
0.0399872
0.0396238
0.0392598
0.0388952
0.0385302
0.0381646
0.0377986
0.0374322
0.0370655
0.0366985
0.0363312
0.0359637
0.035596
0.0352282
0.0348604
0.0344925
0.0341246
0.0337568
0.033389
0.0330215
0.0326541
0.0322869
0.03192
0.0315534
0.0631184
0.0628983
0.0626748
0.0624479
0.062218
0.0619854
0.0617502
0.0615122
0.0612714
0.061028
0.060782
0.0605335
0.0602826
0.0600291
0.0597732
0.0595149
0.0592542
0.0589911
0.0587256
0.0584578
0.0581876
0.057915
0.0576402
0.057363
0.0570835
0.0568017
0.0565177
0.0562315
0.055943
0.0556523
0.0553594
0.0550644
0.0547672
0.0544679
0.0541665
0.0538631
0.0535576
0.05325
0.0529405
0.052629
0.0523155
0.0520001
0.0516829
0.0513637
0.0510427
0.0507198
0.0503952
0.0500688
0.0497407
0.0494109
0.0490794
0.0487462
0.0484115
0.0480752
0.0477373
0.0473979
0.047057
0.0467147
0.0463709
0.0460258
0.0456794
0.0453316
0.0449826
0.0446323
0.0442809
0.0439283
0.0435746
0.0432198
0.042864
0.0425072
0.0421495
0.0417908
0.0414313
0.041071
0.0407098
0.040348
0.0399854
0.0396222
0.0392584
0.038894
0.038529
0.0381636
0.0377978
0.0374316
0.037065
0.0366981
0.036331
0.0359637
0.0355962
0.0352285
0.0348608
0.0344931
0.0341254
0.0337577
0.0333901
0.0330227
0.0326554
0.0322884
0.0319216
0.0315552
0.0631071
0.0628872
0.0626639
0.0624371
0.0622072
0.0619748
0.0617396
0.0615017
0.0612611
0.0610177
0.0607719
0.0605235
0.0602727
0.0600194
0.0597637
0.0595055
0.059245
0.0589821
0.0587167
0.058449
0.058179
0.0579066
0.0576318
0.0573548
0.0570754
0.0567938
0.0565099
0.0562237
0.0559354
0.0556448
0.055352
0.0550571
0.05476
0.0544609
0.0541596
0.0538562
0.0535508
0.0532434
0.052934
0.0526226
0.0523092
0.0519939
0.0516768
0.0513577
0.0510368
0.0507141
0.0503896
0.0500633
0.0497353
0.0494056
0.0490742
0.0487412
0.0484066
0.0480704
0.0477326
0.0473933
0.0470526
0.0467104
0.0463668
0.0460218
0.0456755
0.0453278
0.044979
0.0446289
0.0442776
0.0439251
0.0435715
0.0432169
0.0428613
0.0425046
0.042147
0.0417885
0.0414291
0.0410689
0.0407079
0.0403462
0.0399838
0.0396207
0.039257
0.0388928
0.038528
0.0381628
0.0377971
0.037431
0.0370646
0.0366979
0.0363309
0.0359637
0.0355963
0.0352288
0.0348613
0.0344937
0.0341261
0.0337586
0.0333911
0.0330238
0.0326567
0.0322898
0.0319232
0.0315568
0.0630965
0.0628768
0.0626536
0.0624268
0.062197
0.0619646
0.0617296
0.0614918
0.0612512
0.061008
0.0607623
0.0605141
0.0602634
0.0600103
0.0597547
0.0594967
0.0592364
0.0589736
0.0587084
0.0584409
0.0581709
0.0578987
0.0576241
0.0573471
0.0570679
0.0567864
0.0565026
0.0562166
0.0559283
0.0556378
0.0553452
0.0550503
0.0547534
0.0544543
0.0541531
0.0538499
0.0535446
0.0532373
0.0529279
0.0526166
0.0523034
0.0519882
0.0516711
0.0513522
0.0510314
0.0507088
0.0503844
0.0500582
0.0497303
0.0494007
0.0490695
0.0487365
0.048402
0.0480659
0.0477283
0.0473891
0.0470485
0.0467064
0.0463629
0.0460181
0.0456719
0.0453244
0.0449756
0.0446257
0.0442745
0.0439222
0.0435687
0.0432142
0.0428587
0.0425022
0.0421447
0.0417863
0.0414271
0.041067
0.0407062
0.0403446
0.0399823
0.0396194
0.0392558
0.0388917
0.0385271
0.038162
0.0377964
0.0374305
0.0370642
0.0366976
0.0363308
0.0359637
0.0355965
0.0352291
0.0348617
0.0344942
0.0341268
0.0337594
0.0333921
0.0330249
0.0326579
0.0322911
0.0319246
0.0315584
0.0630864
0.0628669
0.0626437
0.062417
0.0621873
0.061955
0.06172
0.0614823
0.0612418
0.0609988
0.0607532
0.0605051
0.0602546
0.0600017
0.0597463
0.0594885
0.0592282
0.0589656
0.0587006
0.0584332
0.0581634
0.0578913
0.0576168
0.05734
0.0570609
0.0567795
0.0564958
0.0562099
0.0559217
0.0556314
0.0553388
0.0550441
0.0547472
0.0544482
0.0541472
0.053844
0.0535388
0.0532316
0.0529223
0.0526111
0.052298
0.0519829
0.0516659
0.0513471
0.0510264
0.0507039
0.0503796
0.0500535
0.0497257
0.0493962
0.0490651
0.0487323
0.0483978
0.0480619
0.0477243
0.0473853
0.0470448
0.0467028
0.0463594
0.0460147
0.0456686
0.0453212
0.0449726
0.0446227
0.0442717
0.0439195
0.0435662
0.0432118
0.0428564
0.0425
0.0421426
0.0417844
0.0414253
0.0410653
0.0407046
0.0403432
0.039981
0.0396182
0.0392548
0.0388908
0.0385263
0.0381613
0.0377959
0.0374301
0.0370639
0.0366974
0.0363307
0.0359638
0.0355967
0.0352295
0.0348621
0.0344948
0.0341275
0.0337602
0.033393
0.0330259
0.0326591
0.0322924
0.031926
0.0315599
0.0630769
0.0628575
0.0626344
0.0624076
0.062178
0.0619458
0.0617109
0.0614732
0.0612329
0.06099
0.0607446
0.0604967
0.0602463
0.0599935
0.0597383
0.0594807
0.0592206
0.0589582
0.0586933
0.0584261
0.0581564
0.0578844
0.0576101
0.0573334
0.0570544
0.0567731
0.0564895
0.0562037
0.0559156
0.0556254
0.0553329
0.0550383
0.0547415
0.0544426
0.0541416
0.0538386
0.0535334
0.0532263
0.0529172
0.052606
0.052293
0.051978
0.0516611
0.0513423
0.0510217
0.0506993
0.0503751
0.0500492
0.0497215
0.0493921
0.049061
0.0487283
0.048394
0.0480581
0.0477207
0.0473817
0.0470413
0.0466995
0.0463562
0.0460115
0.0456656
0.0453183
0.0449698
0.04462
0.0442691
0.043917
0.0435638
0.0432095
0.0428542
0.042498
0.0421407
0.0417826
0.0414236
0.0410638
0.0407032
0.0403418
0.0399798
0.0396171
0.0392538
0.0388899
0.0385255
0.0381607
0.0377954
0.0374297
0.0370636
0.0366973
0.0363307
0.0359639
0.0355969
0.0352298
0.0348626
0.0344953
0.0341281
0.0337609
0.0333939
0.0330269
0.0326601
0.0322936
0.0319273
0.0315613
0.0630679
0.0628486
0.0626255
0.0623987
0.0621691
0.061937
0.0617022
0.0614646
0.0612244
0.0609816
0.0607363
0.0604886
0.0602385
0.0599859
0.0597308
0.0594734
0.0592135
0.0589512
0.0586865
0.0584194
0.0581499
0.057878
0.0576038
0.0573272
0.0570483
0.0567672
0.0564837
0.056198
0.05591
0.0556198
0.0553274
0.0550329
0.0547362
0.0544374
0.0541365
0.0538335
0.0535285
0.0532214
0.0529124
0.0526013
0.0522884
0.0519735
0.0516567
0.051338
0.0510175
0.0506951
0.050371
0.0500452
0.0497176
0.0493882
0.0490573
0.0487247
0.0483904
0.0480546
0.0477173
0.0473785
0.0470381
0.0466964
0.0463532
0.0460087
0.0456628
0.0453156
0.0449672
0.0446176
0.0442667
0.0439147
0.0435616
0.0432075
0.0428523
0.0424961
0.042139
0.041781
0.0414221
0.0410624
0.0407019
0.0403406
0.0399787
0.0396161
0.0392529
0.0388892
0.0385249
0.0381601
0.0377949
0.0374293
0.0370634
0.0366972
0.0363307
0.035964
0.0355971
0.0352301
0.034863
0.0344958
0.0341287
0.0337617
0.0333947
0.0330278
0.0326612
0.0322947
0.0319285
0.0315626
0.0630594
0.0628401
0.0626169
0.06239
0.0621605
0.0619285
0.0616938
0.0614563
0.0612162
0.0609736
0.0607285
0.060481
0.060231
0.0599786
0.0597238
0.0594665
0.0592068
0.0589447
0.0586801
0.0584132
0.0581438
0.0578721
0.057598
0.0573215
0.0570427
0.0567616
0.0564783
0.0561926
0.0559048
0.0556147
0.0553224
0.0550279
0.0547313
0.0544326
0.0541318
0.0538289
0.0535239
0.0532169
0.052908
0.052597
0.0522841
0.0519693
0.0516526
0.051334
0.0510135
0.0506913
0.0503673
0.0500415
0.049714
0.0493847
0.0490538
0.0487213
0.0483872
0.0480515
0.0477142
0.0473755
0.0470352
0.0466936
0.0463505
0.046006
0.0456603
0.0453132
0.0449649
0.0446153
0.0442646
0.0439127
0.0435597
0.0432056
0.0428505
0.0424944
0.0421374
0.0417795
0.0414207
0.0410611
0.0407007
0.0403396
0.0399777
0.0396152
0.0392522
0.0388885
0.0385243
0.0381596
0.0377946
0.0374291
0.0370632
0.0366971
0.0363307
0.0359641
0.0355973
0.0352304
0.0348634
0.0344963
0.0341293
0.0337623
0.0333955
0.0330287
0.0326621
0.0322958
0.0319297
0.0315639
0.0630512
0.0628319
0.0626086
0.0623817
0.0621523
0.0619203
0.0616857
0.0614483
0.0612084
0.0609659
0.0607211
0.0604738
0.060224
0.0599718
0.0597171
0.0594601
0.0592005
0.0589386
0.0586742
0.0584074
0.0581381
0.0578665
0.0575925
0.0573162
0.0570375
0.0567565
0.0564733
0.0561877
0.0558999
0.0556099
0.0553177
0.0550233
0.0547268
0.0544282
0.0541274
0.0538246
0.0535197
0.0532128
0.0529039
0.052593
0.0522802
0.0519654
0.0516488
0.0513303
0.0510099
0.0506878
0.0503638
0.0500381
0.0497106
0.0493815
0.0490507
0.0487183
0.0483842
0.0480486
0.0477114
0.0473727
0.0470326
0.046691
0.046348
0.0460036
0.0456579
0.045311
0.0449627
0.0446132
0.0442626
0.0439108
0.0435579
0.0432039
0.0428489
0.0424929
0.042136
0.0417782
0.0414195
0.0410599
0.0406996
0.0403386
0.0399769
0.0396145
0.0392515
0.0388879
0.0385238
0.0381592
0.0377942
0.0374288
0.0370631
0.0366971
0.0363307
0.0359642
0.0355975
0.0352307
0.0348638
0.0344968
0.0341299
0.033763
0.0333962
0.0330295
0.032663
0.0322968
0.0319307
0.031565
0.0630433
0.062824
0.0626005
0.0623736
0.0621442
0.0619124
0.0616779
0.0614407
0.0612009
0.0609586
0.060714
0.0604669
0.0602173
0.0599653
0.0597109
0.059454
0.0591946
0.0589328
0.0586686
0.0584019
0.0581328
0.0578614
0.0575875
0.0573113
0.0570327
0.0567518
0.0564686
0.0561832
0.0558954
0.0556055
0.0553134
0.0550191
0.0547226
0.0544241
0.0541234
0.0538206
0.0535158
0.053209
0.0529002
0.0525894
0.0522766
0.0519619
0.0516453
0.0513269
0.0510066
0.0506845
0.0503606
0.050035
0.0497076
0.0493785
0.0490478
0.0487154
0.0483815
0.0480459
0.0477088
0.0473702
0.0470302
0.0466886
0.0463457
0.0460014
0.0456558
0.0453089
0.0449608
0.0446114
0.0442608
0.0439091
0.0435562
0.0432024
0.0428474
0.0424915
0.0421347
0.0417769
0.0414183
0.0410589
0.0406987
0.0403377
0.0399761
0.0396138
0.0392508
0.0388874
0.0385234
0.0381589
0.037794
0.0374286
0.037063
0.036697
0.0363308
0.0359644
0.0355977
0.035231
0.0348642
0.0344973
0.0341304
0.0337636
0.0333969
0.0330303
0.0326639
0.0322977
0.0319318
0.0315661
0.0630357
0.0628163
0.0625926
0.0623657
0.0621364
0.0619047
0.0616703
0.0614332
0.0611936
0.0609516
0.0607072
0.0604603
0.060211
0.0599592
0.059705
0.0594483
0.0591891
0.0589275
0.0586634
0.0583969
0.0581279
0.0578566
0.0575828
0.0573067
0.0570282
0.0567474
0.0564643
0.0561789
0.0558913
0.0556015
0.0553094
0.0550152
0.0547188
0.0544203
0.0541197
0.053817
0.0535123
0.0532055
0.0528967
0.052586
0.0522733
0.0519587
0.0516422
0.0513238
0.0510036
0.0506815
0.0503577
0.0500321
0.0497048
0.0493758
0.0490452
0.0487129
0.048379
0.0480435
0.0477065
0.0473679
0.0470279
0.0466865
0.0463437
0.0459994
0.0456539
0.0453071
0.044959
0.0446097
0.0442592
0.0439075
0.0435548
0.043201
0.0428461
0.0424903
0.0421335
0.0417759
0.0414173
0.041058
0.0406978
0.0403369
0.0399754
0.0396131
0.0392503
0.0388869
0.038523
0.0381586
0.0377937
0.0374285
0.0370629
0.036697
0.0363309
0.0359645
0.035598
0.0352313
0.0348646
0.0344978
0.034131
0.0337642
0.0333976
0.0330311
0.0326647
0.0322986
0.0319327
0.0315671
0.0630282
0.0628087
0.0625849
0.0623579
0.0621288
0.0618972
0.0616629
0.061426
0.0611866
0.0609449
0.0607007
0.0604541
0.060205
0.0599534
0.0596994
0.0594429
0.0591839
0.0589225
0.0586586
0.0583922
0.0581233
0.0578521
0.0575785
0.0573024
0.0570241
0.0567433
0.0564603
0.056175
0.0558875
0.0555977
0.0553057
0.0550116
0.0547153
0.0544168
0.0541163
0.0538136
0.053509
0.0532023
0.0528936
0.0525829
0.0522702
0.0519557
0.0516392
0.0513209
0.0510008
0.0506788
0.050355
0.0500295
0.0497023
0.0493734
0.0490428
0.0487105
0.0483767
0.0480413
0.0477043
0.0473658
0.0470259
0.0466845
0.0463418
0.0459976
0.0456522
0.0453054
0.0449574
0.0446081
0.0442577
0.0439061
0.0435534
0.0431997
0.0428449
0.0424892
0.0421325
0.0417749
0.0414164
0.0410571
0.0406971
0.0403363
0.0399748
0.0396126
0.0392498
0.0388865
0.0385226
0.0381583
0.0377935
0.0374284
0.0370629
0.0366971
0.036331
0.0359647
0.0355982
0.0352316
0.0348649
0.0344982
0.0341315
0.0337648
0.0333982
0.0330318
0.0326655
0.0322994
0.0319336
0.0315681
0.0630209
0.0628011
0.0625772
0.0623502
0.0621212
0.0618898
0.0616557
0.061419
0.0611798
0.0609383
0.0606944
0.0604481
0.0601993
0.059948
0.0596942
0.0594379
0.0591791
0.0589178
0.058654
0.0583878
0.0581191
0.057848
0.0575744
0.0572985
0.0570202
0.0567396
0.0564567
0.0561714
0.055884
0.0555943
0.0553023
0.0550083
0.054712
0.0544136
0.0541131
0.0538106
0.0535059
0.0531993
0.0528907
0.05258
0.0522675
0.051953
0.0516366
0.0513183
0.0509982
0.0506763
0.0503526
0.0500272
0.0497
0.0493711
0.0490406
0.0487084
0.0483746
0.0480392
0.0477023
0.0473639
0.0470241
0.0466828
0.0463401
0.045996
0.0456506
0.0453039
0.0449559
0.0446067
0.0442563
0.0439048
0.0435522
0.0431986
0.0428439
0.0424882
0.0421315
0.041774
0.0414156
0.0410564
0.0406964
0.0403356
0.0399742
0.0396121
0.0392494
0.0388862
0.0385224
0.0381581
0.0377934
0.0374283
0.0370629
0.0366971
0.0363311
0.0359649
0.0355985
0.0352319
0.0348653
0.0344986
0.034132
0.0337654
0.0333988
0.0330324
0.0326662
0.0323002
0.0319345
0.031569
0.0630136
0.0627936
0.0625695
0.0623426
0.0621138
0.0618825
0.0616486
0.0614121
0.0611733
0.0609321
0.0606884
0.0604424
0.0601938
0.0599428
0.0596892
0.0594331
0.0591745
0.0589134
0.0586498
0.0583837
0.0581151
0.0578441
0.0575707
0.0572949
0.0570167
0.0567361
0.0564533
0.0561681
0.0558807
0.0555911
0.0552992
0.0550052
0.054709
0.0544107
0.0541103
0.0538077
0.0535032
0.0531966
0.052888
0.0525774
0.0522649
0.0519505
0.0516341
0.0513159
0.0509959
0.050674
0.0503504
0.050025
0.0496979
0.049369
0.0490386
0.0487064
0.0483727
0.0480374
0.0477006
0.0473622
0.0470224
0.0466812
0.0463385
0.0459945
0.0456491
0.0453025
0.0449546
0.0446055
0.0442551
0.0439037
0.0435511
0.0431975
0.0428429
0.0424873
0.0421307
0.0417732
0.0414149
0.0410557
0.0406958
0.0403351
0.0399737
0.0396117
0.0392491
0.0388859
0.0385221
0.0381579
0.0377933
0.0374283
0.0370629
0.0366972
0.0363312
0.0359651
0.0355987
0.0352322
0.0348656
0.034499
0.0341324
0.0337659
0.0333994
0.0330331
0.0326669
0.032301
0.0319353
0.0315698
0.0630063
0.062786
0.0625617
0.062335
0.0621063
0.0618752
0.0616415
0.0614054
0.0611668
0.060926
0.0606827
0.0604369
0.0601886
0.0599379
0.0596845
0.0594287
0.0591703
0.0589093
0.0586459
0.0583799
0.0581115
0.0578406
0.0575672
0.0572915
0.0570134
0.0567329
0.0564502
0.0561651
0.0558777
0.0555882
0.0552964
0.0550024
0.0547063
0.054408
0.0541076
0.0538052
0.0535007
0.0531941
0.0528856
0.052575
0.0522626
0.0519482
0.0516319
0.0513137
0.0509937
0.0506719
0.0503484
0.050023
0.0496959
0.0493672
0.0490367
0.0487047
0.048371
0.0480357
0.047699
0.0473607
0.0470209
0.0466797
0.0463371
0.0459931
0.0456478
0.0453012
0.0449534
0.0446043
0.0442541
0.0439027
0.0435502
0.0431966
0.042842
0.0424865
0.04213
0.0417725
0.0414143
0.0410551
0.0406953
0.0403346
0.0399733
0.0396114
0.0392488
0.0388856
0.0385219
0.0381578
0.0377932
0.0374282
0.0370629
0.0366973
0.0363314
0.0359653
0.035599
0.0352325
0.034866
0.0344994
0.0341329
0.0337664
0.0334
0.0330337
0.0326676
0.0323017
0.031936
0.0315706
0.0629988
0.0627781
0.0625538
0.0623273
0.0620988
0.061868
0.0616346
0.0613988
0.0611606
0.0609201
0.0606772
0.0604317
0.0601838
0.0599332
0.0596802
0.0594245
0.0591663
0.0589055
0.0586422
0.0583764
0.0581081
0.0578373
0.0575641
0.0572884
0.0570104
0.05673
0.0564473
0.0561623
0.055875
0.0555855
0.0552938
0.0549998
0.0547037
0.0544055
0.0541052
0.0538028
0.0534983
0.0531919
0.0528834
0.0525729
0.0522605
0.0519461
0.0516299
0.0513118
0.0509918
0.0506701
0.0503465
0.0500212
0.0496942
0.0493655
0.0490351
0.0487031
0.0483694
0.0480342
0.0476975
0.0473593
0.0470195
0.0466784
0.0463358
0.0459919
0.0456467
0.0453001
0.0449523
0.0446033
0.0442531
0.0439018
0.0435493
0.0431958
0.0428413
0.0424858
0.0421293
0.0417719
0.0414137
0.0410546
0.0406948
0.0403342
0.039973
0.0396111
0.0392485
0.0388854
0.0385218
0.0381577
0.0377932
0.0374282
0.037063
0.0366974
0.0363315
0.0359655
0.0355992
0.0352328
0.0348663
0.0344998
0.0341333
0.0337669
0.0334005
0.0330343
0.0326682
0.0323023
0.0319367
0.0315714
0.0629911
0.0627702
0.0625459
0.0623196
0.0620915
0.061861
0.0616279
0.0613924
0.0611547
0.0609145
0.0606719
0.0604268
0.0601791
0.0599289
0.0596761
0.0594206
0.0591626
0.058902
0.0586389
0.0583732
0.0581049
0.0578343
0.0575611
0.0572856
0.0570076
0.0567273
0.0564447
0.0561597
0.0558725
0.055583
0.0552914
0.0549975
0.0547015
0.0544033
0.054103
0.0538007
0.0534962
0.0531898
0.0528813
0.0525709
0.0522585
0.0519442
0.051628
0.05131
0.0509901
0.0506683
0.0503449
0.0500196
0.0496926
0.0493639
0.0490336
0.0487016
0.048368
0.0480329
0.0476962
0.047358
0.0470183
0.0466772
0.0463347
0.0459908
0.0456456
0.0452991
0.0449514
0.0446024
0.0442523
0.043901
0.0435486
0.0431951
0.0428406
0.0424851
0.0421287
0.0417714
0.0414132
0.0410542
0.0406944
0.0403339
0.0399727
0.0396108
0.0392483
0.0388853
0.0385217
0.0381576
0.0377931
0.0374283
0.0370631
0.0366975
0.0363317
0.0359657
0.0355995
0.0352331
0.0348667
0.0345002
0.0341337
0.0337673
0.033401
0.0330348
0.0326688
0.032303
0.0319374
0.0315721
0.0629835
0.0627623
0.0625381
0.0623122
0.0620844
0.0618541
0.0616214
0.0613864
0.061149
0.0609092
0.060667
0.0604222
0.0601748
0.0599249
0.0596723
0.059417
0.0591592
0.0588988
0.0586357
0.0583702
0.0581021
0.0578315
0.0575584
0.057283
0.0570051
0.0567249
0.0564423
0.0561574
0.0558702
0.0555808
0.0552892
0.0549954
0.0546994
0.0544012
0.054101
0.0537987
0.0534943
0.0531879
0.0528795
0.0525691
0.0522568
0.0519425
0.0516264
0.0513083
0.0509885
0.0506668
0.0503434
0.0500181
0.0496912
0.0493626
0.0490323
0.0487003
0.0483668
0.0480317
0.047695
0.0473569
0.0470172
0.0466762
0.0463337
0.0459899
0.0456447
0.0452983
0.0449505
0.0446016
0.0442515
0.0439002
0.0435479
0.0431945
0.04284
0.0424846
0.0421282
0.0417709
0.0414128
0.0410538
0.0406941
0.0403336
0.0399724
0.0396106
0.0392482
0.0388851
0.0385216
0.0381576
0.0377932
0.0374283
0.0370632
0.0366977
0.0363319
0.0359659
0.0355997
0.0352334
0.034867
0.0345006
0.0341341
0.0337678
0.0334015
0.0330353
0.0326694
0.0323036
0.031938
0.0315728
0.0629759
0.0627545
0.0625305
0.0623049
0.0620775
0.0618476
0.0616153
0.0613806
0.0611436
0.0609043
0.0606624
0.0604179
0.0601708
0.0599211
0.0596688
0.0594137
0.0591561
0.0588958
0.0586329
0.0583674
0.0580995
0.057829
0.057556
0.0572806
0.0570028
0.0567226
0.0564401
0.0561553
0.0558682
0.0555788
0.0552872
0.0549934
0.0546975
0.0543994
0.0540992
0.0537969
0.0534926
0.0531862
0.0528779
0.0525675
0.0522552
0.051941
0.0516249
0.0513069
0.0509871
0.0506654
0.050342
0.0500168
0.0496899
0.0493613
0.0490311
0.0486992
0.0483657
0.0480306
0.047694
0.0473559
0.0470163
0.0466752
0.0463328
0.045989
0.0456439
0.0452975
0.0449498
0.0446009
0.0442508
0.0438996
0.0435473
0.0431939
0.0428395
0.0424841
0.0421278
0.0417706
0.0414124
0.0410535
0.0406938
0.0403334
0.0399723
0.0396105
0.039248
0.0388851
0.0385216
0.0381576
0.0377932
0.0374284
0.0370633
0.0366978
0.0363321
0.0359661
0.0356
0.0352337
0.0348673
0.0345009
0.0341345
0.0337682
0.033402
0.0330358
0.0326699
0.0323041
0.0319386
0.0315734
0.0629685
0.0627469
0.0625232
0.0622981
0.062071
0.0618415
0.0616095
0.0613753
0.0611387
0.0608997
0.0606582
0.060414
0.0601672
0.0599177
0.0596656
0.0594108
0.0591533
0.0588931
0.0586303
0.058365
0.0580971
0.0578267
0.0575538
0.0572785
0.0570007
0.0567206
0.0564382
0.0561534
0.0558663
0.055577
0.0552854
0.0549917
0.0546958
0.0543978
0.0540976
0.0537954
0.0534911
0.0531847
0.0528764
0.0525661
0.0522538
0.0519396
0.0516235
0.0513056
0.0509858
0.0506642
0.0503408
0.0500157
0.0496888
0.0493603
0.04903
0.0486982
0.0483647
0.0480296
0.0476931
0.047355
0.0470154
0.0466744
0.046332
0.0459883
0.0456432
0.0452968
0.0449492
0.0446003
0.0442503
0.0438991
0.0435468
0.0431935
0.0428391
0.0424837
0.0421274
0.0417702
0.0414122
0.0410533
0.0406936
0.0403332
0.0399721
0.0396103
0.039248
0.038885
0.0385216
0.0381576
0.0377932
0.0374285
0.0370634
0.036698
0.0363323
0.0359663
0.0356002
0.035234
0.0348676
0.0345013
0.0341349
0.0337686
0.0334024
0.0330363
0.0326704
0.0323047
0.0319392
0.031574
0.0629614
0.0627398
0.0625166
0.0622918
0.0620651
0.0618359
0.0616044
0.0613706
0.0611344
0.0608957
0.0606544
0.0604106
0.060164
0.0599148
0.0596628
0.0594081
0.0591508
0.0588907
0.0586281
0.0583628
0.058095
0.0578247
0.0575519
0.0572766
0.0569989
0.0567188
0.0564364
0.0561517
0.0558647
0.0555754
0.0552839
0.0549902
0.0546943
0.0543963
0.0540962
0.053794
0.0534897
0.0531834
0.0528751
0.0525648
0.0522526
0.0519384
0.0516224
0.0513045
0.0509847
0.0506631
0.0503398
0.0500147
0.0496878
0.0493593
0.0490291
0.0486973
0.0483638
0.0480288
0.0476923
0.0473542
0.0470147
0.0466737
0.0463314
0.0459876
0.0456426
0.0452962
0.0449486
0.0445998
0.0442498
0.0438986
0.0435464
0.0431931
0.0428387
0.0424834
0.0421271
0.04177
0.0414119
0.0410531
0.0406934
0.0403331
0.039972
0.0396103
0.0392479
0.038885
0.0385216
0.0381577
0.0377933
0.0374286
0.0370635
0.0366981
0.0363325
0.0359666
0.0356005
0.0352343
0.0348679
0.0345016
0.0341353
0.033769
0.0334028
0.0330368
0.0326709
0.0323052
0.0319397
0.0315745
0.0629551
0.0627335
0.0625107
0.0622864
0.06206
0.0618312
0.0616
0.0613665
0.0611306
0.0608922
0.0606513
0.0604076
0.0601613
0.0599122
0.0596604
0.0594058
0.0591486
0.0588887
0.0586261
0.0583609
0.0580932
0.0578229
0.0575502
0.0572749
0.0569973
0.0567173
0.0564349
0.0561502
0.0558632
0.055574
0.0552825
0.0549888
0.054693
0.054395
0.0540949
0.0537928
0.0534885
0.0531823
0.052874
0.0525637
0.0522515
0.0519374
0.0516214
0.0513035
0.0509837
0.0506622
0.0503389
0.0500138
0.049687
0.0493585
0.0490283
0.0486965
0.0483631
0.0480281
0.0476916
0.0473536
0.0470141
0.0466731
0.0463308
0.0459871
0.0456421
0.0452958
0.0449482
0.0445994
0.0442494
0.0438983
0.043546
0.0431927
0.0428384
0.0424832
0.0421269
0.0417698
0.0414118
0.0410529
0.0406933
0.040333
0.0399719
0.0396102
0.0392479
0.038885
0.0385216
0.0381577
0.0377934
0.0374287
0.0370637
0.0366983
0.0363327
0.0359668
0.0356007
0.0352345
0.0348682
0.0345019
0.0341356
0.0337694
0.0334032
0.0330372
0.0326713
0.0323056
0.0319402
0.031575
0.0629496
0.0627282
0.0625058
0.0622819
0.0620557
0.0618272
0.0615964
0.0613632
0.0611276
0.0608894
0.0606486
0.0604052
0.060159
0.0599101
0.0596584
0.0594039
0.0591468
0.0588869
0.0586244
0.0583593
0.0580917
0.0578214
0.0575487
0.0572735
0.056996
0.056716
0.0564336
0.056149
0.055862
0.0555728
0.0552813
0.0549877
0.0546919
0.0543939
0.0540939
0.0537917
0.0534875
0.0531813
0.052873
0.0525628
0.0522506
0.0519365
0.0516205
0.0513026
0.0509829
0.0506614
0.0503381
0.0500131
0.0496863
0.0493578
0.0490277
0.0486959
0.0483625
0.0480275
0.047691
0.047353
0.0470136
0.0466726
0.0463303
0.0459867
0.0456417
0.0452954
0.0449478
0.044599
0.0442491
0.043898
0.0435458
0.0431925
0.0428382
0.042483
0.0421267
0.0417696
0.0414116
0.0410528
0.0406933
0.0403329
0.0399719
0.0396102
0.0392479
0.0388851
0.0385217
0.0381578
0.0377936
0.0374289
0.0370639
0.0366985
0.0363329
0.035967
0.035601
0.0352348
0.0348685
0.0345022
0.034136
0.0337697
0.0334036
0.0330376
0.0326717
0.0323061
0.0319406
0.0315755
0.0629452
0.0627241
0.0625021
0.0622784
0.0620525
0.0618242
0.0615936
0.0613606
0.0611252
0.0608872
0.0606466
0.0604032
0.0601572
0.0599083
0.0596567
0.0594024
0.0591453
0.0588855
0.0586231
0.058358
0.0580904
0.0578202
0.0575475
0.0572724
0.0569948
0.0567149
0.0564326
0.0561479
0.055861
0.0555718
0.0552804
0.0549868
0.054691
0.054393
0.054093
0.0537909
0.0534867
0.0531805
0.0528722
0.052562
0.0522499
0.0519358
0.0516198
0.051302
0.0509823
0.0506608
0.0503375
0.0500125
0.0496857
0.0493573
0.0490271
0.0486954
0.048362
0.0480271
0.0476906
0.0473526
0.0470131
0.0466723
0.04633
0.0459863
0.0456413
0.0452951
0.0449475
0.0445988
0.0442488
0.0438977
0.0435456
0.0431923
0.0428381
0.0424828
0.0421266
0.0417695
0.0414116
0.0410528
0.0406932
0.0403329
0.0399719
0.0396103
0.039248
0.0388851
0.0385218
0.0381579
0.0377937
0.037429
0.037064
0.0366987
0.0363331
0.0359673
0.0356012
0.0352351
0.0348688
0.0345025
0.0341363
0.0337701
0.033404
0.033038
0.0326721
0.0323065
0.0319411
0.0315759
0.0629419
0.0627211
0.0624993
0.0622758
0.06205
0.0618219
0.0615915
0.0613587
0.0611234
0.0608855
0.060645
0.0604017
0.0601558
0.059907
0.0596555
0.0594012
0.0591441
0.0588844
0.058622
0.058357
0.0580894
0.0578192
0.0575466
0.0572715
0.0569939
0.056714
0.0564317
0.0561471
0.0558602
0.055571
0.0552796
0.054986
0.0546902
0.0543923
0.0540923
0.0537902
0.053486
0.0531798
0.0528716
0.0525614
0.0522493
0.0519352
0.0516192
0.0513014
0.0509817
0.0506603
0.050337
0.050012
0.0496853
0.0493568
0.0490267
0.048695
0.0483616
0.0480267
0.0476902
0.0473523
0.0470128
0.046672
0.0463297
0.0459861
0.0456411
0.0452948
0.0449473
0.0445986
0.0442486
0.0438976
0.0435454
0.0431922
0.042838
0.0424827
0.0421266
0.0417695
0.0414115
0.0410528
0.0406932
0.0403329
0.039972
0.0396103
0.0392481
0.0388852
0.0385219
0.0381581
0.0377938
0.0374292
0.0370642
0.0366989
0.0363333
0.0359675
0.0356015
0.0352353
0.0348691
0.0345028
0.0341366
0.0337704
0.0334043
0.0330383
0.0326725
0.0323068
0.0319414
0.0315763
0.0629396
0.062719
0.0624974
0.062274
0.0620483
0.0618203
0.06159
0.0613573
0.0611221
0.0608843
0.0606438
0.0604006
0.0601547
0.059906
0.0596545
0.0594002
0.0591432
0.0588835
0.0586212
0.0583562
0.0580886
0.0578184
0.0575458
0.0572707
0.0569932
0.0567133
0.056431
0.0561464
0.0558595
0.0555704
0.055279
0.0549854
0.0546896
0.0543918
0.0540917
0.0537897
0.0534855
0.0531793
0.0528711
0.0525609
0.0522488
0.0519347
0.0516188
0.051301
0.0509813
0.0506599
0.0503366
0.0500116
0.0496849
0.0493565
0.0490264
0.0486947
0.0483613
0.0480264
0.04769
0.047352
0.0470126
0.0466717
0.0463295
0.0459859
0.0456409
0.0452947
0.0449472
0.0445984
0.0442485
0.0438975
0.0435453
0.0431921
0.0428379
0.0424827
0.0421265
0.0417695
0.0414115
0.0410528
0.0406933
0.040333
0.039972
0.0396104
0.0392482
0.0388853
0.038522
0.0381582
0.037794
0.0374294
0.0370644
0.0366991
0.0363335
0.0359677
0.0356017
0.0352356
0.0348693
0.0345031
0.0341368
0.0337707
0.0334046
0.0330386
0.0326728
0.0323072
0.0319418
0.0315766
0.0629381
0.0627178
0.0624962
0.0622728
0.0620472
0.0618193
0.061589
0.0613563
0.0611211
0.0608834
0.060643
0.0603998
0.0601539
0.0599053
0.0596538
0.0593995
0.0591426
0.0588829
0.0586205
0.0583556
0.058088
0.0578179
0.0575453
0.0572702
0.0569927
0.0567128
0.0564305
0.0561459
0.055859
0.0555699
0.0552785
0.054985
0.0546892
0.0543913
0.0540913
0.0537893
0.0534851
0.0531789
0.0528708
0.0525606
0.0522485
0.0519344
0.0516185
0.0513007
0.0509811
0.0506596
0.0503364
0.0500114
0.0496847
0.0493563
0.0490262
0.0486945
0.0483611
0.0480262
0.0476898
0.0473519
0.0470125
0.0466716
0.0463294
0.0459858
0.0456408
0.0452946
0.0449471
0.0445984
0.0442485
0.0438975
0.0435453
0.0431921
0.0428379
0.0424827
0.0421266
0.0417695
0.0414116
0.0410528
0.0406933
0.0403331
0.0399721
0.0396105
0.0392483
0.0388855
0.0385221
0.0381583
0.0377941
0.0374295
0.0370645
0.0366993
0.0363337
0.0359679
0.0356019
0.0352358
0.0348696
0.0345033
0.0341371
0.0337709
0.0334048
0.0330389
0.0326731
0.0323074
0.0319421
0.0315769
0.0629372
0.062717
0.0624954
0.062272
0.0620465
0.0618186
0.0615883
0.0613557
0.0611205
0.0608828
0.0606424
0.0603993
0.0601534
0.0599047
0.0596533
0.0593991
0.0591421
0.0588824
0.0586201
0.0583551
0.0580876
0.0578175
0.0575449
0.0572698
0.0569923
0.0567124
0.0564302
0.0561456
0.0558587
0.0555696
0.0552782
0.0549847
0.0546889
0.0543911
0.0540911
0.053789
0.0534849
0.0531787
0.0528705
0.0525604
0.0522483
0.0519342
0.0516183
0.0513005
0.0509809
0.0506594
0.0503362
0.0500112
0.0496845
0.0493561
0.049026
0.0486943
0.048361
0.0480261
0.0476897
0.0473518
0.0470124
0.0466715
0.0463293
0.0459857
0.0456408
0.0452946
0.0449471
0.0445984
0.0442485
0.0438975
0.0435453
0.0431921
0.0428379
0.0424827
0.0421266
0.0417696
0.0414116
0.0410529
0.0406934
0.0403332
0.0399722
0.0396106
0.0392484
0.0388856
0.0385223
0.0381585
0.0377943
0.0374297
0.0370647
0.0366994
0.0363339
0.0359681
0.0356021
0.035236
0.0348698
0.0345035
0.0341373
0.0337711
0.033405
0.0330391
0.0326733
0.0323077
0.0319423
0.0315772
0.0629367
0.0627166
0.062495
0.0622716
0.062046
0.0618181
0.0615879
0.0613553
0.0611201
0.0608824
0.060642
0.0603989
0.0601531
0.0599044
0.059653
0.0593987
0.0591418
0.0588821
0.0586198
0.0583548
0.0580873
0.0578172
0.0575446
0.0572696
0.0569921
0.0567122
0.0564299
0.0561454
0.0558585
0.0555694
0.055278
0.0549845
0.0546888
0.0543909
0.0540909
0.0537888
0.0534847
0.0531786
0.0528704
0.0525602
0.0522481
0.0519341
0.0516182
0.0513004
0.0509808
0.0506594
0.0503361
0.0500112
0.0496845
0.0493561
0.049026
0.0486943
0.048361
0.0480261
0.0476897
0.0473518
0.0470124
0.0466715
0.0463293
0.0459857
0.0456408
0.0452946
0.0449471
0.0445984
0.0442485
0.0438975
0.0435454
0.0431922
0.042838
0.0424828
0.0421267
0.0417696
0.0414117
0.041053
0.0406935
0.0403332
0.0399723
0.0396107
0.0392485
0.0388857
0.0385224
0.0381586
0.0377944
0.0374298
0.0370648
0.0366996
0.036334
0.0359682
0.0356022
0.0352361
0.0348699
0.0345037
0.0341375
0.0337713
0.0334052
0.0330393
0.0326735
0.0323079
0.0319425
0.0315774
0.0629364
0.0627163
0.0624948
0.0622713
0.0620458
0.0618179
0.0615877
0.0613551
0.0611199
0.0608822
0.0606418
0.0603987
0.0601528
0.0599042
0.0596528
0.0593986
0.0591416
0.058882
0.0586196
0.0583547
0.0580871
0.0578171
0.0575445
0.0572694
0.0569919
0.0567121
0.0564298
0.0561453
0.0558584
0.0555693
0.0552779
0.0549844
0.0546887
0.0543908
0.0540908
0.0537888
0.0534847
0.0531785
0.0528703
0.0525602
0.0522481
0.0519341
0.0516182
0.0513004
0.0509808
0.0506593
0.0503361
0.0500111
0.0496844
0.0493561
0.049026
0.0486943
0.048361
0.0480261
0.0476897
0.0473518
0.0470124
0.0466716
0.0463293
0.0459857
0.0456408
0.0452946
0.0449471
0.0445984
0.0442486
0.0438976
0.0435454
0.0431923
0.0428381
0.0424829
0.0421268
0.0417697
0.0414118
0.0410531
0.0406936
0.0403333
0.0399724
0.0396108
0.0392486
0.0388858
0.0385225
0.0381587
0.0377945
0.0374299
0.037065
0.0366997
0.0363341
0.0359683
0.0356024
0.0352363
0.0348701
0.0345038
0.0341376
0.0337715
0.0334054
0.0330394
0.0326736
0.032308
0.0319426
0.0315775
0.0629363
0.0627162
0.0624947
0.0622712
0.0620456
0.0618178
0.0615876
0.0613549
0.0611198
0.0608821
0.0606417
0.0603986
0.0601528
0.0599041
0.0596527
0.0593985
0.0591415
0.0588819
0.0586196
0.0583546
0.0580871
0.057817
0.0575444
0.0572694
0.0569919
0.056712
0.0564298
0.0561452
0.0558584
0.0555693
0.0552779
0.0549844
0.0546887
0.0543908
0.0540908
0.0537888
0.0534847
0.0531785
0.0528704
0.0525602
0.0522481
0.0519341
0.0516182
0.0513004
0.0509808
0.0506594
0.0503362
0.0500112
0.0496845
0.0493561
0.049026
0.0486943
0.048361
0.0480262
0.0476898
0.0473518
0.0470125
0.0466716
0.0463294
0.0459858
0.0456409
0.0452947
0.0449472
0.0445985
0.0442487
0.0438976
0.0435455
0.0431924
0.0428382
0.042483
0.0421269
0.0417698
0.0414119
0.0410532
0.0406937
0.0403335
0.0399725
0.0396109
0.0392487
0.0388859
0.0385226
0.0381588
0.0377946
0.03743
0.0370651
0.0366998
0.0363343
0.0359685
0.0356025
0.0352364
0.0348702
0.034504
0.0341377
0.0337716
0.0334055
0.0330395
0.0326737
0.0323081
0.0319428
0.0315777
0.0629363
0.0627162
0.0624946
0.0622712
0.0620456
0.0618178
0.0615876
0.0613549
0.0611198
0.0608821
0.0606417
0.0603986
0.0601528
0.0599041
0.0596527
0.0593985
0.0591416
0.0588819
0.0586196
0.0583547
0.0580871
0.057817
0.0575445
0.0572694
0.056992
0.0567121
0.0564299
0.0561453
0.0558584
0.0555693
0.055278
0.0549844
0.0546887
0.0543909
0.0540909
0.0537889
0.0534847
0.0531786
0.0528704
0.0525603
0.0522482
0.0519342
0.0516183
0.0513005
0.0509809
0.0506595
0.0503363
0.0500113
0.0496846
0.0493562
0.0490261
0.0486944
0.0483611
0.0480263
0.0476899
0.047352
0.0470126
0.0466717
0.0463295
0.0459859
0.045641
0.0452948
0.0449473
0.0445987
0.0442488
0.0438978
0.0435457
0.0431925
0.0428383
0.0424831
0.042127
0.0417699
0.041412
0.0410533
0.0406938
0.0403336
0.0399726
0.039611
0.0392488
0.038886
0.0385227
0.038159
0.0377948
0.0374302
0.0370652
0.0366999
0.0363344
0.0359686
0.0356026
0.0352365
0.0348703
0.0345041
0.0341379
0.0337717
0.0334056
0.0330397
0.0326739
0.0323083
0.0319429
0.0315778
0.0629363
0.0627163
0.0624947
0.0622712
0.0620457
0.0618178
0.0615876
0.061355
0.0611199
0.0608822
0.0606418
0.0603987
0.0601528
0.0599042
0.0596528
0.0593986
0.0591416
0.058882
0.0586197
0.0583547
0.0580872
0.0578171
0.0575446
0.0572695
0.056992
0.0567122
0.05643
0.0561454
0.0558586
0.0555694
0.0552781
0.0549846
0.0546888
0.054391
0.054091
0.053789
0.0534849
0.0531787
0.0528706
0.0525604
0.0522483
0.0519343
0.0516184
0.0513006
0.050981
0.0506596
0.0503364
0.0500114
0.0496847
0.0493563
0.0490263
0.0486946
0.0483613
0.0480264
0.04769
0.0473521
0.0470127
0.0466719
0.0463297
0.0459861
0.0456412
0.045295
0.0449475
0.0445988
0.0442489
0.0438979
0.0435458
0.0431926
0.0428384
0.0424832
0.0421271
0.0417701
0.0414122
0.0410534
0.0406939
0.0403337
0.0399728
0.0396112
0.0392489
0.0388862
0.0385229
0.0381591
0.0377949
0.0374303
0.0370653
0.0367
0.0363345
0.0359687
0.0356027
0.0352366
0.0348704
0.0345042
0.034138
0.0337718
0.0334057
0.0330398
0.032674
0.0323083
0.031943
0.0315779
0.0268388
0.0263213
0.0258026
0.0252829
0.0247623
0.024241
0.0237193
0.0231973
0.0226754
0.0221536
0.0216324
0.0211119
0.0205923
0.020074
0.0195571
0.019042
0.018529
0.0180182
0.01751
0.0170046
0.0165024
0.0160036
0.0155085
0.0150174
0.0145306
0.0140483
0.0135708
0.0130985
0.0126316
0.0121704
0.0117152
0.0112662
0.0108237
0.010388
0.00995933
0.00953792
0.00912403
0.00871789
0.00831974
0.00792978
0.00754823
0.00717527
0.0068111
0.00645589
0.00610979
0.00577296
0.00544553
0.00512761
0.00481931
0.00452073
0.00423194
0.00395299
0.00368393
0.0034248
0.0031756
0.00293633
0.00270698
0.0024875
0.00227785
0.00207795
0.00188774
0.00170712
0.00153597
0.00137416
0.00122157
0.00107804
0.000943413
0.000817504
0.000700134
0.000591104
0.000490209
0.000397233
0.000311953
0.000234138
0.000163551
9.99498e-05
4.30865e-05
-7.29341e-06
-5.14472e-05
-8.96359e-05
-0.000122121
-0.00014917
-0.000171044
-0.000188017
-0.000200349
-0.000208318
-0.000212175
-0.00021222
-0.000208672
-0.000201881
-0.000191984
-0.000179464
-0.000164247
-0.000147159
-0.000127588
-0.000107252
-8.41622e-05
-6.23619e-05
-3.64614e-05
-1.6825e-05
0.0272814
0.0267914
0.0263002
0.0258078
0.0253146
0.0248205
0.0243259
0.0238309
0.0233357
0.0228405
0.0223455
0.021851
0.0213571
0.0208642
0.0203723
0.0198819
0.019393
0.0189059
0.0184209
0.0179382
0.0174581
0.0169808
0.0165065
0.0160356
0.0155682
0.0151047
0.0146453
0.0141902
0.0137397
0.013294
0.0128534
0.0124181
0.0119884
0.0115645
0.0111466
0.010735
0.0103298
0.00993142
0.00953991
0.0091555
0.0087784
0.00840877
0.00804681
0.00769267
0.00734651
0.00700846
0.00667867
0.00635725
0.00604431
0.00573996
0.00544426
0.00515729
0.00487911
0.00460976
0.00434927
0.00409765
0.00385492
0.00362105
0.00339603
0.00317981
0.00297234
0.00277355
0.00258337
0.0024017
0.00222844
0.00206348
0.00190668
0.00175791
0.00161701
0.00148382
0.00135818
0.00123991
0.00112881
0.0010247
0.000927358
0.000836587
0.000752168
0.000673877
0.000601487
0.000534763
0.000473472
0.000417369
0.000366214
0.000319757
0.000277752
0.000239938
0.000206075
0.000175883
0.000149139
0.000125518
0.00010486
8.67267e-05
7.11273e-05
5.73324e-05
4.57979e-05
3.50402e-05
2.66719e-05
1.72366e-05
1.12364e-05
-1.72282e-07
0.0276719
0.0272058
0.0267384
0.0262699
0.0258004
0.0253301
0.024859
0.0243874
0.0239155
0.0234434
0.0229713
0.0224995
0.022028
0.0215572
0.0210872
0.0206181
0.0201503
0.019684
0.0192193
0.0187564
0.0182957
0.0178372
0.0173813
0.0169282
0.016478
0.016031
0.0155875
0.0151476
0.0147116
0.0142798
0.0138522
0.0134293
0.0130111
0.0125978
0.0121898
0.0117872
0.0113902
0.010999
0.0106138
0.0102348
0.00986208
0.00949594
0.0091365
0.0087839
0.00843831
0.00809985
0.00776866
0.00744485
0.00712853
0.00681981
0.00651876
0.00622547
0.00594
0.0056624
0.00539272
0.00513098
0.0048772
0.00463139
0.00439354
0.00416363
0.00394163
0.0037275
0.00352118
0.00332261
0.0031317
0.00294837
0.00277252
0.00260403
0.00244279
0.00228866
0.0021415
0.00200116
0.00186749
0.0017403
0.00161944
0.00150472
0.00139594
0.00129291
0.00119543
0.00110329
0.00101627
0.000934162
0.000856731
0.000783752
0.000714994
0.000650215
0.000589183
0.000531636
0.000477354
0.000426032
0.000377494
0.000331345
0.000287538
0.000245436
0.000205355
0.000166031
0.000128735
9.05535e-05
5.51797e-05
1.5167e-05
0.0280173
0.0275721
0.0271257
0.026678
0.0262293
0.0257796
0.0253292
0.0248781
0.0244265
0.0239747
0.0235226
0.0230706
0.0226188
0.0221673
0.0217164
0.0212662
0.020817
0.0203688
0.0199219
0.0194765
0.0190328
0.018591
0.0181513
0.0177138
0.0172788
0.0168465
0.0164171
0.0159908
0.0155678
0.0151483
0.0147324
0.0143205
0.0139127
0.0135092
0.0131101
0.0127157
0.0123262
0.0119417
0.0115624
0.0111885
0.0108202
0.0104575
0.0101008
0.00975003
0.00940543
0.00906712
0.00873521
0.00840983
0.00809109
0.00777907
0.00747388
0.00717558
0.00688426
0.00659996
0.00632275
0.00605265
0.00578969
0.0055339
0.00528528
0.00504383
0.00480952
0.00458235
0.00436226
0.00414921
0.00394314
0.00374399
0.00355168
0.00336611
0.00318719
0.00301482
0.00284886
0.0026892
0.00253571
0.00238823
0.00224661
0.00211071
0.00198033
0.00185533
0.0017355
0.00162067
0.00151064
0.00140521
0.00130417
0.00120731
0.00111442
0.00102527
0.000939634
0.000857271
0.00077796
0.000701423
0.000627469
0.000555742
0.000486148
0.000418139
0.000351902
0.00028638
0.000222533
0.000157949
9.55848e-05
2.92723e-05
0.0283238
0.027897
0.0274689
0.0270395
0.0266091
0.0261776
0.0257453
0.0253122
0.0248785
0.0244444
0.02401
0.0235755
0.0231409
0.0227065
0.0222725
0.0218389
0.0214059
0.0209738
0.0205427
0.0201127
0.0196841
0.0192569
0.0188315
0.018408
0.0179865
0.0175672
0.0171504
0.0167362
0.0163247
0.0159163
0.015511
0.015109
0.0147105
0.0143158
0.0139248
0.013538
0.0131553
0.0127771
0.0124033
0.0120343
0.0116701
0.0113109
0.0109569
0.0106082
0.0102648
0.00992707
0.00959495
0.00926861
0.00894814
0.00863366
0.00832524
0.00802297
0.00772692
0.00743716
0.00715373
0.00687668
0.00660605
0.00634187
0.00608415
0.00583289
0.0055881
0.00534977
0.00511786
0.00489235
0.0046732
0.00446035
0.00425374
0.0040533
0.00385896
0.00367062
0.00348818
0.00331154
0.00314057
0.00297517
0.00281518
0.00266048
0.00251092
0.00236633
0.00222656
0.00209144
0.00196078
0.00183441
0.00171214
0.00159376
0.00147908
0.00136788
0.00125995
0.00115507
0.00105302
0.000953532
0.000856415
0.000761349
0.000668199
0.000576496
0.000486318
0.000396795
0.000308609
0.000219805
0.000132673
4.22117e-05
0.0285965
0.0281859
0.0277739
0.0273607
0.0269464
0.026531
0.0261147
0.0256975
0.0252796
0.0248612
0.0244424
0.0240233
0.023604
0.0231847
0.0227655
0.0223466
0.0219281
0.0215102
0.021093
0.0206767
0.0202614
0.0198474
0.0194347
0.0190235
0.018614
0.0182064
0.0178008
0.0173974
0.0169963
0.0165978
0.0162019
0.0158089
0.0154189
0.0150321
0.0146486
0.0142686
0.0138923
0.0135198
0.0131512
0.0127867
0.0124265
0.0120707
0.0117194
0.0113727
0.0110308
0.0106938
0.0103619
0.010035
0.00971336
0.00939704
0.00908612
0.00878068
0.0084808
0.00818653
0.00789795
0.0076151
0.00733801
0.00706672
0.00680126
0.00654164
0.00628786
0.00603993
0.00579782
0.00556153
0.00533102
0.00510625
0.00488717
0.00467374
0.00446587
0.0042635
0.00406655
0.00387492
0.00368851
0.00350722
0.00333093
0.00315951
0.00299284
0.00283077
0.00267315
0.00251984
0.00237067
0.00222546
0.00208406
0.00194626
0.00181188
0.00168073
0.0015526
0.00142727
0.00130454
0.00118417
0.00106595
0.000949594
0.000834935
0.000721578
0.000609502
0.000498009
0.00038753
0.000276531
0.000166695
5.40803e-05
0.0288397
0.0284434
0.0280458
0.027647
0.0272469
0.0268457
0.0264435
0.0260405
0.0256366
0.0252321
0.0248271
0.0244216
0.0240159
0.02361
0.023204
0.0227981
0.0223925
0.0219872
0.0215824
0.0211783
0.0207749
0.0203725
0.0199712
0.0195711
0.0191723
0.0187751
0.0183796
0.0179858
0.0175941
0.0172045
0.0168171
0.0164322
0.0160499
0.0156703
0.0152935
0.0149198
0.0145493
0.0141821
0.0138183
0.0134581
0.0131016
0.012749
0.0124003
0.0120557
0.0117154
0.0113794
0.0110478
0.0107208
0.0103984
0.0100807
0.00976781
0.00945984
0.00915683
0.00885886
0.00856598
0.00827824
0.00799569
0.00771836
0.00744628
0.00717947
0.00691795
0.00666172
0.00641077
0.0061651
0.00592469
0.0056895
0.00545949
0.00523464
0.00501487
0.00480013
0.00459035
0.00438545
0.00418534
0.00398993
0.00379911
0.00361279
0.00343082
0.0032531
0.00307949
0.00290984
0.00274401
0.00258184
0.00242317
0.00226783
0.00211563
0.0019664
0.00181993
0.00167604
0.00153451
0.00139512
0.00125766
0.00112189
0.000987585
0.000854438
0.000722335
0.000590735
0.000459846
0.00032851
0.000197871
6.49454e-05
0.0290571
0.0286736
0.0282888
0.0279026
0.0275153
0.0271267
0.0267372
0.0263466
0.0259553
0.0255632
0.0251704
0.0247771
0.0243834
0.0239894
0.0235952
0.023201
0.0228068
0.0224128
0.0220191
0.0216258
0.0212331
0.0208411
0.0204499
0.0200597
0.0196706
0.0192827
0.0188961
0.0185111
0.0181278
0.0177462
0.0173665
0.0169889
0.0166136
0.0162405
0.0158699
0.015502
0.0151367
0.0147744
0.014415
0.0140588
0.0137058
0.0133562
0.0130101
0.0126676
0.0123289
0.0119939
0.0116629
0.0113359
0.011013
0.0106944
0.01038
0.01007
0.00976445
0.0094634
0.00916691
0.00887504
0.00858783
0.00830533
0.00802756
0.00775455
0.00748633
0.00722288
0.00696423
0.00671037
0.00646128
0.00621694
0.00597732
0.0057424
0.00551212
0.00528643
0.00506527
0.00484858
0.00463627
0.00442828
0.00422449
0.00402483
0.00382917
0.00363741
0.00344942
0.00326507
0.00308423
0.00290675
0.00273248
0.00256126
0.00239291
0.00222728
0.00206417
0.0019034
0.00174476
0.00158805
0.00143306
0.00127955
0.00112732
0.000976086
0.00082567
0.000675673
0.000526102
0.000376141
0.000226448
7.49042e-05
0.0292519
0.0288798
0.0285064
0.0281316
0.0277555
0.0273783
0.027
0.0266207
0.0262404
0.0258594
0.0254776
0.0250952
0.0247123
0.0243289
0.0239453
0.0235614
0.0231775
0.0227935
0.0224097
0.0220262
0.021643
0.0212603
0.0208783
0.0204969
0.0201164
0.0197369
0.0193585
0.0189814
0.0186056
0.0182313
0.0178586
0.0174876
0.0171185
0.0167514
0.0163865
0.0160237
0.0156634
0.0153055
0.0149502
0.0145977
0.014248
0.0139013
0.0135576
0.0132172
0.01288
0.0125461
0.0122158
0.011889
0.0115659
0.0112466
0.010931
0.0106194
0.0103117
0.0100081
0.0097086
0.00941322
0.00912203
0.00883508
0.0085524
0.00827401
0.00799994
0.00773021
0.00746481
0.00720376
0.00694703
0.00669463
0.00644652
0.00620269
0.00596308
0.00572766
0.00549639
0.00526918
0.005046
0.00482674
0.00461135
0.00439972
0.00419177
0.00398738
0.00378644
0.00358884
0.00339445
0.00320313
0.00301474
0.00282914
0.00264615
0.00246563
0.00228739
0.00211126
0.00193704
0.00176454
0.00159355
0.00142386
0.00125524
0.00108747
0.000920308
0.000753473
0.000586797
0.000419776
0.000252627
8.40178e-05
0.0294268
0.0290649
0.0287017
0.028337
0.0279712
0.0276041
0.0272358
0.0268665
0.0264962
0.0261251
0.0257531
0.0253805
0.0250072
0.0246334
0.0242592
0.0238847
0.0235099
0.023135
0.0227601
0.0223853
0.0220107
0.0216364
0.0212626
0.0208892
0.0205165
0.0201446
0.0197735
0.0194034
0.0190345
0.0186667
0.0183003
0.0179354
0.017572
0.0172104
0.0168505
0.0164926
0.0161367
0.0157829
0.0154315
0.0150824
0.0147357
0.0143917
0.0140504
0.0137118
0.0133762
0.0130435
0.0127139
0.0123875
0.0120643
0.0117445
0.0114281
0.0111151
0.0108057
0.0105
0.0101979
0.00989947
0.00960486
0.00931406
0.00902711
0.00874404
0.00846487
0.00818962
0.00791829
0.0076509
0.00738744
0.0071279
0.00687226
0.00662051
0.00637261
0.00612853
0.00588821
0.00565162
0.00541869
0.00518935
0.00496353
0.00474115
0.00452213
0.00430636
0.00409374
0.00388417
0.00367752
0.00347367
0.00327249
0.00307383
0.00287755
0.00268349
0.00249149
0.00230137
0.00211294
0.00192605
0.00174045
0.00155598
0.00137238
0.0011895
0.001007
0.000824755
0.000642417
0.000459766
0.000276626
9.23724e-05
0.0295841
0.0292314
0.0288773
0.0285219
0.0281651
0.0278071
0.0274479
0.0270876
0.0267263
0.026364
0.0260009
0.025637
0.0252724
0.0249072
0.0245415
0.0241753
0.0238088
0.0234421
0.0230752
0.0227083
0.0223414
0.0219747
0.0216082
0.0212421
0.0208764
0.0205113
0.0201469
0.0197832
0.0194204
0.0190587
0.018698
0.0183385
0.0179804
0.0176237
0.0172685
0.0169149
0.0165631
0.0162132
0.0158652
0.0155192
0.0151755
0.014834
0.0144948
0.0141581
0.0138239
0.0134924
0.0131636
0.0128376
0.0125145
0.0121944
0.0118773
0.0115633
0.0112525
0.0109449
0.0106406
0.0103396
0.0100421
0.00974792
0.00945725
0.00917008
0.00888642
0.00860631
0.00832975
0.00805676
0.00778732
0.00752145
0.00725912
0.00700031
0.00674501
0.00649318
0.00624477
0.00599976
0.00575808
0.00551967
0.00528448
0.00505241
0.0048234
0.00459736
0.00437418
0.00415378
0.00393603
0.00372082
0.00350802
0.00329751
0.00308913
0.00288275
0.0026782
0.00247534
0.00227395
0.00207391
0.00187497
0.00167699
0.00147969
0.00128297
0.00108645
0.000890084
0.000693398
0.000496424
0.000298626
0.000100026
0.029726
0.0293815
0.0290357
0.0286884
0.0283399
0.02799
0.027639
0.0272868
0.0269336
0.0265793
0.0262242
0.0258682
0.0255114
0.025154
0.0247959
0.0244373
0.0240783
0.0237189
0.0233592
0.0229994
0.0226395
0.0222796
0.0219198
0.0215602
0.0212009
0.020842
0.0204836
0.0201257
0.0197686
0.0194122
0.0190567
0.0187022
0.0183488
0.0179966
0.0176457
0.0172962
0.0169481
0.0166017
0.0162569
0.0159139
0.0155728
0.0152336
0.0148965
0.0145616
0.0142289
0.0138985
0.0135705
0.013245
0.012922
0.0126017
0.0122841
0.0119692
0.0116572
0.0113481
0.0110419
0.0107388
0.0104386
0.0101416
0.00984765
0.00955687
0.00926926
0.00898486
0.00870366
0.00842569
0.00815095
0.00787942
0.00761111
0.00734601
0.00708408
0.0068253
0.00656964
0.00631706
0.00606751
0.00582093
0.00557728
0.00533647
0.00509843
0.00486309
0.00463035
0.00440013
0.0041723
0.00394677
0.00372342
0.00350211
0.00328273
0.00306512
0.00284914
0.00263463
0.00242142
0.00220936
0.00199822
0.00178789
0.00157805
0.00136866
0.00115929
0.000949987
0.000740149
0.000530042
0.000318804
0.000107043
0.0298541
0.0295171
0.0291787
0.0288389
0.0284977
0.0281553
0.0278116
0.0274668
0.0271208
0.0267738
0.0264258
0.026077
0.0257273
0.0253768
0.0250256
0.0246739
0.0243216
0.0239689
0.0236158
0.0232624
0.0229088
0.0225551
0.0222013
0.0218476
0.0214941
0.0211408
0.0207878
0.0204353
0.0200832
0.0197318
0.0193811
0.0190311
0.0186821
0.018334
0.017987
0.0176411
0.0172965
0.0169533
0.0166114
0.0162712
0.0159325
0.0155955
0.0152604
0.0149271
0.0145957
0.0142664
0.0139393
0.0136143
0.0132915
0.0129711
0.0126532
0.0123376
0.0120246
0.0117142
0.0114064
0.0111013
0.0107989
0.0104993
0.0102025
0.00990859
0.00961749
0.00932927
0.00904396
0.00876155
0.00848207
0.0082055
0.00793184
0.00766108
0.0073932
0.00712818
0.00686599
0.00660659
0.00634994
0.00609599
0.00584469
0.00559597
0.00534976
0.00510599
0.00486457
0.00462543
0.00438844
0.00415353
0.00392056
0.00368943
0.00346001
0.00323216
0.00300573
0.0027806
0.00255657
0.00233352
0.00211122
0.00188957
0.00166826
0.00144726
0.0012261
0.00100495
0.000783045
0.000560895
0.000337326
0.00011349
0.02997
0.0296397
0.029308
0.028975
0.0286405
0.0283048
0.0279678
0.0276296
0.0272902
0.0269498
0.0266083
0.0262659
0.0259226
0.0255785
0.0252336
0.024888
0.0245418
0.0241951
0.023848
0.0235004
0.0231525
0.0228044
0.0224562
0.0221079
0.0217596
0.0214114
0.0210634
0.0207157
0.0203683
0.0200213
0.0196749
0.0193291
0.018984
0.0186397
0.0182962
0.0179538
0.0176123
0.017272
0.016933
0.0165952
0.0162588
0.0159239
0.0155905
0.0152588
0.0149288
0.0146005
0.0142741
0.0139497
0.0136272
0.0133068
0.0129886
0.0126725
0.0123587
0.0120471
0.011738
0.0114312
0.0111269
0.010825
0.0105257
0.0102289
0.00993469
0.00964309
0.0093541
0.00906773
0.008784
0.00850291
0.00822445
0.00794861
0.00767537
0.00740473
0.00713665
0.00687109
0.00660802
0.0063474
0.00608917
0.00583328
0.00557965
0.00532823
0.00507893
0.00483167
0.00458635
0.00434289
0.00410116
0.00386106
0.00362247
0.00338527
0.0031493
0.00291445
0.00268052
0.00244742
0.00221489
0.00198288
0.00175104
0.00151939
0.00128743
0.00105539
0.000822425
0.000589218
0.000354327
0.000119404
0.030075
0.0297508
0.0294253
0.0290983
0.02877
0.0284403
0.0281093
0.0277771
0.0274438
0.0271093
0.0267737
0.0264372
0.0260997
0.0257613
0.0254221
0.0250822
0.0247416
0.0244003
0.0240585
0.0237163
0.0233736
0.0230307
0.0226874
0.022344
0.0220005
0.0216569
0.0213134
0.0209701
0.020627
0.0202841
0.0199416
0.0195996
0.0192581
0.0189173
0.0185771
0.0182377
0.0178992
0.0175616
0.0172251
0.0168896
0.0165554
0.0162223
0.0158907
0.0155604
0.0152316
0.0149044
0.0145788
0.0142549
0.0139327
0.0136124
0.0132939
0.0129774
0.0126629
0.0123504
0.01204
0.0117318
0.0114257
0.0111219
0.0108203
0.010521
0.0102241
0.00992943
0.00963715
0.00934724
0.0090597
0.00877454
0.00849175
0.00821133
0.00793327
0.00765755
0.00738413
0.00711301
0.00684413
0.00657745
0.00631294
0.00605053
0.00579017
0.00553178
0.0052753
0.00502065
0.00476773
0.00451647
0.00426674
0.00401846
0.00377149
0.00352573
0.00328103
0.00303728
0.00279429
0.00255197
0.00231008
0.00206855
0.00182706
0.00158565
0.00134377
0.00110174
0.000858604
0.000615243
0.000369954
0.000124842
0.0301703
0.0298517
0.0295317
0.0292103
0.0288875
0.0285633
0.0282379
0.0279112
0.0275832
0.0272541
0.026924
0.0265927
0.0262605
0.0259274
0.0255934
0.0252586
0.024923
0.0245868
0.0242499
0.0239125
0.0235745
0.0232362
0.0228975
0.0225586
0.0222194
0.0218801
0.0215407
0.0212014
0.0208621
0.020523
0.0201842
0.0198456
0.0195075
0.0191698
0.0188326
0.0184961
0.0181602
0.0178252
0.0174909
0.0171576
0.0168253
0.0164941
0.016164
0.0158351
0.0155075
0.0151812
0.0148563
0.014533
0.0142111
0.0138909
0.0135723
0.0132554
0.0129403
0.012627
0.0123156
0.0120061
0.0116985
0.0113929
0.0110894
0.0107878
0.0104884
0.0101911
0.00989582
0.00960272
0.00931175
0.00902293
0.00873624
0.00845169
0.00816926
0.00788893
0.00761069
0.00733451
0.00706036
0.00678819
0.00651796
0.00624962
0.00598312
0.00571839
0.00545537
0.00519397
0.00493412
0.00467573
0.00441869
0.00416292
0.00390828
0.00365469
0.00340199
0.00315009
0.00289879
0.00264802
0.00239753
0.00214728
0.00189692
0.00164654
0.00139555
0.00114434
0.000891862
0.000639165
0.000384316
0.000129832
0.0302569
0.0299434
0.0296285
0.0293121
0.0289944
0.0286752
0.0283548
0.0280331
0.0277101
0.0273859
0.0270607
0.0267343
0.0264069
0.0260785
0.0257492
0.0254191
0.0250881
0.0247564
0.024424
0.024091
0.0237574
0.0234233
0.0230888
0.0227539
0.0224187
0.0220833
0.0217477
0.021412
0.0210763
0.0207406
0.0204051
0.0200697
0.0197346
0.0193998
0.0190654
0.0187315
0.0183981
0.0180654
0.0177333
0.017402
0.0170715
0.0167419
0.0164133
0.0160856
0.0157591
0.0154338
0.0151096
0.0147868
0.0144653
0.0141451
0.0138265
0.0135093
0.0131937
0.0128797
0.0125674
0.0122568
0.0119478
0.0116407
0.0113354
0.0110318
0.0107302
0.0104304
0.0101325
0.00983654
0.00954248
0.00925035
0.00896013
0.00867183
0.00838544
0.00810095
0.00781833
0.00753755
0.0072586
0.00698143
0.006706
0.00643226
0.00616016
0.00588965
0.00562064
0.00535309
0.00508689
0.00482198
0.00455825
0.00429562
0.00403397
0.0037732
0.00351317
0.00325378
0.00299486
0.00273633
0.00247794
0.00221968
0.00196117
0.00170254
0.00144318
0.00118352
0.000922458
0.000661171
0.00039753
0.00013442
0.0303358
0.0300269
0.0297166
0.0294049
0.0290917
0.0287772
0.0284613
0.0281441
0.0278257
0.027506
0.0271852
0.0268633
0.0265403
0.0262163
0.0258913
0.0255654
0.0252386
0.0249111
0.0245828
0.0242538
0.0239241
0.0235939
0.0232632
0.0229321
0.0226005
0.0222686
0.0219365
0.0216042
0.0212717
0.0209392
0.0206067
0.0202742
0.0199419
0.0196098
0.0192779
0.0189464
0.0186153
0.0182847
0.0179546
0.0176251
0.0172963
0.0169682
0.016641
0.0163145
0.0159891
0.0156646
0.0153411
0.0150188
0.0146976
0.0143776
0.0140589
0.0137415
0.0134255
0.0131109
0.0127978
0.0124862
0.012176
0.0118675
0.0115606
0.0112553
0.0109516
0.0106497
0.0103494
0.0100508
0.00975394
0.00945881
0.00916539
0.0088737
0.00858372
0.00829543
0.00800882
0.00772387
0.00744054
0.00715881
0.00687863
0.00659996
0.00632275
0.00604695
0.00577248
0.00549929
0.00522729
0.0049564
0.00468655
0.00441763
0.00414954
0.00388218
0.00361542
0.00334916
0.00308324
0.00281758
0.00255193
0.0022863
0.0020203
0.00175409
0.00148702
0.0012196
0.000950626
0.000681428
0.000409695
0.000138636
0.0304077
0.0301031
0.029797
0.0294895
0.0291805
0.0288702
0.0285585
0.0282454
0.0279311
0.0276156
0.0272989
0.026981
0.026662
0.026342
0.0260209
0.0256989
0.025376
0.0250523
0.0247277
0.0244024
0.0240764
0.0237498
0.0234225
0.0230948
0.0227666
0.0224379
0.022109
0.0217797
0.0214502
0.0211206
0.0207908
0.0204611
0.0201313
0.0198017
0.0194721
0.0191429
0.0188139
0.0184852
0.0181569
0.0178292
0.0175019
0.0171752
0.0168492
0.016524
0.0161994
0.0158758
0.015553
0.0152311
0.0149103
0.0145905
0.0142718
0.0139542
0.0136378
0.0133227
0.0130089
0.0126963
0.0123852
0.0120754
0.011767
0.0114601
0.0111547
0.0108507
0.0105483
0.0102474
0.00994796
0.00965011
0.00935379
0.00905901
0.00876575
0.00847401
0.00818377
0.00789501
0.00760769
0.0073218
0.00703728
0.00675411
0.00647222
0.00619157
0.0059121
0.00563374
0.00535642
0.00508007
0.00480459
0.0045299
0.0042559
0.00398249
0.00370954
0.00343697
0.00316461
0.00289239
0.00262007
0.00234766
0.00207477
0.00180157
0.0015274
0.00125283
0.000976574
0.000700088
0.000420901
0.000142517
0.0304733
0.0301726
0.0298704
0.0295667
0.0292616
0.0289551
0.0286472
0.028338
0.0280275
0.0277157
0.0274028
0.0270886
0.0267733
0.0264569
0.0261395
0.0258211
0.0255017
0.0251814
0.0248603
0.0245383
0.0242156
0.0238922
0.0235682
0.0232436
0.0229184
0.0225928
0.0222667
0.0219403
0.0216135
0.0212866
0.0209594
0.0206321
0.0203047
0.0199773
0.0196499
0.0193227
0.0189956
0.0186688
0.0183422
0.018016
0.0176902
0.0173649
0.01704
0.0167158
0.0163922
0.0160693
0.0157471
0.0154257
0.0151052
0.0147856
0.0144669
0.0141492
0.0138325
0.0135169
0.0132025
0.0128892
0.0125771
0.0122662
0.0119565
0.0116481
0.0113411
0.0110353
0.0107309
0.0104279
0.0101262
0.00982585
0.00952689
0.00922929
0.00893305
0.00863816
0.00834461
0.00805236
0.0077614
0.0074717
0.00718322
0.00689591
0.00660975
0.00632466
0.0060406
0.00575751
0.00547531
0.00519392
0.00491328
0.00463329
0.00435386
0.00407488
0.00379625
0.00351788
0.00323959
0.00296133
0.00268287
0.00240421
0.00212497
0.00184534
0.00156463
0.00128346
0.0010005
0.000717291
0.000431232
0.000146093
0.0305334
0.0302362
0.0299375
0.0296374
0.0293358
0.0290329
0.0287285
0.0284228
0.0281157
0.0278074
0.0274978
0.0271871
0.0268752
0.0265621
0.026248
0.0259328
0.0256167
0.0252996
0.0249816
0.0246628
0.0243431
0.0240227
0.0237016
0.0233799
0.0230575
0.0227346
0.0224112
0.0220874
0.0217632
0.0214386
0.0211138
0.0207888
0.0204636
0.0201383
0.0198129
0.0194875
0.0191622
0.0188371
0.0185121
0.0181873
0.0178629
0.0175387
0.017215
0.0168918
0.016569
0.0162468
0.0159252
0.0156043
0.0152841
0.0149646
0.014646
0.0143282
0.0140113
0.0136953
0.0133803
0.0130663
0.0127533
0.0124414
0.0121306
0.0118209
0.0115124
0.011205
0.0108988
0.0105938
0.01029
0.00998746
0.00968609
0.00938593
0.00908697
0.0087892
0.00849261
0.00819718
0.00790289
0.0076097
0.00731758
0.00702649
0.0067364
0.00644724
0.00615897
0.00587153
0.00558484
0.00529884
0.00501345
0.00472859
0.00444415
0.00416006
0.0038762
0.00359247
0.00330873
0.00302491
0.00274078
0.00245636
0.00217127
0.00188571
0.00159898
0.00131172
0.00102256
0.00073316
0.000440762
0.000149388
0.0305883
0.0302944
0.029999
0.0297021
0.0294038
0.029104
0.0288029
0.0285004
0.0281965
0.0278914
0.027585
0.0272773
0.0269685
0.0266586
0.0263475
0.0260353
0.0257222
0.025408
0.0250929
0.0247769
0.0244601
0.0241424
0.023824
0.0235049
0.0231851
0.0228648
0.0225438
0.0222224
0.0219005
0.0215782
0.0212555
0.0209326
0.0206094
0.020286
0.0199624
0.0196388
0.0193152
0.0189916
0.018668
0.0183446
0.0180214
0.0176984
0.0173757
0.0170534
0.0167314
0.0164099
0.0160889
0.0157684
0.0154485
0.0151292
0.0148106
0.0144927
0.0141756
0.0138592
0.0135437
0.0132291
0.0129154
0.0126026
0.0122907
0.0119799
0.01167
0.0113611
0.0110533
0.0107466
0.0104409
0.0101362
0.00983265
0.00953014
0.0092287
0.0089283
0.00862893
0.00833058
0.00803323
0.00773684
0.00744139
0.00714683
0.00685313
0.00656024
0.0062681
0.00597665
0.00568584
0.00539559
0.00510583
0.00481648
0.00452744
0.00423864
0.00394995
0.0036613
0.00337253
0.00308358
0.00279423
0.0025045
0.00221401
0.00192297
0.00163068
0.00133781
0.00104294
0.00074781
0.000449561
0.000152431
0.0306387
0.0303478
0.0300554
0.0297615
0.0294661
0.0291693
0.0288712
0.0285716
0.0282707
0.0279684
0.0276649
0.0273602
0.0270542
0.0267471
0.0264388
0.0261294
0.025819
0.0255075
0.0251951
0.0248817
0.0245674
0.0242523
0.0239364
0.0236197
0.0233023
0.0229842
0.0226656
0.0223463
0.0220266
0.0217063
0.0213857
0.0210646
0.0207433
0.0204217
0.0200999
0.0197778
0.0194557
0.0191336
0.0188114
0.0184892
0.0181671
0.0178452
0.0175235
0.017202
0.0168807
0.0165599
0.0162393
0.0159193
0.0155997
0.0152806
0.014962
0.0146441
0.0143268
0.0140101
0.0136942
0.013379
0.0130646
0.0127509
0.0124381
0.0121262
0.0118151
0.0115049
0.0111956
0.0108873
0.0105798
0.0102733
0.0099677
0.00966305
0.00935932
0.00905651
0.0087546
0.00845358
0.00815342
0.00785409
0.00755557
0.00725783
0.00696081
0.00666448
0.00636878
0.00607365
0.00577904
0.00548489
0.0051911
0.00489762
0.00460434
0.00431119
0.00401805
0.00372485
0.00343144
0.00313776
0.00284359
0.00254896
0.00225348
0.00195739
0.00165996
0.0013619
0.00106176
0.000761343
0.000457688
0.000155239
0.0306849
0.0303967
0.0301071
0.029816
0.0295234
0.0292293
0.0289338
0.028637
0.0283388
0.0280392
0.0277384
0.0274363
0.0271329
0.0268284
0.0265227
0.0262158
0.0259079
0.0255989
0.025289
0.024978
0.0246661
0.0243533
0.0240397
0.0237252
0.02341
0.0230941
0.0227775
0.0224603
0.0221425
0.0218242
0.0215054
0.0211861
0.0208665
0.0205465
0.0202263
0.0199057
0.019585
0.0192642
0.0189432
0.0186222
0.0183012
0.0179803
0.0176594
0.0173387
0.0170182
0.0166979
0.0163779
0.0160582
0.0157389
0.0154199
0.0151015
0.0147835
0.014466
0.0141491
0.0138328
0.0135171
0.013202
0.0128877
0.012574
0.0122611
0.0119489
0.0116375
0.0113268
0.011017
0.0107079
0.0103997
0.0100923
0.00978564
0.00947982
0.00917479
0.00887055
0.00856706
0.00826432
0.0079623
0.00766097
0.00736029
0.00706022
0.00676072
0.00646174
0.00616323
0.00586512
0.00556735
0.00526986
0.00497256
0.00467537
0.00437821
0.00408097
0.00378357
0.00348587
0.00318783
0.0028892
0.00259005
0.00228996
0.0019892
0.00168702
0.00138417
0.00107915
0.00077385
0.000465199
0.000157834
0.0307273
0.0304417
0.0301546
0.029866
0.029576
0.0292844
0.0289915
0.0286971
0.0284014
0.0281043
0.0278059
0.0275063
0.0272053
0.0269032
0.0265999
0.0262954
0.0259898
0.0256831
0.0253753
0.0250666
0.0247569
0.0244463
0.0241347
0.0238224
0.0235092
0.0231952
0.0228806
0.0225652
0.0222493
0.0219327
0.0216156
0.021298
0.0209799
0.0206615
0.0203426
0.0200235
0.0197041
0.0193845
0.0190647
0.0187448
0.0184248
0.0181047
0.0177847
0.0174647
0.0171448
0.0168251
0.0165056
0.0161862
0.0158672
0.0155484
0.01523
0.014912
0.0145944
0.0142772
0.0139606
0.0136444
0.0133288
0.0130138
0.0126993
0.0123855
0.0120723
0.0117597
0.0114479
0.0111367
0.0108262
0.0105163
0.0102072
0.0098988
0.00959106
0.009284
0.0089776
0.00867186
0.00836675
0.00806224
0.00775832
0.00745493
0.00715205
0.00684964
0.00654763
0.006246
0.00594466
0.00564357
0.00534265
0.00504183
0.00474103
0.00444017
0.00413913
0.00383786
0.00353621
0.00323412
0.00293138
0.00262804
0.0023237
0.00201862
0.00171205
0.00140477
0.00109524
0.000785417
0.000472146
0.000160233
0.0307664
0.0304831
0.0301984
0.0299121
0.0296244
0.0293352
0.0290445
0.0287525
0.0284591
0.0281643
0.0278681
0.0275707
0.027272
0.0269721
0.0266709
0.0263686
0.0260651
0.0257606
0.0254549
0.0251482
0.0248405
0.0245319
0.0242223
0.0239118
0.0236005
0.0232884
0.0229755
0.0226619
0.0223476
0.0220327
0.0217172
0.0214011
0.0210845
0.0207674
0.0204499
0.0201321
0.0198139
0.0194954
0.0191767
0.0188577
0.0185387
0.0182195
0.0179002
0.0175809
0.0172616
0.0169424
0.0166233
0.0163043
0.0159855
0.0156669
0.0153486
0.0150306
0.0147128
0.0143955
0.0140785
0.0137619
0.0134458
0.0131302
0.012815
0.0125003
0.0121862
0.0118727
0.0115597
0.0112472
0.0109354
0.0106241
0.0103134
0.0100033
0.00969383
0.0093849
0.00907653
0.00876871
0.00846141
0.00815462
0.0078483
0.00754242
0.00723695
0.00693184
0.00662705
0.00632253
0.00601822
0.00571406
0.00540997
0.0051059
0.00480176
0.00449748
0.00419294
0.00388809
0.00358277
0.00327696
0.00297041
0.0026632
0.00235491
0.00204584
0.00173521
0.00142382
0.00111012
0.000796118
0.000478572
0.000162453
0.0308023
0.0305212
0.0302386
0.0299545
0.029669
0.0293819
0.0290934
0.0288035
0.0285122
0.0282195
0.0279255
0.0276301
0.0273335
0.0270356
0.0267365
0.0264361
0.0261346
0.025832
0.0255283
0.0252235
0.0249177
0.0246109
0.0243031
0.0239944
0.0236848
0.0233743
0.0230631
0.0227511
0.0224383
0.0221249
0.0218108
0.0214962
0.0211809
0.0208652
0.0205489
0.0202322
0.0199152
0.0195977
0.01928
0.018962
0.0186438
0.0183254
0.0180068
0.0176882
0.0173695
0.0170507
0.016732
0.0164134
0.0160948
0.0157764
0.0154581
0.0151401
0.0148222
0.0145047
0.0141874
0.0138705
0.0135539
0.0132377
0.0129219
0.0126065
0.0122915
0.011977
0.011663
0.0113494
0.0110363
0.0107237
0.0104116
0.0101
0.00978886
0.0094782
0.00916801
0.00885827
0.00854896
0.00824006
0.00793153
0.00762336
0.00731549
0.0070079
0.00670054
0.00639335
0.00608628
0.00577928
0.00547228
0.0051652
0.00485797
0.00455052
0.00424275
0.00393458
0.00362587
0.0033166
0.00300654
0.00269574
0.00238381
0.00207104
0.00175665
0.00144147
0.0011239
0.000806024
0.000484521
0.000164506
0.0308354
0.0305564
0.0302758
0.0299937
0.0297101
0.029425
0.0291385
0.0288505
0.0285612
0.0282704
0.0279783
0.0276849
0.0273902
0.0270942
0.0267969
0.0264984
0.0261988
0.025898
0.025596
0.025293
0.0249889
0.0246837
0.0243776
0.0240705
0.0237625
0.0234537
0.0231439
0.0228334
0.0225221
0.0222101
0.0218974
0.021584
0.02127
0.0209554
0.0206403
0.0203247
0.0200087
0.0196923
0.0193754
0.0190583
0.0187409
0.0184232
0.0181053
0.0177873
0.0174691
0.0171508
0.0168325
0.0165141
0.0161958
0.0158775
0.0155593
0.0152413
0.0149234
0.0146056
0.0142881
0.0139708
0.0136538
0.0133371
0.0130207
0.0127046
0.0123889
0.0120735
0.0117585
0.0114439
0.0111297
0.0108158
0.0105024
0.0101894
0.00987677
0.00956453
0.00925266
0.00894115
0.00862998
0.00831913
0.00800857
0.00769827
0.00738819
0.00707831
0.00676856
0.00645891
0.0061493
0.00583968
0.00552997
0.00522011
0.00491003
0.00459965
0.00428887
0.00397764
0.00366579
0.00335333
0.00304
0.00272588
0.00241057
0.00209438
0.0017765
0.0014578
0.00113666
0.000815198
0.00049003
0.000166408
0.030866
0.0305888
0.03031
0.0300298
0.029748
0.0294648
0.0291801
0.028894
0.0286064
0.0283175
0.0280272
0.0277355
0.0274426
0.0271483
0.0268528
0.026556
0.026258
0.0259589
0.0256586
0.0253571
0.0250546
0.0247511
0.0244465
0.0241409
0.0238344
0.023527
0.0232186
0.0229095
0.0225995
0.0222888
0.0219773
0.0216651
0.0213523
0.0210388
0.0207248
0.0204102
0.0200952
0.0197796
0.0194637
0.0191473
0.0188306
0.0185136
0.0181964
0.0178789
0.0175612
0.0172433
0.0169253
0.0166073
0.0162892
0.015971
0.0156529
0.0153349
0.0150169
0.014699
0.0143813
0.0140637
0.0137463
0.0134291
0.0131121
0.0127954
0.012479
0.0121628
0.0118469
0.0115313
0.0112161
0.0109011
0.0105865
0.0102722
0.00995816
0.00964445
0.00933103
0.00901788
0.008705
0.00839235
0.0080799
0.00776764
0.00745553
0.00714352
0.00683157
0.00651964
0.00620768
0.00589562
0.00558341
0.00527098
0.00495825
0.00464516
0.00433161
0.00401753
0.00370278
0.00338735
0.003071
0.00275381
0.00243537
0.002116
0.0017949
0.00147294
0.00114848
0.000823699
0.000495134
0.00016817
0.0308942
0.0306187
0.0303417
0.0300631
0.0297831
0.0295016
0.0292186
0.0289341
0.0286482
0.028361
0.0280723
0.0277823
0.027491
0.0271983
0.0269044
0.0266092
0.0263128
0.0260152
0.0257164
0.0254165
0.0251154
0.0248133
0.0245102
0.024206
0.0239008
0.0235947
0.0232877
0.0229798
0.0226711
0.0223615
0.0220512
0.0217402
0.0214284
0.021116
0.0208029
0.0204893
0.0201751
0.0198604
0.0195453
0.0192297
0.0189137
0.0185973
0.0182806
0.0179636
0.0176464
0.0173289
0.0170113
0.0166935
0.0163756
0.0160576
0.0157395
0.0154215
0.0151034
0.0147854
0.0144675
0.0141496
0.0138318
0.0135142
0.0131968
0.0128795
0.0125624
0.0122455
0.0119288
0.0116123
0.0112961
0.0109801
0.0106644
0.0103488
0.0100335
0.00971848
0.00940363
0.00908898
0.0087745
0.00846019
0.00814601
0.00783193
0.00751792
0.00720395
0.00688997
0.00657593
0.00626178
0.00594748
0.00563295
0.00531813
0.00500296
0.00468735
0.00437122
0.00405451
0.00373707
0.0034189
0.00309974
0.00277971
0.00245836
0.00213605
0.00181196
0.00148698
0.00115944
0.00083158
0.000499866
0.000169803
0.0309203
0.0306464
0.0303709
0.030094
0.0298155
0.0295355
0.0292541
0.0289712
0.0286869
0.0284012
0.028114
0.0278256
0.0275357
0.0272446
0.0269521
0.0266584
0.0263634
0.0260672
0.0257699
0.0254713
0.0251717
0.0248709
0.0245691
0.0242662
0.0239623
0.0236574
0.0233516
0.0230449
0.0227373
0.0224289
0.0221196
0.0218096
0.0214988
0.0211874
0.0208753
0.0205625
0.0202492
0.0199352
0.0196208
0.0193059
0.0189905
0.0186747
0.0183586
0.0180421
0.0177253
0.0174082
0.0170908
0.0167733
0.0164556
0.0161377
0.0158198
0.0155017
0.0151836
0.0148655
0.0145473
0.0142292
0.0139111
0.0135931
0.0132752
0.0129574
0.0126397
0.0123221
0.0120047
0.0116874
0.0113703
0.0110533
0.0107365
0.0104199
0.0101034
0.0097871
0.00947092
0.00915487
0.00883893
0.00852308
0.00820728
0.00789153
0.00757577
0.00725997
0.0069441
0.00662811
0.00631195
0.00599556
0.00567888
0.00536186
0.00504441
0.00472648
0.00440796
0.00408881
0.00376887
0.00344815
0.0031264
0.00280372
0.00247969
0.00215465
0.00182778
0.00149999
0.0011696
0.000838889
0.000504255
0.000171318
0.0309444
0.030672
0.030398
0.0301225
0.0298455
0.029567
0.029287
0.0290056
0.0287227
0.0284384
0.0281527
0.0278656
0.0275772
0.0272874
0.0269963
0.026704
0.0264103
0.0261155
0.0258194
0.0255222
0.0252238
0.0249242
0.0246236
0.0243219
0.0240192
0.0237155
0.0234108
0.0231052
0.0227986
0.0224912
0.022183
0.0218739
0.0215641
0.0212535
0.0209422
0.0206303
0.0203177
0.0200045
0.0196908
0.0193765
0.0190617
0.0187465
0.0184308
0.0181148
0.0177984
0.0174816
0.0171646
0.0168473
0.0165297
0.016212
0.0158941
0.0155761
0.0152579
0.0149396
0.0146213
0.014303
0.0139846
0.0136662
0.0133479
0.0130296
0.0127113
0.0123931
0.012075
0.0117569
0.011439
0.0111212
0.0108034
0.0104858
0.0101682
0.00985073
0.00953332
0.00921598
0.00889868
0.0085814
0.00826411
0.0079468
0.00762942
0.00731194
0.00699432
0.00667652
0.00635848
0.00604016
0.00572149
0.00540242
0.00508286
0.00476277
0.00444204
0.00412062
0.00379837
0.00347529
0.00315113
0.002826
0.00249947
0.0021719
0.00184245
0.00151207
0.00117904
0.000845671
0.000508327
0.000172723
0.0309668
0.0306957
0.0304231
0.0301489
0.0298733
0.0295961
0.0293175
0.0290374
0.0287558
0.0284729
0.0281885
0.0279027
0.0276156
0.0273271
0.0270373
0.0267462
0.0264538
0.0261601
0.0258653
0.0255692
0.025272
0.0249736
0.0246742
0.0243736
0.024072
0.0237693
0.0234657
0.023161
0.0228555
0.022549
0.0222417
0.0219335
0.0216246
0.0213148
0.0210043
0.0206931
0.0203813
0.0200687
0.0197556
0.0194419
0.0191277
0.018813
0.0184978
0.0181822
0.0178661
0.0175497
0.0172329
0.0169158
0.0165985
0.0162809
0.015963
0.015645
0.0153268
0.0150084
0.0146899
0.0143714
0.0140527
0.013734
0.0134153
0.0130965
0.0127777
0.012459
0.0121402
0.0118215
0.0115028
0.0111841
0.0108655
0.0105469
0.0102283
0.00990975
0.00959122
0.00927267
0.00895411
0.00863551
0.00831684
0.00799808
0.0076792
0.00736016
0.00704091
0.00672143
0.00640166
0.00608154
0.00576103
0.00544005
0.00511855
0.00479645
0.00447367
0.00415015
0.00382575
0.00350047
0.00317408
0.00284667
0.00251783
0.00218791
0.00185607
0.00152328
0.00118779
0.000851967
0.000512106
0.000174027
0.0309875
0.0307176
0.0304463
0.0301734
0.029899
0.0296231
0.0293457
0.0290669
0.0287866
0.0285048
0.0282217
0.0279371
0.0276512
0.0273639
0.0270752
0.0267853
0.0264941
0.0262016
0.0259078
0.0256129
0.0253168
0.0250195
0.024721
0.0244215
0.0241209
0.0238192
0.0235165
0.0232128
0.0229082
0.0226026
0.0222961
0.0219888
0.0216806
0.0213716
0.0210619
0.0207514
0.0204402
0.0201283
0.0198158
0.0195026
0.0191889
0.0188747
0.0185599
0.0182447
0.0179289
0.0176128
0.0172963
0.0169794
0.0166622
0.0163447
0.016027
0.0157089
0.0153907
0.0150722
0.0147536
0.0144348
0.0141159
0.0137969
0.0134778
0.0131586
0.0128394
0.0125201
0.0122007
0.0118814
0.0115619
0.0112425
0.0109231
0.0106036
0.0102841
0.00996453
0.00964494
0.00932529
0.00900556
0.00868573
0.00836578
0.00804568
0.0077254
0.00740491
0.00708416
0.00676312
0.00644174
0.00611996
0.00579773
0.00547499
0.00515167
0.00482772
0.00450303
0.00417756
0.00385117
0.00352386
0.00319539
0.00286587
0.00253488
0.00220277
0.00186872
0.00153369
0.00119592
0.000857812
0.000515615
0.000175237
0.0310066
0.030738
0.0304678
0.0301961
0.0299229
0.0296482
0.0293719
0.0290942
0.0288151
0.0285345
0.0282524
0.027969
0.0276842
0.027398
0.0271104
0.0268216
0.0265314
0.02624
0.0259473
0.0256534
0.0253583
0.025062
0.0247645
0.0244659
0.0241662
0.0238655
0.0235637
0.0232609
0.0229571
0.0226523
0.0223467
0.0220401
0.0217326
0.0214244
0.0211153
0.0208054
0.0204949
0.0201836
0.0198716
0.019559
0.0192457
0.0189319
0.0186175
0.0183026
0.0179873
0.0176714
0.0173551
0.0170385
0.0167214
0.016404
0.0160863
0.0157683
0.01545
0.0151315
0.0148127
0.0144937
0.0141746
0.0138553
0.0135359
0.0132163
0.0128966
0.0125768
0.0122569
0.0119369
0.0116169
0.0112967
0.0109765
0.0106562
0.0103359
0.0100154
0.00969482
0.00937414
0.00905332
0.00873236
0.00841122
0.00808988
0.0077683
0.00744646
0.00712432
0.00680183
0.00647895
0.00615563
0.00583181
0.00550744
0.00518244
0.00485676
0.0045303
0.00420302
0.00387478
0.00354558
0.00321518
0.0028837
0.00255071
0.00221658
0.00188047
0.00154336
0.00120347
0.000863241
0.000518874
0.000176361
0.0310244
0.0307569
0.0304878
0.0302172
0.0299451
0.0296714
0.0293963
0.0291196
0.0288415
0.028562
0.028281
0.0279986
0.0277148
0.0274296
0.0271431
0.0268553
0.0265661
0.0262757
0.0259839
0.025691
0.0253968
0.0251014
0.0248049
0.0245072
0.0242084
0.0239084
0.0236075
0.0233055
0.0230025
0.0226985
0.0223935
0.0220877
0.0217809
0.0214733
0.0211649
0.0208556
0.0205456
0.0202349
0.0199234
0.0196112
0.0192985
0.018985
0.018671
0.0183565
0.0180414
0.0177258
0.0174098
0.0170933
0.0167763
0.016459
0.0161414
0.0158234
0.015505
0.0151864
0.0148676
0.0145484
0.0142291
0.0139095
0.0135898
0.0132698
0.0129497
0.0126295
0.0123091
0.0119886
0.0116679
0.0113471
0.0110262
0.0107051
0.0103839
0.0100626
0.00974114
0.0094195
0.00909768
0.00877566
0.00845342
0.00813092
0.00780815
0.00748506
0.00716162
0.00683779
0.00651352
0.00618877
0.00586347
0.00553758
0.00521101
0.00488373
0.00455563
0.00422667
0.00389671
0.00356575
0.00323356
0.00290026
0.00256542
0.00222941
0.00189138
0.00155234
0.00121048
0.000868284
0.000521901
0.000177405
0.031041
0.0307744
0.0305064
0.0302368
0.0299656
0.029693
0.0294188
0.0291432
0.0288661
0.0285875
0.0283075
0.0280261
0.0277433
0.0274591
0.0271735
0.0268866
0.0265983
0.0263088
0.026018
0.0257259
0.0254326
0.025138
0.0248423
0.0245455
0.0242475
0.0239483
0.0236482
0.0233469
0.0230446
0.0227413
0.0224371
0.0221319
0.0218258
0.0215188
0.0212109
0.0209022
0.0205927
0.0202825
0.0199715
0.0196598
0.0193474
0.0190344
0.0187207
0.0184065
0.0180917
0.0177763
0.0174605
0.0171442
0.0168274
0.0165102
0.0161925
0.0158745
0.0155562
0.0152375
0.0149185
0.0145992
0.0142797
0.0139599
0.0136398
0.0133196
0.0129991
0.0126784
0.0123575
0.0120365
0.0117153
0.0113939
0.0110723
0.0107505
0.0104286
0.0101065
0.00978418
0.00946165
0.0091389
0.0088159
0.00849262
0.00816906
0.00784517
0.00752092
0.00719628
0.0068712
0.00654564
0.00621956
0.00589289
0.00556558
0.00523757
0.0049088
0.00457917
0.00424864
0.00391708
0.0035845
0.00325065
0.00291565
0.00257908
0.00224133
0.00190152
0.00156068
0.001217
0.000872971
0.000524713
0.000178376
0.0310563
0.0307907
0.0305236
0.0302549
0.0299848
0.029713
0.0294398
0.0291651
0.0288889
0.0286113
0.0283322
0.0280516
0.0277697
0.0274864
0.0272017
0.0269156
0.0266283
0.0263396
0.0260496
0.0257583
0.0254658
0.0251721
0.0248772
0.0245811
0.0242838
0.0239854
0.0236859
0.0233854
0.0230838
0.0227812
0.0224775
0.022173
0.0218674
0.021561
0.0212537
0.0209455
0.0206365
0.0203268
0.0200162
0.0197049
0.0193929
0.0190802
0.0187669
0.0184529
0.0181384
0.0178233
0.0175076
0.0171914
0.0168748
0.0165576
0.0162401
0.0159221
0.0156037
0.015285
0.0149659
0.0146464
0.0143267
0.0140067
0.0136864
0.0133658
0.013045
0.0127239
0.0124026
0.012081
0.0117593
0.0114373
0.0111151
0.0107927
0.0104701
0.0101473
0.00982417
0.00950082
0.0091772
0.00885328
0.00852906
0.0082045
0.00787957
0.00755425
0.00722849
0.00690225
0.00657549
0.00624817
0.00592023
0.00559161
0.00526225
0.00493209
0.00460104
0.00426907
0.00393602
0.00360192
0.00326652
0.00292995
0.00259178
0.0022524
0.00191095
0.00156844
0.00122306
0.000877326
0.000527326
0.000179277
0.0310706
0.0308059
0.0305396
0.0302718
0.0300025
0.0297317
0.0294593
0.0291855
0.0289101
0.0286333
0.0283551
0.0280754
0.0277943
0.0275118
0.0272279
0.0269427
0.0266561
0.0263682
0.0260789
0.0257885
0.0254967
0.0252037
0.0249095
0.0246141
0.0243176
0.0240199
0.0237211
0.0234212
0.0231202
0.0228182
0.0225151
0.0222111
0.0219062
0.0216003
0.0212935
0.0209858
0.0206772
0.0203679
0.0200577
0.0197468
0.0194352
0.0191228
0.0188098
0.0184961
0.0181818
0.0178669
0.0175514
0.0172354
0.0169188
0.0166018
0.0162843
0.0159663
0.0156479
0.0153291
0.0150099
0.0146903
0.0143704
0.0140502
0.0137296
0.0134087
0.0130876
0.0127661
0.0124444
0.0121225
0.0118002
0.0114777
0.011155
0.010832
0.0105087
0.0101852
0.00986134
0.00953723
0.0092128
0.00888804
0.00856293
0.00823745
0.00791156
0.00758523
0.00725843
0.00693111
0.00660324
0.00627477
0.00594564
0.0056158
0.00528519
0.00495374
0.00462137
0.00428805
0.00395363
0.00361811
0.00328128
0.00294325
0.00260359
0.0022627
0.0019197
0.00157565
0.00122869
0.000881375
0.000529754
0.000180116
0.0310839
0.03082
0.0305546
0.0302876
0.0300191
0.029749
0.0294775
0.0292044
0.0289299
0.0286539
0.0283764
0.0280975
0.0278171
0.0275354
0.0272523
0.0269678
0.0266819
0.0263948
0.0261063
0.0258165
0.0255254
0.0252331
0.0249396
0.0246449
0.024349
0.0240519
0.0237537
0.0234544
0.023154
0.0228526
0.0225501
0.0222466
0.0219422
0.0216368
0.0213304
0.0210232
0.0207151
0.0204061
0.0200964
0.0197858
0.0194745
0.0191625
0.0188497
0.0185363
0.0182222
0.0179075
0.0175921
0.0172762
0.0169598
0.0166428
0.0163253
0.0160074
0.0156889
0.0153701
0.0150508
0.0147311
0.014411
0.0140906
0.0137698
0.0134487
0.0131272
0.0128054
0.0124833
0.012161
0.0118383
0.0115153
0.011192
0.0108685
0.0105446
0.0102204
0.00989591
0.00957108
0.0092459
0.00892035
0.00859442
0.00826808
0.00794129
0.00761403
0.00728626
0.00695795
0.00662904
0.0062995
0.00596927
0.0056383
0.00530651
0.00497387
0.00464028
0.0043057
0.00396999
0.00363317
0.003295
0.00295561
0.00261456
0.00227227
0.00192785
0.00158235
0.00123392
0.000885138
0.000532011
0.000180895
0.0310963
0.0308331
0.0305684
0.0303022
0.0300344
0.0297652
0.0294943
0.029222
0.0289482
0.028673
0.0283962
0.028118
0.0278384
0.0275574
0.027275
0.0269912
0.026706
0.0264195
0.0261317
0.0258426
0.0255522
0.0252605
0.0249676
0.0246735
0.0243782
0.0240817
0.0237841
0.0234853
0.0231855
0.0228846
0.0225826
0.0222796
0.0219757
0.0216707
0.0213648
0.021058
0.0207503
0.0204417
0.0201323
0.0198221
0.0195111
0.0191993
0.0188868
0.0185736
0.0182597
0.0179452
0.01763
0.0173142
0.0169979
0.016681
0.0163635
0.0160456
0.0157271
0.0154082
0.0150888
0.014769
0.0144488
0.0141282
0.0138072
0.0134858
0.013164
0.012842
0.0125195
0.0121968
0.0118736
0.0115502
0.0112265
0.0109024
0.0105779
0.0102532
0.00992805
0.00960256
0.00927668
0.0089504
0.00862371
0.00829656
0.00796894
0.00764082
0.00731215
0.0069829
0.00665304
0.0063225
0.00599124
0.00565921
0.00532634
0.00499259
0.00465786
0.00432211
0.00398521
0.00364717
0.00330775
0.0029671
0.00262477
0.00228116
0.00193542
0.00158858
0.00123878
0.000888637
0.000534108
0.00018162
0.0311078
0.0308453
0.0305814
0.0303158
0.0300488
0.0297802
0.0295101
0.0292384
0.0289653
0.0286907
0.0284147
0.0281372
0.0278582
0.0275779
0.0272961
0.0270129
0.0267284
0.0264425
0.0261553
0.0258668
0.025577
0.025286
0.0249937
0.0247001
0.0244054
0.0241094
0.0238124
0.0235141
0.0232148
0.0229144
0.0226129
0.0223104
0.0220068
0.0217023
0.0213968
0.0210904
0.020783
0.0204748
0.0201657
0.0198558
0.0195451
0.0192336
0.0189213
0.0186083
0.0182946
0.0179803
0.0176652
0.0173496
0.0170333
0.0167165
0.016399
0.0160811
0.0157626
0.0154437
0.0151242
0.0148043
0.0144839
0.0141631
0.0138419
0.0135203
0.0131983
0.0128759
0.0125532
0.01223
0.0119066
0.0115827
0.0112585
0.0109339
0.010609
0.0102837
0.00995794
0.00963183
0.00930531
0.00897835
0.00865094
0.00832305
0.00799466
0.00766573
0.00733623
0.00700611
0.00667535
0.00634388
0.00601167
0.00567866
0.00534479
0.00501
0.0046742
0.00433737
0.00399935
0.00366018
0.00331961
0.00297778
0.00263425
0.00228944
0.00194245
0.00159437
0.00124331
0.000891889
0.000536058
0.000182295
0.0311185
0.0308567
0.0305934
0.0303285
0.0300621
0.0297942
0.0295247
0.0292537
0.0289812
0.0287073
0.0284319
0.028155
0.0278766
0.0275969
0.0273157
0.0270332
0.0267493
0.026464
0.0261774
0.0258894
0.0256002
0.0253097
0.0250179
0.0247249
0.0244307
0.0241353
0.0238387
0.0235409
0.023242
0.0229421
0.022641
0.0223389
0.0220358
0.0217317
0.0214266
0.0211205
0.0208135
0.0205056
0.0201968
0.0198872
0.0195767
0.0192655
0.0189534
0.0186406
0.0183271
0.0180129
0.017698
0.0173825
0.0170663
0.0167495
0.0164321
0.0161142
0.0157957
0.0154766
0.0151571
0.0148371
0.0145166
0.0141957
0.0138743
0.0135525
0.0132302
0.0129075
0.0125845
0.012261
0.0119372
0.0116129
0.0112883
0.0109633
0.0106378
0.010312
0.00998575
0.00965907
0.00933194
0.00900435
0.00867628
0.0083477
0.00801858
0.0076889
0.00735862
0.0070277
0.0066961
0.00636377
0.00603067
0.00569675
0.00536193
0.00502618
0.0046894
0.00435155
0.00401251
0.00367228
0.00333064
0.00298771
0.00264307
0.00229713
0.00194899
0.00159975
0.00124751
0.000894913
0.000537869
0.000182922
0.0311285
0.0308674
0.0306046
0.0303404
0.0300746
0.0298072
0.0295383
0.029268
0.0289961
0.0287227
0.0284479
0.0281716
0.0278938
0.0276146
0.027334
0.0270521
0.0267687
0.026484
0.0261979
0.0259105
0.0256218
0.0253318
0.0250405
0.024748
0.0244542
0.0241593
0.0238631
0.0235659
0.0232674
0.0229679
0.0226672
0.0223655
0.0220628
0.021759
0.0214542
0.0211485
0.0208418
0.0205342
0.0202257
0.0199164
0.0196062
0.0192951
0.0189833
0.0186707
0.0183573
0.0180433
0.0177285
0.017413
0.0170969
0.0167802
0.0164629
0.0161449
0.0158264
0.0155073
0.0151877
0.0148676
0.014547
0.0142259
0.0139044
0.0135823
0.0132599
0.012937
0.0126136
0.0122898
0.0119657
0.011641
0.011316
0.0109906
0.0106647
0.0103384
0.0100116
0.0096844
0.00935671
0.00902853
0.00869984
0.00837062
0.00804083
0.00771045
0.00737944
0.00704777
0.0067154
0.00638227
0.00604834
0.00571357
0.00537788
0.00504123
0.00470353
0.00436475
0.00402474
0.00368353
0.00334089
0.00299694
0.00265127
0.00230427
0.00195507
0.00160476
0.00125142
0.000897723
0.000539552
0.000183505
0.0311379
0.0308772
0.0306151
0.0303514
0.0300862
0.0298194
0.0295511
0.0292812
0.0290099
0.0287371
0.0284628
0.028187
0.0279098
0.0276312
0.0273511
0.0270696
0.0267868
0.0265026
0.026217
0.0259301
0.0256418
0.0253523
0.0250615
0.0247695
0.0244762
0.0241816
0.0238859
0.0235891
0.023291
0.0229919
0.0226916
0.0223903
0.0220879
0.0217845
0.02148
0.0211746
0.0208682
0.0205609
0.0202527
0.0199435
0.0196336
0.0193227
0.0190111
0.0186987
0.0183855
0.0180715
0.0177569
0.0174415
0.0171255
0.0168088
0.0164915
0.0161735
0.015855
0.0155359
0.0152162
0.014896
0.0145753
0.0142541
0.0139324
0.0136102
0.0132875
0.0129643
0.0126407
0.0123167
0.0119922
0.0116672
0.0113418
0.011016
0.0106897
0.0103629
0.0100357
0.00970797
0.00937976
0.00905103
0.00872177
0.00839194
0.00806153
0.0077305
0.00739882
0.00706645
0.00673335
0.00639948
0.00606478
0.00572922
0.00539271
0.00505523
0.00471667
0.00437701
0.00403611
0.00369399
0.00335042
0.00300553
0.00265889
0.00231092
0.00196073
0.00160941
0.00125505
0.000900336
0.000541116
0.000184048
0.0311466
0.0308865
0.0306249
0.0303617
0.030097
0.0298307
0.0295629
0.0292936
0.0290228
0.0287505
0.0284767
0.0282014
0.0279247
0.0276466
0.027367
0.027086
0.0268036
0.0265199
0.0262348
0.0259483
0.0256605
0.0253715
0.0250811
0.0247895
0.0244966
0.0242025
0.0239072
0.0236107
0.023313
0.0230142
0.0227143
0.0224133
0.0221113
0.0218082
0.021504
0.0211989
0.0208928
0.0205857
0.0202777
0.0199688
0.0196591
0.0193484
0.019037
0.0187247
0.0184117
0.0180978
0.0177833
0.017468
0.017152
0.0168354
0.0165181
0.0162002
0.0158816
0.0155625
0.0152428
0.0149225
0.0146017
0.0142803
0.0139584
0.013636
0.0133132
0.0129898
0.0126659
0.0123416
0.0120168
0.0116915
0.0113658
0.0110396
0.0107129
0.0103857
0.0100581
0.0097299
0.0094012
0.00907196
0.00874216
0.00841178
0.00808078
0.00774915
0.00741684
0.00708382
0.00675004
0.00641548
0.00608007
0.00574376
0.0054065
0.00506825
0.00472889
0.00438842
0.00404669
0.00370372
0.00335928
0.00301351
0.00266597
0.0023171
0.00196598
0.00161373
0.00125842
0.000902764
0.000542568
0.000184552
0.0311547
0.0308951
0.030634
0.0303713
0.0301071
0.0298413
0.029574
0.0293051
0.0290348
0.028763
0.0284897
0.0282149
0.0279386
0.0276609
0.0273818
0.0271013
0.0268193
0.026536
0.0262513
0.0259653
0.025678
0.0253893
0.0250993
0.0248081
0.0245156
0.0242219
0.0239269
0.0236308
0.0233335
0.0230351
0.0227355
0.0224348
0.0221331
0.0218302
0.0215264
0.0212215
0.0209157
0.0206088
0.0203011
0.0199924
0.0196828
0.0193724
0.0190611
0.018749
0.018436
0.0181223
0.0178079
0.0174927
0.0171768
0.0168602
0.0165429
0.016225
0.0159064
0.0155872
0.0152675
0.0149471
0.0146262
0.0143047
0.0139827
0.0136601
0.0133371
0.0130135
0.0126894
0.0123648
0.0120398
0.0117142
0.0113881
0.0110616
0.0107345
0.010407
0.0100789
0.0097503
0.00942115
0.00909143
0.00876113
0.00843023
0.00809869
0.00776649
0.0074336
0.00709997
0.00676557
0.00643036
0.00609428
0.00575729
0.00541933
0.00508035
0.00474025
0.00439902
0.00405652
0.00371276
0.00336751
0.00302092
0.00267255
0.00232283
0.00197086
0.00161775
0.00126155
0.00090502
0.000543917
0.000185022
0.0311623
0.0309032
0.0306425
0.0303802
0.0301165
0.0298511
0.0295843
0.0293159
0.029046
0.0287746
0.0285017
0.0282274
0.0279516
0.0276743
0.0273956
0.0271155
0.026834
0.0265511
0.0262668
0.0259812
0.0256942
0.0254059
0.0251163
0.0248255
0.0245333
0.02424
0.0239454
0.0236496
0.0233526
0.0230545
0.0227552
0.0224548
0.0221533
0.0218508
0.0215472
0.0212426
0.020937
0.0206304
0.0203228
0.0200143
0.0197049
0.0193947
0.0190835
0.0187715
0.0184587
0.0181451
0.0178308
0.0175157
0.0171998
0.0168832
0.016566
0.0162481
0.0159295
0.0156103
0.0152904
0.01497
0.014649
0.0143274
0.0140053
0.0136826
0.0133593
0.0130355
0.0127112
0.0123864
0.0120611
0.0117353
0.0114089
0.0110821
0.0107547
0.0104268
0.0100983
0.00976929
0.00943971
0.00910955
0.00877878
0.00844739
0.00811535
0.00778262
0.00744918
0.00711499
0.00678001
0.0064442
0.0061075
0.00576987
0.00543125
0.0050916
0.00475082
0.00440888
0.00406565
0.00372116
0.00337516
0.00302781
0.00267867
0.00232817
0.00197539
0.00162148
0.00126447
0.000907116
0.00054517
0.000185459
0.0311694
0.0309107
0.0306504
0.0303886
0.0301253
0.0298604
0.0295939
0.029326
0.0290565
0.0287855
0.028513
0.0282391
0.0279637
0.0276868
0.0274085
0.0271288
0.0268476
0.0265651
0.0262812
0.0259959
0.0257093
0.0254214
0.0251322
0.0248416
0.0245498
0.0242568
0.0239625
0.023667
0.0233704
0.0230725
0.0227736
0.0224734
0.0221722
0.0218699
0.0215666
0.0212622
0.0209568
0.0206504
0.0203431
0.0200348
0.0197255
0.0194154
0.0191044
0.0187926
0.0184799
0.0181664
0.0178521
0.017537
0.0172212
0.0169047
0.0165875
0.0162695
0.015951
0.0156317
0.0153118
0.0149913
0.0146702
0.0143485
0.0140263
0.0137034
0.01338
0.0130561
0.0127316
0.0124065
0.012081
0.0117549
0.0114283
0.0111011
0.0107734
0.0104451
0.0101163
0.00978694
0.00945697
0.0091264
0.0087952
0.00846336
0.00813084
0.00779763
0.00746368
0.00712897
0.00679344
0.00645706
0.00611979
0.00578157
0.00544234
0.00510206
0.00476063
0.00441804
0.00407414
0.00372896
0.00338227
0.00303422
0.00268435
0.00233312
0.0019796
0.00162495
0.00126717
0.000909064
0.000546331
0.000185866
0.031176
0.0309177
0.0306578
0.0303964
0.0301335
0.0298689
0.0296029
0.0293353
0.0290662
0.0287956
0.0285235
0.02825
0.0279749
0.0276984
0.0274205
0.0271411
0.0268603
0.0265782
0.0262946
0.0260097
0.0257234
0.0254358
0.0251469
0.0248567
0.0245652
0.0242725
0.0239785
0.0236833
0.0233869
0.0230894
0.0227906
0.0224908
0.0221898
0.0218878
0.0215846
0.0212805
0.0209753
0.0206691
0.0203619
0.0200538
0.0197447
0.0194347
0.0191239
0.0188121
0.0184995
0.0181861
0.0178719
0.0175569
0.0172412
0.0169247
0.0166075
0.0162896
0.0159709
0.0156517
0.0153317
0.0150112
0.01469
0.0143682
0.0140458
0.0137228
0.0133993
0.0130752
0.0127505
0.0124253
0.0120995
0.0117731
0.0114462
0.0111188
0.0107908
0.0104622
0.0101331
0.00980337
0.00947303
0.00914207
0.00881047
0.0084782
0.00814525
0.00781158
0.00747716
0.00714196
0.00680592
0.00646902
0.00613121
0.00579244
0.00545264
0.00511177
0.00476975
0.00442655
0.00408203
0.00373622
0.00338888
0.00304016
0.00268963
0.00233772
0.00198351
0.00162817
0.00126968
0.000910871
0.000547409
0.000186245
0.0311822
0.0309242
0.0306648
0.0304037
0.0301411
0.029877
0.0296113
0.0293441
0.0290753
0.0288051
0.0285333
0.0282601
0.0279854
0.0277093
0.0274317
0.0271527
0.0268722
0.0265904
0.0263071
0.0260225
0.0257366
0.0254493
0.0251607
0.0248708
0.0245796
0.0242871
0.0239934
0.0236985
0.0234024
0.0231051
0.0228066
0.022507
0.0222062
0.0219044
0.0216015
0.0212975
0.0209925
0.0206865
0.0203795
0.0200715
0.0197626
0.0194527
0.019142
0.0188304
0.0185179
0.0182045
0.0178904
0.0175755
0.0172598
0.0169433
0.0166261
0.0163082
0.0159895
0.0156702
0.0153503
0.0150296
0.0147084
0.0143865
0.014064
0.0137409
0.0134172
0.0130929
0.0127681
0.0124427
0.0121167
0.0117901
0.011463
0.0111353
0.010807
0.0104782
0.0101487
0.00981864
0.00948796
0.00915664
0.00882466
0.00849201
0.00815865
0.00782455
0.00748969
0.00715403
0.00681753
0.00648014
0.00614183
0.00580254
0.00546221
0.00512081
0.00477823
0.00443446
0.00408936
0.00374295
0.00339501
0.00304568
0.00269452
0.00234199
0.00198714
0.00163115
0.00127201
0.00091255
0.000548408
0.000186599
0.031188
0.0309304
0.0306712
0.0304105
0.0301483
0.0298845
0.0296191
0.0293522
0.0290838
0.0288139
0.0285425
0.0282696
0.0279952
0.0277194
0.0274421
0.0271634
0.0268833
0.0266017
0.0263188
0.0260345
0.0257488
0.0254618
0.0251735
0.0248839
0.0245929
0.0243007
0.0240073
0.0237126
0.0234167
0.0231197
0.0228214
0.022522
0.0222215
0.0219199
0.0216171
0.0213134
0.0210085
0.0207027
0.0203958
0.020088
0.0197792
0.0194695
0.0191588
0.0188473
0.0185349
0.0182217
0.0179076
0.0175927
0.0172771
0.0169606
0.0166434
0.0163255
0.0160069
0.0156875
0.0153675
0.0150468
0.0147255
0.0144035
0.0140809
0.0137577
0.0134339
0.0131095
0.0127845
0.0124588
0.0121327
0.0118059
0.0114785
0.0111506
0.0108221
0.0104929
0.0101632
0.00983285
0.00950185
0.00917019
0.00883786
0.00850484
0.0081711
0.00783661
0.00750134
0.00716526
0.00682831
0.00649047
0.00615169
0.00581192
0.0054711
0.00512919
0.0047861
0.0044418
0.00409616
0.00374921
0.0034007
0.00305081
0.00269907
0.00234595
0.00199051
0.00163393
0.00127416
0.000914107
0.000549334
0.000186929
0.0311934
0.0309361
0.0306773
0.0304169
0.0301549
0.0298915
0.0296264
0.0293598
0.0290918
0.0288222
0.028551
0.0282785
0.0280044
0.0277288
0.0274519
0.0271734
0.0268936
0.0266123
0.0263297
0.0260456
0.0257602
0.0254735
0.0251854
0.0248961
0.0246054
0.0243134
0.0240202
0.0237258
0.0234301
0.0231333
0.0228352
0.022536
0.0222357
0.0219343
0.0216317
0.0213281
0.0210234
0.0207177
0.020411
0.0201033
0.0197947
0.0194851
0.0191745
0.0188631
0.0185508
0.0182376
0.0179236
0.0176088
0.0172931
0.0169767
0.0166596
0.0163416
0.016023
0.0157036
0.0153836
0.0150628
0.0147414
0.0144194
0.0140967
0.0137734
0.0134494
0.0131248
0.0127997
0.0124739
0.0121475
0.0118206
0.011493
0.0111649
0.0108361
0.0105067
0.0101767
0.00984605
0.00951475
0.00918279
0.00885013
0.00851677
0.00818268
0.00784782
0.00751217
0.00717568
0.00683833
0.00650007
0.00616086
0.00582064
0.00547936
0.00513698
0.00479341
0.00444862
0.00410248
0.00375501
0.00340598
0.00305556
0.00270329
0.00234963
0.00199363
0.00163649
0.00127616
0.000915551
0.00055019
0.000187236
0.0311984
0.0309415
0.0306829
0.0304228
0.0301612
0.029898
0.0296332
0.029367
0.0290992
0.0288298
0.028559
0.0282867
0.0280129
0.0277377
0.0274609
0.0271828
0.0269032
0.0266222
0.0263398
0.026056
0.0257709
0.0254844
0.0251966
0.0249074
0.024617
0.0243253
0.0240323
0.0237381
0.0234426
0.023146
0.0228481
0.0225491
0.022249
0.0219477
0.0216453
0.0213419
0.0210374
0.0207318
0.0204252
0.0201177
0.0198091
0.0194996
0.0191892
0.0188778
0.0185656
0.0182525
0.0179385
0.0176237
0.0173081
0.0169917
0.0166746
0.0163566
0.016038
0.0157186
0.0153985
0.0150777
0.0147562
0.0144341
0.0141113
0.0137879
0.0134638
0.0131392
0.0128138
0.0124879
0.0121614
0.0118342
0.0115065
0.0111781
0.0108491
0.0105195
0.0101892
0.00985833
0.00952675
0.0091945
0.00886154
0.00852786
0.00819343
0.00785823
0.00752222
0.00718537
0.00684764
0.00650899
0.00616937
0.00582874
0.00548703
0.00514422
0.00480019
0.00445495
0.00410834
0.0037604
0.00341088
0.00305997
0.00270719
0.00235303
0.00199652
0.00163888
0.00127802
0.000916889
0.000550983
0.000187522
0.0312032
0.0309465
0.0306882
0.0304284
0.030167
0.0299041
0.0296396
0.0293736
0.0291061
0.028837
0.0285665
0.0282944
0.0280209
0.0277459
0.0274694
0.0271915
0.0269122
0.0266314
0.0263493
0.0260657
0.0257808
0.0254946
0.025207
0.024918
0.0246278
0.0243363
0.0240435
0.0237495
0.0234542
0.0231578
0.0228601
0.0225613
0.0222613
0.0219602
0.021658
0.0213547
0.0210503
0.0207449
0.0204384
0.020131
0.0198225
0.0195131
0.0192028
0.0188915
0.0185793
0.0182663
0.0179524
0.0176376
0.0173221
0.0170057
0.0166885
0.0163706
0.0160519
0.0157325
0.0154124
0.0150915
0.01477
0.0144478
0.014125
0.0138014
0.0134773
0.0131525
0.012827
0.0125009
0.0121742
0.0118469
0.011519
0.0111904
0.0108612
0.0105314
0.0102009
0.00986974
0.0095379
0.00920537
0.00887213
0.00853816
0.00820342
0.0078679
0.00753156
0.00719437
0.00685629
0.00651727
0.00617727
0.00583625
0.00549415
0.00515093
0.00480649
0.00446082
0.00411377
0.00376539
0.00341543
0.00306406
0.00271082
0.00235619
0.0019992
0.00164108
0.00127973
0.000918129
0.000551715
0.000187788
0.0312076
0.0309512
0.0306932
0.0304336
0.0301725
0.0299098
0.0296456
0.0293798
0.0291125
0.0288437
0.0285734
0.0283016
0.0280283
0.0277536
0.0274773
0.0271997
0.0269206
0.02664
0.0263581
0.0260748
0.0257901
0.025504
0.0252166
0.0249279
0.0246379
0.0243466
0.024054
0.0237602
0.0234651
0.0231688
0.0228713
0.0225726
0.0222728
0.0219719
0.0216698
0.0213666
0.0210624
0.0207571
0.0204507
0.0201434
0.019835
0.0195257
0.0192154
0.0189043
0.0185922
0.0182792
0.0179653
0.0176506
0.017335
0.0170187
0.0167015
0.0163836
0.0160649
0.0157455
0.0154253
0.0151044
0.0147828
0.0144606
0.0141376
0.013814
0.0134897
0.0131648
0.0128393
0.012513
0.0121862
0.0118587
0.0115306
0.0112019
0.0108725
0.0105424
0.0102117
0.00988034
0.00954826
0.00921548
0.00888197
0.00854772
0.0082127
0.00787689
0.00754024
0.00720273
0.00686431
0.00652495
0.0061846
0.00584323
0.00550075
0.00515715
0.00481233
0.00446626
0.00411881
0.00377002
0.00341964
0.00306785
0.00271417
0.00235911
0.00200168
0.00164312
0.00128132
0.000919276
0.000552391
0.000188036
0.0312118
0.0309556
0.0306978
0.0304385
0.0301776
0.0299151
0.0296512
0.0293856
0.0291186
0.02885
0.0285799
0.0283083
0.0280353
0.0277607
0.0274847
0.0272073
0.0269284
0.0266481
0.0263663
0.0260832
0.0257987
0.0255129
0.0252257
0.0249371
0.0246473
0.0243562
0.0240638
0.0237701
0.0234752
0.023179
0.0228817
0.0225832
0.0222835
0.0219827
0.0216808
0.0213777
0.0210736
0.0207684
0.0204622
0.0201549
0.0198467
0.0195374
0.0192272
0.0189161
0.0186041
0.0182911
0.0179773
0.0176626
0.0173471
0.0170308
0.0167136
0.0163957
0.016077
0.0157575
0.0154373
0.0151164
0.0147948
0.0144724
0.0141494
0.0138257
0.0135013
0.0131763
0.0128506
0.0125243
0.0121973
0.0118697
0.0115414
0.0112125
0.0108829
0.0105527
0.0102218
0.00989018
0.00955788
0.00922486
0.00889111
0.0085566
0.00822132
0.00788522
0.00754829
0.00721048
0.00687175
0.00653208
0.00619141
0.00584969
0.00550688
0.00516293
0.00481774
0.00447131
0.00412348
0.00377431
0.00342354
0.00307135
0.00271728
0.00236182
0.00200398
0.00164501
0.00128278
0.000920337
0.000553014
0.000188266
0.0312157
0.0309597
0.0307021
0.030443
0.0301824
0.0299201
0.0296564
0.029391
0.0291242
0.0288558
0.028586
0.0283146
0.0280417
0.0277674
0.0274916
0.0272143
0.0269356
0.0266555
0.026374
0.0260911
0.0258068
0.0255211
0.0252341
0.0249457
0.0246561
0.0243651
0.0240728
0.0237793
0.0234846
0.0231886
0.0228914
0.022593
0.0222935
0.0219928
0.021691
0.021388
0.021084
0.0207789
0.0204728
0.0201656
0.0198575
0.0195483
0.0192382
0.0189271
0.0186152
0.0183023
0.0179885
0.0176738
0.0173583
0.017042
0.0167249
0.0164069
0.0160882
0.0157687
0.0154485
0.0151275
0.0148058
0.0144834
0.0141604
0.0138366
0.0135121
0.013187
0.0128612
0.0125347
0.0122076
0.0118799
0.0115515
0.0112224
0.0108926
0.0105622
0.0102311
0.00989932
0.00956681
0.00923358
0.00889959
0.00856485
0.00822931
0.00789296
0.00755576
0.00721767
0.00687866
0.00653869
0.00619771
0.00585569
0.00551256
0.00516828
0.00482276
0.00447598
0.00412781
0.00377828
0.00342715
0.0030746
0.00272015
0.00236432
0.0020061
0.00164676
0.00128414
0.000921317
0.000553588
0.00018848
0.0312193
0.0309635
0.0307062
0.0304473
0.0301868
0.0299248
0.0296612
0.0293961
0.0291295
0.0288613
0.0285916
0.0283204
0.0280478
0.0277736
0.027498
0.027221
0.0269424
0.0266625
0.0263812
0.0260984
0.0258143
0.0255288
0.0252419
0.0249537
0.0246642
0.0243734
0.0240813
0.0237879
0.0234933
0.0231975
0.0229004
0.0226022
0.0223028
0.0220022
0.0217005
0.0213977
0.0210937
0.0207888
0.0204827
0.0201756
0.0198675
0.0195585
0.0192484
0.0189374
0.0186255
0.0183126
0.0179989
0.0176842
0.0173688
0.0170524
0.0167353
0.0164174
0.0160986
0.0157791
0.0154589
0.0151379
0.0148161
0.0144937
0.0141705
0.0138467
0.0135221
0.0131969
0.012871
0.0125445
0.0122172
0.0118893
0.0115608
0.0112315
0.0109016
0.0105711
0.0102398
0.00990781
0.0095751
0.00924166
0.00890746
0.00857249
0.00823673
0.00790013
0.00756268
0.00722434
0.00688506
0.00654482
0.00620356
0.00586125
0.00551782
0.00517323
0.0048274
0.00448031
0.00413181
0.00378195
0.00343049
0.0030776
0.00272281
0.00236663
0.00200805
0.00164837
0.00128539
0.000922222
0.000554116
0.000188679
0.0312227
0.0309671
0.03071
0.0304513
0.030191
0.0299292
0.0296658
0.0294008
0.0291344
0.0288664
0.0285969
0.0283259
0.0280534
0.0277795
0.027504
0.0272271
0.0269488
0.026669
0.0263878
0.0261052
0.0258213
0.0255359
0.0252492
0.0249612
0.0246718
0.0243811
0.0240892
0.023796
0.0235015
0.0232058
0.0229088
0.0226107
0.0223114
0.0220109
0.0217093
0.0214066
0.0211028
0.0207979
0.0204919
0.0201849
0.0198769
0.0195679
0.0192579
0.0189469
0.0186351
0.0183222
0.0180085
0.0176939
0.0173785
0.0170622
0.016745
0.0164271
0.0161083
0.0157888
0.0154685
0.0151475
0.0148257
0.0145032
0.01418
0.0138561
0.0135314
0.0132061
0.0128801
0.0125535
0.0122261
0.0118981
0.0115694
0.0112401
0.01091
0.0105793
0.0102478
0.00991568
0.00958279
0.00924916
0.00891476
0.00857959
0.0082436
0.00790679
0.0075691
0.00723052
0.006891
0.0065505
0.00620898
0.00586639
0.00552268
0.00517782
0.0048317
0.00448431
0.00413551
0.00378535
0.00343357
0.00308037
0.00272526
0.00236876
0.00200986
0.00164985
0.00128654
0.000923057
0.000554599
0.000188864
0.0312259
0.0309705
0.0307135
0.030455
0.0301949
0.0299332
0.02967
0.0294053
0.029139
0.0288712
0.0286018
0.028331
0.0280587
0.0277849
0.0275096
0.0272329
0.0269547
0.0266751
0.026394
0.0261116
0.0258278
0.0255426
0.025256
0.0249681
0.0246789
0.0243884
0.0240965
0.0238034
0.0235091
0.0232135
0.0229167
0.0226186
0.0223194
0.0220191
0.0217176
0.0214149
0.0211112
0.0208064
0.0205005
0.0201936
0.0198856
0.0195767
0.0192667
0.0189558
0.018644
0.0183312
0.0180175
0.0177029
0.0173875
0.0170712
0.016754
0.0164361
0.0161173
0.0157978
0.0154775
0.0151564
0.0148346
0.014512
0.0141887
0.0138648
0.0135401
0.0132147
0.0128886
0.0125618
0.0122344
0.0119063
0.0115774
0.011248
0.0109178
0.0105869
0.0102553
0.00992297
0.00958992
0.00925611
0.00892153
0.00858616
0.00824997
0.00791295
0.00757505
0.00723624
0.00689649
0.00655576
0.00621399
0.00587116
0.00552719
0.00518206
0.00483567
0.00448801
0.00413893
0.00378849
0.00343642
0.00308293
0.00272752
0.00237073
0.00201152
0.00165122
0.00128759
0.000923825
0.000555043
0.000189036
0.0312289
0.0309737
0.0307169
0.0304585
0.0301985
0.0299371
0.029674
0.0294094
0.0291433
0.0288756
0.0286064
0.0283358
0.0280636
0.0277899
0.0275148
0.0272382
0.0269602
0.0266807
0.0263998
0.0261175
0.0258339
0.0255488
0.0252624
0.0249746
0.0246855
0.0243951
0.0241034
0.0238104
0.0235161
0.0232207
0.0229239
0.022626
0.0223269
0.0220267
0.0217252
0.0214227
0.021119
0.0208143
0.0205085
0.0202016
0.0198937
0.0195848
0.0192749
0.0189641
0.0186522
0.0183395
0.0180258
0.0177113
0.0173958
0.0170796
0.0167624
0.0164445
0.0161257
0.0158061
0.0154858
0.0151647
0.0148428
0.0145202
0.0141969
0.0138728
0.0135481
0.0132226
0.0128965
0.0125696
0.012242
0.0119138
0.0115849
0.0112553
0.010925
0.0105939
0.0102622
0.00992974
0.00959652
0.00926255
0.00892779
0.00859225
0.00825588
0.00791866
0.00758056
0.00724154
0.00690158
0.00656062
0.00621863
0.00587556
0.00553136
0.00518598
0.00483935
0.00449143
0.00414209
0.00379138
0.00343905
0.00308529
0.00272961
0.00237254
0.00201305
0.00165248
0.00128856
0.000924532
0.000555447
0.000189196
0.0312317
0.0309766
0.03072
0.0304618
0.030202
0.0299406
0.0296777
0.0294133
0.0291473
0.0288798
0.0286107
0.0283402
0.0280682
0.0277947
0.0275197
0.0272432
0.0269653
0.026686
0.0264052
0.0261231
0.0258395
0.0255546
0.0252683
0.0249806
0.0246916
0.0244013
0.0241097
0.0238169
0.0235227
0.0232273
0.0229307
0.0226329
0.0223339
0.0220337
0.0217324
0.0214299
0.0211263
0.0208216
0.0205159
0.0202091
0.0199012
0.0195924
0.0192825
0.0189717
0.0186599
0.0183472
0.0180336
0.017719
0.0174036
0.0170873
0.0167702
0.0164522
0.0161335
0.0158139
0.0154935
0.0151724
0.0148505
0.0145278
0.0142044
0.0138803
0.0135555
0.01323
0.0129037
0.0125768
0.0122491
0.0119208
0.0115918
0.0112621
0.0109316
0.0106005
0.0102686
0.009936
0.00960264
0.00926851
0.0089336
0.00859788
0.00826134
0.00792394
0.00758565
0.00724645
0.00690628
0.00656512
0.00622292
0.00587963
0.00553521
0.00518961
0.00484274
0.00449459
0.00414501
0.00379406
0.00344147
0.00308746
0.00273153
0.00237421
0.00201446
0.00165364
0.00128946
0.000925182
0.000555816
0.000189345
0.0312344
0.0309794
0.0307229
0.0304648
0.0302052
0.029944
0.0296812
0.0294169
0.029151
0.0288837
0.0286148
0.0283444
0.0280725
0.0277991
0.0275242
0.0272479
0.0269701
0.0266909
0.0264103
0.0261282
0.0258448
0.0255599
0.0252738
0.0249862
0.0246973
0.0244071
0.0241157
0.0238229
0.0235288
0.0232335
0.022937
0.0226393
0.0223403
0.0220402
0.021739
0.0214366
0.0211331
0.0208285
0.0205228
0.020216
0.0199082
0.0195994
0.0192896
0.0189788
0.0186671
0.0183544
0.0180408
0.0177262
0.0174108
0.0170946
0.0167774
0.0164594
0.0161407
0.0158211
0.0155007
0.0151795
0.0148576
0.0145349
0.0142114
0.0138873
0.0135624
0.0132368
0.0129105
0.0125835
0.0122557
0.0119273
0.0115982
0.0112683
0.0109378
0.0106065
0.0102745
0.0099418
0.0096083
0.00927403
0.00893897
0.0086031
0.00826639
0.00792883
0.00759037
0.00725098
0.00691063
0.00656928
0.00622688
0.0058834
0.00553876
0.00519295
0.00484587
0.0044975
0.0041477
0.00379652
0.00344371
0.00308946
0.00273329
0.00237574
0.00201575
0.0016547
0.00129027
0.000925777
0.00055615
0.000189484
0.0312368
0.030982
0.0307256
0.0304677
0.0302082
0.0299471
0.0296844
0.0294203
0.0291545
0.0288873
0.0286185
0.0283482
0.0280765
0.0278032
0.0275284
0.0272522
0.0269746
0.0266955
0.026415
0.026133
0.0258497
0.025565
0.0252789
0.0249914
0.0247027
0.0244126
0.0241212
0.0238285
0.0235345
0.0232393
0.0229429
0.0226452
0.0223464
0.0220463
0.0217451
0.0214428
0.0211394
0.0208348
0.0205292
0.0202225
0.0199147
0.019606
0.0192962
0.0189854
0.0186737
0.018361
0.0180474
0.0177329
0.0174175
0.0171013
0.0167841
0.0164661
0.0161473
0.0158277
0.0155073
0.0151861
0.0148641
0.0145414
0.0142179
0.0138937
0.0135688
0.0132431
0.0129167
0.0125896
0.0122618
0.0119333
0.0116041
0.0112742
0.0109435
0.0106121
0.01028
0.00994716
0.00961354
0.00927913
0.00894393
0.00860792
0.00827106
0.00793334
0.00759472
0.00725517
0.00691465
0.00657312
0.00623054
0.00588687
0.00554204
0.00519604
0.00484875
0.00450018
0.00415017
0.00379878
0.00344576
0.0030913
0.00273491
0.00237715
0.00201694
0.00165568
0.00129101
0.000926322
0.000556453
0.000189614
0.0312391
0.0309844
0.0307282
0.0304703
0.0302109
0.02995
0.0296875
0.0294234
0.0291578
0.0288907
0.028622
0.0283518
0.0280802
0.027807
0.0275324
0.0272563
0.0269787
0.0266997
0.0264193
0.0261375
0.0258542
0.0255696
0.0252836
0.0249963
0.0247076
0.0244176
0.0241263
0.0238337
0.0235398
0.0232447
0.0229483
0.0226507
0.0223519
0.022052
0.0217509
0.0214486
0.0211452
0.0208407
0.0205351
0.0202285
0.0199208
0.019612
0.0193023
0.0189916
0.0186799
0.0183672
0.0180536
0.0177391
0.0174237
0.0171075
0.0167903
0.0164723
0.0161535
0.0158339
0.0155134
0.0151922
0.0148702
0.0145475
0.0142239
0.0138997
0.0135747
0.013249
0.0129225
0.0125953
0.0122675
0.0119389
0.0116096
0.0112795
0.0109488
0.0106173
0.0102851
0.00995212
0.00961838
0.00928385
0.00894852
0.00861237
0.00827538
0.00793751
0.00759874
0.00725904
0.00691835
0.00657666
0.00623391
0.00589007
0.00554507
0.00519888
0.00485141
0.00450265
0.00415245
0.00380087
0.00344764
0.00309299
0.0027364
0.00237844
0.00201802
0.00165657
0.00129169
0.00092682
0.000556725
0.000189735
0.0312413
0.0309867
0.0307306
0.0304729
0.0302136
0.0299527
0.0296903
0.0294263
0.0291608
0.0288938
0.0286253
0.0283552
0.0280836
0.0278106
0.0275361
0.0272601
0.0269826
0.0267037
0.0264234
0.0261416
0.0258585
0.025574
0.0252881
0.0250008
0.0247122
0.0244223
0.024131
0.0238385
0.0235447
0.0232497
0.0229534
0.0226559
0.0223571
0.0220572
0.0217562
0.021454
0.0211506
0.0208462
0.0205406
0.020234
0.0199263
0.0196177
0.0193079
0.0189972
0.0186856
0.0183729
0.0180594
0.0177449
0.0174295
0.0171132
0.0167961
0.0164781
0.0161593
0.0158396
0.0155191
0.0151979
0.0148759
0.0145531
0.0142295
0.0139052
0.0135801
0.0132544
0.0129279
0.0126006
0.0122727
0.011944
0.0116146
0.0112845
0.0109537
0.0106221
0.0102898
0.00995671
0.00962285
0.00928821
0.00895276
0.00861648
0.00827936
0.00794136
0.00760245
0.0072626
0.00692177
0.00657993
0.00623702
0.00589302
0.00554785
0.0052015
0.00485386
0.00450492
0.00415454
0.00380278
0.00344938
0.00309454
0.00273776
0.00237962
0.00201901
0.00165738
0.00129231
0.000927273
0.000556969
0.000189849
0.0312434
0.0309889
0.0307328
0.0304752
0.030216
0.0299553
0.029693
0.0294291
0.0291637
0.0288968
0.0286283
0.0283584
0.0280869
0.0278139
0.0275395
0.0272636
0.0269862
0.0267074
0.0264272
0.0261455
0.0258625
0.025578
0.0252922
0.025005
0.0247165
0.0244266
0.0241355
0.023843
0.0235493
0.0232543
0.0229581
0.0226606
0.022362
0.0220621
0.0217611
0.0214589
0.0211556
0.0208512
0.0205457
0.0202392
0.0199315
0.0196229
0.0193132
0.0190025
0.0186909
0.0183782
0.0180647
0.0177502
0.0174348
0.0171186
0.0168014
0.0164834
0.0161646
0.0158449
0.0155244
0.0152031
0.0148811
0.0145582
0.0142346
0.0139103
0.0135852
0.0132594
0.0129328
0.0126055
0.0122775
0.0119488
0.0116193
0.0112891
0.0109582
0.0106265
0.0102941
0.00996094
0.00962698
0.00929223
0.00895667
0.00862028
0.00828303
0.00794491
0.00760587
0.00726589
0.00692492
0.00658293
0.00623988
0.00589573
0.00555041
0.0052039
0.0048561
0.004507
0.00415646
0.00380454
0.00345096
0.00309596
0.002739
0.00238069
0.00201991
0.00165812
0.00129286
0.000927685
0.000557185
0.000189955
0.0312453
0.0309909
0.0307349
0.0304774
0.0302183
0.0299577
0.0296954
0.0294317
0.0291664
0.0288995
0.0286312
0.0283613
0.0280899
0.027817
0.0275427
0.0272669
0.0269896
0.0267109
0.0264307
0.0261491
0.0258661
0.0255818
0.025296
0.0250089
0.0247205
0.0244307
0.0241396
0.0238472
0.0235535
0.0232586
0.0229624
0.022665
0.0223664
0.0220666
0.0217657
0.0214635
0.0211603
0.0208559
0.0205505
0.0202439
0.0199363
0.0196277
0.0193181
0.0190074
0.0186958
0.0183832
0.0180696
0.0177551
0.0174398
0.0171235
0.0168063
0.0164883
0.0161695
0.0158498
0.0155293
0.015208
0.0148859
0.014563
0.0142394
0.013915
0.0135899
0.013264
0.0129374
0.01261
0.0122819
0.0119531
0.0116236
0.0112933
0.0109623
0.0106306
0.0102981
0.00996484
0.00963078
0.00929593
0.00896027
0.00862377
0.00828642
0.00794818
0.00760902
0.00726891
0.00692782
0.0065857
0.00624251
0.00589822
0.00555276
0.00520611
0.00485816
0.00450892
0.00415822
0.00380614
0.00345241
0.00309725
0.00274014
0.00238168
0.00202073
0.00165879
0.00129337
0.000928059
0.000557376
0.000190055
0.0312471
0.0309928
0.0307369
0.0304795
0.0302205
0.0299599
0.0296978
0.0294341
0.0291688
0.0289021
0.0286338
0.028364
0.0280927
0.0278199
0.0275457
0.0272699
0.0269927
0.0267141
0.026434
0.0261525
0.0258696
0.0255853
0.0252996
0.0250125
0.0247241
0.0244344
0.0241434
0.0238511
0.0235575
0.0232626
0.0229665
0.0226691
0.0223706
0.0220708
0.0217699
0.0214678
0.0211646
0.0208603
0.0205549
0.0202484
0.0199408
0.0196322
0.0193226
0.0190119
0.0187003
0.0183877
0.0180742
0.0177597
0.0174443
0.0171281
0.0168109
0.0164929
0.016174
0.0158543
0.0155338
0.0152125
0.0148904
0.0145675
0.0142438
0.0139194
0.0135942
0.0132683
0.0129416
0.0126142
0.0122861
0.0119572
0.0116276
0.0112973
0.0109662
0.0106344
0.0103018
0.00996843
0.00963429
0.00929935
0.00896359
0.00862699
0.00828953
0.00795118
0.00761192
0.0072717
0.00693048
0.00658824
0.00624493
0.00590051
0.00555492
0.00520813
0.00486005
0.00451067
0.00415983
0.00380761
0.00345373
0.00309843
0.00274117
0.00238257
0.00202147
0.0016594
0.00129382
0.000928396
0.000557542
0.000190148
0.0312487
0.0309945
0.0307387
0.0304814
0.0302225
0.029962
0.0296999
0.0294363
0.0291712
0.0289045
0.0286363
0.0283666
0.0280953
0.0278226
0.0275484
0.0272727
0.0269956
0.026717
0.026437
0.0261556
0.0258727
0.0255885
0.0253029
0.0250159
0.0247276
0.0244379
0.0241469
0.0238547
0.0235611
0.0232663
0.0229702
0.0226729
0.0223744
0.0220747
0.0217738
0.0214718
0.0211686
0.0208643
0.0205589
0.0202524
0.0199449
0.0196363
0.0193267
0.0190161
0.0187045
0.0183919
0.0180784
0.0177639
0.0174485
0.0171323
0.0168151
0.0164971
0.0161782
0.0158585
0.015538
0.0152166
0.0148945
0.0145715
0.0142479
0.0139234
0.0135982
0.0132722
0.0129455
0.012618
0.0122898
0.0119609
0.0116313
0.0113009
0.0109697
0.0106378
0.0103052
0.00997174
0.00963751
0.00930249
0.00896664
0.00862995
0.00829239
0.00795395
0.00761458
0.00727425
0.00693293
0.00659058
0.00624715
0.00590261
0.0055569
0.00520999
0.00486178
0.00451227
0.0041613
0.00380895
0.00345494
0.00309951
0.00274211
0.00238338
0.00202214
0.00165995
0.00129422
0.000928699
0.000557685
0.000190236
0.0312503
0.0309962
0.0307405
0.0304832
0.0302243
0.0299639
0.0297019
0.0294384
0.0291733
0.0289067
0.0286386
0.0283689
0.0280978
0.0278251
0.027551
0.0272754
0.0269983
0.0267198
0.0264399
0.0261585
0.0258757
0.0255915
0.0253059
0.025019
0.0247308
0.0244411
0.0241502
0.023858
0.0235645
0.0232697
0.0229737
0.0226764
0.022378
0.0220783
0.0217775
0.0214755
0.0211723
0.0208681
0.0205627
0.0202562
0.0199487
0.0196402
0.0193306
0.01902
0.0187084
0.0183958
0.0180823
0.0177678
0.0174524
0.0171362
0.016819
0.016501
0.0161821
0.0158624
0.0155418
0.0152204
0.0148983
0.0145753
0.0142516
0.0139271
0.0136018
0.0132758
0.0129491
0.0126216
0.0122933
0.0119643
0.0116346
0.0113042
0.010973
0.010641
0.0103083
0.00997478
0.00964048
0.00930537
0.00896944
0.00863266
0.00829502
0.00795648
0.00761702
0.00727659
0.00693517
0.00659271
0.00624918
0.00590453
0.00555871
0.00521168
0.00486336
0.00451373
0.00416264
0.00381017
0.00345604
0.00310048
0.00274296
0.00238411
0.00202274
0.00166044
0.00129458
0.000928971
0.000557806
0.00019032
0.0312518
0.0309977
0.0307421
0.0304849
0.0302261
0.0299657
0.0297038
0.0294404
0.0291753
0.0289088
0.0286407
0.0283711
0.0281001
0.0278275
0.0275534
0.0272778
0.0270008
0.0267224
0.0264425
0.0261612
0.0258784
0.0255943
0.0253088
0.0250219
0.0247337
0.0244441
0.0241533
0.0238611
0.0235676
0.0232729
0.0229769
0.0226797
0.0223813
0.0220816
0.0217808
0.0214789
0.0211757
0.0208715
0.0205662
0.0202597
0.0199522
0.0196437
0.0193341
0.0190235
0.018712
0.0183994
0.0180859
0.0177714
0.017456
0.0171398
0.0168226
0.0165046
0.0161857
0.0158659
0.0155453
0.015224
0.0149018
0.0145788
0.014255
0.0139305
0.0136052
0.0132792
0.0129524
0.0126248
0.0122965
0.0119675
0.0116377
0.0113072
0.010976
0.0106439
0.0103111
0.00997757
0.0096432
0.00930802
0.00897201
0.00863515
0.00829743
0.00795881
0.00761925
0.00727874
0.00693722
0.00659467
0.00625104
0.00590629
0.00556036
0.00521323
0.00486479
0.00451506
0.00416386
0.00381128
0.00345703
0.00310137
0.00274373
0.00238477
0.00202328
0.00166089
0.0012949
0.000929213
0.000557906
0.000190398
0.0312532
0.0309992
0.0307436
0.0304864
0.0302277
0.0299674
0.0297056
0.0294422
0.0291772
0.0289107
0.0286427
0.0283732
0.0281022
0.0278296
0.0275556
0.0272801
0.0270032
0.0267248
0.0264449
0.0261637
0.025881
0.0255969
0.0253114
0.0250246
0.0247364
0.0244469
0.0241561
0.023864
0.0235705
0.0232758
0.0229799
0.0226827
0.0223843
0.0220847
0.0217839
0.021482
0.0211789
0.0208747
0.0205694
0.020263
0.0199555
0.019647
0.0193374
0.0190268
0.0187153
0.0184027
0.0180892
0.0177747
0.0174594
0.0171431
0.0168259
0.0165079
0.0161889
0.0158692
0.0155486
0.0152272
0.014905
0.014582
0.0142582
0.0139336
0.0136083
0.0132822
0.0129554
0.0126278
0.0122995
0.0119704
0.0116406
0.01131
0.0109787
0.0106466
0.0103138
0.00998013
0.00964569
0.00931044
0.00897436
0.00863744
0.00829964
0.00796094
0.0076213
0.0072807
0.0069391
0.00659646
0.00625273
0.00590789
0.00556187
0.00521464
0.0048661
0.00451626
0.00416497
0.00381228
0.00345793
0.00310217
0.00274442
0.00238536
0.00202376
0.00166128
0.00129517
0.000929427
0.000557985
0.000190472
0.0312545
0.0310005
0.030745
0.0304879
0.0302293
0.029969
0.0297072
0.0294439
0.029179
0.0289126
0.0286446
0.0283751
0.0281041
0.0278317
0.0275577
0.0272823
0.0270053
0.026727
0.0264472
0.026166
0.0258833
0.0255993
0.0253139
0.0250271
0.024739
0.0244495
0.0241587
0.0238666
0.0235732
0.0232786
0.0229826
0.0226855
0.0223871
0.0220876
0.0217868
0.0214849
0.0211818
0.0208777
0.0205724
0.020266
0.0199585
0.01965
0.0193404
0.0190299
0.0187183
0.0184058
0.0180923
0.0177778
0.0174624
0.0171461
0.016829
0.0165109
0.016192
0.0158722
0.0155516
0.0152302
0.0149079
0.0145849
0.0142611
0.0139365
0.0136112
0.0132851
0.0129582
0.0126306
0.0123022
0.0119731
0.0116432
0.0113126
0.0109812
0.0106491
0.0103162
0.00998247
0.00964798
0.00931266
0.00897652
0.00863952
0.00830165
0.00796288
0.00762317
0.00728249
0.00694081
0.00659809
0.00625428
0.00590935
0.00556324
0.00521592
0.00486729
0.00451736
0.00416597
0.00381319
0.00345874
0.00310289
0.00274504
0.00238589
0.00202419
0.00166163
0.00129541
0.000929615
0.000558044
0.000190542
0.0312557
0.0310018
0.0307463
0.0304893
0.0302307
0.0299705
0.0297088
0.0294455
0.0291806
0.0289142
0.0286463
0.0283769
0.028106
0.0278335
0.0275596
0.0272842
0.0270074
0.0267291
0.0264493
0.0261681
0.0258855
0.0256015
0.0253162
0.0250294
0.0247413
0.0244519
0.0241611
0.0238691
0.0235757
0.0232811
0.0229852
0.0226881
0.0223897
0.0220902
0.0217895
0.0214876
0.0211845
0.0208804
0.0205751
0.0202687
0.0199613
0.0196528
0.0193432
0.0190327
0.0187211
0.0184086
0.0180951
0.0177806
0.0174652
0.0171489
0.0168318
0.0165137
0.0161948
0.015875
0.0155544
0.0152329
0.0149107
0.0145876
0.0142638
0.0139392
0.0136138
0.0132876
0.0129607
0.0126331
0.0123047
0.0119755
0.0116456
0.0113149
0.0109835
0.0106513
0.0103184
0.00998462
0.00965006
0.00931469
0.00897849
0.00864143
0.00830349
0.00796465
0.00762488
0.00728413
0.00694237
0.00659957
0.00625568
0.00591068
0.00556448
0.00521708
0.00486836
0.00451835
0.00416687
0.00381401
0.00345947
0.00310353
0.00274559
0.00238637
0.00202456
0.00166194
0.00129562
0.000929778
0.000558085
0.000190608
0.0312569
0.031003
0.0307476
0.0304906
0.030232
0.0299719
0.0297102
0.0294469
0.0291821
0.0289158
0.0286479
0.0283786
0.0281077
0.0278353
0.0275614
0.0272861
0.0270092
0.026731
0.0264513
0.0261701
0.0258876
0.0256036
0.0253183
0.0250316
0.0247435
0.0244541
0.0241634
0.0238713
0.023578
0.0232834
0.0229875
0.0226905
0.0223921
0.0220926
0.0217919
0.0214901
0.021187
0.0208829
0.0205776
0.0202713
0.0199638
0.0196553
0.0193458
0.0190353
0.0187237
0.0184112
0.0180977
0.0177832
0.0174678
0.0171515
0.0168343
0.0165163
0.0161973
0.0158775
0.0155569
0.0152354
0.0149132
0.0145901
0.0142662
0.0139416
0.0136162
0.01329
0.0129631
0.0126354
0.0123069
0.0119777
0.0116478
0.0113171
0.0109856
0.0106534
0.0103204
0.00998657
0.00965197
0.00931654
0.00898028
0.00864317
0.00830517
0.00796627
0.00762643
0.00728561
0.00694379
0.00660092
0.00625696
0.00591188
0.00556561
0.00521813
0.00486933
0.00451924
0.00416768
0.00381475
0.00346013
0.00310411
0.00274608
0.00238678
0.0020249
0.00166221
0.00129579
0.000929917
0.000558108
0.00019067
0.0312579
0.0310041
0.0307488
0.0304918
0.0302333
0.0299732
0.0297115
0.0294483
0.0291836
0.0289173
0.0286494
0.0283801
0.0281093
0.0278369
0.0275631
0.0272878
0.027011
0.0267327
0.0264531
0.026172
0.0258894
0.0256055
0.0253202
0.0250335
0.0247455
0.0244561
0.0241654
0.0238734
0.0235801
0.0232855
0.0229897
0.0226927
0.0223944
0.0220949
0.0217942
0.0214923
0.0211893
0.0208852
0.0205799
0.0202736
0.0199662
0.0196577
0.0193482
0.0190376
0.0187261
0.0184135
0.0181
0.0177856
0.0174702
0.0171539
0.0168367
0.0165186
0.0161997
0.0158799
0.0155592
0.0152377
0.0149154
0.0145924
0.0142685
0.0139438
0.0136184
0.0132922
0.0129652
0.0126375
0.012309
0.0119798
0.0116498
0.011319
0.0109875
0.0106553
0.0103222
0.00998835
0.0096537
0.00931822
0.00898191
0.00864474
0.0083067
0.00796774
0.00762784
0.00728696
0.00694507
0.00660214
0.00625811
0.00591297
0.00556663
0.00521907
0.00487021
0.00452004
0.00416841
0.0038154
0.00346071
0.00310462
0.00274652
0.00238715
0.00202518
0.00166244
0.00129594
0.000930035
0.000558113
0.000190726
0.031259
0.0310052
0.0307499
0.0304929
0.0302345
0.0299744
0.0297128
0.0294496
0.0291849
0.0289186
0.0286508
0.0283815
0.0281107
0.0278384
0.0275646
0.0272893
0.0270126
0.0267344
0.0264547
0.0261737
0.0258912
0.0256073
0.025322
0.0250354
0.0247473
0.024458
0.0241673
0.0238753
0.0235821
0.0232875
0.0229917
0.0226947
0.0223964
0.0220969
0.0217963
0.0214944
0.0211914
0.0208873
0.0205821
0.0202757
0.0199683
0.0196599
0.0193503
0.0190398
0.0187283
0.0184157
0.0181022
0.0177878
0.0174724
0.0171561
0.0168389
0.0165208
0.0162018
0.015882
0.0155613
0.0152398
0.0149175
0.0145944
0.0142705
0.0139458
0.0136204
0.0132942
0.0129672
0.0126394
0.0123109
0.0119816
0.0116516
0.0113208
0.0109893
0.010657
0.0103239
0.00998997
0.00965527
0.00931975
0.00898339
0.00864618
0.00830808
0.00796907
0.00762911
0.00728818
0.00694623
0.00660324
0.00625916
0.00591395
0.00556754
0.00521992
0.00487099
0.00452076
0.00416906
0.00381599
0.00346123
0.00310507
0.0027469
0.00238747
0.00202543
0.00166264
0.00129605
0.000930131
0.000558102
0.000190777
0.0312599
0.0310062
0.0307509
0.030494
0.0302356
0.0299755
0.029714
0.0294508
0.0291861
0.0289199
0.0286521
0.0283829
0.0281121
0.0278398
0.027566
0.0272908
0.0270141
0.0267359
0.0264563
0.0261752
0.0258928
0.0256089
0.0253237
0.025037
0.0247491
0.0244597
0.0241691
0.0238771
0.0235839
0.0232893
0.0229936
0.0226965
0.0223983
0.0220988
0.0217982
0.0214964
0.0211934
0.0208893
0.020584
0.0202777
0.0199703
0.0196619
0.0193523
0.0190418
0.0187303
0.0184177
0.0181042
0.0177898
0.0174744
0.0171581
0.0168408
0.0165227
0.0162038
0.0158839
0.0155633
0.0152418
0.0149194
0.0145963
0.0142724
0.0139477
0.0136222
0.013296
0.0129689
0.0126412
0.0123126
0.0119833
0.0116533
0.0113224
0.0109909
0.0106585
0.0103254
0.00999144
0.0096567
0.00932113
0.00898473
0.00864747
0.00830933
0.00797027
0.00763026
0.00728928
0.00694728
0.00660423
0.00626009
0.00591483
0.00556836
0.00522068
0.00487169
0.0045214
0.00416964
0.00381651
0.00346169
0.00310547
0.00274723
0.00238775
0.00202564
0.00166281
0.00129615
0.000930207
0.000558077
0.00019082
0.0312608
0.0310071
0.0307518
0.030495
0.0302366
0.0299766
0.029715
0.0294519
0.0291873
0.0289211
0.0286534
0.0283841
0.0281134
0.0278411
0.0275674
0.0272921
0.0270155
0.0267373
0.0264577
0.0261767
0.0258943
0.0256104
0.0253252
0.0250386
0.0247506
0.0244613
0.0241707
0.0238788
0.0235855
0.023291
0.0229953
0.0226982
0.0224
0.0221006
0.0217999
0.0214981
0.0211952
0.0208911
0.0205858
0.0202795
0.0199721
0.0196637
0.0193542
0.0190436
0.0187321
0.0184196
0.0181061
0.0177916
0.0174762
0.0171599
0.0168427
0.0165245
0.0162056
0.0158857
0.015565
0.0152435
0.0149212
0.014598
0.0142741
0.0139494
0.0136239
0.0132976
0.0129706
0.0126427
0.0123142
0.0119848
0.0116548
0.0113239
0.0109923
0.0106599
0.0103267
0.00999277
0.00965799
0.00932238
0.00898594
0.00864864
0.00831046
0.00797135
0.0076313
0.00729027
0.00694822
0.00660513
0.00626093
0.00591562
0.0055691
0.00522136
0.00487231
0.00452196
0.00417015
0.00381697
0.00346209
0.00310582
0.00274752
0.00238799
0.00202582
0.00166294
0.00129622
0.000930264
0.000558038
0.000190853
0.0312616
0.031008
0.0307527
0.0304959
0.0302375
0.0299776
0.0297161
0.029453
0.0291883
0.0289222
0.0286545
0.0283853
0.0281145
0.0278423
0.0275686
0.0272934
0.0270167
0.0267386
0.026459
0.0261781
0.0258956
0.0256118
0.0253266
0.02504
0.0247521
0.0244628
0.0241722
0.0238803
0.0235871
0.0232926
0.0229968
0.0226998
0.0224016
0.0221022
0.0218015
0.0214997
0.0211968
0.0208927
0.0205875
0.0202812
0.0199738
0.0196653
0.0193558
0.0190453
0.0187338
0.0184212
0.0181077
0.0177933
0.0174779
0.0171615
0.0168443
0.0165262
0.0162072
0.0158873
0.0155666
0.0152451
0.0149228
0.0145996
0.0142756
0.0139509
0.0136254
0.0132991
0.012972
0.0126442
0.0123156
0.0119862
0.0116561
0.0113252
0.0109936
0.0106612
0.010328
0.00999396
0.00965915
0.00932351
0.00898703
0.00864969
0.00831147
0.00797233
0.00763223
0.00729116
0.00694906
0.00660592
0.00626169
0.00591632
0.00556975
0.00522196
0.00487286
0.00452246
0.0041706
0.00381737
0.00346244
0.00310612
0.00274777
0.00238819
0.00202597
0.00166305
0.00129627
0.0009303
0.000557987
0.000190872
0.0312624
0.0310088
0.0307536
0.0304968
0.0302384
0.0299785
0.029717
0.0294539
0.0291893
0.0289232
0.0286555
0.0283863
0.0281156
0.0278434
0.0275697
0.0272946
0.0270179
0.0267398
0.0264603
0.0261793
0.0258969
0.0256131
0.0253279
0.0250414
0.0247534
0.0244642
0.0241736
0.0238817
0.0235885
0.023294
0.0229982
0.0227013
0.022403
0.0221036
0.021803
0.0215012
0.0211983
0.0208942
0.020589
0.0202827
0.0199753
0.0196669
0.0193574
0.0190468
0.0187353
0.0184228
0.0181092
0.0177948
0.0174794
0.017163
0.0168458
0.0165277
0.0162087
0.0158888
0.0155681
0.0152466
0.0149242
0.014601
0.014277
0.0139523
0.0136267
0.0133004
0.0129733
0.0126455
0.0123169
0.0119875
0.0116573
0.0113264
0.0109948
0.0106623
0.0103291
0.00999504
0.00966019
0.00932452
0.00898801
0.00865064
0.00831238
0.0079732
0.00763307
0.00729195
0.00694982
0.00660664
0.00626235
0.00591695
0.00557033
0.00522249
0.00487334
0.0045229
0.00417099
0.00381772
0.00346274
0.00310638
0.00274797
0.00238835
0.00202608
0.00166314
0.00129631
0.000930318
0.000557928
0.000190875
0.0312632
0.0310096
0.0307544
0.0304976
0.0302393
0.0299794
0.0297179
0.0294548
0.0291903
0.0289241
0.0286565
0.0283873
0.0281166
0.0278445
0.0275708
0.0272956
0.027019
0.0267409
0.0264614
0.0261804
0.0258981
0.0256143
0.0253291
0.0250426
0.0247547
0.0244654
0.0241748
0.0238829
0.0235897
0.0232953
0.0229995
0.0227026
0.0224044
0.022105
0.0218044
0.0215026
0.0211996
0.0208956
0.0205904
0.0202841
0.0199767
0.0196682
0.0193588
0.0190482
0.0187367
0.0184241
0.0181106
0.0177962
0.0174807
0.0171644
0.0168472
0.016529
0.01621
0.0158901
0.0155694
0.0152479
0.0149255
0.0146023
0.0142783
0.0139535
0.013628
0.0133016
0.0129745
0.0126467
0.012318
0.0119886
0.0116585
0.0113275
0.0109958
0.0106633
0.0103301
0.009996
0.00966112
0.00932542
0.00898888
0.00865148
0.00831319
0.00797398
0.00763381
0.00729266
0.00695048
0.00660727
0.00626294
0.0059175
0.00557083
0.00522295
0.00487376
0.00452328
0.00417133
0.00381802
0.003463
0.0031066
0.00274815
0.00238848
0.00202617
0.0016632
0.00129633
0.000930317
0.000557862
0.000190855
0.0312638
0.0310103
0.0307551
0.0304984
0.03024
0.0299801
0.0297187
0.0294557
0.0291911
0.028925
0.0286574
0.0283882
0.0281176
0.0278454
0.0275718
0.0272966
0.02702
0.0267419
0.0264624
0.0261815
0.0258991
0.0256154
0.0253302
0.0250437
0.0247558
0.0244665
0.024176
0.0238841
0.0235909
0.0232965
0.0230007
0.0227038
0.0224056
0.0221062
0.0218056
0.0215038
0.0212009
0.0208968
0.0205916
0.0202853
0.019978
0.0196695
0.01936
0.0190495
0.0187379
0.0184254
0.0181119
0.0177974
0.017482
0.0171656
0.0168484
0.0165302
0.0162112
0.0158913
0.0155706
0.015249
0.0149267
0.0146035
0.0142795
0.0139547
0.0136291
0.0133027
0.0129756
0.0126477
0.012319
0.0119896
0.0116594
0.0113285
0.0109968
0.0106642
0.010331
0.00999686
0.00966195
0.00932623
0.00898965
0.00865223
0.00831391
0.00797467
0.00763446
0.00729328
0.00695107
0.00660782
0.00626346
0.00591798
0.00557128
0.00522336
0.00487412
0.00452361
0.00417162
0.00381827
0.00346321
0.00310678
0.00274829
0.00238859
0.00202624
0.00166324
0.00129633
0.000930299
0.000557795
0.000190807
0.0312645
0.0310109
0.0307558
0.0304991
0.0302408
0.0299809
0.0297195
0.0294565
0.0291919
0.0289258
0.0286582
0.0283891
0.0281184
0.0278463
0.0275726
0.0272975
0.0270209
0.0267429
0.0264634
0.0261825
0.0259001
0.0256164
0.0253312
0.0250447
0.0247568
0.0244676
0.024177
0.0238852
0.023592
0.0232975
0.0230018
0.0227049
0.0224067
0.0221073
0.0218067
0.0215049
0.021202
0.020898
0.0205928
0.0202865
0.0199791
0.0196707
0.0193612
0.0190506
0.0187391
0.0184265
0.018113
0.0177985
0.0174831
0.0171668
0.0168495
0.0165314
0.0162123
0.0158924
0.0155717
0.0152501
0.0149277
0.0146045
0.0142805
0.0139557
0.0136301
0.0133037
0.0129766
0.0126486
0.01232
0.0119905
0.0116603
0.0113293
0.0109976
0.0106651
0.0103317
0.00999762
0.00966269
0.00932694
0.00899034
0.00865289
0.00831454
0.00797528
0.00763504
0.00729383
0.00695159
0.00660831
0.00626392
0.0059184
0.00557166
0.0052237
0.00487443
0.00452388
0.00417187
0.00381849
0.00346339
0.00310693
0.0027484
0.00238867
0.00202629
0.00166326
0.00129633
0.000930265
0.00055773
0.000190723
0.0312651
0.0310116
0.0307564
0.0304997
0.0302414
0.0299816
0.0297202
0.0294572
0.0291926
0.0289266
0.028659
0.0283899
0.0281192
0.0278471
0.0275735
0.0272984
0.0270218
0.0267438
0.0264643
0.0261834
0.025901
0.0256173
0.0253321
0.0250456
0.0247578
0.0244685
0.024178
0.0238861
0.023593
0.0232985
0.0230028
0.0227059
0.0224077
0.0221083
0.0218077
0.021506
0.0212031
0.020899
0.0205938
0.0202875
0.0199801
0.0196717
0.0193622
0.0190517
0.0187401
0.0184276
0.018114
0.0177996
0.0174841
0.0171678
0.0168505
0.0165323
0.0162133
0.0158934
0.0155726
0.0152511
0.0149286
0.0146054
0.0142814
0.0139566
0.013631
0.0133046
0.0129774
0.0126495
0.0123208
0.0119913
0.0116611
0.0113301
0.0109983
0.0106658
0.0103324
0.0099983
0.00966334
0.00932757
0.00899094
0.00865347
0.0083151
0.00797581
0.00763555
0.00729431
0.00695204
0.00660873
0.00626431
0.00591876
0.00557199
0.005224
0.0048747
0.00452412
0.00417207
0.00381867
0.00346354
0.00310704
0.00274848
0.00238873
0.00202632
0.00166326
0.00129632
0.000930218
0.000557673
0.000190597
0.0312657
0.0310121
0.030757
0.0305003
0.0302421
0.0299822
0.0297208
0.0294578
0.0291933
0.0289273
0.0286597
0.0283906
0.02812
0.0278478
0.0275742
0.0272991
0.0270226
0.0267445
0.0264651
0.0261842
0.0259018
0.0256181
0.025333
0.0250465
0.0247586
0.0244694
0.0241789
0.023887
0.0235939
0.0232994
0.0230037
0.0227068
0.0224086
0.0221092
0.0218086
0.0215069
0.021204
0.0208999
0.0205947
0.0202884
0.0199811
0.0196726
0.0193631
0.0190526
0.018741
0.0184285
0.018115
0.0178005
0.017485
0.0171687
0.0168514
0.0165332
0.0162142
0.0158943
0.0155735
0.0152519
0.0149295
0.0146062
0.0142822
0.0139574
0.0136318
0.0133054
0.0129782
0.0126502
0.0123215
0.011992
0.0116618
0.0113308
0.010999
0.0106664
0.0103331
0.00999889
0.00966391
0.00932812
0.00899148
0.00865398
0.00831559
0.00797628
0.00763599
0.00729472
0.00695243
0.0066091
0.00626465
0.00591908
0.00557227
0.00522425
0.00487492
0.00452432
0.00417224
0.00381882
0.00346366
0.00310714
0.00274854
0.00238877
0.00202634
0.00166326
0.00129631
0.000930159
0.000557628
0.000190425
0.0312662
0.0310127
0.0307576
0.0305009
0.0302426
0.0299828
0.0297214
0.0294585
0.029194
0.0289279
0.0286603
0.0283912
0.0281206
0.0278485
0.0275749
0.0272998
0.0270233
0.0267453
0.0264658
0.0261849
0.0259026
0.0256189
0.0253337
0.0250473
0.0247594
0.0244702
0.0241797
0.0238878
0.0235947
0.0233002
0.0230045
0.0227076
0.0224094
0.02211
0.0218095
0.0215077
0.0212048
0.0209007
0.0205956
0.0202893
0.0199819
0.0196735
0.019364
0.0190534
0.0187419
0.0184293
0.0181158
0.0178013
0.0174858
0.0171695
0.0168522
0.016534
0.016215
0.015895
0.0155743
0.0152527
0.0149302
0.014607
0.0142829
0.0139581
0.0136324
0.013306
0.0129788
0.0126509
0.0123222
0.0119927
0.0116624
0.0113314
0.0109996
0.010667
0.0103336
0.00999941
0.00966441
0.0093286
0.00899194
0.00865443
0.00831602
0.00797668
0.00763638
0.00729508
0.00695277
0.00660941
0.00626494
0.00591934
0.00557251
0.00522447
0.00487511
0.00452449
0.00417239
0.00381894
0.00346375
0.00310721
0.00274859
0.00238879
0.00202635
0.00166325
0.0012963
0.000930095
0.0005576
0.000190204
0.0312667
0.0310132
0.0307581
0.0305014
0.0302432
0.0299834
0.029722
0.029459
0.0291945
0.0289285
0.0286609
0.0283918
0.0281212
0.0278491
0.0275755
0.0273005
0.0270239
0.0267459
0.0264665
0.0261856
0.0259033
0.0256195
0.0253344
0.0250479
0.0247601
0.0244709
0.0241804
0.0238885
0.0235954
0.0233009
0.0230053
0.0227083
0.0224102
0.0221108
0.0218102
0.0215085
0.0212055
0.0209015
0.0205963
0.02029
0.0199826
0.0196742
0.0193647
0.0190541
0.0187426
0.01843
0.0181165
0.017802
0.0174865
0.0171702
0.0168529
0.0165347
0.0162156
0.0158957
0.0155749
0.0152533
0.0149309
0.0146076
0.0142836
0.0139587
0.0136331
0.0133066
0.0129794
0.0126514
0.0123227
0.0119932
0.0116629
0.0113319
0.0110001
0.0106674
0.0103341
0.00999986
0.00966484
0.00932902
0.00899234
0.00865482
0.00831638
0.00797703
0.0076367
0.00729539
0.00695306
0.00660968
0.00626519
0.00591957
0.00557271
0.00522465
0.00487527
0.00452463
0.0041725
0.00381904
0.00346382
0.00310727
0.00274862
0.00238882
0.00202635
0.00166324
0.00129629
0.00093003
0.000557591
0.000189938
0.0312671
0.0310136
0.0307586
0.0305019
0.0302437
0.0299838
0.0297225
0.0294595
0.029195
0.028929
0.0286615
0.0283924
0.0281218
0.0278497
0.0275761
0.027301
0.0270245
0.0267465
0.026467
0.0261862
0.0259039
0.0256201
0.025335
0.0250485
0.0247607
0.0244715
0.024181
0.0238891
0.023596
0.0233016
0.0230059
0.022709
0.0224108
0.0221114
0.0218108
0.0215091
0.0212062
0.0209021
0.0205969
0.0202907
0.0199833
0.0196748
0.0193653
0.0190548
0.0187432
0.0184307
0.0181171
0.0178026
0.0174872
0.0171708
0.0168535
0.0165353
0.0162162
0.0158963
0.0155755
0.0152539
0.0149314
0.0146082
0.0142841
0.0139592
0.0136336
0.0133071
0.0129799
0.0126519
0.0123232
0.0119937
0.0116634
0.0113323
0.0110005
0.0106679
0.0103345
0.0100002
0.00966522
0.00932937
0.00899268
0.00865515
0.0083167
0.00797733
0.00763698
0.00729566
0.0069533
0.00660991
0.00626539
0.00591976
0.00557288
0.0052248
0.00487541
0.00452474
0.0041726
0.00381912
0.00346389
0.00310732
0.00274865
0.00238884
0.00202635
0.00166323
0.00129629
0.000929969
0.000557605
0.000189635
0.0312675
0.031014
0.030759
0.0305023
0.0302441
0.0299843
0.0297229
0.02946
0.0291955
0.0289295
0.0286619
0.0283928
0.0281223
0.0278502
0.0275766
0.0273015
0.027025
0.026747
0.0264676
0.0261867
0.0259044
0.0256207
0.0253356
0.0250491
0.0247612
0.024472
0.0241815
0.0238897
0.0235965
0.0233021
0.0230064
0.0227095
0.0224113
0.022112
0.0218114
0.0215097
0.0212067
0.0209027
0.0205975
0.0202912
0.0199838
0.0196754
0.0193659
0.0190553
0.0187438
0.0184312
0.0181176
0.0178031
0.0174877
0.0171713
0.016854
0.0165358
0.0162167
0.0158968
0.015576
0.0152544
0.0149319
0.0146086
0.0142846
0.0139597
0.013634
0.0133076
0.0129803
0.0126524
0.0123236
0.0119941
0.0116638
0.0113327
0.0110008
0.0106682
0.0103348
0.0100006
0.00966553
0.00932968
0.00899297
0.00865543
0.00831696
0.00797758
0.00763722
0.00729588
0.00695351
0.0066101
0.00626557
0.00591992
0.00557303
0.00522493
0.00487552
0.00452485
0.00417269
0.00381919
0.00346394
0.00310736
0.00274868
0.00238886
0.00202636
0.00166322
0.00129629
0.000929917
0.000557641
0.000189308
0.0312679
0.0310144
0.0307593
0.0305027
0.0302444
0.0299846
0.0297233
0.0294604
0.0291959
0.0289299
0.0286623
0.0283933
0.0281227
0.0278506
0.027577
0.027302
0.0270254
0.0267474
0.026468
0.0261871
0.0259048
0.0256211
0.025336
0.0250495
0.0247617
0.0244725
0.024182
0.0238901
0.023597
0.0233026
0.0230069
0.02271
0.0224118
0.0221124
0.0218119
0.0215101
0.0212072
0.0209032
0.020598
0.0202917
0.0199843
0.0196758
0.0193663
0.0190558
0.0187442
0.0184316
0.0181181
0.0178036
0.0174881
0.0171717
0.0168544
0.0165362
0.0162171
0.0158972
0.0155764
0.0152548
0.0149323
0.014609
0.0142849
0.0139601
0.0136344
0.0133079
0.0129807
0.0126527
0.0123239
0.0119944
0.0116641
0.011333
0.0110012
0.0106685
0.0103351
0.0100008
0.0096658
0.00932993
0.00899322
0.00865566
0.00831719
0.00797779
0.00763742
0.00729606
0.00695368
0.00661026
0.00626572
0.00592005
0.00557315
0.00522504
0.00487562
0.00452494
0.00417276
0.00381926
0.00346399
0.00310741
0.00274871
0.00238888
0.00202637
0.00166323
0.0012963
0.00092988
0.000557696
0.000188979
0.0312682
0.0310147
0.0307596
0.030503
0.0302448
0.029985
0.0297236
0.0294607
0.0291962
0.0289302
0.0286627
0.0283936
0.028123
0.0278509
0.0275774
0.0273023
0.0270258
0.0267478
0.0264683
0.0261875
0.0259052
0.0256215
0.0253364
0.0250499
0.0247621
0.0244729
0.0241824
0.0238905
0.0235974
0.023303
0.0230073
0.0227104
0.0224122
0.0221128
0.0218123
0.0215105
0.0212076
0.0209035
0.0205983
0.0202921
0.0199847
0.0196762
0.0193667
0.0190562
0.0187446
0.018432
0.0181185
0.0178039
0.0174885
0.0171721
0.0168548
0.0165366
0.0162175
0.0158975
0.0155767
0.0152551
0.0149326
0.0146093
0.0142853
0.0139604
0.0136347
0.0133082
0.012981
0.012653
0.0123242
0.0119947
0.0116644
0.0113333
0.0110014
0.0106687
0.0103353
0.0100011
0.00966601
0.00933015
0.00899342
0.00865585
0.00831737
0.00797796
0.00763758
0.00729622
0.00695382
0.0066104
0.00626584
0.00592017
0.00557326
0.00522514
0.00487571
0.00452501
0.00417283
0.00381932
0.00346404
0.00310745
0.00274874
0.00238892
0.00202639
0.00166325
0.00129632
0.00092986
0.000557766
0.000188671
0.0312684
0.031015
0.0307599
0.0305032
0.030245
0.0299852
0.0297239
0.029461
0.0291965
0.0289305
0.0286629
0.0283939
0.0281233
0.0278512
0.0275776
0.0273026
0.0270261
0.0267481
0.0264686
0.0261878
0.0259055
0.0256218
0.0253367
0.0250502
0.0247624
0.0244732
0.0241827
0.0238908
0.0235977
0.0233033
0.0230076
0.0227107
0.0224125
0.0221131
0.0218126
0.0215108
0.0212079
0.0209038
0.0205986
0.0202924
0.019985
0.0196765
0.019367
0.0190564
0.0187449
0.0184323
0.0181187
0.0178042
0.0174888
0.0171724
0.0168551
0.0165368
0.0162178
0.0158978
0.015577
0.0152554
0.0149329
0.0146096
0.0142855
0.0139606
0.0136349
0.0133085
0.0129812
0.0126532
0.0123244
0.0119949
0.0116646
0.0113335
0.0110016
0.0106689
0.0103355
0.0100013
0.00966619
0.00933031
0.00899358
0.00865601
0.00831752
0.0079781
0.00763771
0.00729634
0.00695394
0.00661051
0.00626595
0.00592027
0.00557335
0.00522523
0.00487579
0.00452509
0.00417289
0.00381938
0.00346409
0.0031075
0.00274878
0.00238895
0.00202641
0.00166327
0.00129635
0.000929858
0.000557845
0.000188405
0.0312686
0.0310152
0.0307601
0.0305035
0.0302452
0.0299854
0.0297241
0.0294612
0.0291967
0.0289307
0.0286632
0.0283941
0.0281235
0.0278514
0.0275779
0.0273028
0.0270263
0.0267483
0.0264689
0.026188
0.0259057
0.025622
0.0253369
0.0250504
0.0247626
0.0244734
0.0241829
0.0238911
0.0235979
0.0233035
0.0230078
0.0227109
0.0224127
0.0221134
0.0218128
0.021511
0.0212081
0.0209041
0.0205989
0.0202926
0.0199852
0.0196767
0.0193672
0.0190567
0.0187451
0.0184325
0.018119
0.0178044
0.017489
0.0171726
0.0168553
0.0165371
0.016218
0.015898
0.0155772
0.0152555
0.0149331
0.0146098
0.0142857
0.0139608
0.0136351
0.0133086
0.0129814
0.0126534
0.0123246
0.011995
0.0116647
0.0113336
0.0110018
0.0106691
0.0103356
0.0100014
0.00966632
0.00933045
0.00899371
0.00865613
0.00831764
0.00797821
0.00763782
0.00729645
0.00695404
0.0066106
0.00626604
0.00592035
0.00557343
0.0052253
0.00487586
0.00452515
0.00417295
0.00381943
0.00346414
0.00310755
0.00274882
0.002389
0.00202645
0.00166331
0.00129639
0.000929871
0.000557927
0.000188201
0.0312688
0.0310153
0.0307603
0.0305036
0.0302454
0.0299856
0.0297242
0.0294613
0.0291969
0.0289309
0.0286633
0.0283943
0.0281237
0.0278516
0.027578
0.027303
0.0270265
0.0267485
0.026469
0.0261882
0.0259059
0.0256222
0.0253371
0.0250506
0.0247628
0.0244736
0.0241831
0.0238912
0.0235981
0.0233037
0.023008
0.0227111
0.0224129
0.0221135
0.021813
0.0215112
0.0212083
0.0209042
0.020599
0.0202927
0.0199854
0.0196769
0.0193674
0.0190568
0.0187452
0.0184327
0.0181191
0.0178046
0.0174891
0.0171727
0.0168554
0.0165372
0.0162181
0.0158981
0.0155773
0.0152557
0.0149332
0.0146099
0.0142858
0.0139609
0.0136352
0.0133088
0.0129815
0.0126535
0.0123247
0.0119952
0.0116648
0.0113337
0.0110019
0.0106692
0.0103357
0.0100015
0.00966642
0.00933054
0.0089938
0.00865622
0.00831772
0.0079783
0.0076379
0.00729653
0.00695412
0.00661068
0.00626611
0.00592042
0.0055735
0.00522537
0.00487592
0.00452521
0.004173
0.00381949
0.00346419
0.0031076
0.00274887
0.00238904
0.00202649
0.00166334
0.00129643
0.000929897
0.000558004
0.000188068
0.0312689
0.0310154
0.0307604
0.0305037
0.0302455
0.0299857
0.0297244
0.0294615
0.029197
0.028931
0.0286635
0.0283944
0.0281238
0.0278517
0.0275782
0.0273031
0.0270266
0.0267486
0.0264692
0.0261883
0.025906
0.0256223
0.0253372
0.0250507
0.0247629
0.0244737
0.0241832
0.0238913
0.0235982
0.0233038
0.0230081
0.0227112
0.022413
0.0221136
0.0218131
0.0215113
0.0212084
0.0209043
0.0205992
0.0202929
0.0199855
0.019677
0.0193675
0.0190569
0.0187454
0.0184328
0.0181192
0.0178047
0.0174892
0.0171728
0.0168555
0.0165373
0.0162182
0.0158982
0.0155774
0.0152558
0.0149333
0.01461
0.0142859
0.013961
0.0136353
0.0133089
0.0129816
0.0126536
0.0123248
0.0119952
0.0116649
0.0113338
0.0110019
0.0106693
0.0103358
0.0100016
0.00966649
0.00933061
0.00899387
0.00865628
0.00831778
0.00797836
0.00763796
0.00729658
0.00695417
0.00661073
0.00626616
0.00592047
0.00557354
0.00522542
0.00487597
0.00452526
0.00417305
0.00381953
0.00346423
0.00310764
0.00274891
0.00238908
0.00202653
0.00166338
0.00129648
0.000929928
0.000558071
0.000188005
0.031269
0.0310155
0.0307605
0.0305039
0.0302456
0.0299858
0.0297245
0.0294616
0.0291971
0.0289311
0.0286635
0.0283945
0.0281239
0.0278518
0.0275783
0.0273032
0.0270267
0.0267487
0.0264693
0.0261884
0.0259061
0.0256224
0.0253373
0.0250508
0.024763
0.0244738
0.0241833
0.0238914
0.0235983
0.0233039
0.0230082
0.0227113
0.0224131
0.0221137
0.0218131
0.0215114
0.0212085
0.0209044
0.0205992
0.0202929
0.0199855
0.0196771
0.0193675
0.019057
0.0187454
0.0184328
0.0181193
0.0178047
0.0174893
0.0171729
0.0168556
0.0165373
0.0162182
0.0158983
0.0155775
0.0152558
0.0149333
0.0146101
0.014286
0.0139611
0.0136354
0.0133089
0.0129816
0.0126536
0.0123248
0.0119953
0.011665
0.0113339
0.011002
0.0106693
0.0103358
0.0100016
0.00966652
0.00933064
0.0089939
0.00865632
0.00831782
0.00797839
0.00763799
0.00729661
0.0069542
0.00661076
0.00626619
0.0059205
0.00557358
0.00522545
0.004876
0.00452529
0.00417308
0.00381956
0.00346426
0.00310767
0.00274895
0.00238911
0.00202657
0.00166342
0.00129652
0.000929963
0.000558126
0.000188001
0.0312691
0.0310156
0.0307606
0.0305039
0.0302457
0.0299859
0.0297246
0.0294616
0.0291972
0.0289312
0.0286636
0.0283946
0.028124
0.0278519
0.0275783
0.0273033
0.0270267
0.0267488
0.0264693
0.0261884
0.0259061
0.0256224
0.0253373
0.0250509
0.024763
0.0244738
0.0241833
0.0238915
0.0235983
0.0233039
0.0230082
0.0227113
0.0224131
0.0221138
0.0218132
0.0215114
0.0212085
0.0209044
0.0205992
0.0202929
0.0199856
0.0196771
0.0193676
0.019057
0.0187454
0.0184329
0.0181193
0.0178048
0.0174893
0.0171729
0.0168556
0.0165374
0.0162183
0.0158983
0.0155775
0.0152558
0.0149334
0.0146101
0.014286
0.0139611
0.0136354
0.0133089
0.0129816
0.0126536
0.0123248
0.0119953
0.011665
0.0113339
0.011002
0.0106693
0.0103359
0.0100016
0.00966653
0.00933065
0.00899391
0.00865632
0.00831782
0.0079784
0.007638
0.00729662
0.00695421
0.00661077
0.0062662
0.00592052
0.00557359
0.00522546
0.00487602
0.00452531
0.0041731
0.00381958
0.00346429
0.0031077
0.00274897
0.00238914
0.0020266
0.00166345
0.00129655
0.000930004
0.000558154
0.000188044
)
;
boundaryField
{
velocityInlet
{
type zeroGradient;
}
pressureOutlet
{
type fixedValue;
value uniform 0;
}
fixedWalls
{
type zeroGradient;
}
bottomWall
{
type zeroGradient;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //
|
|
03a0236bb9ab0240c597bb458f4f3b2b7cd5296f
|
f5dc059a4311bc542af480aa8e8784965d78c6e7
|
/casa/Arrays/ArrayIter.tcc
|
27096eba5197f18e442a0e0c03f75ba7948425c4
|
[] |
no_license
|
astro-informatics/casacore-1.7.0_patched
|
ec166dc4a13a34ed433dd799393e407d077a8599
|
8a7cbf4aa79937fba132cf36fea98f448cc230ea
|
refs/heads/master
| 2021-01-17T05:26:35.733411
| 2015-03-24T11:08:55
| 2015-03-24T11:08:55
| 32,793,738
| 2
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 5,009
|
tcc
|
ArrayIter.tcc
|
//# ArrayIter.cc: Iterate an Array cursor through another Array
//# Copyright (C) 1993,1994,1995,1997,1999,2003
//# Associated Universities, Inc. Washington DC, USA.
//#
//# This library is free software; you can redistribute it and/or modify it
//# under the terms of the GNU Library General Public License as published by
//# the Free Software Foundation; either version 2 of the License, or (at your
//# option) any later version.
//#
//# This library 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 Library General Public
//# License for more details.
//#
//# You should have received a copy of the GNU Library General Public License
//# along with this library; if not, write to the Free Software Foundation,
//# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
//#
//# Correspondence concerning AIPS++ should be addressed as follows:
//# Internet email: aips2-request@nrao.edu.
//# Postal address: AIPS++ Project Office
//# National Radio Astronomy Observatory
//# 520 Edgemont Road
//# Charlottesville, VA 22903-2475 USA
//#
//# $Id: ArrayIter.tcc 20551 2009-03-25 00:11:33Z Malte.Marquarding $
#include <casa/Arrays/ArrayIter.h>
#include <casa/Arrays/ArrayError.h>
namespace casa { //# NAMESPACE CASA - BEGIN
template<class T> ArrayIterator<T>::ArrayIterator(Array<T> &a, uInt byDim)
: ArrayPositionIterator(a.shape(), byDim),
ap_p(0),
readOnly_p(False)
{
init(a);
}
template<class T> ArrayIterator<T>::ArrayIterator(Array<T> &a,
const IPosition &axes,
Bool axesAreCursor)
: ArrayPositionIterator(a.shape(), axes, axesAreCursor),
ap_p(0),
readOnly_p(False)
{
init(a);
}
template<class T> ArrayIterator<T>::~ArrayIterator()
{
delete pOriginalArray_p;
delete ap_p;
}
// <thrown>
// <item> ArrayIteratorError
// </thrown>
template<class T> void ArrayIterator<T>::init(Array<T> &a)
{
pOriginalArray_p = new Array<T>(a);
if (!pOriginalArray_p) {
throw(ArrayIteratorError("ArrayIterator<T>::init(a) - "
" failed to make new Array<t>(a) for pOriginalArray_p"));
}
dataPtr_p = pOriginalArray_p->begin_p;
if (dimIter() < 1)
throw(ArrayIteratorError("ArrayIterator<T>::ArrayIterator<T> - "
" at the moment cannot iterate by scalars"));
IPosition blc(pOriginalArray_p->ndim(), 0);
IPosition trc(pOriginalArray_p->endPosition());
// Calculate what the offset for ap_p->begin is for each step.
// The offset is the value that has to be added to dataPtr_p to go
// to the next chunk.
// The offset calculation must match the way nextStep is iterating.
// The iteration is such that shape(i)-1 steps are made for axis i.
const IPosition& iAxes = iterAxes();
const IPosition& steps = pOriginalArray_p->steps();
const IPosition& shape = pOriginalArray_p->shape();
offset_p.resize (a.ndim());
offset_p = 0;
Int lastoff = 0;
for (uInt i=0; i<iAxes.nelements(); i++) {
uInt axis = iAxes(i);
if (trc(axis) > 0) trc(axis) = 0;
offset_p(axis) = steps(axis) - lastoff;
lastoff += (shape(axis)-1)*steps(axis);
}
// Now diddle with the internal array to ensure that it is the
// correct shape. We only want to remove the iteration axes, not the
// possible degenerate axes in the cursor).
if (dimIter() < pOriginalArray_p->ndim()) {
ap_p = new Array<T>((*pOriginalArray_p)(blc,trc).nonDegenerate(cursorAxes()));
} else {
// Same dimensionality, so no degenerate axes
ap_p = new Array<T>(*pOriginalArray_p);
}
}
// <thrown>
// <item> ArrayIteratorError
// </thrown>
template<class T> void ArrayIterator<T>::apSetPointer(Int stepDim)
{
if (ap_p == 0)
throw(ArrayIteratorError("ArrayIterator<T>::apSetPointer()"
" - no iteration array!"));
if (pastEnd()) {
ap_p->begin_p = 0; // Mark it "invalid"
} else {
if (stepDim < 0) {
dataPtr_p = pOriginalArray_p->begin_p;
} else {
dataPtr_p += offset_p(stepDim);
}
ap_p->begin_p = dataPtr_p;
ap_p->setEndIter();
}
}
template<class T> void ArrayIterator<T>::reset()
{
ArrayPositionIterator::reset();
apSetPointer(-1);
}
template<class T> void ArrayIterator<T>::next()
{
Int stepDim = ArrayPositionIterator::nextStep();
apSetPointer(stepDim);
}
template<class T> void ArrayIterator<T>::set (const IPosition& cursorPos)
{
ArrayPositionIterator::set (cursorPos);
if (ap_p == 0)
throw(ArrayIteratorError("ArrayIterator<T>::apSetPointer()"
" - no iteration array!"));
if (pastEnd()) {
ap_p->begin_p = 0; // Mark it "invalid"
} else {
dataPtr_p = &((*pOriginalArray_p)(pos()));
ap_p->begin_p = dataPtr_p;
ap_p->setEndIter();
}
}
template<class T> ArrayBase& ArrayIterator<T>::getArray()
{
return array();
}
} //# NAMESPACE CASA - END
|
2321c04a53943375819a4557176c6e58671cf767
|
5e5328ce68149e570df2981181470dd6dda4ea70
|
/example/pthread/threadtest3.cpp
|
3e66363028fc8742dfe3f07c833c55abbb4d0022
|
[] |
no_license
|
0jakeschmidt/mutual-exclusion
|
0783463b8cf44fd486f09adfd3b1430f4e5fe925
|
f5b18f5db8536874bac565e7645056554d5ce253
|
refs/heads/master
| 2020-08-16T01:18:51.956714
| 2020-01-15T23:49:28
| 2020-01-15T23:49:28
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,605
|
cpp
|
threadtest3.cpp
|
#include <cstdio>
#include <iostream>
#include <pthread.h>
#include <cstdlib>
#include <unistd.h>
using namespace std;
//function the first thread uses.
void * firstthread(void * noparam) {
int i;
//testing forks with threads, need to wait a couple of seconds here.
sleep(2);
for (i =0; i<10; i++) {
cout <<getpid() <<" I'm the first thread and the oldest child.\n";
}
}
//function the second thread uses
void * secondthread(void * noparam) {
//testing forks with threads, need to wait a couple of seconds here.
sleep(2);
for (int i = 0; i < 10; i++) {
cout <<getpid() <<" No fair, The parent likes me better\n";
}
}
main() {
int i, c1, status;
pthread_t th1, th2;
//fork first, for completeness of testing
if ((c1 = fork()) == -1) /* Create the first child process */ {
perror("unable to fork first child");
exit(1);
}
else if (c1 == 0) { /* This is the first child process */
cout <<"first child pid = "<< getpid()<<endl;
}
// create thread1
if (pthread_create(&th1, NULL, firstthread, 0)) {
perror("error creating the first thread");
exit(1);
}
cout << "created the first thread" << endl;
//create thread2
if (pthread_create(&th2, NULL, secondthread, 0)) {
perror("error creating the second thread");
exit(1);
}
cout << "created the second thread" << endl;
//the parent process is the only one who should get to this code.
for (i = 0; i < 20; i++) {
cout <<getpid() << " Why did I have threads again?\n";
}
//wait for threads to finish
pthread_join(th1, 0);
pthread_join(th2, 0);
}
|
f86ade12fdb61bf66d3f97c444c30b0a5fb9a067
|
214dbcc732e0f6a49336164c793bd4af4754a6f7
|
/Algorithmics/Problems from various contests/desen.cpp
|
c8e932a3fe510c8cebd97213ad92aeb85cac44fd
|
[] |
no_license
|
IrinaMBejan/Personal-work-contests
|
f878c25507a8bfdab3f7af8d55b780d7632efecb
|
4ab2841244a55d074d25e721aefa56431e508c43
|
refs/heads/master
| 2021-01-20T08:24:47.492233
| 2017-05-03T12:22:26
| 2017-05-03T12:22:26
| 90,142,452
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,069
|
cpp
|
desen.cpp
|
#include <cstdio>
#define NMAX 1002
using namespace std;
FILE* fin=fopen("desen1.in","r");
FILE* fout=fopen("desen1.out","w");
int a[NMAX][NMAX],b[NMAX][NMAX],n,m;
int verif(int i, int j);
int main()
{
int i,j;
fscanf(fin,"%d %d",&n,&m);
for(i=1; i<=n; i++)
for(j=1; j<=m; j++)
fscanf(fin,"%d",&a[i][j]);
for(i=2; i<n; i++)
for(j=2; j<m; j++)
if(verif(i,j)!=a[i-1][j])
b[i][j]=1-b[i-1][j];
else
b[i][j]=b[i-1][j];
for(i=1; i<=n; i++)
{
fprintf(fout,".");
for(j=2; j<=m; j++)
{
if(b[i][j-1]!=b[i][j])
fprintf(fout,"|");
else
fprintf(fout,".");
if(b[i+1][j]!=b[i][j])
fprintf(fout,"_");
else
fprintf(fout,".");
}
fprintf(fout,"\n");
}
return 0;
}
int verif(int i,int j)
{
int c=0;
if(b[i-1][j]+b[i-1][j-1]==1) c++;
if(b[i-1][j]+b[i-2][j]==1) c++;
if(b[i-1][j]+b[i-1][j+1]==1) c++;
return c;
}
|
0748a5d130a08104a5d716eaf5d463fde6c28cb5
|
a4d051ef6b92519bcdbd6eeca4c8123d8613ffc7
|
/src/Options.h
|
f1b7f125a5a718d3164517993430bd5e712bbad0
|
[
"BSD-2-Clause"
] |
permissive
|
LouisGallagher/Logger2
|
696afd77be4741db729ab260b8112472a1e67f81
|
d0a8bdced4606410e1ca4d27d9a842d026c2df44
|
refs/heads/master
| 2020-05-29T08:50:09.320132
| 2017-02-01T16:04:37
| 2017-02-01T16:04:37
| 69,006,273
| 0
| 0
| null | 2016-09-23T08:39:42
| 2016-09-23T08:39:42
| null |
UTF-8
|
C++
| false
| false
| 4,696
|
h
|
Options.h
|
#include <iostream>
#include <string>
#include <cstdlib>
#include <sys/types.h>
#include <unistd.h>
#include <boost/program_options.hpp>
#ifndef OPTIONS_H_
#define OPTIONS_H_
namespace po = boost::program_options;
class Options
{
public:
static const Options& get(int argc = 0, char ** argv = 0)
{
static const Options instance(argc, argv);
return instance;
}
int fps;
int width;
int height;
int tcp;
int ttl;
int gain;
int exposure;
int headless;
uint64_t time;
uint64_t countdown;
bool memoryRecord;
bool compressed;
bool autoExposure;
bool stream;
bool log;
double depthClampMin;
double depthClampMax;
std::string channel;
std::string name;
private:
Options(int argc, char ** argv)
: width(640),
height(480),
fps(30),
tcp(0),
ttl(0),
gain(400),
exposure(164),
memoryRecord(false),
compressed(false),
headless(false),
stream(false),
log(false),
time(0),
countdown(0),
autoExposure(false),
depthClampMin(0.0),
depthClampMax(5.0),
channel("Logger2")
{
po::options_description desc("Logger2, a tool for logging data captured on an ASUS Xtion Pro Live and Intel RealSense R200.\n Options:");
desc.add_options()
("help", "Print this help message")
("width,w", po::value<int>(), "Frame width. [Default = 640]")
("height,h", po::value<int>(), "Frame height [Default = 480]")
("fps,f", po::value<int>(), "Frames per second. [Default = 30]")
("gain,g", po::value<int>(), "Set the gain on the left and right infrared cameras (Intel RealSense R200 only). [Default = 400, Min = 100, Max = 6399]")
("exposure,e", po::value<int>(), "Set the exposure of the left and right infrared cameras (Intel RealSense R200 only). [Default = 164, Min = 1, Max = 330]")
("depthClampMin,dcmin", po::value<int>(), "Depth clamp minimum in meters (Intel RealSense R200 only). [Default = 0, Min = 0, Max = 65]")
("depthClampMax,dcmax", po::value<int>(), " Depth clamp maximum in meters (Intel RealSense R200 only). [Default = 5, Min = 0, Max = 65]")
("tcp,t", "Enable TCP streaming support on port 5698. [Default = false]")
("ttl", po::value<int>(), "Set the UDP ttl. Set to 1 to stream packets on the local network. A value of 0 means packets wont be transmitted on the wire. [Default = 0]")
("memoryRecord,m", "Enable caching frames to memory. [Default = false]")
("compressed,c", "Enable frame compression. [Default = false]")
("headless", "Run headless. [Default = false]")
("stream,s", " Stream the frames using LCM framework (Lightweight Communications and Marshalling). [Default = false]")
("log,l", "Log the frames to a local file. [Default = false]")
("time", po::value<uint64_t>(), "Capture time in seconds. [Default = 0]")
("countdown", po::value<uint64_t>(), "Countdown till beginning of capture in seconds. [Default = 0]")
("channel", po::value<std::string>(), "The channel to which frames should be published when streaming is enabled. [Default = Logger2]");
po::variables_map vm;
po::store(po::parse_command_line(argc, argv, desc), vm);
po::notify(vm);
if(vm.count("help"))
{
std::cout << desc << std::endl;
std::exit(EXIT_SUCCESS);
}
if(vm.count("width"))
width = vm["width"].as<int>();
if(vm.count("height"))
height = vm["height"].as<int>();
if(vm.count("fps"))
fps = vm["fps"].as<int>();
if(vm.count("gain"))
gain = vm["gain"].as<int>();
if(vm.count("exposure"))
exposure = vm["exposure"].as<int>();
if(!vm.count("gain") && !vm.count("exposure"))
autoExposure = true;
if(vm.count("depthClampMin"))
depthClampMin = vm["depthClampMin"].as<int>();
if(vm.count("depthClampMax"))
depthClampMax = vm["depthClampMax"].as<int>();
if(vm.count("time"))
time = vm["time"].as<uint64_t>();
if(vm.count("countdown"))
countdown = vm["countdown"].as<uint64_t>();
if(vm.count("channel"))
channel = vm["channel"].as<std::string>();
if(vm.count("tcp"))
tcp = true;
if(vm.count("ttl"))
ttl = vm["ttl"].as<int>();
if(vm.count("memoryRecord"))
memoryRecord = true;
if(vm.count("compressed"))
compressed = true;
if(vm.count("headless"))
headless = true;
if(vm.count("stream"))
stream = true;
if(vm.count("log"))
log = true;
char hostname[256];
char username[256];
gethostname(hostname, 256);
getlogin_r(username, 256);
name = std::string(hostname) + "/" + std::string(username) + "/" + std::to_string(getpid());
}
public:
Options(Options const & ) = delete;
void operator=(Options const & ) = delete;
};
#endif //OPTIONS_H_
|
430268bff9496f411ae387382ec1d562c206be7e
|
3bea3e76d8db77cab9ee80f8cc9bf9bd46276407
|
/src/test/storage/encoded_column_test.cpp
|
fe027bf1f796bc64fb25b45d8273eec4d028d68d
|
[
"MIT"
] |
permissive
|
marcelja/hyrise
|
0ee799c2c0bd0571f33580ce66236ee93cb44801
|
f141344e140f7392ab8e42ae6538875c4c2e6b8b
|
refs/heads/master
| 2018-07-14T12:02:49.432911
| 2018-02-19T17:48:28
| 2018-02-19T17:48:28
| 114,154,675
| 0
| 0
|
MIT
| 2018-06-01T13:37:15
| 2017-12-13T18:23:46
|
C++
|
UTF-8
|
C++
| false
| false
| 7,197
|
cpp
|
encoded_column_test.cpp
|
#include <boost/hana/at_key.hpp>
#include <memory>
#include <random>
#include "base_test.hpp"
#include "gtest/gtest.h"
#include "storage/column_encoding_utils.hpp"
#include "storage/create_iterable_from_column.hpp"
#include "storage/encoding_type.hpp"
#include "storage/resolve_encoded_column_type.hpp"
#include "storage/value_column.hpp"
#include "types.hpp"
#include "utils/enum_constant.hpp"
namespace opossum {
namespace hana = boost::hana;
using EncodingTypes = ::testing::Types<enum_constant<EncodingType, EncodingType::Dictionary>,
enum_constant<EncodingType, EncodingType::DeprecatedDictionary>,
enum_constant<EncodingType, EncodingType::RunLength>>;
template <typename EncodingTypeT>
class EncodedColumnTest : public BaseTest {
protected:
static constexpr auto encoding_type_t = EncodingTypeT{};
static constexpr auto column_template_t = hana::at_key(encoded_column_for_type, encoding_type_t);
using ColumnTemplateType = typename decltype(column_template_t)::type;
template <typename T>
using EncodedColumnType = typename ColumnTemplateType::template _template<T>;
protected:
static constexpr auto row_count = 200u;
protected:
std::shared_ptr<ValueColumn<int32_t>> create_int_value_column() {
auto values = pmr_concurrent_vector<int32_t>(row_count);
std::default_random_engine engine{};
std::uniform_int_distribution<int32_t> dist{0u, 10u};
for (auto& elem : values) {
elem = dist(engine);
}
return std::make_shared<ValueColumn<int32_t>>(std::move(values));
}
std::shared_ptr<ValueColumn<int32_t>> create_int_w_null_value_column() {
auto values = pmr_concurrent_vector<int32_t>(row_count);
auto null_values = pmr_concurrent_vector<bool>(row_count);
std::default_random_engine engine{};
std::uniform_int_distribution<int32_t> dist{0u, 10u};
std::bernoulli_distribution bernoulli_dist{0.3};
for (auto i = 0u; i < row_count; ++i) {
values[i] = dist(engine);
null_values[i] = bernoulli_dist(engine);
}
return std::make_shared<ValueColumn<int32_t>>(std::move(values), std::move(null_values));
}
ChunkOffsetsList create_sequential_chunk_offsets_list() {
auto list = ChunkOffsetsList{};
std::default_random_engine engine{};
std::bernoulli_distribution bernoulli_dist{0.5};
for (auto into_referencing = 0u, into_referenced = 0u; into_referenced < row_count; ++into_referenced) {
if (bernoulli_dist(engine)) {
list.push_back({into_referencing++, into_referenced});
}
}
return list;
}
ChunkOffsetsList create_random_access_chunk_offsets_list() {
auto list = create_sequential_chunk_offsets_list();
std::default_random_engine engine{};
std::shuffle(list.begin(), list.end(), engine);
return list;
}
template <typename T>
std::shared_ptr<EncodedColumnType<T>> encode_value_column(DataType data_type,
const std::shared_ptr<ValueColumn<T>>& value_column) {
return std::dynamic_pointer_cast<EncodedColumnType<T>>(encode_column(encoding_type_t(), data_type, value_column));
}
};
TYPED_TEST_CASE(EncodedColumnTest, EncodingTypes);
TYPED_TEST(EncodedColumnTest, SequenciallyReadNotNullableIntColumn) {
auto value_column = this->create_int_value_column();
auto encoded_column = this->encode_value_column(DataType::Int, value_column);
EXPECT_EQ(value_column->size(), encoded_column->size());
auto value_column_iterable = create_iterable_from_column(*value_column);
auto encoded_column_iterable = create_iterable_from_column(*encoded_column);
value_column_iterable.with_iterators([&](auto value_column_it, auto value_column_end) {
encoded_column_iterable.with_iterators([&](auto encoded_column_it, auto encoded_column_end) {
for (; encoded_column_it != encoded_column_end; ++encoded_column_it, ++value_column_it) {
EXPECT_EQ(value_column_it->value(), encoded_column_it->value());
}
});
});
}
TYPED_TEST(EncodedColumnTest, SequenciallyReadNullableIntColumn) {
auto value_column = this->create_int_w_null_value_column();
auto encoded_column = this->encode_value_column(DataType::Int, value_column);
EXPECT_EQ(value_column->size(), encoded_column->size());
auto value_column_iterable = create_iterable_from_column(*value_column);
auto encoded_column_iterable = create_iterable_from_column(*encoded_column);
value_column_iterable.with_iterators([&](auto value_column_it, auto value_column_end) {
encoded_column_iterable.with_iterators([&](auto encoded_column_it, auto encoded_column_end) {
for (; encoded_column_it != encoded_column_end; ++encoded_column_it, ++value_column_it) {
EXPECT_EQ(value_column_it->is_null(), encoded_column_it->is_null());
if (!value_column_it->is_null()) {
EXPECT_EQ(value_column_it->value(), encoded_column_it->value());
}
}
});
});
}
TYPED_TEST(EncodedColumnTest, SequanciallyReadNullableIntColumnWithChunkOffsetsList) {
auto value_column = this->create_int_w_null_value_column();
auto encoded_column = this->encode_value_column(DataType::Int, value_column);
EXPECT_EQ(value_column->size(), encoded_column->size());
auto value_column_iterable = create_iterable_from_column(*value_column);
auto encoded_column_iterable = create_iterable_from_column(*encoded_column);
auto chunk_offsets_list = this->create_sequential_chunk_offsets_list();
value_column_iterable.with_iterators(&chunk_offsets_list, [&](auto value_column_it, auto value_column_end) {
encoded_column_iterable.with_iterators(&chunk_offsets_list, [&](auto encoded_column_it, auto encoded_column_end) {
for (; encoded_column_it != encoded_column_end; ++encoded_column_it, ++value_column_it) {
EXPECT_EQ(value_column_it->is_null(), encoded_column_it->is_null());
if (!value_column_it->is_null()) {
EXPECT_EQ(value_column_it->value(), encoded_column_it->value());
}
}
});
});
}
TYPED_TEST(EncodedColumnTest, SequanciallyReadNullableIntColumnWithShuffledChunkOffsetsList) {
auto value_column = this->create_int_w_null_value_column();
auto encoded_column = this->encode_value_column(DataType::Int, value_column);
EXPECT_EQ(value_column->size(), encoded_column->size());
auto value_column_iterable = create_iterable_from_column(*value_column);
auto encoded_column_iterable = create_iterable_from_column(*encoded_column);
auto chunk_offsets_list = this->create_random_access_chunk_offsets_list();
value_column_iterable.with_iterators(&chunk_offsets_list, [&](auto value_column_it, auto value_column_end) {
encoded_column_iterable.with_iterators(&chunk_offsets_list, [&](auto encoded_column_it, auto encoded_column_end) {
for (; encoded_column_it != encoded_column_end; ++encoded_column_it, ++value_column_it) {
EXPECT_EQ(value_column_it->is_null(), encoded_column_it->is_null());
if (!value_column_it->is_null()) {
EXPECT_EQ(value_column_it->value(), encoded_column_it->value());
}
}
});
});
}
} // namespace opossum
|
0ac76b1c55e957ed0d2632b3f499f62bf846962a
|
82b09878c9a5063d54d8783c732971ae2941ab2c
|
/soapServer.cpp
|
964052691f5cc23b709c0daad7c06efce162a445
|
[] |
no_license
|
funnywwh/gsoap-onvif
|
0ab8456f16cadefcdb1408257f576bbc99c1c89f
|
0e64731cc40368096560de6f379a76946c0c4b88
|
refs/heads/master
| 2023-07-08T19:26:28.986707
| 2021-08-11T08:10:09
| 2021-08-11T08:10:09
| 394,912,924
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 793,544
|
cpp
|
soapServer.cpp
|
/* soapServer.cpp
Generated by gSOAP 2.8.17r from onvif.h
Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved.
The generated code is released under one of the following licenses:
GPL or Genivia's license for commercial use.
This program is released under the GPL with the additional exemption that
compiling, linking, and/or using OpenSSL is allowed.
*/
#if defined(__BORLANDC__)
#pragma option push -w-8060
#pragma option push -w-8004
#endif
#include "soapH.h"
SOAP_SOURCE_STAMP("@(#) soapServer.cpp ver 2.8.17r 2014-11-04 08:50:34 GMT")
extern "C" SOAP_FMAC5 int SOAP_FMAC6 soap_serve(struct soap *soap)
{
#ifndef WITH_FASTCGI
unsigned int k = soap->max_keep_alive;
#endif
do
{
#ifndef WITH_FASTCGI
if (soap->max_keep_alive > 0 && !--k)
soap->keep_alive = 0;
#endif
if (soap_begin_serve(soap))
{ if (soap->error >= SOAP_STOP)
continue;
return soap->error;
}
if (soap_serve_request(soap) || (soap->fserveloop && soap->fserveloop(soap)))
{
#ifdef WITH_FASTCGI
soap_send_fault(soap);
#else
return soap_send_fault(soap);
#endif
}
#ifdef WITH_FASTCGI
soap_destroy(soap);
soap_end(soap);
} while (1);
#else
} while (soap->keep_alive);
#endif
return SOAP_OK;
}
#ifndef WITH_NOSERVEREQUEST
extern "C" SOAP_FMAC5 int SOAP_FMAC6 soap_serve_request(struct soap *soap)
{
soap_peek_element(soap);
if (!soap_match_tag(soap, soap->tag, "SOAP-ENV:Fault"))
return soap_serve_SOAP_ENV__Fault(soap);
if (!soap_match_tag(soap, soap->tag, "wsdd:Hello"))
return soap_serve___wsdd__Hello(soap);
if (!soap_match_tag(soap, soap->tag, "wsdd:Bye"))
return soap_serve___wsdd__Bye(soap);
if (!soap_match_tag(soap, soap->tag, "wsdd:Probe"))
return soap_serve___wsdd__Probe(soap);
if (!soap_match_tag(soap, soap->tag, "wsdd:ProbeMatches"))
return soap_serve___wsdd__ProbeMatches(soap);
if (!soap_match_tag(soap, soap->tag, "wsdd:Resolve"))
return soap_serve___wsdd__Resolve(soap);
if (!soap_match_tag(soap, soap->tag, "wsdd:ResolveMatches"))
return soap_serve___wsdd__ResolveMatches(soap);
if (!soap_match_tag(soap, soap->tag, "SOAP-ENV:Fault-alias"))
return soap_serve_SOAP_ENV__Fault_alias(soap);
if (!soap_match_tag(soap, soap->tag, "wsrm:CreateSequence"))
return soap_serve___wsrm__CreateSequence(soap);
if (!soap_match_tag(soap, soap->tag, "wsrm:CloseSequence"))
return soap_serve___wsrm__CloseSequence(soap);
if (!soap_match_tag(soap, soap->tag, "wsrm:TerminateSequence"))
return soap_serve___wsrm__TerminateSequence(soap);
if (!soap_match_tag(soap, soap->tag, "wsrm:CreateSequenceResponse"))
return soap_serve___wsrm__CreateSequenceResponse(soap);
if (!soap_match_tag(soap, soap->tag, "wsrm:CloseSequenceResponse"))
return soap_serve___wsrm__CloseSequenceResponse(soap);
if (!soap_match_tag(soap, soap->tag, "wsrm:TerminateSequenceResponse"))
return soap_serve___wsrm__TerminateSequenceResponse(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:GetServiceCapabilities"))
return soap_serve___ns1__GetServiceCapabilities(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:CreateRSAKeyPair"))
return soap_serve___ns1__CreateRSAKeyPair(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:GetKeyStatus"))
return soap_serve___ns1__GetKeyStatus(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:GetPrivateKeyStatus"))
return soap_serve___ns1__GetPrivateKeyStatus(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:GetAllKeys"))
return soap_serve___ns1__GetAllKeys(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:DeleteKey"))
return soap_serve___ns1__DeleteKey(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:CreatePKCS10CSR"))
return soap_serve___ns1__CreatePKCS10CSR(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:CreateSelfSignedCertificate"))
return soap_serve___ns1__CreateSelfSignedCertificate(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:UploadCertificate"))
return soap_serve___ns1__UploadCertificate(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:GetCertificate"))
return soap_serve___ns1__GetCertificate(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:GetAllCertificates"))
return soap_serve___ns1__GetAllCertificates(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:DeleteCertificate"))
return soap_serve___ns1__DeleteCertificate(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:CreateCertificationPath"))
return soap_serve___ns1__CreateCertificationPath(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:GetCertificationPath"))
return soap_serve___ns1__GetCertificationPath(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:GetAllCertificationPaths"))
return soap_serve___ns1__GetAllCertificationPaths(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:DeleteCertificationPath"))
return soap_serve___ns1__DeleteCertificationPath(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:AddServerCertificateAssignment"))
return soap_serve___ns1__AddServerCertificateAssignment(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:RemoveServerCertificateAssignment"))
return soap_serve___ns1__RemoveServerCertificateAssignment(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:ReplaceServerCertificateAssignment"))
return soap_serve___ns1__ReplaceServerCertificateAssignment(soap);
if (!soap_match_tag(soap, soap->tag, "ns1:GetAssignedServerCertificates"))
return soap_serve___ns1__GetAssignedServerCertificates(soap);
if (!soap_match_tag(soap, soap->tag, "tdn:Hello"))
return soap_serve___tdn__Hello(soap);
if (!soap_match_tag(soap, soap->tag, "tdn:Bye"))
return soap_serve___tdn__Bye(soap);
if (!soap_match_tag(soap, soap->tag, "tdn:Probe"))
return soap_serve___tdn__Probe(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetServices"))
return soap_serve___tds__GetServices(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetServiceCapabilities"))
return soap_serve___tds__GetServiceCapabilities(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDeviceInformation"))
return soap_serve___tds__GetDeviceInformation(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetSystemDateAndTime"))
return soap_serve___tds__SetSystemDateAndTime(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetSystemDateAndTime"))
return soap_serve___tds__GetSystemDateAndTime(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetSystemFactoryDefault"))
return soap_serve___tds__SetSystemFactoryDefault(soap);
if (!soap_match_tag(soap, soap->tag, "tds:UpgradeSystemFirmware"))
return soap_serve___tds__UpgradeSystemFirmware(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SystemReboot"))
return soap_serve___tds__SystemReboot(soap);
if (!soap_match_tag(soap, soap->tag, "tds:RestoreSystem"))
return soap_serve___tds__RestoreSystem(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetSystemBackup"))
return soap_serve___tds__GetSystemBackup(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetSystemLog"))
return soap_serve___tds__GetSystemLog(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetSystemSupportInformation"))
return soap_serve___tds__GetSystemSupportInformation(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetScopes"))
return soap_serve___tds__GetScopes(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetScopes"))
return soap_serve___tds__SetScopes(soap);
if (!soap_match_tag(soap, soap->tag, "tds:AddScopes"))
return soap_serve___tds__AddScopes(soap);
if (!soap_match_tag(soap, soap->tag, "tds:RemoveScopes"))
return soap_serve___tds__RemoveScopes(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDiscoveryMode"))
return soap_serve___tds__GetDiscoveryMode(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetDiscoveryMode"))
return soap_serve___tds__SetDiscoveryMode(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetRemoteDiscoveryMode"))
return soap_serve___tds__GetRemoteDiscoveryMode(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetRemoteDiscoveryMode"))
return soap_serve___tds__SetRemoteDiscoveryMode(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDPAddresses"))
return soap_serve___tds__GetDPAddresses(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetEndpointReference"))
return soap_serve___tds__GetEndpointReference(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetRemoteUser"))
return soap_serve___tds__GetRemoteUser(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetRemoteUser"))
return soap_serve___tds__SetRemoteUser(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetUsers"))
return soap_serve___tds__GetUsers(soap);
if (!soap_match_tag(soap, soap->tag, "tds:CreateUsers"))
return soap_serve___tds__CreateUsers(soap);
if (!soap_match_tag(soap, soap->tag, "tds:DeleteUsers"))
return soap_serve___tds__DeleteUsers(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetUser"))
return soap_serve___tds__SetUser(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetWsdlUrl"))
return soap_serve___tds__GetWsdlUrl(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetCapabilities"))
return soap_serve___tds__GetCapabilities(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetDPAddresses"))
return soap_serve___tds__SetDPAddresses(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetHostname"))
return soap_serve___tds__GetHostname(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetHostname"))
return soap_serve___tds__SetHostname(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetHostnameFromDHCP"))
return soap_serve___tds__SetHostnameFromDHCP(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDNS"))
return soap_serve___tds__GetDNS(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetDNS"))
return soap_serve___tds__SetDNS(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetNTP"))
return soap_serve___tds__GetNTP(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetNTP"))
return soap_serve___tds__SetNTP(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDynamicDNS"))
return soap_serve___tds__GetDynamicDNS(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetDynamicDNS"))
return soap_serve___tds__SetDynamicDNS(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetNetworkInterfaces"))
return soap_serve___tds__GetNetworkInterfaces(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetNetworkInterfaces"))
return soap_serve___tds__SetNetworkInterfaces(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetNetworkProtocols"))
return soap_serve___tds__GetNetworkProtocols(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetNetworkProtocols"))
return soap_serve___tds__SetNetworkProtocols(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetNetworkDefaultGateway"))
return soap_serve___tds__GetNetworkDefaultGateway(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetNetworkDefaultGateway"))
return soap_serve___tds__SetNetworkDefaultGateway(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetZeroConfiguration"))
return soap_serve___tds__GetZeroConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetZeroConfiguration"))
return soap_serve___tds__SetZeroConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetIPAddressFilter"))
return soap_serve___tds__GetIPAddressFilter(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetIPAddressFilter"))
return soap_serve___tds__SetIPAddressFilter(soap);
if (!soap_match_tag(soap, soap->tag, "tds:AddIPAddressFilter"))
return soap_serve___tds__AddIPAddressFilter(soap);
if (!soap_match_tag(soap, soap->tag, "tds:RemoveIPAddressFilter"))
return soap_serve___tds__RemoveIPAddressFilter(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetAccessPolicy"))
return soap_serve___tds__GetAccessPolicy(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetAccessPolicy"))
return soap_serve___tds__SetAccessPolicy(soap);
if (!soap_match_tag(soap, soap->tag, "tds:CreateCertificate"))
return soap_serve___tds__CreateCertificate(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetCertificates"))
return soap_serve___tds__GetCertificates(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetCertificatesStatus"))
return soap_serve___tds__GetCertificatesStatus(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetCertificatesStatus"))
return soap_serve___tds__SetCertificatesStatus(soap);
if (!soap_match_tag(soap, soap->tag, "tds:DeleteCertificates"))
return soap_serve___tds__DeleteCertificates(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetPkcs10Request"))
return soap_serve___tds__GetPkcs10Request(soap);
if (!soap_match_tag(soap, soap->tag, "tds:LoadCertificates"))
return soap_serve___tds__LoadCertificates(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetClientCertificateMode"))
return soap_serve___tds__GetClientCertificateMode(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetClientCertificateMode"))
return soap_serve___tds__SetClientCertificateMode(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetRelayOutputs"))
return soap_serve___tds__GetRelayOutputs(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetRelayOutputSettings"))
return soap_serve___tds__SetRelayOutputSettings(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetRelayOutputState"))
return soap_serve___tds__SetRelayOutputState(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SendAuxiliaryCommand"))
return soap_serve___tds__SendAuxiliaryCommand(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetCACertificates"))
return soap_serve___tds__GetCACertificates(soap);
if (!soap_match_tag(soap, soap->tag, "tds:LoadCertificateWithPrivateKey"))
return soap_serve___tds__LoadCertificateWithPrivateKey(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetCertificateInformation"))
return soap_serve___tds__GetCertificateInformation(soap);
if (!soap_match_tag(soap, soap->tag, "tds:LoadCACertificates"))
return soap_serve___tds__LoadCACertificates(soap);
if (!soap_match_tag(soap, soap->tag, "tds:CreateDot1XConfiguration"))
return soap_serve___tds__CreateDot1XConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetDot1XConfiguration"))
return soap_serve___tds__SetDot1XConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDot1XConfiguration"))
return soap_serve___tds__GetDot1XConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDot1XConfigurations"))
return soap_serve___tds__GetDot1XConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "tds:DeleteDot1XConfiguration"))
return soap_serve___tds__DeleteDot1XConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDot11Capabilities"))
return soap_serve___tds__GetDot11Capabilities(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDot11Status"))
return soap_serve___tds__GetDot11Status(soap);
if (!soap_match_tag(soap, soap->tag, "tds:ScanAvailableDot11Networks"))
return soap_serve___tds__ScanAvailableDot11Networks(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetSystemUris"))
return soap_serve___tds__GetSystemUris(soap);
if (!soap_match_tag(soap, soap->tag, "tds:StartFirmwareUpgrade"))
return soap_serve___tds__StartFirmwareUpgrade(soap);
if (!soap_match_tag(soap, soap->tag, "tds:StartSystemRestore"))
return soap_serve___tds__StartSystemRestore(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetServices"))
return soap_serve___tds__GetServices_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetServiceCapabilities"))
return soap_serve___tds__GetServiceCapabilities_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDeviceInformation"))
return soap_serve___tds__GetDeviceInformation_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetSystemDateAndTime"))
return soap_serve___tds__SetSystemDateAndTime_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetSystemDateAndTime"))
return soap_serve___tds__GetSystemDateAndTime_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetSystemFactoryDefault"))
return soap_serve___tds__SetSystemFactoryDefault_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:UpgradeSystemFirmware"))
return soap_serve___tds__UpgradeSystemFirmware_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SystemReboot"))
return soap_serve___tds__SystemReboot_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:RestoreSystem"))
return soap_serve___tds__RestoreSystem_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetSystemBackup"))
return soap_serve___tds__GetSystemBackup_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetSystemLog"))
return soap_serve___tds__GetSystemLog_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetSystemSupportInformation"))
return soap_serve___tds__GetSystemSupportInformation_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetScopes"))
return soap_serve___tds__GetScopes_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetScopes"))
return soap_serve___tds__SetScopes_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:AddScopes"))
return soap_serve___tds__AddScopes_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:RemoveScopes"))
return soap_serve___tds__RemoveScopes_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDiscoveryMode"))
return soap_serve___tds__GetDiscoveryMode_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetDiscoveryMode"))
return soap_serve___tds__SetDiscoveryMode_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetRemoteDiscoveryMode"))
return soap_serve___tds__GetRemoteDiscoveryMode_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetRemoteDiscoveryMode"))
return soap_serve___tds__SetRemoteDiscoveryMode_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDPAddresses"))
return soap_serve___tds__GetDPAddresses_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetEndpointReference"))
return soap_serve___tds__GetEndpointReference_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetRemoteUser"))
return soap_serve___tds__GetRemoteUser_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetRemoteUser"))
return soap_serve___tds__SetRemoteUser_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetUsers"))
return soap_serve___tds__GetUsers_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:CreateUsers"))
return soap_serve___tds__CreateUsers_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:DeleteUsers"))
return soap_serve___tds__DeleteUsers_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetUser"))
return soap_serve___tds__SetUser_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetWsdlUrl"))
return soap_serve___tds__GetWsdlUrl_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetCapabilities"))
return soap_serve___tds__GetCapabilities_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetDPAddresses"))
return soap_serve___tds__SetDPAddresses_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetHostname"))
return soap_serve___tds__GetHostname_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetHostname"))
return soap_serve___tds__SetHostname_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetHostnameFromDHCP"))
return soap_serve___tds__SetHostnameFromDHCP_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDNS"))
return soap_serve___tds__GetDNS_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetDNS"))
return soap_serve___tds__SetDNS_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetNTP"))
return soap_serve___tds__GetNTP_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetNTP"))
return soap_serve___tds__SetNTP_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDynamicDNS"))
return soap_serve___tds__GetDynamicDNS_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetDynamicDNS"))
return soap_serve___tds__SetDynamicDNS_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetNetworkInterfaces"))
return soap_serve___tds__GetNetworkInterfaces_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetNetworkInterfaces"))
return soap_serve___tds__SetNetworkInterfaces_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetNetworkProtocols"))
return soap_serve___tds__GetNetworkProtocols_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetNetworkProtocols"))
return soap_serve___tds__SetNetworkProtocols_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetNetworkDefaultGateway"))
return soap_serve___tds__GetNetworkDefaultGateway_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetNetworkDefaultGateway"))
return soap_serve___tds__SetNetworkDefaultGateway_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetZeroConfiguration"))
return soap_serve___tds__GetZeroConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetZeroConfiguration"))
return soap_serve___tds__SetZeroConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetIPAddressFilter"))
return soap_serve___tds__GetIPAddressFilter_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetIPAddressFilter"))
return soap_serve___tds__SetIPAddressFilter_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:AddIPAddressFilter"))
return soap_serve___tds__AddIPAddressFilter_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:RemoveIPAddressFilter"))
return soap_serve___tds__RemoveIPAddressFilter_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetAccessPolicy"))
return soap_serve___tds__GetAccessPolicy_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetAccessPolicy"))
return soap_serve___tds__SetAccessPolicy_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:CreateCertificate"))
return soap_serve___tds__CreateCertificate_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetCertificates"))
return soap_serve___tds__GetCertificates_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetCertificatesStatus"))
return soap_serve___tds__GetCertificatesStatus_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetCertificatesStatus"))
return soap_serve___tds__SetCertificatesStatus_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:DeleteCertificates"))
return soap_serve___tds__DeleteCertificates_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetPkcs10Request"))
return soap_serve___tds__GetPkcs10Request_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:LoadCertificates"))
return soap_serve___tds__LoadCertificates_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetClientCertificateMode"))
return soap_serve___tds__GetClientCertificateMode_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetClientCertificateMode"))
return soap_serve___tds__SetClientCertificateMode_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetRelayOutputs"))
return soap_serve___tds__GetRelayOutputs_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetRelayOutputSettings"))
return soap_serve___tds__SetRelayOutputSettings_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetRelayOutputState"))
return soap_serve___tds__SetRelayOutputState_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SendAuxiliaryCommand"))
return soap_serve___tds__SendAuxiliaryCommand_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetCACertificates"))
return soap_serve___tds__GetCACertificates_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:LoadCertificateWithPrivateKey"))
return soap_serve___tds__LoadCertificateWithPrivateKey_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetCertificateInformation"))
return soap_serve___tds__GetCertificateInformation_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:LoadCACertificates"))
return soap_serve___tds__LoadCACertificates_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:CreateDot1XConfiguration"))
return soap_serve___tds__CreateDot1XConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetDot1XConfiguration"))
return soap_serve___tds__SetDot1XConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDot1XConfiguration"))
return soap_serve___tds__GetDot1XConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDot1XConfigurations"))
return soap_serve___tds__GetDot1XConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:DeleteDot1XConfiguration"))
return soap_serve___tds__DeleteDot1XConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDot11Capabilities"))
return soap_serve___tds__GetDot11Capabilities_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetDot11Status"))
return soap_serve___tds__GetDot11Status_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:ScanAvailableDot11Networks"))
return soap_serve___tds__ScanAvailableDot11Networks_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetSystemUris"))
return soap_serve___tds__GetSystemUris_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:StartFirmwareUpgrade"))
return soap_serve___tds__StartFirmwareUpgrade_(soap);
if (!soap_match_tag(soap, soap->tag, "tds:StartSystemRestore"))
return soap_serve___tds__StartSystemRestore_(soap);
if (!soap_match_tag(soap, soap->tag, "tev:PullMessages"))
return soap_serve___tev__PullMessages(soap);
if (!soap_match_tag(soap, soap->tag, "tev:Seek"))
return soap_serve___tev__Seek(soap);
if (!soap_match_tag(soap, soap->tag, "tev:SetSynchronizationPoint"))
return soap_serve___tev__SetSynchronizationPoint(soap);
if (!soap_match_tag(soap, soap->tag, "tev:GetServiceCapabilities"))
return soap_serve___tev__GetServiceCapabilities(soap);
if (!soap_match_tag(soap, soap->tag, "tev:CreatePullPointSubscription"))
return soap_serve___tev__CreatePullPointSubscription(soap);
if (!soap_match_tag(soap, soap->tag, "tev:GetEventProperties"))
return soap_serve___tev__GetEventProperties(soap);
if (!soap_match_tag(soap, soap->tag, "wsnt:Renew"))
return soap_serve___tev__Renew(soap);
if (!soap_match_tag(soap, soap->tag, "wsnt:Unsubscribe"))
return soap_serve___tev__Unsubscribe(soap);
if (!soap_match_tag(soap, soap->tag, "wsnt:Subscribe"))
return soap_serve___tev__Subscribe(soap);
if (!soap_match_tag(soap, soap->tag, "wsnt:GetCurrentMessage"))
return soap_serve___tev__GetCurrentMessage(soap);
if (!soap_match_tag(soap, soap->tag, "wsnt:Notify"))
return soap_serve___tev__Notify(soap);
if (!soap_match_tag(soap, soap->tag, "wsnt:GetMessages"))
return soap_serve___tev__GetMessages(soap);
if (!soap_match_tag(soap, soap->tag, "wsnt:DestroyPullPoint"))
return soap_serve___tev__DestroyPullPoint(soap);
if (!soap_match_tag(soap, soap->tag, "wsnt:Notify"))
return soap_serve___tev__Notify_(soap);
if (!soap_match_tag(soap, soap->tag, "wsnt:CreatePullPoint"))
return soap_serve___tev__CreatePullPoint(soap);
if (!soap_match_tag(soap, soap->tag, "wsnt:Renew"))
return soap_serve___tev__Renew_(soap);
if (!soap_match_tag(soap, soap->tag, "wsnt:Unsubscribe"))
return soap_serve___tev__Unsubscribe_(soap);
if (!soap_match_tag(soap, soap->tag, "wsnt:PauseSubscription"))
return soap_serve___tev__PauseSubscription(soap);
if (!soap_match_tag(soap, soap->tag, "wsnt:ResumeSubscription"))
return soap_serve___tev__ResumeSubscription(soap);
if (!soap_match_tag(soap, soap->tag, "timg:GetServiceCapabilities"))
return soap_serve___timg__GetServiceCapabilities(soap);
if (!soap_match_tag(soap, soap->tag, "timg:GetImagingSettings"))
return soap_serve___timg__GetImagingSettings(soap);
if (!soap_match_tag(soap, soap->tag, "timg:SetImagingSettings"))
return soap_serve___timg__SetImagingSettings(soap);
if (!soap_match_tag(soap, soap->tag, "timg:GetOptions"))
return soap_serve___timg__GetOptions(soap);
if (!soap_match_tag(soap, soap->tag, "timg:Move"))
return soap_serve___timg__Move(soap);
if (!soap_match_tag(soap, soap->tag, "timg:Stop"))
return soap_serve___timg__Stop(soap);
if (!soap_match_tag(soap, soap->tag, "timg:GetStatus"))
return soap_serve___timg__GetStatus(soap);
if (!soap_match_tag(soap, soap->tag, "timg:GetMoveOptions"))
return soap_serve___timg__GetMoveOptions(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetServiceCapabilities"))
return soap_serve___tmd__GetServiceCapabilities(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetRelayOutputOptions"))
return soap_serve___tmd__GetRelayOutputOptions(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioSources"))
return soap_serve___tmd__GetAudioSources(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioOutputs"))
return soap_serve___tmd__GetAudioOutputs(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSources"))
return soap_serve___tmd__GetVideoSources(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetVideoOutputs"))
return soap_serve___tmd__GetVideoOutputs(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetVideoSourceConfiguration"))
return soap_serve___tmd__GetVideoSourceConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetVideoOutputConfiguration"))
return soap_serve___tmd__GetVideoOutputConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetAudioSourceConfiguration"))
return soap_serve___tmd__GetAudioSourceConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetAudioOutputConfiguration"))
return soap_serve___tmd__GetAudioOutputConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:SetVideoSourceConfiguration"))
return soap_serve___tmd__SetVideoSourceConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:SetVideoOutputConfiguration"))
return soap_serve___tmd__SetVideoOutputConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:SetAudioSourceConfiguration"))
return soap_serve___tmd__SetAudioSourceConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:SetAudioOutputConfiguration"))
return soap_serve___tmd__SetAudioOutputConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetVideoSourceConfigurationOptions"))
return soap_serve___tmd__GetVideoSourceConfigurationOptions(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetVideoOutputConfigurationOptions"))
return soap_serve___tmd__GetVideoOutputConfigurationOptions(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetAudioSourceConfigurationOptions"))
return soap_serve___tmd__GetAudioSourceConfigurationOptions(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetAudioOutputConfigurationOptions"))
return soap_serve___tmd__GetAudioOutputConfigurationOptions(soap);
if (!soap_match_tag(soap, soap->tag, "tds:GetRelayOutputs"))
return soap_serve___tmd__GetRelayOutputs(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:SetRelayOutputSettings"))
return soap_serve___tmd__SetRelayOutputSettings(soap);
if (!soap_match_tag(soap, soap->tag, "tds:SetRelayOutputState"))
return soap_serve___tmd__SetRelayOutputState(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetDigitalInputs"))
return soap_serve___tmd__GetDigitalInputs(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetSerialPorts"))
return soap_serve___tmd__GetSerialPorts(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetSerialPortConfiguration"))
return soap_serve___tmd__GetSerialPortConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:SetSerialPortConfiguration"))
return soap_serve___tmd__SetSerialPortConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:GetSerialPortConfigurationOptions"))
return soap_serve___tmd__GetSerialPortConfigurationOptions(soap);
if (!soap_match_tag(soap, soap->tag, "tmd:SendReceiveSerialCommand"))
return soap_serve___tmd__SendReceiveSerialCommand(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GetServiceCapabilities"))
return soap_serve___tptz__GetServiceCapabilities(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GetConfigurations"))
return soap_serve___tptz__GetConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GetPresets"))
return soap_serve___tptz__GetPresets(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:SetPreset"))
return soap_serve___tptz__SetPreset(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:RemovePreset"))
return soap_serve___tptz__RemovePreset(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GotoPreset"))
return soap_serve___tptz__GotoPreset(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GetStatus"))
return soap_serve___tptz__GetStatus(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GetConfiguration"))
return soap_serve___tptz__GetConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GetNodes"))
return soap_serve___tptz__GetNodes(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GetNode"))
return soap_serve___tptz__GetNode(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:SetConfiguration"))
return soap_serve___tptz__SetConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GetConfigurationOptions"))
return soap_serve___tptz__GetConfigurationOptions(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GotoHomePosition"))
return soap_serve___tptz__GotoHomePosition(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:SetHomePosition"))
return soap_serve___tptz__SetHomePosition(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:ContinuousMove"))
return soap_serve___tptz__ContinuousMove(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:RelativeMove"))
return soap_serve___tptz__RelativeMove(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:SendAuxiliaryCommand"))
return soap_serve___tptz__SendAuxiliaryCommand(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:AbsoluteMove"))
return soap_serve___tptz__AbsoluteMove(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:Stop"))
return soap_serve___tptz__Stop(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GetPresetTours"))
return soap_serve___tptz__GetPresetTours(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GetPresetTour"))
return soap_serve___tptz__GetPresetTour(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GetPresetTourOptions"))
return soap_serve___tptz__GetPresetTourOptions(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:CreatePresetTour"))
return soap_serve___tptz__CreatePresetTour(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:ModifyPresetTour"))
return soap_serve___tptz__ModifyPresetTour(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:OperatePresetTour"))
return soap_serve___tptz__OperatePresetTour(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:RemovePresetTour"))
return soap_serve___tptz__RemovePresetTour(soap);
if (!soap_match_tag(soap, soap->tag, "tptz:GetCompatibleConfigurations"))
return soap_serve___tptz__GetCompatibleConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetServiceCapabilities"))
return soap_serve___trt__GetServiceCapabilities(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSources"))
return soap_serve___trt__GetVideoSources(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioSources"))
return soap_serve___trt__GetAudioSources(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioOutputs"))
return soap_serve___trt__GetAudioOutputs(soap);
if (!soap_match_tag(soap, soap->tag, "trt:CreateProfile"))
return soap_serve___trt__CreateProfile(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetProfile"))
return soap_serve___trt__GetProfile(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetProfiles"))
return soap_serve___trt__GetProfiles(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddVideoEncoderConfiguration"))
return soap_serve___trt__AddVideoEncoderConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddVideoSourceConfiguration"))
return soap_serve___trt__AddVideoSourceConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddAudioEncoderConfiguration"))
return soap_serve___trt__AddAudioEncoderConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddAudioSourceConfiguration"))
return soap_serve___trt__AddAudioSourceConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddPTZConfiguration"))
return soap_serve___trt__AddPTZConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddVideoAnalyticsConfiguration"))
return soap_serve___trt__AddVideoAnalyticsConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddMetadataConfiguration"))
return soap_serve___trt__AddMetadataConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddAudioOutputConfiguration"))
return soap_serve___trt__AddAudioOutputConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddAudioDecoderConfiguration"))
return soap_serve___trt__AddAudioDecoderConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveVideoEncoderConfiguration"))
return soap_serve___trt__RemoveVideoEncoderConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveVideoSourceConfiguration"))
return soap_serve___trt__RemoveVideoSourceConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveAudioEncoderConfiguration"))
return soap_serve___trt__RemoveAudioEncoderConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveAudioSourceConfiguration"))
return soap_serve___trt__RemoveAudioSourceConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemovePTZConfiguration"))
return soap_serve___trt__RemovePTZConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveVideoAnalyticsConfiguration"))
return soap_serve___trt__RemoveVideoAnalyticsConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveMetadataConfiguration"))
return soap_serve___trt__RemoveMetadataConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveAudioOutputConfiguration"))
return soap_serve___trt__RemoveAudioOutputConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveAudioDecoderConfiguration"))
return soap_serve___trt__RemoveAudioDecoderConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:DeleteProfile"))
return soap_serve___trt__DeleteProfile(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSourceConfigurations"))
return soap_serve___trt__GetVideoSourceConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoEncoderConfigurations"))
return soap_serve___trt__GetVideoEncoderConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioSourceConfigurations"))
return soap_serve___trt__GetAudioSourceConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioEncoderConfigurations"))
return soap_serve___trt__GetAudioEncoderConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoAnalyticsConfigurations"))
return soap_serve___trt__GetVideoAnalyticsConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetMetadataConfigurations"))
return soap_serve___trt__GetMetadataConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioOutputConfigurations"))
return soap_serve___trt__GetAudioOutputConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioDecoderConfigurations"))
return soap_serve___trt__GetAudioDecoderConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSourceConfiguration"))
return soap_serve___trt__GetVideoSourceConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoEncoderConfiguration"))
return soap_serve___trt__GetVideoEncoderConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioSourceConfiguration"))
return soap_serve___trt__GetAudioSourceConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioEncoderConfiguration"))
return soap_serve___trt__GetAudioEncoderConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoAnalyticsConfiguration"))
return soap_serve___trt__GetVideoAnalyticsConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetMetadataConfiguration"))
return soap_serve___trt__GetMetadataConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioOutputConfiguration"))
return soap_serve___trt__GetAudioOutputConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioDecoderConfiguration"))
return soap_serve___trt__GetAudioDecoderConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleVideoEncoderConfigurations"))
return soap_serve___trt__GetCompatibleVideoEncoderConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleVideoSourceConfigurations"))
return soap_serve___trt__GetCompatibleVideoSourceConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleAudioEncoderConfigurations"))
return soap_serve___trt__GetCompatibleAudioEncoderConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleAudioSourceConfigurations"))
return soap_serve___trt__GetCompatibleAudioSourceConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleVideoAnalyticsConfigurations"))
return soap_serve___trt__GetCompatibleVideoAnalyticsConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleMetadataConfigurations"))
return soap_serve___trt__GetCompatibleMetadataConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleAudioOutputConfigurations"))
return soap_serve___trt__GetCompatibleAudioOutputConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleAudioDecoderConfigurations"))
return soap_serve___trt__GetCompatibleAudioDecoderConfigurations(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetVideoSourceConfiguration"))
return soap_serve___trt__SetVideoSourceConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetVideoEncoderConfiguration"))
return soap_serve___trt__SetVideoEncoderConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetAudioSourceConfiguration"))
return soap_serve___trt__SetAudioSourceConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetAudioEncoderConfiguration"))
return soap_serve___trt__SetAudioEncoderConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetVideoAnalyticsConfiguration"))
return soap_serve___trt__SetVideoAnalyticsConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetMetadataConfiguration"))
return soap_serve___trt__SetMetadataConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetAudioOutputConfiguration"))
return soap_serve___trt__SetAudioOutputConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetAudioDecoderConfiguration"))
return soap_serve___trt__SetAudioDecoderConfiguration(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSourceConfigurationOptions"))
return soap_serve___trt__GetVideoSourceConfigurationOptions(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoEncoderConfigurationOptions"))
return soap_serve___trt__GetVideoEncoderConfigurationOptions(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioSourceConfigurationOptions"))
return soap_serve___trt__GetAudioSourceConfigurationOptions(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioEncoderConfigurationOptions"))
return soap_serve___trt__GetAudioEncoderConfigurationOptions(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetMetadataConfigurationOptions"))
return soap_serve___trt__GetMetadataConfigurationOptions(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioOutputConfigurationOptions"))
return soap_serve___trt__GetAudioOutputConfigurationOptions(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioDecoderConfigurationOptions"))
return soap_serve___trt__GetAudioDecoderConfigurationOptions(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetGuaranteedNumberOfVideoEncoderInstances"))
return soap_serve___trt__GetGuaranteedNumberOfVideoEncoderInstances(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetStreamUri"))
return soap_serve___trt__GetStreamUri(soap);
if (!soap_match_tag(soap, soap->tag, "trt:StartMulticastStreaming"))
return soap_serve___trt__StartMulticastStreaming(soap);
if (!soap_match_tag(soap, soap->tag, "trt:StopMulticastStreaming"))
return soap_serve___trt__StopMulticastStreaming(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetSynchronizationPoint"))
return soap_serve___trt__SetSynchronizationPoint(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetSnapshotUri"))
return soap_serve___trt__GetSnapshotUri(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSourceModes"))
return soap_serve___trt__GetVideoSourceModes(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetVideoSourceMode"))
return soap_serve___trt__SetVideoSourceMode(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetOSDs"))
return soap_serve___trt__GetOSDs(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetOSD"))
return soap_serve___trt__GetOSD(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetOSDOptions"))
return soap_serve___trt__GetOSDOptions(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetOSD"))
return soap_serve___trt__SetOSD(soap);
if (!soap_match_tag(soap, soap->tag, "trt:CreateOSD"))
return soap_serve___trt__CreateOSD(soap);
if (!soap_match_tag(soap, soap->tag, "trt:DeleteOSD"))
return soap_serve___trt__DeleteOSD(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetServiceCapabilities"))
return soap_serve___trt__GetServiceCapabilities_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSources"))
return soap_serve___trt__GetVideoSources_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioSources"))
return soap_serve___trt__GetAudioSources_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioOutputs"))
return soap_serve___trt__GetAudioOutputs_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:CreateProfile"))
return soap_serve___trt__CreateProfile_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetProfile"))
return soap_serve___trt__GetProfile_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetProfiles"))
return soap_serve___trt__GetProfiles_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddVideoEncoderConfiguration"))
return soap_serve___trt__AddVideoEncoderConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddVideoSourceConfiguration"))
return soap_serve___trt__AddVideoSourceConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddAudioEncoderConfiguration"))
return soap_serve___trt__AddAudioEncoderConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddAudioSourceConfiguration"))
return soap_serve___trt__AddAudioSourceConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddPTZConfiguration"))
return soap_serve___trt__AddPTZConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddVideoAnalyticsConfiguration"))
return soap_serve___trt__AddVideoAnalyticsConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddMetadataConfiguration"))
return soap_serve___trt__AddMetadataConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddAudioOutputConfiguration"))
return soap_serve___trt__AddAudioOutputConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:AddAudioDecoderConfiguration"))
return soap_serve___trt__AddAudioDecoderConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveVideoEncoderConfiguration"))
return soap_serve___trt__RemoveVideoEncoderConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveVideoSourceConfiguration"))
return soap_serve___trt__RemoveVideoSourceConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveAudioEncoderConfiguration"))
return soap_serve___trt__RemoveAudioEncoderConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveAudioSourceConfiguration"))
return soap_serve___trt__RemoveAudioSourceConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemovePTZConfiguration"))
return soap_serve___trt__RemovePTZConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveVideoAnalyticsConfiguration"))
return soap_serve___trt__RemoveVideoAnalyticsConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveMetadataConfiguration"))
return soap_serve___trt__RemoveMetadataConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveAudioOutputConfiguration"))
return soap_serve___trt__RemoveAudioOutputConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:RemoveAudioDecoderConfiguration"))
return soap_serve___trt__RemoveAudioDecoderConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:DeleteProfile"))
return soap_serve___trt__DeleteProfile_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSourceConfigurations"))
return soap_serve___trt__GetVideoSourceConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoEncoderConfigurations"))
return soap_serve___trt__GetVideoEncoderConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioSourceConfigurations"))
return soap_serve___trt__GetAudioSourceConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioEncoderConfigurations"))
return soap_serve___trt__GetAudioEncoderConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoAnalyticsConfigurations"))
return soap_serve___trt__GetVideoAnalyticsConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetMetadataConfigurations"))
return soap_serve___trt__GetMetadataConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioOutputConfigurations"))
return soap_serve___trt__GetAudioOutputConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioDecoderConfigurations"))
return soap_serve___trt__GetAudioDecoderConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSourceConfiguration"))
return soap_serve___trt__GetVideoSourceConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoEncoderConfiguration"))
return soap_serve___trt__GetVideoEncoderConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioSourceConfiguration"))
return soap_serve___trt__GetAudioSourceConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioEncoderConfiguration"))
return soap_serve___trt__GetAudioEncoderConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoAnalyticsConfiguration"))
return soap_serve___trt__GetVideoAnalyticsConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetMetadataConfiguration"))
return soap_serve___trt__GetMetadataConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioOutputConfiguration"))
return soap_serve___trt__GetAudioOutputConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioDecoderConfiguration"))
return soap_serve___trt__GetAudioDecoderConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleVideoEncoderConfigurations"))
return soap_serve___trt__GetCompatibleVideoEncoderConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleVideoSourceConfigurations"))
return soap_serve___trt__GetCompatibleVideoSourceConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleAudioEncoderConfigurations"))
return soap_serve___trt__GetCompatibleAudioEncoderConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleAudioSourceConfigurations"))
return soap_serve___trt__GetCompatibleAudioSourceConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleVideoAnalyticsConfigurations"))
return soap_serve___trt__GetCompatibleVideoAnalyticsConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleMetadataConfigurations"))
return soap_serve___trt__GetCompatibleMetadataConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleAudioOutputConfigurations"))
return soap_serve___trt__GetCompatibleAudioOutputConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleAudioDecoderConfigurations"))
return soap_serve___trt__GetCompatibleAudioDecoderConfigurations_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetVideoSourceConfiguration"))
return soap_serve___trt__SetVideoSourceConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetVideoEncoderConfiguration"))
return soap_serve___trt__SetVideoEncoderConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetAudioSourceConfiguration"))
return soap_serve___trt__SetAudioSourceConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetAudioEncoderConfiguration"))
return soap_serve___trt__SetAudioEncoderConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetVideoAnalyticsConfiguration"))
return soap_serve___trt__SetVideoAnalyticsConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetMetadataConfiguration"))
return soap_serve___trt__SetMetadataConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetAudioOutputConfiguration"))
return soap_serve___trt__SetAudioOutputConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetAudioDecoderConfiguration"))
return soap_serve___trt__SetAudioDecoderConfiguration_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSourceConfigurationOptions"))
return soap_serve___trt__GetVideoSourceConfigurationOptions_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoEncoderConfigurationOptions"))
return soap_serve___trt__GetVideoEncoderConfigurationOptions_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioSourceConfigurationOptions"))
return soap_serve___trt__GetAudioSourceConfigurationOptions_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioEncoderConfigurationOptions"))
return soap_serve___trt__GetAudioEncoderConfigurationOptions_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetMetadataConfigurationOptions"))
return soap_serve___trt__GetMetadataConfigurationOptions_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioOutputConfigurationOptions"))
return soap_serve___trt__GetAudioOutputConfigurationOptions_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetAudioDecoderConfigurationOptions"))
return soap_serve___trt__GetAudioDecoderConfigurationOptions_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetGuaranteedNumberOfVideoEncoderInstances"))
return soap_serve___trt__GetGuaranteedNumberOfVideoEncoderInstances_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetStreamUri"))
return soap_serve___trt__GetStreamUri_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:StartMulticastStreaming"))
return soap_serve___trt__StartMulticastStreaming_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:StopMulticastStreaming"))
return soap_serve___trt__StopMulticastStreaming_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetSynchronizationPoint"))
return soap_serve___trt__SetSynchronizationPoint_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetSnapshotUri"))
return soap_serve___trt__GetSnapshotUri_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSourceModes"))
return soap_serve___trt__GetVideoSourceModes_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetVideoSourceMode"))
return soap_serve___trt__SetVideoSourceMode_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetOSDs"))
return soap_serve___trt__GetOSDs_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetOSD"))
return soap_serve___trt__GetOSD_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:GetOSDOptions"))
return soap_serve___trt__GetOSDOptions_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:SetOSD"))
return soap_serve___trt__SetOSD_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:CreateOSD"))
return soap_serve___trt__CreateOSD_(soap);
if (!soap_match_tag(soap, soap->tag, "trt:DeleteOSD"))
return soap_serve___trt__DeleteOSD_(soap);
return soap_serve___wsrm__AckRequested(soap);
}
#endif
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_SOAP_ENV__Fault(struct soap *soap)
{ struct SOAP_ENV__Fault soap_tmp_SOAP_ENV__Fault;
soap_default_SOAP_ENV__Fault(soap, &soap_tmp_SOAP_ENV__Fault);
if (!soap_get_SOAP_ENV__Fault(soap, &soap_tmp_SOAP_ENV__Fault, "SOAP-ENV:Fault", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = SOAP_ENV__Fault(soap, soap_tmp_SOAP_ENV__Fault.faultcode, soap_tmp_SOAP_ENV__Fault.faultstring, soap_tmp_SOAP_ENV__Fault.faultactor, soap_tmp_SOAP_ENV__Fault.detail, soap_tmp_SOAP_ENV__Fault.SOAP_ENV__Code, soap_tmp_SOAP_ENV__Fault.SOAP_ENV__Reason, soap_tmp_SOAP_ENV__Fault.SOAP_ENV__Node, soap_tmp_SOAP_ENV__Fault.SOAP_ENV__Role, soap_tmp_SOAP_ENV__Fault.SOAP_ENV__Detail);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsdd__Hello(struct soap *soap)
{ struct __wsdd__Hello soap_tmp___wsdd__Hello;
soap_default___wsdd__Hello(soap, &soap_tmp___wsdd__Hello);
if (!soap_get___wsdd__Hello(soap, &soap_tmp___wsdd__Hello, "-wsdd:Hello", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsdd__Hello(soap, soap_tmp___wsdd__Hello.wsdd__Hello);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsdd__Bye(struct soap *soap)
{ struct __wsdd__Bye soap_tmp___wsdd__Bye;
soap_default___wsdd__Bye(soap, &soap_tmp___wsdd__Bye);
if (!soap_get___wsdd__Bye(soap, &soap_tmp___wsdd__Bye, "-wsdd:Bye", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsdd__Bye(soap, soap_tmp___wsdd__Bye.wsdd__Bye);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsdd__Probe(struct soap *soap)
{ struct __wsdd__Probe soap_tmp___wsdd__Probe;
soap_default___wsdd__Probe(soap, &soap_tmp___wsdd__Probe);
if (!soap_get___wsdd__Probe(soap, &soap_tmp___wsdd__Probe, "-wsdd:Probe", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsdd__Probe(soap, soap_tmp___wsdd__Probe.wsdd__Probe);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsdd__ProbeMatches(struct soap *soap)
{ struct __wsdd__ProbeMatches soap_tmp___wsdd__ProbeMatches;
soap_default___wsdd__ProbeMatches(soap, &soap_tmp___wsdd__ProbeMatches);
if (!soap_get___wsdd__ProbeMatches(soap, &soap_tmp___wsdd__ProbeMatches, "-wsdd:ProbeMatches", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsdd__ProbeMatches(soap, soap_tmp___wsdd__ProbeMatches.wsdd__ProbeMatches);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsdd__Resolve(struct soap *soap)
{ struct __wsdd__Resolve soap_tmp___wsdd__Resolve;
soap_default___wsdd__Resolve(soap, &soap_tmp___wsdd__Resolve);
if (!soap_get___wsdd__Resolve(soap, &soap_tmp___wsdd__Resolve, "-wsdd:Resolve", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsdd__Resolve(soap, soap_tmp___wsdd__Resolve.wsdd__Resolve);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsdd__ResolveMatches(struct soap *soap)
{ struct __wsdd__ResolveMatches soap_tmp___wsdd__ResolveMatches;
soap_default___wsdd__ResolveMatches(soap, &soap_tmp___wsdd__ResolveMatches);
if (!soap_get___wsdd__ResolveMatches(soap, &soap_tmp___wsdd__ResolveMatches, "-wsdd:ResolveMatches", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsdd__ResolveMatches(soap, soap_tmp___wsdd__ResolveMatches.wsdd__ResolveMatches);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_SOAP_ENV__Fault_alias(struct soap *soap)
{ struct SOAP_ENV__Fault_alias soap_tmp_SOAP_ENV__Fault_alias;
soap_default_SOAP_ENV__Fault_alias(soap, &soap_tmp_SOAP_ENV__Fault_alias);
if (!soap_get_SOAP_ENV__Fault_alias(soap, &soap_tmp_SOAP_ENV__Fault_alias, "SOAP-ENV:Fault-alias", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = SOAP_ENV__Fault_alias(soap, soap_tmp_SOAP_ENV__Fault_alias.faultcode, soap_tmp_SOAP_ENV__Fault_alias.faultstring, soap_tmp_SOAP_ENV__Fault_alias.faultactor, soap_tmp_SOAP_ENV__Fault_alias.detail, soap_tmp_SOAP_ENV__Fault_alias.SOAP_ENV__Code, soap_tmp_SOAP_ENV__Fault_alias.SOAP_ENV__Reason, soap_tmp_SOAP_ENV__Fault_alias.SOAP_ENV__Node, soap_tmp_SOAP_ENV__Fault_alias.SOAP_ENV__Role, soap_tmp_SOAP_ENV__Fault_alias.SOAP_ENV__Detail);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsrm__CreateSequence(struct soap *soap)
{ struct __wsrm__CreateSequence soap_tmp___wsrm__CreateSequence;
struct wsrm__CreateSequenceResponseType wsrm__CreateSequenceResponse;
soap_default_wsrm__CreateSequenceResponseType(soap, &wsrm__CreateSequenceResponse);
soap_default___wsrm__CreateSequence(soap, &soap_tmp___wsrm__CreateSequence);
if (!soap_get___wsrm__CreateSequence(soap, &soap_tmp___wsrm__CreateSequence, "-wsrm:CreateSequence", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsrm__CreateSequence(soap, soap_tmp___wsrm__CreateSequence.wsrm__CreateSequence, &wsrm__CreateSequenceResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
soap_serialize_wsrm__CreateSequenceResponseType(soap, &wsrm__CreateSequenceResponse);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| soap_put_wsrm__CreateSequenceResponseType(soap, &wsrm__CreateSequenceResponse, "wsrm:CreateSequenceResponse", NULL)
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| soap_put_wsrm__CreateSequenceResponseType(soap, &wsrm__CreateSequenceResponse, "wsrm:CreateSequenceResponse", NULL)
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsrm__CloseSequence(struct soap *soap)
{ struct __wsrm__CloseSequence soap_tmp___wsrm__CloseSequence;
struct wsrm__CloseSequenceResponseType wsrm__CloseSequenceResponse;
soap_default_wsrm__CloseSequenceResponseType(soap, &wsrm__CloseSequenceResponse);
soap_default___wsrm__CloseSequence(soap, &soap_tmp___wsrm__CloseSequence);
if (!soap_get___wsrm__CloseSequence(soap, &soap_tmp___wsrm__CloseSequence, "-wsrm:CloseSequence", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsrm__CloseSequence(soap, soap_tmp___wsrm__CloseSequence.wsrm__CloseSequence, &wsrm__CloseSequenceResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
soap_serialize_wsrm__CloseSequenceResponseType(soap, &wsrm__CloseSequenceResponse);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| soap_put_wsrm__CloseSequenceResponseType(soap, &wsrm__CloseSequenceResponse, "wsrm:CloseSequenceResponse", NULL)
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| soap_put_wsrm__CloseSequenceResponseType(soap, &wsrm__CloseSequenceResponse, "wsrm:CloseSequenceResponse", NULL)
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsrm__TerminateSequence(struct soap *soap)
{ struct __wsrm__TerminateSequence soap_tmp___wsrm__TerminateSequence;
struct wsrm__TerminateSequenceResponseType wsrm__TerminateSequenceResponse;
soap_default_wsrm__TerminateSequenceResponseType(soap, &wsrm__TerminateSequenceResponse);
soap_default___wsrm__TerminateSequence(soap, &soap_tmp___wsrm__TerminateSequence);
if (!soap_get___wsrm__TerminateSequence(soap, &soap_tmp___wsrm__TerminateSequence, "-wsrm:TerminateSequence", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsrm__TerminateSequence(soap, soap_tmp___wsrm__TerminateSequence.wsrm__TerminateSequence, &wsrm__TerminateSequenceResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
soap_serialize_wsrm__TerminateSequenceResponseType(soap, &wsrm__TerminateSequenceResponse);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| soap_put_wsrm__TerminateSequenceResponseType(soap, &wsrm__TerminateSequenceResponse, "wsrm:TerminateSequenceResponse", NULL)
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| soap_put_wsrm__TerminateSequenceResponseType(soap, &wsrm__TerminateSequenceResponse, "wsrm:TerminateSequenceResponse", NULL)
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsrm__CreateSequenceResponse(struct soap *soap)
{ struct __wsrm__CreateSequenceResponse soap_tmp___wsrm__CreateSequenceResponse;
soap_default___wsrm__CreateSequenceResponse(soap, &soap_tmp___wsrm__CreateSequenceResponse);
if (!soap_get___wsrm__CreateSequenceResponse(soap, &soap_tmp___wsrm__CreateSequenceResponse, "-wsrm:CreateSequenceResponse", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsrm__CreateSequenceResponse(soap, soap_tmp___wsrm__CreateSequenceResponse.wsrm__CreateSequenceResponse);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsrm__CloseSequenceResponse(struct soap *soap)
{ struct __wsrm__CloseSequenceResponse soap_tmp___wsrm__CloseSequenceResponse;
soap_default___wsrm__CloseSequenceResponse(soap, &soap_tmp___wsrm__CloseSequenceResponse);
if (!soap_get___wsrm__CloseSequenceResponse(soap, &soap_tmp___wsrm__CloseSequenceResponse, "-wsrm:CloseSequenceResponse", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsrm__CloseSequenceResponse(soap, soap_tmp___wsrm__CloseSequenceResponse.wsrm__CloseSequenceResponse);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsrm__TerminateSequenceResponse(struct soap *soap)
{ struct __wsrm__TerminateSequenceResponse soap_tmp___wsrm__TerminateSequenceResponse;
soap_default___wsrm__TerminateSequenceResponse(soap, &soap_tmp___wsrm__TerminateSequenceResponse);
if (!soap_get___wsrm__TerminateSequenceResponse(soap, &soap_tmp___wsrm__TerminateSequenceResponse, "-wsrm:TerminateSequenceResponse", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsrm__TerminateSequenceResponse(soap, soap_tmp___wsrm__TerminateSequenceResponse.wsrm__TerminateSequenceResponse);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsrm__SequenceAcknowledgement(struct soap *soap)
{ struct __wsrm__SequenceAcknowledgement soap_tmp___wsrm__SequenceAcknowledgement;
soap_default___wsrm__SequenceAcknowledgement(soap, &soap_tmp___wsrm__SequenceAcknowledgement);
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsrm__SequenceAcknowledgement(soap);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsrm__AckRequested(struct soap *soap)
{ struct __wsrm__AckRequested soap_tmp___wsrm__AckRequested;
soap_default___wsrm__AckRequested(soap, &soap_tmp___wsrm__AckRequested);
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __wsrm__AckRequested(soap);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetServiceCapabilities(struct soap *soap)
{ struct __ns1__GetServiceCapabilities soap_tmp___ns1__GetServiceCapabilities;
_ns1__GetServiceCapabilitiesResponse ns1__GetServiceCapabilitiesResponse;
ns1__GetServiceCapabilitiesResponse.soap_default(soap);
soap_default___ns1__GetServiceCapabilities(soap, &soap_tmp___ns1__GetServiceCapabilities);
if (!soap_get___ns1__GetServiceCapabilities(soap, &soap_tmp___ns1__GetServiceCapabilities, "-ns1:GetServiceCapabilities", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__GetServiceCapabilities(soap, soap_tmp___ns1__GetServiceCapabilities.ns1__GetServiceCapabilities, &ns1__GetServiceCapabilitiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__GetServiceCapabilitiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetServiceCapabilitiesResponse.soap_put(soap, "ns1:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetServiceCapabilitiesResponse.soap_put(soap, "ns1:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__CreateRSAKeyPair(struct soap *soap)
{ struct __ns1__CreateRSAKeyPair soap_tmp___ns1__CreateRSAKeyPair;
_ns1__CreateRSAKeyPairResponse ns1__CreateRSAKeyPairResponse;
ns1__CreateRSAKeyPairResponse.soap_default(soap);
soap_default___ns1__CreateRSAKeyPair(soap, &soap_tmp___ns1__CreateRSAKeyPair);
if (!soap_get___ns1__CreateRSAKeyPair(soap, &soap_tmp___ns1__CreateRSAKeyPair, "-ns1:CreateRSAKeyPair", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__CreateRSAKeyPair(soap, soap_tmp___ns1__CreateRSAKeyPair.ns1__CreateRSAKeyPair, &ns1__CreateRSAKeyPairResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__CreateRSAKeyPairResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__CreateRSAKeyPairResponse.soap_put(soap, "ns1:CreateRSAKeyPairResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__CreateRSAKeyPairResponse.soap_put(soap, "ns1:CreateRSAKeyPairResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetKeyStatus(struct soap *soap)
{ struct __ns1__GetKeyStatus soap_tmp___ns1__GetKeyStatus;
_ns1__GetKeyStatusResponse ns1__GetKeyStatusResponse;
ns1__GetKeyStatusResponse.soap_default(soap);
soap_default___ns1__GetKeyStatus(soap, &soap_tmp___ns1__GetKeyStatus);
if (!soap_get___ns1__GetKeyStatus(soap, &soap_tmp___ns1__GetKeyStatus, "-ns1:GetKeyStatus", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__GetKeyStatus(soap, soap_tmp___ns1__GetKeyStatus.ns1__GetKeyStatus, &ns1__GetKeyStatusResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__GetKeyStatusResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetKeyStatusResponse.soap_put(soap, "ns1:GetKeyStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetKeyStatusResponse.soap_put(soap, "ns1:GetKeyStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetPrivateKeyStatus(struct soap *soap)
{ struct __ns1__GetPrivateKeyStatus soap_tmp___ns1__GetPrivateKeyStatus;
_ns1__GetPrivateKeyStatusResponse ns1__GetPrivateKeyStatusResponse;
ns1__GetPrivateKeyStatusResponse.soap_default(soap);
soap_default___ns1__GetPrivateKeyStatus(soap, &soap_tmp___ns1__GetPrivateKeyStatus);
if (!soap_get___ns1__GetPrivateKeyStatus(soap, &soap_tmp___ns1__GetPrivateKeyStatus, "-ns1:GetPrivateKeyStatus", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__GetPrivateKeyStatus(soap, soap_tmp___ns1__GetPrivateKeyStatus.ns1__GetPrivateKeyStatus, &ns1__GetPrivateKeyStatusResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__GetPrivateKeyStatusResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetPrivateKeyStatusResponse.soap_put(soap, "ns1:GetPrivateKeyStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetPrivateKeyStatusResponse.soap_put(soap, "ns1:GetPrivateKeyStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetAllKeys(struct soap *soap)
{ struct __ns1__GetAllKeys soap_tmp___ns1__GetAllKeys;
_ns1__GetAllKeysResponse ns1__GetAllKeysResponse;
ns1__GetAllKeysResponse.soap_default(soap);
soap_default___ns1__GetAllKeys(soap, &soap_tmp___ns1__GetAllKeys);
if (!soap_get___ns1__GetAllKeys(soap, &soap_tmp___ns1__GetAllKeys, "-ns1:GetAllKeys", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__GetAllKeys(soap, soap_tmp___ns1__GetAllKeys.ns1__GetAllKeys, &ns1__GetAllKeysResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__GetAllKeysResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetAllKeysResponse.soap_put(soap, "ns1:GetAllKeysResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetAllKeysResponse.soap_put(soap, "ns1:GetAllKeysResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__DeleteKey(struct soap *soap)
{ struct __ns1__DeleteKey soap_tmp___ns1__DeleteKey;
_ns1__DeleteKeyResponse ns1__DeleteKeyResponse;
ns1__DeleteKeyResponse.soap_default(soap);
soap_default___ns1__DeleteKey(soap, &soap_tmp___ns1__DeleteKey);
if (!soap_get___ns1__DeleteKey(soap, &soap_tmp___ns1__DeleteKey, "-ns1:DeleteKey", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__DeleteKey(soap, soap_tmp___ns1__DeleteKey.ns1__DeleteKey, &ns1__DeleteKeyResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__DeleteKeyResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__DeleteKeyResponse.soap_put(soap, "ns1:DeleteKeyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__DeleteKeyResponse.soap_put(soap, "ns1:DeleteKeyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__CreatePKCS10CSR(struct soap *soap)
{ struct __ns1__CreatePKCS10CSR soap_tmp___ns1__CreatePKCS10CSR;
_ns1__CreatePKCS10CSRResponse ns1__CreatePKCS10CSRResponse;
ns1__CreatePKCS10CSRResponse.soap_default(soap);
soap_default___ns1__CreatePKCS10CSR(soap, &soap_tmp___ns1__CreatePKCS10CSR);
if (!soap_get___ns1__CreatePKCS10CSR(soap, &soap_tmp___ns1__CreatePKCS10CSR, "-ns1:CreatePKCS10CSR", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__CreatePKCS10CSR(soap, soap_tmp___ns1__CreatePKCS10CSR.ns1__CreatePKCS10CSR, &ns1__CreatePKCS10CSRResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__CreatePKCS10CSRResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__CreatePKCS10CSRResponse.soap_put(soap, "ns1:CreatePKCS10CSRResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__CreatePKCS10CSRResponse.soap_put(soap, "ns1:CreatePKCS10CSRResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__CreateSelfSignedCertificate(struct soap *soap)
{ struct __ns1__CreateSelfSignedCertificate soap_tmp___ns1__CreateSelfSignedCertificate;
_ns1__CreateSelfSignedCertificateResponse ns1__CreateSelfSignedCertificateResponse;
ns1__CreateSelfSignedCertificateResponse.soap_default(soap);
soap_default___ns1__CreateSelfSignedCertificate(soap, &soap_tmp___ns1__CreateSelfSignedCertificate);
if (!soap_get___ns1__CreateSelfSignedCertificate(soap, &soap_tmp___ns1__CreateSelfSignedCertificate, "-ns1:CreateSelfSignedCertificate", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__CreateSelfSignedCertificate(soap, soap_tmp___ns1__CreateSelfSignedCertificate.ns1__CreateSelfSignedCertificate, &ns1__CreateSelfSignedCertificateResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__CreateSelfSignedCertificateResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__CreateSelfSignedCertificateResponse.soap_put(soap, "ns1:CreateSelfSignedCertificateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__CreateSelfSignedCertificateResponse.soap_put(soap, "ns1:CreateSelfSignedCertificateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__UploadCertificate(struct soap *soap)
{ struct __ns1__UploadCertificate soap_tmp___ns1__UploadCertificate;
_ns1__UploadCertificateResponse ns1__UploadCertificateResponse;
ns1__UploadCertificateResponse.soap_default(soap);
soap_default___ns1__UploadCertificate(soap, &soap_tmp___ns1__UploadCertificate);
if (!soap_get___ns1__UploadCertificate(soap, &soap_tmp___ns1__UploadCertificate, "-ns1:UploadCertificate", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__UploadCertificate(soap, soap_tmp___ns1__UploadCertificate.ns1__UploadCertificate, &ns1__UploadCertificateResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__UploadCertificateResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__UploadCertificateResponse.soap_put(soap, "ns1:UploadCertificateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__UploadCertificateResponse.soap_put(soap, "ns1:UploadCertificateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetCertificate(struct soap *soap)
{ struct __ns1__GetCertificate soap_tmp___ns1__GetCertificate;
_ns1__GetCertificateResponse ns1__GetCertificateResponse;
ns1__GetCertificateResponse.soap_default(soap);
soap_default___ns1__GetCertificate(soap, &soap_tmp___ns1__GetCertificate);
if (!soap_get___ns1__GetCertificate(soap, &soap_tmp___ns1__GetCertificate, "-ns1:GetCertificate", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__GetCertificate(soap, soap_tmp___ns1__GetCertificate.ns1__GetCertificate, &ns1__GetCertificateResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__GetCertificateResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetCertificateResponse.soap_put(soap, "ns1:GetCertificateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetCertificateResponse.soap_put(soap, "ns1:GetCertificateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetAllCertificates(struct soap *soap)
{ struct __ns1__GetAllCertificates soap_tmp___ns1__GetAllCertificates;
_ns1__GetAllCertificatesResponse ns1__GetAllCertificatesResponse;
ns1__GetAllCertificatesResponse.soap_default(soap);
soap_default___ns1__GetAllCertificates(soap, &soap_tmp___ns1__GetAllCertificates);
if (!soap_get___ns1__GetAllCertificates(soap, &soap_tmp___ns1__GetAllCertificates, "-ns1:GetAllCertificates", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__GetAllCertificates(soap, soap_tmp___ns1__GetAllCertificates.ns1__GetAllCertificates, &ns1__GetAllCertificatesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__GetAllCertificatesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetAllCertificatesResponse.soap_put(soap, "ns1:GetAllCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetAllCertificatesResponse.soap_put(soap, "ns1:GetAllCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__DeleteCertificate(struct soap *soap)
{ struct __ns1__DeleteCertificate soap_tmp___ns1__DeleteCertificate;
_ns1__DeleteCertificateResponse ns1__DeleteCertificateResponse;
ns1__DeleteCertificateResponse.soap_default(soap);
soap_default___ns1__DeleteCertificate(soap, &soap_tmp___ns1__DeleteCertificate);
if (!soap_get___ns1__DeleteCertificate(soap, &soap_tmp___ns1__DeleteCertificate, "-ns1:DeleteCertificate", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__DeleteCertificate(soap, soap_tmp___ns1__DeleteCertificate.ns1__DeleteCertificate, &ns1__DeleteCertificateResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__DeleteCertificateResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__DeleteCertificateResponse.soap_put(soap, "ns1:DeleteCertificateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__DeleteCertificateResponse.soap_put(soap, "ns1:DeleteCertificateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__CreateCertificationPath(struct soap *soap)
{ struct __ns1__CreateCertificationPath soap_tmp___ns1__CreateCertificationPath;
_ns1__CreateCertificationPathResponse ns1__CreateCertificationPathResponse;
ns1__CreateCertificationPathResponse.soap_default(soap);
soap_default___ns1__CreateCertificationPath(soap, &soap_tmp___ns1__CreateCertificationPath);
if (!soap_get___ns1__CreateCertificationPath(soap, &soap_tmp___ns1__CreateCertificationPath, "-ns1:CreateCertificationPath", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__CreateCertificationPath(soap, soap_tmp___ns1__CreateCertificationPath.ns1__CreateCertificationPath, &ns1__CreateCertificationPathResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__CreateCertificationPathResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__CreateCertificationPathResponse.soap_put(soap, "ns1:CreateCertificationPathResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__CreateCertificationPathResponse.soap_put(soap, "ns1:CreateCertificationPathResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetCertificationPath(struct soap *soap)
{ struct __ns1__GetCertificationPath soap_tmp___ns1__GetCertificationPath;
_ns1__GetCertificationPathResponse ns1__GetCertificationPathResponse;
ns1__GetCertificationPathResponse.soap_default(soap);
soap_default___ns1__GetCertificationPath(soap, &soap_tmp___ns1__GetCertificationPath);
if (!soap_get___ns1__GetCertificationPath(soap, &soap_tmp___ns1__GetCertificationPath, "-ns1:GetCertificationPath", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__GetCertificationPath(soap, soap_tmp___ns1__GetCertificationPath.ns1__GetCertificationPath, &ns1__GetCertificationPathResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__GetCertificationPathResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetCertificationPathResponse.soap_put(soap, "ns1:GetCertificationPathResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetCertificationPathResponse.soap_put(soap, "ns1:GetCertificationPathResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetAllCertificationPaths(struct soap *soap)
{ struct __ns1__GetAllCertificationPaths soap_tmp___ns1__GetAllCertificationPaths;
_ns1__GetAllCertificationPathsResponse ns1__GetAllCertificationPathsResponse;
ns1__GetAllCertificationPathsResponse.soap_default(soap);
soap_default___ns1__GetAllCertificationPaths(soap, &soap_tmp___ns1__GetAllCertificationPaths);
if (!soap_get___ns1__GetAllCertificationPaths(soap, &soap_tmp___ns1__GetAllCertificationPaths, "-ns1:GetAllCertificationPaths", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__GetAllCertificationPaths(soap, soap_tmp___ns1__GetAllCertificationPaths.ns1__GetAllCertificationPaths, &ns1__GetAllCertificationPathsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__GetAllCertificationPathsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetAllCertificationPathsResponse.soap_put(soap, "ns1:GetAllCertificationPathsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetAllCertificationPathsResponse.soap_put(soap, "ns1:GetAllCertificationPathsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__DeleteCertificationPath(struct soap *soap)
{ struct __ns1__DeleteCertificationPath soap_tmp___ns1__DeleteCertificationPath;
_ns1__DeleteCertificationPathResponse ns1__DeleteCertificationPathResponse;
ns1__DeleteCertificationPathResponse.soap_default(soap);
soap_default___ns1__DeleteCertificationPath(soap, &soap_tmp___ns1__DeleteCertificationPath);
if (!soap_get___ns1__DeleteCertificationPath(soap, &soap_tmp___ns1__DeleteCertificationPath, "-ns1:DeleteCertificationPath", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__DeleteCertificationPath(soap, soap_tmp___ns1__DeleteCertificationPath.ns1__DeleteCertificationPath, &ns1__DeleteCertificationPathResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__DeleteCertificationPathResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__DeleteCertificationPathResponse.soap_put(soap, "ns1:DeleteCertificationPathResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__DeleteCertificationPathResponse.soap_put(soap, "ns1:DeleteCertificationPathResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__AddServerCertificateAssignment(struct soap *soap)
{ struct __ns1__AddServerCertificateAssignment soap_tmp___ns1__AddServerCertificateAssignment;
_ns1__AddServerCertificateAssignmentResponse ns1__AddServerCertificateAssignmentResponse;
ns1__AddServerCertificateAssignmentResponse.soap_default(soap);
soap_default___ns1__AddServerCertificateAssignment(soap, &soap_tmp___ns1__AddServerCertificateAssignment);
if (!soap_get___ns1__AddServerCertificateAssignment(soap, &soap_tmp___ns1__AddServerCertificateAssignment, "-ns1:AddServerCertificateAssignment", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__AddServerCertificateAssignment(soap, soap_tmp___ns1__AddServerCertificateAssignment.ns1__AddServerCertificateAssignment, &ns1__AddServerCertificateAssignmentResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__AddServerCertificateAssignmentResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__AddServerCertificateAssignmentResponse.soap_put(soap, "ns1:AddServerCertificateAssignmentResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__AddServerCertificateAssignmentResponse.soap_put(soap, "ns1:AddServerCertificateAssignmentResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__RemoveServerCertificateAssignment(struct soap *soap)
{ struct __ns1__RemoveServerCertificateAssignment soap_tmp___ns1__RemoveServerCertificateAssignment;
_ns1__RemoveServerCertificateAssignmentResponse ns1__RemoveServerCertificateAssignmentResponse;
ns1__RemoveServerCertificateAssignmentResponse.soap_default(soap);
soap_default___ns1__RemoveServerCertificateAssignment(soap, &soap_tmp___ns1__RemoveServerCertificateAssignment);
if (!soap_get___ns1__RemoveServerCertificateAssignment(soap, &soap_tmp___ns1__RemoveServerCertificateAssignment, "-ns1:RemoveServerCertificateAssignment", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__RemoveServerCertificateAssignment(soap, soap_tmp___ns1__RemoveServerCertificateAssignment.ns1__RemoveServerCertificateAssignment, &ns1__RemoveServerCertificateAssignmentResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__RemoveServerCertificateAssignmentResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__RemoveServerCertificateAssignmentResponse.soap_put(soap, "ns1:RemoveServerCertificateAssignmentResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__RemoveServerCertificateAssignmentResponse.soap_put(soap, "ns1:RemoveServerCertificateAssignmentResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__ReplaceServerCertificateAssignment(struct soap *soap)
{ struct __ns1__ReplaceServerCertificateAssignment soap_tmp___ns1__ReplaceServerCertificateAssignment;
_ns1__ReplaceServerCertificateAssignmentResponse ns1__ReplaceServerCertificateAssignmentResponse;
ns1__ReplaceServerCertificateAssignmentResponse.soap_default(soap);
soap_default___ns1__ReplaceServerCertificateAssignment(soap, &soap_tmp___ns1__ReplaceServerCertificateAssignment);
if (!soap_get___ns1__ReplaceServerCertificateAssignment(soap, &soap_tmp___ns1__ReplaceServerCertificateAssignment, "-ns1:ReplaceServerCertificateAssignment", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__ReplaceServerCertificateAssignment(soap, soap_tmp___ns1__ReplaceServerCertificateAssignment.ns1__ReplaceServerCertificateAssignment, &ns1__ReplaceServerCertificateAssignmentResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__ReplaceServerCertificateAssignmentResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__ReplaceServerCertificateAssignmentResponse.soap_put(soap, "ns1:ReplaceServerCertificateAssignmentResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__ReplaceServerCertificateAssignmentResponse.soap_put(soap, "ns1:ReplaceServerCertificateAssignmentResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetAssignedServerCertificates(struct soap *soap)
{ struct __ns1__GetAssignedServerCertificates soap_tmp___ns1__GetAssignedServerCertificates;
_ns1__GetAssignedServerCertificatesResponse ns1__GetAssignedServerCertificatesResponse;
ns1__GetAssignedServerCertificatesResponse.soap_default(soap);
soap_default___ns1__GetAssignedServerCertificates(soap, &soap_tmp___ns1__GetAssignedServerCertificates);
if (!soap_get___ns1__GetAssignedServerCertificates(soap, &soap_tmp___ns1__GetAssignedServerCertificates, "-ns1:GetAssignedServerCertificates", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __ns1__GetAssignedServerCertificates(soap, soap_tmp___ns1__GetAssignedServerCertificates.ns1__GetAssignedServerCertificates, &ns1__GetAssignedServerCertificatesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
ns1__GetAssignedServerCertificatesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetAssignedServerCertificatesResponse.soap_put(soap, "ns1:GetAssignedServerCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| ns1__GetAssignedServerCertificatesResponse.soap_put(soap, "ns1:GetAssignedServerCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tdn__Hello(struct soap *soap)
{ struct __tdn__Hello soap_tmp___tdn__Hello;
struct wsdd__ResolveType tdn__HelloResponse;
soap_default_wsdd__ResolveType(soap, &tdn__HelloResponse);
soap_default___tdn__Hello(soap, &soap_tmp___tdn__Hello);
if (!soap_get___tdn__Hello(soap, &soap_tmp___tdn__Hello, "-tdn:Hello", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tdn__Hello(soap, soap_tmp___tdn__Hello.tdn__Hello, tdn__HelloResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
soap_serialize_wsdd__ResolveType(soap, &tdn__HelloResponse);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| soap_put_wsdd__ResolveType(soap, &tdn__HelloResponse, "tdn:HelloResponse", NULL)
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| soap_put_wsdd__ResolveType(soap, &tdn__HelloResponse, "tdn:HelloResponse", NULL)
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tdn__Bye(struct soap *soap)
{ struct __tdn__Bye soap_tmp___tdn__Bye;
struct wsdd__ResolveType tdn__ByeResponse;
soap_default_wsdd__ResolveType(soap, &tdn__ByeResponse);
soap_default___tdn__Bye(soap, &soap_tmp___tdn__Bye);
if (!soap_get___tdn__Bye(soap, &soap_tmp___tdn__Bye, "-tdn:Bye", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tdn__Bye(soap, soap_tmp___tdn__Bye.tdn__Bye, tdn__ByeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
soap_serialize_wsdd__ResolveType(soap, &tdn__ByeResponse);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| soap_put_wsdd__ResolveType(soap, &tdn__ByeResponse, "tdn:ByeResponse", NULL)
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| soap_put_wsdd__ResolveType(soap, &tdn__ByeResponse, "tdn:ByeResponse", NULL)
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tdn__Probe(struct soap *soap)
{ struct __tdn__Probe soap_tmp___tdn__Probe;
struct wsdd__ProbeMatchesType tdn__ProbeResponse;
soap_default_wsdd__ProbeMatchesType(soap, &tdn__ProbeResponse);
soap_default___tdn__Probe(soap, &soap_tmp___tdn__Probe);
if (!soap_get___tdn__Probe(soap, &soap_tmp___tdn__Probe, "-tdn:Probe", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tdn__Probe(soap, soap_tmp___tdn__Probe.tdn__Probe, tdn__ProbeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
soap_serialize_wsdd__ProbeMatchesType(soap, &tdn__ProbeResponse);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| soap_put_wsdd__ProbeMatchesType(soap, &tdn__ProbeResponse, "tdn:ProbeResponse", NULL)
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| soap_put_wsdd__ProbeMatchesType(soap, &tdn__ProbeResponse, "tdn:ProbeResponse", NULL)
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetServices(struct soap *soap)
{ struct __tds__GetServices soap_tmp___tds__GetServices;
_tds__GetServicesResponse tds__GetServicesResponse;
tds__GetServicesResponse.soap_default(soap);
soap_default___tds__GetServices(soap, &soap_tmp___tds__GetServices);
if (!soap_get___tds__GetServices(soap, &soap_tmp___tds__GetServices, "-tds:GetServices", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetServices(soap, soap_tmp___tds__GetServices.tds__GetServices, &tds__GetServicesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetServicesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetServicesResponse.soap_put(soap, "tds:GetServicesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetServicesResponse.soap_put(soap, "tds:GetServicesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetServiceCapabilities(struct soap *soap)
{ struct __tds__GetServiceCapabilities soap_tmp___tds__GetServiceCapabilities;
_tds__GetServiceCapabilitiesResponse tds__GetServiceCapabilitiesResponse;
tds__GetServiceCapabilitiesResponse.soap_default(soap);
soap_default___tds__GetServiceCapabilities(soap, &soap_tmp___tds__GetServiceCapabilities);
if (!soap_get___tds__GetServiceCapabilities(soap, &soap_tmp___tds__GetServiceCapabilities, "-tds:GetServiceCapabilities", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetServiceCapabilities(soap, soap_tmp___tds__GetServiceCapabilities.tds__GetServiceCapabilities, &tds__GetServiceCapabilitiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetServiceCapabilitiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetServiceCapabilitiesResponse.soap_put(soap, "tds:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetServiceCapabilitiesResponse.soap_put(soap, "tds:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDeviceInformation(struct soap *soap)
{ struct __tds__GetDeviceInformation soap_tmp___tds__GetDeviceInformation;
_tds__GetDeviceInformationResponse tds__GetDeviceInformationResponse;
tds__GetDeviceInformationResponse.soap_default(soap);
soap_default___tds__GetDeviceInformation(soap, &soap_tmp___tds__GetDeviceInformation);
if (!soap_get___tds__GetDeviceInformation(soap, &soap_tmp___tds__GetDeviceInformation, "-tds:GetDeviceInformation", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDeviceInformation(soap, soap_tmp___tds__GetDeviceInformation.tds__GetDeviceInformation, &tds__GetDeviceInformationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDeviceInformationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDeviceInformationResponse.soap_put(soap, "tds:GetDeviceInformationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDeviceInformationResponse.soap_put(soap, "tds:GetDeviceInformationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetSystemDateAndTime(struct soap *soap)
{ struct __tds__SetSystemDateAndTime soap_tmp___tds__SetSystemDateAndTime;
_tds__SetSystemDateAndTimeResponse tds__SetSystemDateAndTimeResponse;
tds__SetSystemDateAndTimeResponse.soap_default(soap);
soap_default___tds__SetSystemDateAndTime(soap, &soap_tmp___tds__SetSystemDateAndTime);
if (!soap_get___tds__SetSystemDateAndTime(soap, &soap_tmp___tds__SetSystemDateAndTime, "-tds:SetSystemDateAndTime", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetSystemDateAndTime(soap, soap_tmp___tds__SetSystemDateAndTime.tds__SetSystemDateAndTime, &tds__SetSystemDateAndTimeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetSystemDateAndTimeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetSystemDateAndTimeResponse.soap_put(soap, "tds:SetSystemDateAndTimeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetSystemDateAndTimeResponse.soap_put(soap, "tds:SetSystemDateAndTimeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemDateAndTime(struct soap *soap)
{ struct __tds__GetSystemDateAndTime soap_tmp___tds__GetSystemDateAndTime;
_tds__GetSystemDateAndTimeResponse tds__GetSystemDateAndTimeResponse;
tds__GetSystemDateAndTimeResponse.soap_default(soap);
soap_default___tds__GetSystemDateAndTime(soap, &soap_tmp___tds__GetSystemDateAndTime);
if (!soap_get___tds__GetSystemDateAndTime(soap, &soap_tmp___tds__GetSystemDateAndTime, "-tds:GetSystemDateAndTime", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetSystemDateAndTime(soap, soap_tmp___tds__GetSystemDateAndTime.tds__GetSystemDateAndTime, &tds__GetSystemDateAndTimeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetSystemDateAndTimeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemDateAndTimeResponse.soap_put(soap, "tds:GetSystemDateAndTimeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemDateAndTimeResponse.soap_put(soap, "tds:GetSystemDateAndTimeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetSystemFactoryDefault(struct soap *soap)
{ struct __tds__SetSystemFactoryDefault soap_tmp___tds__SetSystemFactoryDefault;
_tds__SetSystemFactoryDefaultResponse tds__SetSystemFactoryDefaultResponse;
tds__SetSystemFactoryDefaultResponse.soap_default(soap);
soap_default___tds__SetSystemFactoryDefault(soap, &soap_tmp___tds__SetSystemFactoryDefault);
if (!soap_get___tds__SetSystemFactoryDefault(soap, &soap_tmp___tds__SetSystemFactoryDefault, "-tds:SetSystemFactoryDefault", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetSystemFactoryDefault(soap, soap_tmp___tds__SetSystemFactoryDefault.tds__SetSystemFactoryDefault, &tds__SetSystemFactoryDefaultResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetSystemFactoryDefaultResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetSystemFactoryDefaultResponse.soap_put(soap, "tds:SetSystemFactoryDefaultResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetSystemFactoryDefaultResponse.soap_put(soap, "tds:SetSystemFactoryDefaultResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__UpgradeSystemFirmware(struct soap *soap)
{ struct __tds__UpgradeSystemFirmware soap_tmp___tds__UpgradeSystemFirmware;
_tds__UpgradeSystemFirmwareResponse tds__UpgradeSystemFirmwareResponse;
tds__UpgradeSystemFirmwareResponse.soap_default(soap);
soap_default___tds__UpgradeSystemFirmware(soap, &soap_tmp___tds__UpgradeSystemFirmware);
if (!soap_get___tds__UpgradeSystemFirmware(soap, &soap_tmp___tds__UpgradeSystemFirmware, "-tds:UpgradeSystemFirmware", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__UpgradeSystemFirmware(soap, soap_tmp___tds__UpgradeSystemFirmware.tds__UpgradeSystemFirmware, &tds__UpgradeSystemFirmwareResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__UpgradeSystemFirmwareResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__UpgradeSystemFirmwareResponse.soap_put(soap, "tds:UpgradeSystemFirmwareResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__UpgradeSystemFirmwareResponse.soap_put(soap, "tds:UpgradeSystemFirmwareResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SystemReboot(struct soap *soap)
{ struct __tds__SystemReboot soap_tmp___tds__SystemReboot;
_tds__SystemRebootResponse tds__SystemRebootResponse;
tds__SystemRebootResponse.soap_default(soap);
soap_default___tds__SystemReboot(soap, &soap_tmp___tds__SystemReboot);
if (!soap_get___tds__SystemReboot(soap, &soap_tmp___tds__SystemReboot, "-tds:SystemReboot", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SystemReboot(soap, soap_tmp___tds__SystemReboot.tds__SystemReboot, &tds__SystemRebootResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SystemRebootResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SystemRebootResponse.soap_put(soap, "tds:SystemRebootResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SystemRebootResponse.soap_put(soap, "tds:SystemRebootResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__RestoreSystem(struct soap *soap)
{ struct __tds__RestoreSystem soap_tmp___tds__RestoreSystem;
_tds__RestoreSystemResponse tds__RestoreSystemResponse;
tds__RestoreSystemResponse.soap_default(soap);
soap_default___tds__RestoreSystem(soap, &soap_tmp___tds__RestoreSystem);
if (!soap_get___tds__RestoreSystem(soap, &soap_tmp___tds__RestoreSystem, "-tds:RestoreSystem", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__RestoreSystem(soap, soap_tmp___tds__RestoreSystem.tds__RestoreSystem, &tds__RestoreSystemResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__RestoreSystemResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__RestoreSystemResponse.soap_put(soap, "tds:RestoreSystemResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__RestoreSystemResponse.soap_put(soap, "tds:RestoreSystemResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemBackup(struct soap *soap)
{ struct __tds__GetSystemBackup soap_tmp___tds__GetSystemBackup;
_tds__GetSystemBackupResponse tds__GetSystemBackupResponse;
tds__GetSystemBackupResponse.soap_default(soap);
soap_default___tds__GetSystemBackup(soap, &soap_tmp___tds__GetSystemBackup);
if (!soap_get___tds__GetSystemBackup(soap, &soap_tmp___tds__GetSystemBackup, "-tds:GetSystemBackup", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetSystemBackup(soap, soap_tmp___tds__GetSystemBackup.tds__GetSystemBackup, &tds__GetSystemBackupResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetSystemBackupResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemBackupResponse.soap_put(soap, "tds:GetSystemBackupResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemBackupResponse.soap_put(soap, "tds:GetSystemBackupResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemLog(struct soap *soap)
{ struct __tds__GetSystemLog soap_tmp___tds__GetSystemLog;
_tds__GetSystemLogResponse tds__GetSystemLogResponse;
tds__GetSystemLogResponse.soap_default(soap);
soap_default___tds__GetSystemLog(soap, &soap_tmp___tds__GetSystemLog);
if (!soap_get___tds__GetSystemLog(soap, &soap_tmp___tds__GetSystemLog, "-tds:GetSystemLog", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetSystemLog(soap, soap_tmp___tds__GetSystemLog.tds__GetSystemLog, &tds__GetSystemLogResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetSystemLogResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemLogResponse.soap_put(soap, "tds:GetSystemLogResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemLogResponse.soap_put(soap, "tds:GetSystemLogResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemSupportInformation(struct soap *soap)
{ struct __tds__GetSystemSupportInformation soap_tmp___tds__GetSystemSupportInformation;
_tds__GetSystemSupportInformationResponse tds__GetSystemSupportInformationResponse;
tds__GetSystemSupportInformationResponse.soap_default(soap);
soap_default___tds__GetSystemSupportInformation(soap, &soap_tmp___tds__GetSystemSupportInformation);
if (!soap_get___tds__GetSystemSupportInformation(soap, &soap_tmp___tds__GetSystemSupportInformation, "-tds:GetSystemSupportInformation", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetSystemSupportInformation(soap, soap_tmp___tds__GetSystemSupportInformation.tds__GetSystemSupportInformation, &tds__GetSystemSupportInformationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetSystemSupportInformationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemSupportInformationResponse.soap_put(soap, "tds:GetSystemSupportInformationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemSupportInformationResponse.soap_put(soap, "tds:GetSystemSupportInformationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetScopes(struct soap *soap)
{ struct __tds__GetScopes soap_tmp___tds__GetScopes;
_tds__GetScopesResponse tds__GetScopesResponse;
tds__GetScopesResponse.soap_default(soap);
soap_default___tds__GetScopes(soap, &soap_tmp___tds__GetScopes);
if (!soap_get___tds__GetScopes(soap, &soap_tmp___tds__GetScopes, "-tds:GetScopes", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetScopes(soap, soap_tmp___tds__GetScopes.tds__GetScopes, &tds__GetScopesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetScopesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetScopesResponse.soap_put(soap, "tds:GetScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetScopesResponse.soap_put(soap, "tds:GetScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetScopes(struct soap *soap)
{ struct __tds__SetScopes soap_tmp___tds__SetScopes;
_tds__SetScopesResponse tds__SetScopesResponse;
tds__SetScopesResponse.soap_default(soap);
soap_default___tds__SetScopes(soap, &soap_tmp___tds__SetScopes);
if (!soap_get___tds__SetScopes(soap, &soap_tmp___tds__SetScopes, "-tds:SetScopes", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetScopes(soap, soap_tmp___tds__SetScopes.tds__SetScopes, &tds__SetScopesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetScopesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetScopesResponse.soap_put(soap, "tds:SetScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetScopesResponse.soap_put(soap, "tds:SetScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__AddScopes(struct soap *soap)
{ struct __tds__AddScopes soap_tmp___tds__AddScopes;
_tds__AddScopesResponse tds__AddScopesResponse;
tds__AddScopesResponse.soap_default(soap);
soap_default___tds__AddScopes(soap, &soap_tmp___tds__AddScopes);
if (!soap_get___tds__AddScopes(soap, &soap_tmp___tds__AddScopes, "-tds:AddScopes", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__AddScopes(soap, soap_tmp___tds__AddScopes.tds__AddScopes, &tds__AddScopesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__AddScopesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__AddScopesResponse.soap_put(soap, "tds:AddScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__AddScopesResponse.soap_put(soap, "tds:AddScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__RemoveScopes(struct soap *soap)
{ struct __tds__RemoveScopes soap_tmp___tds__RemoveScopes;
_tds__RemoveScopesResponse tds__RemoveScopesResponse;
tds__RemoveScopesResponse.soap_default(soap);
soap_default___tds__RemoveScopes(soap, &soap_tmp___tds__RemoveScopes);
if (!soap_get___tds__RemoveScopes(soap, &soap_tmp___tds__RemoveScopes, "-tds:RemoveScopes", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__RemoveScopes(soap, soap_tmp___tds__RemoveScopes.tds__RemoveScopes, &tds__RemoveScopesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__RemoveScopesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__RemoveScopesResponse.soap_put(soap, "tds:RemoveScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__RemoveScopesResponse.soap_put(soap, "tds:RemoveScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDiscoveryMode(struct soap *soap)
{ struct __tds__GetDiscoveryMode soap_tmp___tds__GetDiscoveryMode;
_tds__GetDiscoveryModeResponse tds__GetDiscoveryModeResponse;
tds__GetDiscoveryModeResponse.soap_default(soap);
soap_default___tds__GetDiscoveryMode(soap, &soap_tmp___tds__GetDiscoveryMode);
if (!soap_get___tds__GetDiscoveryMode(soap, &soap_tmp___tds__GetDiscoveryMode, "-tds:GetDiscoveryMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDiscoveryMode(soap, soap_tmp___tds__GetDiscoveryMode.tds__GetDiscoveryMode, &tds__GetDiscoveryModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDiscoveryModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDiscoveryModeResponse.soap_put(soap, "tds:GetDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDiscoveryModeResponse.soap_put(soap, "tds:GetDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDiscoveryMode(struct soap *soap)
{ struct __tds__SetDiscoveryMode soap_tmp___tds__SetDiscoveryMode;
_tds__SetDiscoveryModeResponse tds__SetDiscoveryModeResponse;
tds__SetDiscoveryModeResponse.soap_default(soap);
soap_default___tds__SetDiscoveryMode(soap, &soap_tmp___tds__SetDiscoveryMode);
if (!soap_get___tds__SetDiscoveryMode(soap, &soap_tmp___tds__SetDiscoveryMode, "-tds:SetDiscoveryMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetDiscoveryMode(soap, soap_tmp___tds__SetDiscoveryMode.tds__SetDiscoveryMode, &tds__SetDiscoveryModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetDiscoveryModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDiscoveryModeResponse.soap_put(soap, "tds:SetDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDiscoveryModeResponse.soap_put(soap, "tds:SetDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetRemoteDiscoveryMode(struct soap *soap)
{ struct __tds__GetRemoteDiscoveryMode soap_tmp___tds__GetRemoteDiscoveryMode;
_tds__GetRemoteDiscoveryModeResponse tds__GetRemoteDiscoveryModeResponse;
tds__GetRemoteDiscoveryModeResponse.soap_default(soap);
soap_default___tds__GetRemoteDiscoveryMode(soap, &soap_tmp___tds__GetRemoteDiscoveryMode);
if (!soap_get___tds__GetRemoteDiscoveryMode(soap, &soap_tmp___tds__GetRemoteDiscoveryMode, "-tds:GetRemoteDiscoveryMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetRemoteDiscoveryMode(soap, soap_tmp___tds__GetRemoteDiscoveryMode.tds__GetRemoteDiscoveryMode, &tds__GetRemoteDiscoveryModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetRemoteDiscoveryModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRemoteDiscoveryModeResponse.soap_put(soap, "tds:GetRemoteDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRemoteDiscoveryModeResponse.soap_put(soap, "tds:GetRemoteDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetRemoteDiscoveryMode(struct soap *soap)
{ struct __tds__SetRemoteDiscoveryMode soap_tmp___tds__SetRemoteDiscoveryMode;
_tds__SetRemoteDiscoveryModeResponse tds__SetRemoteDiscoveryModeResponse;
tds__SetRemoteDiscoveryModeResponse.soap_default(soap);
soap_default___tds__SetRemoteDiscoveryMode(soap, &soap_tmp___tds__SetRemoteDiscoveryMode);
if (!soap_get___tds__SetRemoteDiscoveryMode(soap, &soap_tmp___tds__SetRemoteDiscoveryMode, "-tds:SetRemoteDiscoveryMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetRemoteDiscoveryMode(soap, soap_tmp___tds__SetRemoteDiscoveryMode.tds__SetRemoteDiscoveryMode, &tds__SetRemoteDiscoveryModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetRemoteDiscoveryModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRemoteDiscoveryModeResponse.soap_put(soap, "tds:SetRemoteDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRemoteDiscoveryModeResponse.soap_put(soap, "tds:SetRemoteDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDPAddresses(struct soap *soap)
{ struct __tds__GetDPAddresses soap_tmp___tds__GetDPAddresses;
_tds__GetDPAddressesResponse tds__GetDPAddressesResponse;
tds__GetDPAddressesResponse.soap_default(soap);
soap_default___tds__GetDPAddresses(soap, &soap_tmp___tds__GetDPAddresses);
if (!soap_get___tds__GetDPAddresses(soap, &soap_tmp___tds__GetDPAddresses, "-tds:GetDPAddresses", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDPAddresses(soap, soap_tmp___tds__GetDPAddresses.tds__GetDPAddresses, &tds__GetDPAddressesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDPAddressesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDPAddressesResponse.soap_put(soap, "tds:GetDPAddressesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDPAddressesResponse.soap_put(soap, "tds:GetDPAddressesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetEndpointReference(struct soap *soap)
{ struct __tds__GetEndpointReference soap_tmp___tds__GetEndpointReference;
_tds__GetEndpointReferenceResponse tds__GetEndpointReferenceResponse;
tds__GetEndpointReferenceResponse.soap_default(soap);
soap_default___tds__GetEndpointReference(soap, &soap_tmp___tds__GetEndpointReference);
if (!soap_get___tds__GetEndpointReference(soap, &soap_tmp___tds__GetEndpointReference, "-tds:GetEndpointReference", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetEndpointReference(soap, soap_tmp___tds__GetEndpointReference.tds__GetEndpointReference, &tds__GetEndpointReferenceResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetEndpointReferenceResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetEndpointReferenceResponse.soap_put(soap, "tds:GetEndpointReferenceResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetEndpointReferenceResponse.soap_put(soap, "tds:GetEndpointReferenceResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetRemoteUser(struct soap *soap)
{ struct __tds__GetRemoteUser soap_tmp___tds__GetRemoteUser;
_tds__GetRemoteUserResponse tds__GetRemoteUserResponse;
tds__GetRemoteUserResponse.soap_default(soap);
soap_default___tds__GetRemoteUser(soap, &soap_tmp___tds__GetRemoteUser);
if (!soap_get___tds__GetRemoteUser(soap, &soap_tmp___tds__GetRemoteUser, "-tds:GetRemoteUser", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetRemoteUser(soap, soap_tmp___tds__GetRemoteUser.tds__GetRemoteUser, &tds__GetRemoteUserResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetRemoteUserResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRemoteUserResponse.soap_put(soap, "tds:GetRemoteUserResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRemoteUserResponse.soap_put(soap, "tds:GetRemoteUserResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetRemoteUser(struct soap *soap)
{ struct __tds__SetRemoteUser soap_tmp___tds__SetRemoteUser;
_tds__SetRemoteUserResponse tds__SetRemoteUserResponse;
tds__SetRemoteUserResponse.soap_default(soap);
soap_default___tds__SetRemoteUser(soap, &soap_tmp___tds__SetRemoteUser);
if (!soap_get___tds__SetRemoteUser(soap, &soap_tmp___tds__SetRemoteUser, "-tds:SetRemoteUser", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetRemoteUser(soap, soap_tmp___tds__SetRemoteUser.tds__SetRemoteUser, &tds__SetRemoteUserResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetRemoteUserResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRemoteUserResponse.soap_put(soap, "tds:SetRemoteUserResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRemoteUserResponse.soap_put(soap, "tds:SetRemoteUserResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetUsers(struct soap *soap)
{ struct __tds__GetUsers soap_tmp___tds__GetUsers;
_tds__GetUsersResponse tds__GetUsersResponse;
tds__GetUsersResponse.soap_default(soap);
soap_default___tds__GetUsers(soap, &soap_tmp___tds__GetUsers);
if (!soap_get___tds__GetUsers(soap, &soap_tmp___tds__GetUsers, "-tds:GetUsers", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetUsers(soap, soap_tmp___tds__GetUsers.tds__GetUsers, &tds__GetUsersResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetUsersResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetUsersResponse.soap_put(soap, "tds:GetUsersResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetUsersResponse.soap_put(soap, "tds:GetUsersResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__CreateUsers(struct soap *soap)
{ struct __tds__CreateUsers soap_tmp___tds__CreateUsers;
_tds__CreateUsersResponse tds__CreateUsersResponse;
tds__CreateUsersResponse.soap_default(soap);
soap_default___tds__CreateUsers(soap, &soap_tmp___tds__CreateUsers);
if (!soap_get___tds__CreateUsers(soap, &soap_tmp___tds__CreateUsers, "-tds:CreateUsers", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__CreateUsers(soap, soap_tmp___tds__CreateUsers.tds__CreateUsers, &tds__CreateUsersResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__CreateUsersResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__CreateUsersResponse.soap_put(soap, "tds:CreateUsersResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__CreateUsersResponse.soap_put(soap, "tds:CreateUsersResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__DeleteUsers(struct soap *soap)
{ struct __tds__DeleteUsers soap_tmp___tds__DeleteUsers;
_tds__DeleteUsersResponse tds__DeleteUsersResponse;
tds__DeleteUsersResponse.soap_default(soap);
soap_default___tds__DeleteUsers(soap, &soap_tmp___tds__DeleteUsers);
if (!soap_get___tds__DeleteUsers(soap, &soap_tmp___tds__DeleteUsers, "-tds:DeleteUsers", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__DeleteUsers(soap, soap_tmp___tds__DeleteUsers.tds__DeleteUsers, &tds__DeleteUsersResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__DeleteUsersResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__DeleteUsersResponse.soap_put(soap, "tds:DeleteUsersResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__DeleteUsersResponse.soap_put(soap, "tds:DeleteUsersResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetUser(struct soap *soap)
{ struct __tds__SetUser soap_tmp___tds__SetUser;
_tds__SetUserResponse tds__SetUserResponse;
tds__SetUserResponse.soap_default(soap);
soap_default___tds__SetUser(soap, &soap_tmp___tds__SetUser);
if (!soap_get___tds__SetUser(soap, &soap_tmp___tds__SetUser, "-tds:SetUser", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetUser(soap, soap_tmp___tds__SetUser.tds__SetUser, &tds__SetUserResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetUserResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetUserResponse.soap_put(soap, "tds:SetUserResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetUserResponse.soap_put(soap, "tds:SetUserResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetWsdlUrl(struct soap *soap)
{ struct __tds__GetWsdlUrl soap_tmp___tds__GetWsdlUrl;
_tds__GetWsdlUrlResponse tds__GetWsdlUrlResponse;
tds__GetWsdlUrlResponse.soap_default(soap);
soap_default___tds__GetWsdlUrl(soap, &soap_tmp___tds__GetWsdlUrl);
if (!soap_get___tds__GetWsdlUrl(soap, &soap_tmp___tds__GetWsdlUrl, "-tds:GetWsdlUrl", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetWsdlUrl(soap, soap_tmp___tds__GetWsdlUrl.tds__GetWsdlUrl, &tds__GetWsdlUrlResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetWsdlUrlResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetWsdlUrlResponse.soap_put(soap, "tds:GetWsdlUrlResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetWsdlUrlResponse.soap_put(soap, "tds:GetWsdlUrlResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCapabilities(struct soap *soap)
{ struct __tds__GetCapabilities soap_tmp___tds__GetCapabilities;
_tds__GetCapabilitiesResponse tds__GetCapabilitiesResponse;
tds__GetCapabilitiesResponse.soap_default(soap);
soap_default___tds__GetCapabilities(soap, &soap_tmp___tds__GetCapabilities);
if (!soap_get___tds__GetCapabilities(soap, &soap_tmp___tds__GetCapabilities, "-tds:GetCapabilities", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetCapabilities(soap, soap_tmp___tds__GetCapabilities.tds__GetCapabilities, &tds__GetCapabilitiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetCapabilitiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCapabilitiesResponse.soap_put(soap, "tds:GetCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCapabilitiesResponse.soap_put(soap, "tds:GetCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDPAddresses(struct soap *soap)
{ struct __tds__SetDPAddresses soap_tmp___tds__SetDPAddresses;
_tds__SetDPAddressesResponse tds__SetDPAddressesResponse;
tds__SetDPAddressesResponse.soap_default(soap);
soap_default___tds__SetDPAddresses(soap, &soap_tmp___tds__SetDPAddresses);
if (!soap_get___tds__SetDPAddresses(soap, &soap_tmp___tds__SetDPAddresses, "-tds:SetDPAddresses", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetDPAddresses(soap, soap_tmp___tds__SetDPAddresses.tds__SetDPAddresses, &tds__SetDPAddressesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetDPAddressesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDPAddressesResponse.soap_put(soap, "tds:SetDPAddressesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDPAddressesResponse.soap_put(soap, "tds:SetDPAddressesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetHostname(struct soap *soap)
{ struct __tds__GetHostname soap_tmp___tds__GetHostname;
_tds__GetHostnameResponse tds__GetHostnameResponse;
tds__GetHostnameResponse.soap_default(soap);
soap_default___tds__GetHostname(soap, &soap_tmp___tds__GetHostname);
if (!soap_get___tds__GetHostname(soap, &soap_tmp___tds__GetHostname, "-tds:GetHostname", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetHostname(soap, soap_tmp___tds__GetHostname.tds__GetHostname, &tds__GetHostnameResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetHostnameResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetHostnameResponse.soap_put(soap, "tds:GetHostnameResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetHostnameResponse.soap_put(soap, "tds:GetHostnameResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetHostname(struct soap *soap)
{ struct __tds__SetHostname soap_tmp___tds__SetHostname;
_tds__SetHostnameResponse tds__SetHostnameResponse;
tds__SetHostnameResponse.soap_default(soap);
soap_default___tds__SetHostname(soap, &soap_tmp___tds__SetHostname);
if (!soap_get___tds__SetHostname(soap, &soap_tmp___tds__SetHostname, "-tds:SetHostname", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetHostname(soap, soap_tmp___tds__SetHostname.tds__SetHostname, &tds__SetHostnameResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetHostnameResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetHostnameResponse.soap_put(soap, "tds:SetHostnameResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetHostnameResponse.soap_put(soap, "tds:SetHostnameResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetHostnameFromDHCP(struct soap *soap)
{ struct __tds__SetHostnameFromDHCP soap_tmp___tds__SetHostnameFromDHCP;
_tds__SetHostnameFromDHCPResponse tds__SetHostnameFromDHCPResponse;
tds__SetHostnameFromDHCPResponse.soap_default(soap);
soap_default___tds__SetHostnameFromDHCP(soap, &soap_tmp___tds__SetHostnameFromDHCP);
if (!soap_get___tds__SetHostnameFromDHCP(soap, &soap_tmp___tds__SetHostnameFromDHCP, "-tds:SetHostnameFromDHCP", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetHostnameFromDHCP(soap, soap_tmp___tds__SetHostnameFromDHCP.tds__SetHostnameFromDHCP, &tds__SetHostnameFromDHCPResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetHostnameFromDHCPResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetHostnameFromDHCPResponse.soap_put(soap, "tds:SetHostnameFromDHCPResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetHostnameFromDHCPResponse.soap_put(soap, "tds:SetHostnameFromDHCPResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDNS(struct soap *soap)
{ struct __tds__GetDNS soap_tmp___tds__GetDNS;
_tds__GetDNSResponse tds__GetDNSResponse;
tds__GetDNSResponse.soap_default(soap);
soap_default___tds__GetDNS(soap, &soap_tmp___tds__GetDNS);
if (!soap_get___tds__GetDNS(soap, &soap_tmp___tds__GetDNS, "-tds:GetDNS", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDNS(soap, soap_tmp___tds__GetDNS.tds__GetDNS, &tds__GetDNSResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDNSResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDNSResponse.soap_put(soap, "tds:GetDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDNSResponse.soap_put(soap, "tds:GetDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDNS(struct soap *soap)
{ struct __tds__SetDNS soap_tmp___tds__SetDNS;
_tds__SetDNSResponse tds__SetDNSResponse;
tds__SetDNSResponse.soap_default(soap);
soap_default___tds__SetDNS(soap, &soap_tmp___tds__SetDNS);
if (!soap_get___tds__SetDNS(soap, &soap_tmp___tds__SetDNS, "-tds:SetDNS", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetDNS(soap, soap_tmp___tds__SetDNS.tds__SetDNS, &tds__SetDNSResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetDNSResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDNSResponse.soap_put(soap, "tds:SetDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDNSResponse.soap_put(soap, "tds:SetDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetNTP(struct soap *soap)
{ struct __tds__GetNTP soap_tmp___tds__GetNTP;
_tds__GetNTPResponse tds__GetNTPResponse;
tds__GetNTPResponse.soap_default(soap);
soap_default___tds__GetNTP(soap, &soap_tmp___tds__GetNTP);
if (!soap_get___tds__GetNTP(soap, &soap_tmp___tds__GetNTP, "-tds:GetNTP", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetNTP(soap, soap_tmp___tds__GetNTP.tds__GetNTP, &tds__GetNTPResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetNTPResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNTPResponse.soap_put(soap, "tds:GetNTPResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNTPResponse.soap_put(soap, "tds:GetNTPResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetNTP(struct soap *soap)
{ struct __tds__SetNTP soap_tmp___tds__SetNTP;
_tds__SetNTPResponse tds__SetNTPResponse;
tds__SetNTPResponse.soap_default(soap);
soap_default___tds__SetNTP(soap, &soap_tmp___tds__SetNTP);
if (!soap_get___tds__SetNTP(soap, &soap_tmp___tds__SetNTP, "-tds:SetNTP", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetNTP(soap, soap_tmp___tds__SetNTP.tds__SetNTP, &tds__SetNTPResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetNTPResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNTPResponse.soap_put(soap, "tds:SetNTPResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNTPResponse.soap_put(soap, "tds:SetNTPResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDynamicDNS(struct soap *soap)
{ struct __tds__GetDynamicDNS soap_tmp___tds__GetDynamicDNS;
_tds__GetDynamicDNSResponse tds__GetDynamicDNSResponse;
tds__GetDynamicDNSResponse.soap_default(soap);
soap_default___tds__GetDynamicDNS(soap, &soap_tmp___tds__GetDynamicDNS);
if (!soap_get___tds__GetDynamicDNS(soap, &soap_tmp___tds__GetDynamicDNS, "-tds:GetDynamicDNS", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDynamicDNS(soap, soap_tmp___tds__GetDynamicDNS.tds__GetDynamicDNS, &tds__GetDynamicDNSResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDynamicDNSResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDynamicDNSResponse.soap_put(soap, "tds:GetDynamicDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDynamicDNSResponse.soap_put(soap, "tds:GetDynamicDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDynamicDNS(struct soap *soap)
{ struct __tds__SetDynamicDNS soap_tmp___tds__SetDynamicDNS;
_tds__SetDynamicDNSResponse tds__SetDynamicDNSResponse;
tds__SetDynamicDNSResponse.soap_default(soap);
soap_default___tds__SetDynamicDNS(soap, &soap_tmp___tds__SetDynamicDNS);
if (!soap_get___tds__SetDynamicDNS(soap, &soap_tmp___tds__SetDynamicDNS, "-tds:SetDynamicDNS", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetDynamicDNS(soap, soap_tmp___tds__SetDynamicDNS.tds__SetDynamicDNS, &tds__SetDynamicDNSResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetDynamicDNSResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDynamicDNSResponse.soap_put(soap, "tds:SetDynamicDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDynamicDNSResponse.soap_put(soap, "tds:SetDynamicDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetNetworkInterfaces(struct soap *soap)
{ struct __tds__GetNetworkInterfaces soap_tmp___tds__GetNetworkInterfaces;
_tds__GetNetworkInterfacesResponse tds__GetNetworkInterfacesResponse;
tds__GetNetworkInterfacesResponse.soap_default(soap);
soap_default___tds__GetNetworkInterfaces(soap, &soap_tmp___tds__GetNetworkInterfaces);
if (!soap_get___tds__GetNetworkInterfaces(soap, &soap_tmp___tds__GetNetworkInterfaces, "-tds:GetNetworkInterfaces", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetNetworkInterfaces(soap, soap_tmp___tds__GetNetworkInterfaces.tds__GetNetworkInterfaces, &tds__GetNetworkInterfacesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetNetworkInterfacesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNetworkInterfacesResponse.soap_put(soap, "tds:GetNetworkInterfacesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNetworkInterfacesResponse.soap_put(soap, "tds:GetNetworkInterfacesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetNetworkInterfaces(struct soap *soap)
{ struct __tds__SetNetworkInterfaces soap_tmp___tds__SetNetworkInterfaces;
_tds__SetNetworkInterfacesResponse tds__SetNetworkInterfacesResponse;
tds__SetNetworkInterfacesResponse.soap_default(soap);
soap_default___tds__SetNetworkInterfaces(soap, &soap_tmp___tds__SetNetworkInterfaces);
if (!soap_get___tds__SetNetworkInterfaces(soap, &soap_tmp___tds__SetNetworkInterfaces, "-tds:SetNetworkInterfaces", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetNetworkInterfaces(soap, soap_tmp___tds__SetNetworkInterfaces.tds__SetNetworkInterfaces, &tds__SetNetworkInterfacesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetNetworkInterfacesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNetworkInterfacesResponse.soap_put(soap, "tds:SetNetworkInterfacesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNetworkInterfacesResponse.soap_put(soap, "tds:SetNetworkInterfacesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetNetworkProtocols(struct soap *soap)
{ struct __tds__GetNetworkProtocols soap_tmp___tds__GetNetworkProtocols;
_tds__GetNetworkProtocolsResponse tds__GetNetworkProtocolsResponse;
tds__GetNetworkProtocolsResponse.soap_default(soap);
soap_default___tds__GetNetworkProtocols(soap, &soap_tmp___tds__GetNetworkProtocols);
if (!soap_get___tds__GetNetworkProtocols(soap, &soap_tmp___tds__GetNetworkProtocols, "-tds:GetNetworkProtocols", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetNetworkProtocols(soap, soap_tmp___tds__GetNetworkProtocols.tds__GetNetworkProtocols, &tds__GetNetworkProtocolsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetNetworkProtocolsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNetworkProtocolsResponse.soap_put(soap, "tds:GetNetworkProtocolsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNetworkProtocolsResponse.soap_put(soap, "tds:GetNetworkProtocolsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetNetworkProtocols(struct soap *soap)
{ struct __tds__SetNetworkProtocols soap_tmp___tds__SetNetworkProtocols;
_tds__SetNetworkProtocolsResponse tds__SetNetworkProtocolsResponse;
tds__SetNetworkProtocolsResponse.soap_default(soap);
soap_default___tds__SetNetworkProtocols(soap, &soap_tmp___tds__SetNetworkProtocols);
if (!soap_get___tds__SetNetworkProtocols(soap, &soap_tmp___tds__SetNetworkProtocols, "-tds:SetNetworkProtocols", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetNetworkProtocols(soap, soap_tmp___tds__SetNetworkProtocols.tds__SetNetworkProtocols, &tds__SetNetworkProtocolsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetNetworkProtocolsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNetworkProtocolsResponse.soap_put(soap, "tds:SetNetworkProtocolsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNetworkProtocolsResponse.soap_put(soap, "tds:SetNetworkProtocolsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetNetworkDefaultGateway(struct soap *soap)
{ struct __tds__GetNetworkDefaultGateway soap_tmp___tds__GetNetworkDefaultGateway;
_tds__GetNetworkDefaultGatewayResponse tds__GetNetworkDefaultGatewayResponse;
tds__GetNetworkDefaultGatewayResponse.soap_default(soap);
soap_default___tds__GetNetworkDefaultGateway(soap, &soap_tmp___tds__GetNetworkDefaultGateway);
if (!soap_get___tds__GetNetworkDefaultGateway(soap, &soap_tmp___tds__GetNetworkDefaultGateway, "-tds:GetNetworkDefaultGateway", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetNetworkDefaultGateway(soap, soap_tmp___tds__GetNetworkDefaultGateway.tds__GetNetworkDefaultGateway, &tds__GetNetworkDefaultGatewayResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetNetworkDefaultGatewayResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNetworkDefaultGatewayResponse.soap_put(soap, "tds:GetNetworkDefaultGatewayResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNetworkDefaultGatewayResponse.soap_put(soap, "tds:GetNetworkDefaultGatewayResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetNetworkDefaultGateway(struct soap *soap)
{ struct __tds__SetNetworkDefaultGateway soap_tmp___tds__SetNetworkDefaultGateway;
_tds__SetNetworkDefaultGatewayResponse tds__SetNetworkDefaultGatewayResponse;
tds__SetNetworkDefaultGatewayResponse.soap_default(soap);
soap_default___tds__SetNetworkDefaultGateway(soap, &soap_tmp___tds__SetNetworkDefaultGateway);
if (!soap_get___tds__SetNetworkDefaultGateway(soap, &soap_tmp___tds__SetNetworkDefaultGateway, "-tds:SetNetworkDefaultGateway", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetNetworkDefaultGateway(soap, soap_tmp___tds__SetNetworkDefaultGateway.tds__SetNetworkDefaultGateway, &tds__SetNetworkDefaultGatewayResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetNetworkDefaultGatewayResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNetworkDefaultGatewayResponse.soap_put(soap, "tds:SetNetworkDefaultGatewayResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNetworkDefaultGatewayResponse.soap_put(soap, "tds:SetNetworkDefaultGatewayResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetZeroConfiguration(struct soap *soap)
{ struct __tds__GetZeroConfiguration soap_tmp___tds__GetZeroConfiguration;
_tds__GetZeroConfigurationResponse tds__GetZeroConfigurationResponse;
tds__GetZeroConfigurationResponse.soap_default(soap);
soap_default___tds__GetZeroConfiguration(soap, &soap_tmp___tds__GetZeroConfiguration);
if (!soap_get___tds__GetZeroConfiguration(soap, &soap_tmp___tds__GetZeroConfiguration, "-tds:GetZeroConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetZeroConfiguration(soap, soap_tmp___tds__GetZeroConfiguration.tds__GetZeroConfiguration, &tds__GetZeroConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetZeroConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetZeroConfigurationResponse.soap_put(soap, "tds:GetZeroConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetZeroConfigurationResponse.soap_put(soap, "tds:GetZeroConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetZeroConfiguration(struct soap *soap)
{ struct __tds__SetZeroConfiguration soap_tmp___tds__SetZeroConfiguration;
_tds__SetZeroConfigurationResponse tds__SetZeroConfigurationResponse;
tds__SetZeroConfigurationResponse.soap_default(soap);
soap_default___tds__SetZeroConfiguration(soap, &soap_tmp___tds__SetZeroConfiguration);
if (!soap_get___tds__SetZeroConfiguration(soap, &soap_tmp___tds__SetZeroConfiguration, "-tds:SetZeroConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetZeroConfiguration(soap, soap_tmp___tds__SetZeroConfiguration.tds__SetZeroConfiguration, &tds__SetZeroConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetZeroConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetZeroConfigurationResponse.soap_put(soap, "tds:SetZeroConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetZeroConfigurationResponse.soap_put(soap, "tds:SetZeroConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetIPAddressFilter(struct soap *soap)
{ struct __tds__GetIPAddressFilter soap_tmp___tds__GetIPAddressFilter;
_tds__GetIPAddressFilterResponse tds__GetIPAddressFilterResponse;
tds__GetIPAddressFilterResponse.soap_default(soap);
soap_default___tds__GetIPAddressFilter(soap, &soap_tmp___tds__GetIPAddressFilter);
if (!soap_get___tds__GetIPAddressFilter(soap, &soap_tmp___tds__GetIPAddressFilter, "-tds:GetIPAddressFilter", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetIPAddressFilter(soap, soap_tmp___tds__GetIPAddressFilter.tds__GetIPAddressFilter, &tds__GetIPAddressFilterResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetIPAddressFilterResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetIPAddressFilterResponse.soap_put(soap, "tds:GetIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetIPAddressFilterResponse.soap_put(soap, "tds:GetIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetIPAddressFilter(struct soap *soap)
{ struct __tds__SetIPAddressFilter soap_tmp___tds__SetIPAddressFilter;
_tds__SetIPAddressFilterResponse tds__SetIPAddressFilterResponse;
tds__SetIPAddressFilterResponse.soap_default(soap);
soap_default___tds__SetIPAddressFilter(soap, &soap_tmp___tds__SetIPAddressFilter);
if (!soap_get___tds__SetIPAddressFilter(soap, &soap_tmp___tds__SetIPAddressFilter, "-tds:SetIPAddressFilter", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetIPAddressFilter(soap, soap_tmp___tds__SetIPAddressFilter.tds__SetIPAddressFilter, &tds__SetIPAddressFilterResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetIPAddressFilterResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetIPAddressFilterResponse.soap_put(soap, "tds:SetIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetIPAddressFilterResponse.soap_put(soap, "tds:SetIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__AddIPAddressFilter(struct soap *soap)
{ struct __tds__AddIPAddressFilter soap_tmp___tds__AddIPAddressFilter;
_tds__AddIPAddressFilterResponse tds__AddIPAddressFilterResponse;
tds__AddIPAddressFilterResponse.soap_default(soap);
soap_default___tds__AddIPAddressFilter(soap, &soap_tmp___tds__AddIPAddressFilter);
if (!soap_get___tds__AddIPAddressFilter(soap, &soap_tmp___tds__AddIPAddressFilter, "-tds:AddIPAddressFilter", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__AddIPAddressFilter(soap, soap_tmp___tds__AddIPAddressFilter.tds__AddIPAddressFilter, &tds__AddIPAddressFilterResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__AddIPAddressFilterResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__AddIPAddressFilterResponse.soap_put(soap, "tds:AddIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__AddIPAddressFilterResponse.soap_put(soap, "tds:AddIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__RemoveIPAddressFilter(struct soap *soap)
{ struct __tds__RemoveIPAddressFilter soap_tmp___tds__RemoveIPAddressFilter;
_tds__RemoveIPAddressFilterResponse tds__RemoveIPAddressFilterResponse;
tds__RemoveIPAddressFilterResponse.soap_default(soap);
soap_default___tds__RemoveIPAddressFilter(soap, &soap_tmp___tds__RemoveIPAddressFilter);
if (!soap_get___tds__RemoveIPAddressFilter(soap, &soap_tmp___tds__RemoveIPAddressFilter, "-tds:RemoveIPAddressFilter", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__RemoveIPAddressFilter(soap, soap_tmp___tds__RemoveIPAddressFilter.tds__RemoveIPAddressFilter, &tds__RemoveIPAddressFilterResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__RemoveIPAddressFilterResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__RemoveIPAddressFilterResponse.soap_put(soap, "tds:RemoveIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__RemoveIPAddressFilterResponse.soap_put(soap, "tds:RemoveIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetAccessPolicy(struct soap *soap)
{ struct __tds__GetAccessPolicy soap_tmp___tds__GetAccessPolicy;
_tds__GetAccessPolicyResponse tds__GetAccessPolicyResponse;
tds__GetAccessPolicyResponse.soap_default(soap);
soap_default___tds__GetAccessPolicy(soap, &soap_tmp___tds__GetAccessPolicy);
if (!soap_get___tds__GetAccessPolicy(soap, &soap_tmp___tds__GetAccessPolicy, "-tds:GetAccessPolicy", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetAccessPolicy(soap, soap_tmp___tds__GetAccessPolicy.tds__GetAccessPolicy, &tds__GetAccessPolicyResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetAccessPolicyResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetAccessPolicyResponse.soap_put(soap, "tds:GetAccessPolicyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetAccessPolicyResponse.soap_put(soap, "tds:GetAccessPolicyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetAccessPolicy(struct soap *soap)
{ struct __tds__SetAccessPolicy soap_tmp___tds__SetAccessPolicy;
_tds__SetAccessPolicyResponse tds__SetAccessPolicyResponse;
tds__SetAccessPolicyResponse.soap_default(soap);
soap_default___tds__SetAccessPolicy(soap, &soap_tmp___tds__SetAccessPolicy);
if (!soap_get___tds__SetAccessPolicy(soap, &soap_tmp___tds__SetAccessPolicy, "-tds:SetAccessPolicy", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetAccessPolicy(soap, soap_tmp___tds__SetAccessPolicy.tds__SetAccessPolicy, &tds__SetAccessPolicyResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetAccessPolicyResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetAccessPolicyResponse.soap_put(soap, "tds:SetAccessPolicyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetAccessPolicyResponse.soap_put(soap, "tds:SetAccessPolicyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__CreateCertificate(struct soap *soap)
{ struct __tds__CreateCertificate soap_tmp___tds__CreateCertificate;
_tds__CreateCertificateResponse tds__CreateCertificateResponse;
tds__CreateCertificateResponse.soap_default(soap);
soap_default___tds__CreateCertificate(soap, &soap_tmp___tds__CreateCertificate);
if (!soap_get___tds__CreateCertificate(soap, &soap_tmp___tds__CreateCertificate, "-tds:CreateCertificate", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__CreateCertificate(soap, soap_tmp___tds__CreateCertificate.tds__CreateCertificate, &tds__CreateCertificateResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__CreateCertificateResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__CreateCertificateResponse.soap_put(soap, "tds:CreateCertificateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__CreateCertificateResponse.soap_put(soap, "tds:CreateCertificateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCertificates(struct soap *soap)
{ struct __tds__GetCertificates soap_tmp___tds__GetCertificates;
_tds__GetCertificatesResponse tds__GetCertificatesResponse;
tds__GetCertificatesResponse.soap_default(soap);
soap_default___tds__GetCertificates(soap, &soap_tmp___tds__GetCertificates);
if (!soap_get___tds__GetCertificates(soap, &soap_tmp___tds__GetCertificates, "-tds:GetCertificates", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetCertificates(soap, soap_tmp___tds__GetCertificates.tds__GetCertificates, &tds__GetCertificatesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetCertificatesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCertificatesResponse.soap_put(soap, "tds:GetCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCertificatesResponse.soap_put(soap, "tds:GetCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCertificatesStatus(struct soap *soap)
{ struct __tds__GetCertificatesStatus soap_tmp___tds__GetCertificatesStatus;
_tds__GetCertificatesStatusResponse tds__GetCertificatesStatusResponse;
tds__GetCertificatesStatusResponse.soap_default(soap);
soap_default___tds__GetCertificatesStatus(soap, &soap_tmp___tds__GetCertificatesStatus);
if (!soap_get___tds__GetCertificatesStatus(soap, &soap_tmp___tds__GetCertificatesStatus, "-tds:GetCertificatesStatus", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetCertificatesStatus(soap, soap_tmp___tds__GetCertificatesStatus.tds__GetCertificatesStatus, &tds__GetCertificatesStatusResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetCertificatesStatusResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCertificatesStatusResponse.soap_put(soap, "tds:GetCertificatesStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCertificatesStatusResponse.soap_put(soap, "tds:GetCertificatesStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetCertificatesStatus(struct soap *soap)
{ struct __tds__SetCertificatesStatus soap_tmp___tds__SetCertificatesStatus;
_tds__SetCertificatesStatusResponse tds__SetCertificatesStatusResponse;
tds__SetCertificatesStatusResponse.soap_default(soap);
soap_default___tds__SetCertificatesStatus(soap, &soap_tmp___tds__SetCertificatesStatus);
if (!soap_get___tds__SetCertificatesStatus(soap, &soap_tmp___tds__SetCertificatesStatus, "-tds:SetCertificatesStatus", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetCertificatesStatus(soap, soap_tmp___tds__SetCertificatesStatus.tds__SetCertificatesStatus, &tds__SetCertificatesStatusResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetCertificatesStatusResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetCertificatesStatusResponse.soap_put(soap, "tds:SetCertificatesStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetCertificatesStatusResponse.soap_put(soap, "tds:SetCertificatesStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__DeleteCertificates(struct soap *soap)
{ struct __tds__DeleteCertificates soap_tmp___tds__DeleteCertificates;
_tds__DeleteCertificatesResponse tds__DeleteCertificatesResponse;
tds__DeleteCertificatesResponse.soap_default(soap);
soap_default___tds__DeleteCertificates(soap, &soap_tmp___tds__DeleteCertificates);
if (!soap_get___tds__DeleteCertificates(soap, &soap_tmp___tds__DeleteCertificates, "-tds:DeleteCertificates", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__DeleteCertificates(soap, soap_tmp___tds__DeleteCertificates.tds__DeleteCertificates, &tds__DeleteCertificatesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__DeleteCertificatesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__DeleteCertificatesResponse.soap_put(soap, "tds:DeleteCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__DeleteCertificatesResponse.soap_put(soap, "tds:DeleteCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetPkcs10Request(struct soap *soap)
{ struct __tds__GetPkcs10Request soap_tmp___tds__GetPkcs10Request;
_tds__GetPkcs10RequestResponse tds__GetPkcs10RequestResponse;
tds__GetPkcs10RequestResponse.soap_default(soap);
soap_default___tds__GetPkcs10Request(soap, &soap_tmp___tds__GetPkcs10Request);
if (!soap_get___tds__GetPkcs10Request(soap, &soap_tmp___tds__GetPkcs10Request, "-tds:GetPkcs10Request", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetPkcs10Request(soap, soap_tmp___tds__GetPkcs10Request.tds__GetPkcs10Request, &tds__GetPkcs10RequestResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetPkcs10RequestResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetPkcs10RequestResponse.soap_put(soap, "tds:GetPkcs10RequestResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetPkcs10RequestResponse.soap_put(soap, "tds:GetPkcs10RequestResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__LoadCertificates(struct soap *soap)
{ struct __tds__LoadCertificates soap_tmp___tds__LoadCertificates;
_tds__LoadCertificatesResponse tds__LoadCertificatesResponse;
tds__LoadCertificatesResponse.soap_default(soap);
soap_default___tds__LoadCertificates(soap, &soap_tmp___tds__LoadCertificates);
if (!soap_get___tds__LoadCertificates(soap, &soap_tmp___tds__LoadCertificates, "-tds:LoadCertificates", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__LoadCertificates(soap, soap_tmp___tds__LoadCertificates.tds__LoadCertificates, &tds__LoadCertificatesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__LoadCertificatesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__LoadCertificatesResponse.soap_put(soap, "tds:LoadCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__LoadCertificatesResponse.soap_put(soap, "tds:LoadCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetClientCertificateMode(struct soap *soap)
{ struct __tds__GetClientCertificateMode soap_tmp___tds__GetClientCertificateMode;
_tds__GetClientCertificateModeResponse tds__GetClientCertificateModeResponse;
tds__GetClientCertificateModeResponse.soap_default(soap);
soap_default___tds__GetClientCertificateMode(soap, &soap_tmp___tds__GetClientCertificateMode);
if (!soap_get___tds__GetClientCertificateMode(soap, &soap_tmp___tds__GetClientCertificateMode, "-tds:GetClientCertificateMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetClientCertificateMode(soap, soap_tmp___tds__GetClientCertificateMode.tds__GetClientCertificateMode, &tds__GetClientCertificateModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetClientCertificateModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetClientCertificateModeResponse.soap_put(soap, "tds:GetClientCertificateModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetClientCertificateModeResponse.soap_put(soap, "tds:GetClientCertificateModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetClientCertificateMode(struct soap *soap)
{ struct __tds__SetClientCertificateMode soap_tmp___tds__SetClientCertificateMode;
_tds__SetClientCertificateModeResponse tds__SetClientCertificateModeResponse;
tds__SetClientCertificateModeResponse.soap_default(soap);
soap_default___tds__SetClientCertificateMode(soap, &soap_tmp___tds__SetClientCertificateMode);
if (!soap_get___tds__SetClientCertificateMode(soap, &soap_tmp___tds__SetClientCertificateMode, "-tds:SetClientCertificateMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetClientCertificateMode(soap, soap_tmp___tds__SetClientCertificateMode.tds__SetClientCertificateMode, &tds__SetClientCertificateModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetClientCertificateModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetClientCertificateModeResponse.soap_put(soap, "tds:SetClientCertificateModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetClientCertificateModeResponse.soap_put(soap, "tds:SetClientCertificateModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetRelayOutputs(struct soap *soap)
{ struct __tds__GetRelayOutputs soap_tmp___tds__GetRelayOutputs;
_tds__GetRelayOutputsResponse tds__GetRelayOutputsResponse;
tds__GetRelayOutputsResponse.soap_default(soap);
soap_default___tds__GetRelayOutputs(soap, &soap_tmp___tds__GetRelayOutputs);
if (!soap_get___tds__GetRelayOutputs(soap, &soap_tmp___tds__GetRelayOutputs, "-tds:GetRelayOutputs", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetRelayOutputs(soap, soap_tmp___tds__GetRelayOutputs.tds__GetRelayOutputs, &tds__GetRelayOutputsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetRelayOutputsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRelayOutputsResponse.soap_put(soap, "tds:GetRelayOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRelayOutputsResponse.soap_put(soap, "tds:GetRelayOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetRelayOutputSettings(struct soap *soap)
{ struct __tds__SetRelayOutputSettings soap_tmp___tds__SetRelayOutputSettings;
_tds__SetRelayOutputSettingsResponse tds__SetRelayOutputSettingsResponse;
tds__SetRelayOutputSettingsResponse.soap_default(soap);
soap_default___tds__SetRelayOutputSettings(soap, &soap_tmp___tds__SetRelayOutputSettings);
if (!soap_get___tds__SetRelayOutputSettings(soap, &soap_tmp___tds__SetRelayOutputSettings, "-tds:SetRelayOutputSettings", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetRelayOutputSettings(soap, soap_tmp___tds__SetRelayOutputSettings.tds__SetRelayOutputSettings, &tds__SetRelayOutputSettingsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetRelayOutputSettingsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRelayOutputSettingsResponse.soap_put(soap, "tds:SetRelayOutputSettingsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRelayOutputSettingsResponse.soap_put(soap, "tds:SetRelayOutputSettingsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetRelayOutputState(struct soap *soap)
{ struct __tds__SetRelayOutputState soap_tmp___tds__SetRelayOutputState;
_tds__SetRelayOutputStateResponse tds__SetRelayOutputStateResponse;
tds__SetRelayOutputStateResponse.soap_default(soap);
soap_default___tds__SetRelayOutputState(soap, &soap_tmp___tds__SetRelayOutputState);
if (!soap_get___tds__SetRelayOutputState(soap, &soap_tmp___tds__SetRelayOutputState, "-tds:SetRelayOutputState", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetRelayOutputState(soap, soap_tmp___tds__SetRelayOutputState.tds__SetRelayOutputState, &tds__SetRelayOutputStateResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetRelayOutputStateResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRelayOutputStateResponse.soap_put(soap, "tds:SetRelayOutputStateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRelayOutputStateResponse.soap_put(soap, "tds:SetRelayOutputStateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SendAuxiliaryCommand(struct soap *soap)
{ struct __tds__SendAuxiliaryCommand soap_tmp___tds__SendAuxiliaryCommand;
_tds__SendAuxiliaryCommandResponse tds__SendAuxiliaryCommandResponse;
tds__SendAuxiliaryCommandResponse.soap_default(soap);
soap_default___tds__SendAuxiliaryCommand(soap, &soap_tmp___tds__SendAuxiliaryCommand);
if (!soap_get___tds__SendAuxiliaryCommand(soap, &soap_tmp___tds__SendAuxiliaryCommand, "-tds:SendAuxiliaryCommand", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SendAuxiliaryCommand(soap, soap_tmp___tds__SendAuxiliaryCommand.tds__SendAuxiliaryCommand, &tds__SendAuxiliaryCommandResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SendAuxiliaryCommandResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SendAuxiliaryCommandResponse.soap_put(soap, "tds:SendAuxiliaryCommandResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SendAuxiliaryCommandResponse.soap_put(soap, "tds:SendAuxiliaryCommandResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCACertificates(struct soap *soap)
{ struct __tds__GetCACertificates soap_tmp___tds__GetCACertificates;
_tds__GetCACertificatesResponse tds__GetCACertificatesResponse;
tds__GetCACertificatesResponse.soap_default(soap);
soap_default___tds__GetCACertificates(soap, &soap_tmp___tds__GetCACertificates);
if (!soap_get___tds__GetCACertificates(soap, &soap_tmp___tds__GetCACertificates, "-tds:GetCACertificates", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetCACertificates(soap, soap_tmp___tds__GetCACertificates.tds__GetCACertificates, &tds__GetCACertificatesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetCACertificatesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCACertificatesResponse.soap_put(soap, "tds:GetCACertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCACertificatesResponse.soap_put(soap, "tds:GetCACertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__LoadCertificateWithPrivateKey(struct soap *soap)
{ struct __tds__LoadCertificateWithPrivateKey soap_tmp___tds__LoadCertificateWithPrivateKey;
_tds__LoadCertificateWithPrivateKeyResponse tds__LoadCertificateWithPrivateKeyResponse;
tds__LoadCertificateWithPrivateKeyResponse.soap_default(soap);
soap_default___tds__LoadCertificateWithPrivateKey(soap, &soap_tmp___tds__LoadCertificateWithPrivateKey);
if (!soap_get___tds__LoadCertificateWithPrivateKey(soap, &soap_tmp___tds__LoadCertificateWithPrivateKey, "-tds:LoadCertificateWithPrivateKey", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__LoadCertificateWithPrivateKey(soap, soap_tmp___tds__LoadCertificateWithPrivateKey.tds__LoadCertificateWithPrivateKey, &tds__LoadCertificateWithPrivateKeyResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__LoadCertificateWithPrivateKeyResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__LoadCertificateWithPrivateKeyResponse.soap_put(soap, "tds:LoadCertificateWithPrivateKeyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__LoadCertificateWithPrivateKeyResponse.soap_put(soap, "tds:LoadCertificateWithPrivateKeyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCertificateInformation(struct soap *soap)
{ struct __tds__GetCertificateInformation soap_tmp___tds__GetCertificateInformation;
_tds__GetCertificateInformationResponse tds__GetCertificateInformationResponse;
tds__GetCertificateInformationResponse.soap_default(soap);
soap_default___tds__GetCertificateInformation(soap, &soap_tmp___tds__GetCertificateInformation);
if (!soap_get___tds__GetCertificateInformation(soap, &soap_tmp___tds__GetCertificateInformation, "-tds:GetCertificateInformation", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetCertificateInformation(soap, soap_tmp___tds__GetCertificateInformation.tds__GetCertificateInformation, &tds__GetCertificateInformationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetCertificateInformationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCertificateInformationResponse.soap_put(soap, "tds:GetCertificateInformationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCertificateInformationResponse.soap_put(soap, "tds:GetCertificateInformationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__LoadCACertificates(struct soap *soap)
{ struct __tds__LoadCACertificates soap_tmp___tds__LoadCACertificates;
_tds__LoadCACertificatesResponse tds__LoadCACertificatesResponse;
tds__LoadCACertificatesResponse.soap_default(soap);
soap_default___tds__LoadCACertificates(soap, &soap_tmp___tds__LoadCACertificates);
if (!soap_get___tds__LoadCACertificates(soap, &soap_tmp___tds__LoadCACertificates, "-tds:LoadCACertificates", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__LoadCACertificates(soap, soap_tmp___tds__LoadCACertificates.tds__LoadCACertificates, &tds__LoadCACertificatesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__LoadCACertificatesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__LoadCACertificatesResponse.soap_put(soap, "tds:LoadCACertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__LoadCACertificatesResponse.soap_put(soap, "tds:LoadCACertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__CreateDot1XConfiguration(struct soap *soap)
{ struct __tds__CreateDot1XConfiguration soap_tmp___tds__CreateDot1XConfiguration;
_tds__CreateDot1XConfigurationResponse tds__CreateDot1XConfigurationResponse;
tds__CreateDot1XConfigurationResponse.soap_default(soap);
soap_default___tds__CreateDot1XConfiguration(soap, &soap_tmp___tds__CreateDot1XConfiguration);
if (!soap_get___tds__CreateDot1XConfiguration(soap, &soap_tmp___tds__CreateDot1XConfiguration, "-tds:CreateDot1XConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__CreateDot1XConfiguration(soap, soap_tmp___tds__CreateDot1XConfiguration.tds__CreateDot1XConfiguration, &tds__CreateDot1XConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__CreateDot1XConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__CreateDot1XConfigurationResponse.soap_put(soap, "tds:CreateDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__CreateDot1XConfigurationResponse.soap_put(soap, "tds:CreateDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDot1XConfiguration(struct soap *soap)
{ struct __tds__SetDot1XConfiguration soap_tmp___tds__SetDot1XConfiguration;
_tds__SetDot1XConfigurationResponse tds__SetDot1XConfigurationResponse;
tds__SetDot1XConfigurationResponse.soap_default(soap);
soap_default___tds__SetDot1XConfiguration(soap, &soap_tmp___tds__SetDot1XConfiguration);
if (!soap_get___tds__SetDot1XConfiguration(soap, &soap_tmp___tds__SetDot1XConfiguration, "-tds:SetDot1XConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetDot1XConfiguration(soap, soap_tmp___tds__SetDot1XConfiguration.tds__SetDot1XConfiguration, &tds__SetDot1XConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetDot1XConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDot1XConfigurationResponse.soap_put(soap, "tds:SetDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDot1XConfigurationResponse.soap_put(soap, "tds:SetDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDot1XConfiguration(struct soap *soap)
{ struct __tds__GetDot1XConfiguration soap_tmp___tds__GetDot1XConfiguration;
_tds__GetDot1XConfigurationResponse tds__GetDot1XConfigurationResponse;
tds__GetDot1XConfigurationResponse.soap_default(soap);
soap_default___tds__GetDot1XConfiguration(soap, &soap_tmp___tds__GetDot1XConfiguration);
if (!soap_get___tds__GetDot1XConfiguration(soap, &soap_tmp___tds__GetDot1XConfiguration, "-tds:GetDot1XConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDot1XConfiguration(soap, soap_tmp___tds__GetDot1XConfiguration.tds__GetDot1XConfiguration, &tds__GetDot1XConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDot1XConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot1XConfigurationResponse.soap_put(soap, "tds:GetDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot1XConfigurationResponse.soap_put(soap, "tds:GetDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDot1XConfigurations(struct soap *soap)
{ struct __tds__GetDot1XConfigurations soap_tmp___tds__GetDot1XConfigurations;
_tds__GetDot1XConfigurationsResponse tds__GetDot1XConfigurationsResponse;
tds__GetDot1XConfigurationsResponse.soap_default(soap);
soap_default___tds__GetDot1XConfigurations(soap, &soap_tmp___tds__GetDot1XConfigurations);
if (!soap_get___tds__GetDot1XConfigurations(soap, &soap_tmp___tds__GetDot1XConfigurations, "-tds:GetDot1XConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDot1XConfigurations(soap, soap_tmp___tds__GetDot1XConfigurations.tds__GetDot1XConfigurations, &tds__GetDot1XConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDot1XConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot1XConfigurationsResponse.soap_put(soap, "tds:GetDot1XConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot1XConfigurationsResponse.soap_put(soap, "tds:GetDot1XConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__DeleteDot1XConfiguration(struct soap *soap)
{ struct __tds__DeleteDot1XConfiguration soap_tmp___tds__DeleteDot1XConfiguration;
_tds__DeleteDot1XConfigurationResponse tds__DeleteDot1XConfigurationResponse;
tds__DeleteDot1XConfigurationResponse.soap_default(soap);
soap_default___tds__DeleteDot1XConfiguration(soap, &soap_tmp___tds__DeleteDot1XConfiguration);
if (!soap_get___tds__DeleteDot1XConfiguration(soap, &soap_tmp___tds__DeleteDot1XConfiguration, "-tds:DeleteDot1XConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__DeleteDot1XConfiguration(soap, soap_tmp___tds__DeleteDot1XConfiguration.tds__DeleteDot1XConfiguration, &tds__DeleteDot1XConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__DeleteDot1XConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__DeleteDot1XConfigurationResponse.soap_put(soap, "tds:DeleteDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__DeleteDot1XConfigurationResponse.soap_put(soap, "tds:DeleteDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDot11Capabilities(struct soap *soap)
{ struct __tds__GetDot11Capabilities soap_tmp___tds__GetDot11Capabilities;
_tds__GetDot11CapabilitiesResponse tds__GetDot11CapabilitiesResponse;
tds__GetDot11CapabilitiesResponse.soap_default(soap);
soap_default___tds__GetDot11Capabilities(soap, &soap_tmp___tds__GetDot11Capabilities);
if (!soap_get___tds__GetDot11Capabilities(soap, &soap_tmp___tds__GetDot11Capabilities, "-tds:GetDot11Capabilities", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDot11Capabilities(soap, soap_tmp___tds__GetDot11Capabilities.tds__GetDot11Capabilities, &tds__GetDot11CapabilitiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDot11CapabilitiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot11CapabilitiesResponse.soap_put(soap, "tds:GetDot11CapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot11CapabilitiesResponse.soap_put(soap, "tds:GetDot11CapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDot11Status(struct soap *soap)
{ struct __tds__GetDot11Status soap_tmp___tds__GetDot11Status;
_tds__GetDot11StatusResponse tds__GetDot11StatusResponse;
tds__GetDot11StatusResponse.soap_default(soap);
soap_default___tds__GetDot11Status(soap, &soap_tmp___tds__GetDot11Status);
if (!soap_get___tds__GetDot11Status(soap, &soap_tmp___tds__GetDot11Status, "-tds:GetDot11Status", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDot11Status(soap, soap_tmp___tds__GetDot11Status.tds__GetDot11Status, &tds__GetDot11StatusResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDot11StatusResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot11StatusResponse.soap_put(soap, "tds:GetDot11StatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot11StatusResponse.soap_put(soap, "tds:GetDot11StatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__ScanAvailableDot11Networks(struct soap *soap)
{ struct __tds__ScanAvailableDot11Networks soap_tmp___tds__ScanAvailableDot11Networks;
_tds__ScanAvailableDot11NetworksResponse tds__ScanAvailableDot11NetworksResponse;
tds__ScanAvailableDot11NetworksResponse.soap_default(soap);
soap_default___tds__ScanAvailableDot11Networks(soap, &soap_tmp___tds__ScanAvailableDot11Networks);
if (!soap_get___tds__ScanAvailableDot11Networks(soap, &soap_tmp___tds__ScanAvailableDot11Networks, "-tds:ScanAvailableDot11Networks", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__ScanAvailableDot11Networks(soap, soap_tmp___tds__ScanAvailableDot11Networks.tds__ScanAvailableDot11Networks, &tds__ScanAvailableDot11NetworksResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__ScanAvailableDot11NetworksResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__ScanAvailableDot11NetworksResponse.soap_put(soap, "tds:ScanAvailableDot11NetworksResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__ScanAvailableDot11NetworksResponse.soap_put(soap, "tds:ScanAvailableDot11NetworksResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemUris(struct soap *soap)
{ struct __tds__GetSystemUris soap_tmp___tds__GetSystemUris;
_tds__GetSystemUrisResponse tds__GetSystemUrisResponse;
tds__GetSystemUrisResponse.soap_default(soap);
soap_default___tds__GetSystemUris(soap, &soap_tmp___tds__GetSystemUris);
if (!soap_get___tds__GetSystemUris(soap, &soap_tmp___tds__GetSystemUris, "-tds:GetSystemUris", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetSystemUris(soap, soap_tmp___tds__GetSystemUris.tds__GetSystemUris, &tds__GetSystemUrisResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetSystemUrisResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemUrisResponse.soap_put(soap, "tds:GetSystemUrisResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemUrisResponse.soap_put(soap, "tds:GetSystemUrisResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__StartFirmwareUpgrade(struct soap *soap)
{ struct __tds__StartFirmwareUpgrade soap_tmp___tds__StartFirmwareUpgrade;
_tds__StartFirmwareUpgradeResponse tds__StartFirmwareUpgradeResponse;
tds__StartFirmwareUpgradeResponse.soap_default(soap);
soap_default___tds__StartFirmwareUpgrade(soap, &soap_tmp___tds__StartFirmwareUpgrade);
if (!soap_get___tds__StartFirmwareUpgrade(soap, &soap_tmp___tds__StartFirmwareUpgrade, "-tds:StartFirmwareUpgrade", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__StartFirmwareUpgrade(soap, soap_tmp___tds__StartFirmwareUpgrade.tds__StartFirmwareUpgrade, &tds__StartFirmwareUpgradeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__StartFirmwareUpgradeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__StartFirmwareUpgradeResponse.soap_put(soap, "tds:StartFirmwareUpgradeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__StartFirmwareUpgradeResponse.soap_put(soap, "tds:StartFirmwareUpgradeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__StartSystemRestore(struct soap *soap)
{ struct __tds__StartSystemRestore soap_tmp___tds__StartSystemRestore;
_tds__StartSystemRestoreResponse tds__StartSystemRestoreResponse;
tds__StartSystemRestoreResponse.soap_default(soap);
soap_default___tds__StartSystemRestore(soap, &soap_tmp___tds__StartSystemRestore);
if (!soap_get___tds__StartSystemRestore(soap, &soap_tmp___tds__StartSystemRestore, "-tds:StartSystemRestore", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__StartSystemRestore(soap, soap_tmp___tds__StartSystemRestore.tds__StartSystemRestore, &tds__StartSystemRestoreResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__StartSystemRestoreResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__StartSystemRestoreResponse.soap_put(soap, "tds:StartSystemRestoreResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__StartSystemRestoreResponse.soap_put(soap, "tds:StartSystemRestoreResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetServices_(struct soap *soap)
{ struct __tds__GetServices_ soap_tmp___tds__GetServices_;
_tds__GetServicesResponse tds__GetServicesResponse;
tds__GetServicesResponse.soap_default(soap);
soap_default___tds__GetServices_(soap, &soap_tmp___tds__GetServices_);
if (!soap_get___tds__GetServices_(soap, &soap_tmp___tds__GetServices_, "-tds:GetServices", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetServices_(soap, soap_tmp___tds__GetServices_.tds__GetServices, &tds__GetServicesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetServicesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetServicesResponse.soap_put(soap, "tds:GetServicesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetServicesResponse.soap_put(soap, "tds:GetServicesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetServiceCapabilities_(struct soap *soap)
{ struct __tds__GetServiceCapabilities_ soap_tmp___tds__GetServiceCapabilities_;
_tds__GetServiceCapabilitiesResponse tds__GetServiceCapabilitiesResponse;
tds__GetServiceCapabilitiesResponse.soap_default(soap);
soap_default___tds__GetServiceCapabilities_(soap, &soap_tmp___tds__GetServiceCapabilities_);
if (!soap_get___tds__GetServiceCapabilities_(soap, &soap_tmp___tds__GetServiceCapabilities_, "-tds:GetServiceCapabilities", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetServiceCapabilities_(soap, soap_tmp___tds__GetServiceCapabilities_.tds__GetServiceCapabilities, &tds__GetServiceCapabilitiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetServiceCapabilitiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetServiceCapabilitiesResponse.soap_put(soap, "tds:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetServiceCapabilitiesResponse.soap_put(soap, "tds:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDeviceInformation_(struct soap *soap)
{ struct __tds__GetDeviceInformation_ soap_tmp___tds__GetDeviceInformation_;
_tds__GetDeviceInformationResponse tds__GetDeviceInformationResponse;
tds__GetDeviceInformationResponse.soap_default(soap);
soap_default___tds__GetDeviceInformation_(soap, &soap_tmp___tds__GetDeviceInformation_);
if (!soap_get___tds__GetDeviceInformation_(soap, &soap_tmp___tds__GetDeviceInformation_, "-tds:GetDeviceInformation", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDeviceInformation_(soap, soap_tmp___tds__GetDeviceInformation_.tds__GetDeviceInformation, &tds__GetDeviceInformationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDeviceInformationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDeviceInformationResponse.soap_put(soap, "tds:GetDeviceInformationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDeviceInformationResponse.soap_put(soap, "tds:GetDeviceInformationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetSystemDateAndTime_(struct soap *soap)
{ struct __tds__SetSystemDateAndTime_ soap_tmp___tds__SetSystemDateAndTime_;
_tds__SetSystemDateAndTimeResponse tds__SetSystemDateAndTimeResponse;
tds__SetSystemDateAndTimeResponse.soap_default(soap);
soap_default___tds__SetSystemDateAndTime_(soap, &soap_tmp___tds__SetSystemDateAndTime_);
if (!soap_get___tds__SetSystemDateAndTime_(soap, &soap_tmp___tds__SetSystemDateAndTime_, "-tds:SetSystemDateAndTime", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetSystemDateAndTime_(soap, soap_tmp___tds__SetSystemDateAndTime_.tds__SetSystemDateAndTime, &tds__SetSystemDateAndTimeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetSystemDateAndTimeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetSystemDateAndTimeResponse.soap_put(soap, "tds:SetSystemDateAndTimeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetSystemDateAndTimeResponse.soap_put(soap, "tds:SetSystemDateAndTimeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemDateAndTime_(struct soap *soap)
{ struct __tds__GetSystemDateAndTime_ soap_tmp___tds__GetSystemDateAndTime_;
_tds__GetSystemDateAndTimeResponse tds__GetSystemDateAndTimeResponse;
tds__GetSystemDateAndTimeResponse.soap_default(soap);
soap_default___tds__GetSystemDateAndTime_(soap, &soap_tmp___tds__GetSystemDateAndTime_);
if (!soap_get___tds__GetSystemDateAndTime_(soap, &soap_tmp___tds__GetSystemDateAndTime_, "-tds:GetSystemDateAndTime", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetSystemDateAndTime_(soap, soap_tmp___tds__GetSystemDateAndTime_.tds__GetSystemDateAndTime, &tds__GetSystemDateAndTimeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetSystemDateAndTimeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemDateAndTimeResponse.soap_put(soap, "tds:GetSystemDateAndTimeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemDateAndTimeResponse.soap_put(soap, "tds:GetSystemDateAndTimeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetSystemFactoryDefault_(struct soap *soap)
{ struct __tds__SetSystemFactoryDefault_ soap_tmp___tds__SetSystemFactoryDefault_;
_tds__SetSystemFactoryDefaultResponse tds__SetSystemFactoryDefaultResponse;
tds__SetSystemFactoryDefaultResponse.soap_default(soap);
soap_default___tds__SetSystemFactoryDefault_(soap, &soap_tmp___tds__SetSystemFactoryDefault_);
if (!soap_get___tds__SetSystemFactoryDefault_(soap, &soap_tmp___tds__SetSystemFactoryDefault_, "-tds:SetSystemFactoryDefault", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetSystemFactoryDefault_(soap, soap_tmp___tds__SetSystemFactoryDefault_.tds__SetSystemFactoryDefault, &tds__SetSystemFactoryDefaultResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetSystemFactoryDefaultResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetSystemFactoryDefaultResponse.soap_put(soap, "tds:SetSystemFactoryDefaultResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetSystemFactoryDefaultResponse.soap_put(soap, "tds:SetSystemFactoryDefaultResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__UpgradeSystemFirmware_(struct soap *soap)
{ struct __tds__UpgradeSystemFirmware_ soap_tmp___tds__UpgradeSystemFirmware_;
_tds__UpgradeSystemFirmwareResponse tds__UpgradeSystemFirmwareResponse;
tds__UpgradeSystemFirmwareResponse.soap_default(soap);
soap_default___tds__UpgradeSystemFirmware_(soap, &soap_tmp___tds__UpgradeSystemFirmware_);
if (!soap_get___tds__UpgradeSystemFirmware_(soap, &soap_tmp___tds__UpgradeSystemFirmware_, "-tds:UpgradeSystemFirmware", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__UpgradeSystemFirmware_(soap, soap_tmp___tds__UpgradeSystemFirmware_.tds__UpgradeSystemFirmware, &tds__UpgradeSystemFirmwareResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__UpgradeSystemFirmwareResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__UpgradeSystemFirmwareResponse.soap_put(soap, "tds:UpgradeSystemFirmwareResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__UpgradeSystemFirmwareResponse.soap_put(soap, "tds:UpgradeSystemFirmwareResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SystemReboot_(struct soap *soap)
{ struct __tds__SystemReboot_ soap_tmp___tds__SystemReboot_;
_tds__SystemRebootResponse tds__SystemRebootResponse;
tds__SystemRebootResponse.soap_default(soap);
soap_default___tds__SystemReboot_(soap, &soap_tmp___tds__SystemReboot_);
if (!soap_get___tds__SystemReboot_(soap, &soap_tmp___tds__SystemReboot_, "-tds:SystemReboot", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SystemReboot_(soap, soap_tmp___tds__SystemReboot_.tds__SystemReboot, &tds__SystemRebootResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SystemRebootResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SystemRebootResponse.soap_put(soap, "tds:SystemRebootResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SystemRebootResponse.soap_put(soap, "tds:SystemRebootResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__RestoreSystem_(struct soap *soap)
{ struct __tds__RestoreSystem_ soap_tmp___tds__RestoreSystem_;
_tds__RestoreSystemResponse tds__RestoreSystemResponse;
tds__RestoreSystemResponse.soap_default(soap);
soap_default___tds__RestoreSystem_(soap, &soap_tmp___tds__RestoreSystem_);
if (!soap_get___tds__RestoreSystem_(soap, &soap_tmp___tds__RestoreSystem_, "-tds:RestoreSystem", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__RestoreSystem_(soap, soap_tmp___tds__RestoreSystem_.tds__RestoreSystem, &tds__RestoreSystemResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__RestoreSystemResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__RestoreSystemResponse.soap_put(soap, "tds:RestoreSystemResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__RestoreSystemResponse.soap_put(soap, "tds:RestoreSystemResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemBackup_(struct soap *soap)
{ struct __tds__GetSystemBackup_ soap_tmp___tds__GetSystemBackup_;
_tds__GetSystemBackupResponse tds__GetSystemBackupResponse;
tds__GetSystemBackupResponse.soap_default(soap);
soap_default___tds__GetSystemBackup_(soap, &soap_tmp___tds__GetSystemBackup_);
if (!soap_get___tds__GetSystemBackup_(soap, &soap_tmp___tds__GetSystemBackup_, "-tds:GetSystemBackup", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetSystemBackup_(soap, soap_tmp___tds__GetSystemBackup_.tds__GetSystemBackup, &tds__GetSystemBackupResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetSystemBackupResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemBackupResponse.soap_put(soap, "tds:GetSystemBackupResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemBackupResponse.soap_put(soap, "tds:GetSystemBackupResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemLog_(struct soap *soap)
{ struct __tds__GetSystemLog_ soap_tmp___tds__GetSystemLog_;
_tds__GetSystemLogResponse tds__GetSystemLogResponse;
tds__GetSystemLogResponse.soap_default(soap);
soap_default___tds__GetSystemLog_(soap, &soap_tmp___tds__GetSystemLog_);
if (!soap_get___tds__GetSystemLog_(soap, &soap_tmp___tds__GetSystemLog_, "-tds:GetSystemLog", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetSystemLog_(soap, soap_tmp___tds__GetSystemLog_.tds__GetSystemLog, &tds__GetSystemLogResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetSystemLogResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemLogResponse.soap_put(soap, "tds:GetSystemLogResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemLogResponse.soap_put(soap, "tds:GetSystemLogResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemSupportInformation_(struct soap *soap)
{ struct __tds__GetSystemSupportInformation_ soap_tmp___tds__GetSystemSupportInformation_;
_tds__GetSystemSupportInformationResponse tds__GetSystemSupportInformationResponse;
tds__GetSystemSupportInformationResponse.soap_default(soap);
soap_default___tds__GetSystemSupportInformation_(soap, &soap_tmp___tds__GetSystemSupportInformation_);
if (!soap_get___tds__GetSystemSupportInformation_(soap, &soap_tmp___tds__GetSystemSupportInformation_, "-tds:GetSystemSupportInformation", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetSystemSupportInformation_(soap, soap_tmp___tds__GetSystemSupportInformation_.tds__GetSystemSupportInformation, &tds__GetSystemSupportInformationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetSystemSupportInformationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemSupportInformationResponse.soap_put(soap, "tds:GetSystemSupportInformationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemSupportInformationResponse.soap_put(soap, "tds:GetSystemSupportInformationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetScopes_(struct soap *soap)
{ struct __tds__GetScopes_ soap_tmp___tds__GetScopes_;
_tds__GetScopesResponse tds__GetScopesResponse;
tds__GetScopesResponse.soap_default(soap);
soap_default___tds__GetScopes_(soap, &soap_tmp___tds__GetScopes_);
if (!soap_get___tds__GetScopes_(soap, &soap_tmp___tds__GetScopes_, "-tds:GetScopes", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetScopes_(soap, soap_tmp___tds__GetScopes_.tds__GetScopes, &tds__GetScopesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetScopesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetScopesResponse.soap_put(soap, "tds:GetScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetScopesResponse.soap_put(soap, "tds:GetScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetScopes_(struct soap *soap)
{ struct __tds__SetScopes_ soap_tmp___tds__SetScopes_;
_tds__SetScopesResponse tds__SetScopesResponse;
tds__SetScopesResponse.soap_default(soap);
soap_default___tds__SetScopes_(soap, &soap_tmp___tds__SetScopes_);
if (!soap_get___tds__SetScopes_(soap, &soap_tmp___tds__SetScopes_, "-tds:SetScopes", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetScopes_(soap, soap_tmp___tds__SetScopes_.tds__SetScopes, &tds__SetScopesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetScopesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetScopesResponse.soap_put(soap, "tds:SetScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetScopesResponse.soap_put(soap, "tds:SetScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__AddScopes_(struct soap *soap)
{ struct __tds__AddScopes_ soap_tmp___tds__AddScopes_;
_tds__AddScopesResponse tds__AddScopesResponse;
tds__AddScopesResponse.soap_default(soap);
soap_default___tds__AddScopes_(soap, &soap_tmp___tds__AddScopes_);
if (!soap_get___tds__AddScopes_(soap, &soap_tmp___tds__AddScopes_, "-tds:AddScopes", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__AddScopes_(soap, soap_tmp___tds__AddScopes_.tds__AddScopes, &tds__AddScopesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__AddScopesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__AddScopesResponse.soap_put(soap, "tds:AddScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__AddScopesResponse.soap_put(soap, "tds:AddScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__RemoveScopes_(struct soap *soap)
{ struct __tds__RemoveScopes_ soap_tmp___tds__RemoveScopes_;
_tds__RemoveScopesResponse tds__RemoveScopesResponse;
tds__RemoveScopesResponse.soap_default(soap);
soap_default___tds__RemoveScopes_(soap, &soap_tmp___tds__RemoveScopes_);
if (!soap_get___tds__RemoveScopes_(soap, &soap_tmp___tds__RemoveScopes_, "-tds:RemoveScopes", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__RemoveScopes_(soap, soap_tmp___tds__RemoveScopes_.tds__RemoveScopes, &tds__RemoveScopesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__RemoveScopesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__RemoveScopesResponse.soap_put(soap, "tds:RemoveScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__RemoveScopesResponse.soap_put(soap, "tds:RemoveScopesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDiscoveryMode_(struct soap *soap)
{ struct __tds__GetDiscoveryMode_ soap_tmp___tds__GetDiscoveryMode_;
_tds__GetDiscoveryModeResponse tds__GetDiscoveryModeResponse;
tds__GetDiscoveryModeResponse.soap_default(soap);
soap_default___tds__GetDiscoveryMode_(soap, &soap_tmp___tds__GetDiscoveryMode_);
if (!soap_get___tds__GetDiscoveryMode_(soap, &soap_tmp___tds__GetDiscoveryMode_, "-tds:GetDiscoveryMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDiscoveryMode_(soap, soap_tmp___tds__GetDiscoveryMode_.tds__GetDiscoveryMode, &tds__GetDiscoveryModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDiscoveryModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDiscoveryModeResponse.soap_put(soap, "tds:GetDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDiscoveryModeResponse.soap_put(soap, "tds:GetDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDiscoveryMode_(struct soap *soap)
{ struct __tds__SetDiscoveryMode_ soap_tmp___tds__SetDiscoveryMode_;
_tds__SetDiscoveryModeResponse tds__SetDiscoveryModeResponse;
tds__SetDiscoveryModeResponse.soap_default(soap);
soap_default___tds__SetDiscoveryMode_(soap, &soap_tmp___tds__SetDiscoveryMode_);
if (!soap_get___tds__SetDiscoveryMode_(soap, &soap_tmp___tds__SetDiscoveryMode_, "-tds:SetDiscoveryMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetDiscoveryMode_(soap, soap_tmp___tds__SetDiscoveryMode_.tds__SetDiscoveryMode, &tds__SetDiscoveryModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetDiscoveryModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDiscoveryModeResponse.soap_put(soap, "tds:SetDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDiscoveryModeResponse.soap_put(soap, "tds:SetDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetRemoteDiscoveryMode_(struct soap *soap)
{ struct __tds__GetRemoteDiscoveryMode_ soap_tmp___tds__GetRemoteDiscoveryMode_;
_tds__GetRemoteDiscoveryModeResponse tds__GetRemoteDiscoveryModeResponse;
tds__GetRemoteDiscoveryModeResponse.soap_default(soap);
soap_default___tds__GetRemoteDiscoveryMode_(soap, &soap_tmp___tds__GetRemoteDiscoveryMode_);
if (!soap_get___tds__GetRemoteDiscoveryMode_(soap, &soap_tmp___tds__GetRemoteDiscoveryMode_, "-tds:GetRemoteDiscoveryMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetRemoteDiscoveryMode_(soap, soap_tmp___tds__GetRemoteDiscoveryMode_.tds__GetRemoteDiscoveryMode, &tds__GetRemoteDiscoveryModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetRemoteDiscoveryModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRemoteDiscoveryModeResponse.soap_put(soap, "tds:GetRemoteDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRemoteDiscoveryModeResponse.soap_put(soap, "tds:GetRemoteDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetRemoteDiscoveryMode_(struct soap *soap)
{ struct __tds__SetRemoteDiscoveryMode_ soap_tmp___tds__SetRemoteDiscoveryMode_;
_tds__SetRemoteDiscoveryModeResponse tds__SetRemoteDiscoveryModeResponse;
tds__SetRemoteDiscoveryModeResponse.soap_default(soap);
soap_default___tds__SetRemoteDiscoveryMode_(soap, &soap_tmp___tds__SetRemoteDiscoveryMode_);
if (!soap_get___tds__SetRemoteDiscoveryMode_(soap, &soap_tmp___tds__SetRemoteDiscoveryMode_, "-tds:SetRemoteDiscoveryMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetRemoteDiscoveryMode_(soap, soap_tmp___tds__SetRemoteDiscoveryMode_.tds__SetRemoteDiscoveryMode, &tds__SetRemoteDiscoveryModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetRemoteDiscoveryModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRemoteDiscoveryModeResponse.soap_put(soap, "tds:SetRemoteDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRemoteDiscoveryModeResponse.soap_put(soap, "tds:SetRemoteDiscoveryModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDPAddresses_(struct soap *soap)
{ struct __tds__GetDPAddresses_ soap_tmp___tds__GetDPAddresses_;
_tds__GetDPAddressesResponse tds__GetDPAddressesResponse;
tds__GetDPAddressesResponse.soap_default(soap);
soap_default___tds__GetDPAddresses_(soap, &soap_tmp___tds__GetDPAddresses_);
if (!soap_get___tds__GetDPAddresses_(soap, &soap_tmp___tds__GetDPAddresses_, "-tds:GetDPAddresses", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDPAddresses_(soap, soap_tmp___tds__GetDPAddresses_.tds__GetDPAddresses, &tds__GetDPAddressesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDPAddressesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDPAddressesResponse.soap_put(soap, "tds:GetDPAddressesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDPAddressesResponse.soap_put(soap, "tds:GetDPAddressesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetEndpointReference_(struct soap *soap)
{ struct __tds__GetEndpointReference_ soap_tmp___tds__GetEndpointReference_;
_tds__GetEndpointReferenceResponse tds__GetEndpointReferenceResponse;
tds__GetEndpointReferenceResponse.soap_default(soap);
soap_default___tds__GetEndpointReference_(soap, &soap_tmp___tds__GetEndpointReference_);
if (!soap_get___tds__GetEndpointReference_(soap, &soap_tmp___tds__GetEndpointReference_, "-tds:GetEndpointReference", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetEndpointReference_(soap, soap_tmp___tds__GetEndpointReference_.tds__GetEndpointReference, &tds__GetEndpointReferenceResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetEndpointReferenceResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetEndpointReferenceResponse.soap_put(soap, "tds:GetEndpointReferenceResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetEndpointReferenceResponse.soap_put(soap, "tds:GetEndpointReferenceResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetRemoteUser_(struct soap *soap)
{ struct __tds__GetRemoteUser_ soap_tmp___tds__GetRemoteUser_;
_tds__GetRemoteUserResponse tds__GetRemoteUserResponse;
tds__GetRemoteUserResponse.soap_default(soap);
soap_default___tds__GetRemoteUser_(soap, &soap_tmp___tds__GetRemoteUser_);
if (!soap_get___tds__GetRemoteUser_(soap, &soap_tmp___tds__GetRemoteUser_, "-tds:GetRemoteUser", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetRemoteUser_(soap, soap_tmp___tds__GetRemoteUser_.tds__GetRemoteUser, &tds__GetRemoteUserResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetRemoteUserResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRemoteUserResponse.soap_put(soap, "tds:GetRemoteUserResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRemoteUserResponse.soap_put(soap, "tds:GetRemoteUserResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetRemoteUser_(struct soap *soap)
{ struct __tds__SetRemoteUser_ soap_tmp___tds__SetRemoteUser_;
_tds__SetRemoteUserResponse tds__SetRemoteUserResponse;
tds__SetRemoteUserResponse.soap_default(soap);
soap_default___tds__SetRemoteUser_(soap, &soap_tmp___tds__SetRemoteUser_);
if (!soap_get___tds__SetRemoteUser_(soap, &soap_tmp___tds__SetRemoteUser_, "-tds:SetRemoteUser", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetRemoteUser_(soap, soap_tmp___tds__SetRemoteUser_.tds__SetRemoteUser, &tds__SetRemoteUserResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetRemoteUserResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRemoteUserResponse.soap_put(soap, "tds:SetRemoteUserResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRemoteUserResponse.soap_put(soap, "tds:SetRemoteUserResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetUsers_(struct soap *soap)
{ struct __tds__GetUsers_ soap_tmp___tds__GetUsers_;
_tds__GetUsersResponse tds__GetUsersResponse;
tds__GetUsersResponse.soap_default(soap);
soap_default___tds__GetUsers_(soap, &soap_tmp___tds__GetUsers_);
if (!soap_get___tds__GetUsers_(soap, &soap_tmp___tds__GetUsers_, "-tds:GetUsers", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetUsers_(soap, soap_tmp___tds__GetUsers_.tds__GetUsers, &tds__GetUsersResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetUsersResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetUsersResponse.soap_put(soap, "tds:GetUsersResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetUsersResponse.soap_put(soap, "tds:GetUsersResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__CreateUsers_(struct soap *soap)
{ struct __tds__CreateUsers_ soap_tmp___tds__CreateUsers_;
_tds__CreateUsersResponse tds__CreateUsersResponse;
tds__CreateUsersResponse.soap_default(soap);
soap_default___tds__CreateUsers_(soap, &soap_tmp___tds__CreateUsers_);
if (!soap_get___tds__CreateUsers_(soap, &soap_tmp___tds__CreateUsers_, "-tds:CreateUsers", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__CreateUsers_(soap, soap_tmp___tds__CreateUsers_.tds__CreateUsers, &tds__CreateUsersResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__CreateUsersResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__CreateUsersResponse.soap_put(soap, "tds:CreateUsersResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__CreateUsersResponse.soap_put(soap, "tds:CreateUsersResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__DeleteUsers_(struct soap *soap)
{ struct __tds__DeleteUsers_ soap_tmp___tds__DeleteUsers_;
_tds__DeleteUsersResponse tds__DeleteUsersResponse;
tds__DeleteUsersResponse.soap_default(soap);
soap_default___tds__DeleteUsers_(soap, &soap_tmp___tds__DeleteUsers_);
if (!soap_get___tds__DeleteUsers_(soap, &soap_tmp___tds__DeleteUsers_, "-tds:DeleteUsers", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__DeleteUsers_(soap, soap_tmp___tds__DeleteUsers_.tds__DeleteUsers, &tds__DeleteUsersResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__DeleteUsersResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__DeleteUsersResponse.soap_put(soap, "tds:DeleteUsersResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__DeleteUsersResponse.soap_put(soap, "tds:DeleteUsersResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetUser_(struct soap *soap)
{ struct __tds__SetUser_ soap_tmp___tds__SetUser_;
_tds__SetUserResponse tds__SetUserResponse;
tds__SetUserResponse.soap_default(soap);
soap_default___tds__SetUser_(soap, &soap_tmp___tds__SetUser_);
if (!soap_get___tds__SetUser_(soap, &soap_tmp___tds__SetUser_, "-tds:SetUser", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetUser_(soap, soap_tmp___tds__SetUser_.tds__SetUser, &tds__SetUserResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetUserResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetUserResponse.soap_put(soap, "tds:SetUserResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetUserResponse.soap_put(soap, "tds:SetUserResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetWsdlUrl_(struct soap *soap)
{ struct __tds__GetWsdlUrl_ soap_tmp___tds__GetWsdlUrl_;
_tds__GetWsdlUrlResponse tds__GetWsdlUrlResponse;
tds__GetWsdlUrlResponse.soap_default(soap);
soap_default___tds__GetWsdlUrl_(soap, &soap_tmp___tds__GetWsdlUrl_);
if (!soap_get___tds__GetWsdlUrl_(soap, &soap_tmp___tds__GetWsdlUrl_, "-tds:GetWsdlUrl", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetWsdlUrl_(soap, soap_tmp___tds__GetWsdlUrl_.tds__GetWsdlUrl, &tds__GetWsdlUrlResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetWsdlUrlResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetWsdlUrlResponse.soap_put(soap, "tds:GetWsdlUrlResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetWsdlUrlResponse.soap_put(soap, "tds:GetWsdlUrlResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCapabilities_(struct soap *soap)
{ struct __tds__GetCapabilities_ soap_tmp___tds__GetCapabilities_;
_tds__GetCapabilitiesResponse tds__GetCapabilitiesResponse;
tds__GetCapabilitiesResponse.soap_default(soap);
soap_default___tds__GetCapabilities_(soap, &soap_tmp___tds__GetCapabilities_);
if (!soap_get___tds__GetCapabilities_(soap, &soap_tmp___tds__GetCapabilities_, "-tds:GetCapabilities", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetCapabilities_(soap, soap_tmp___tds__GetCapabilities_.tds__GetCapabilities, &tds__GetCapabilitiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetCapabilitiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCapabilitiesResponse.soap_put(soap, "tds:GetCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCapabilitiesResponse.soap_put(soap, "tds:GetCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDPAddresses_(struct soap *soap)
{ struct __tds__SetDPAddresses_ soap_tmp___tds__SetDPAddresses_;
_tds__SetDPAddressesResponse tds__SetDPAddressesResponse;
tds__SetDPAddressesResponse.soap_default(soap);
soap_default___tds__SetDPAddresses_(soap, &soap_tmp___tds__SetDPAddresses_);
if (!soap_get___tds__SetDPAddresses_(soap, &soap_tmp___tds__SetDPAddresses_, "-tds:SetDPAddresses", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetDPAddresses_(soap, soap_tmp___tds__SetDPAddresses_.tds__SetDPAddresses, &tds__SetDPAddressesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetDPAddressesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDPAddressesResponse.soap_put(soap, "tds:SetDPAddressesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDPAddressesResponse.soap_put(soap, "tds:SetDPAddressesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetHostname_(struct soap *soap)
{ struct __tds__GetHostname_ soap_tmp___tds__GetHostname_;
_tds__GetHostnameResponse tds__GetHostnameResponse;
tds__GetHostnameResponse.soap_default(soap);
soap_default___tds__GetHostname_(soap, &soap_tmp___tds__GetHostname_);
if (!soap_get___tds__GetHostname_(soap, &soap_tmp___tds__GetHostname_, "-tds:GetHostname", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetHostname_(soap, soap_tmp___tds__GetHostname_.tds__GetHostname, &tds__GetHostnameResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetHostnameResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetHostnameResponse.soap_put(soap, "tds:GetHostnameResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetHostnameResponse.soap_put(soap, "tds:GetHostnameResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetHostname_(struct soap *soap)
{ struct __tds__SetHostname_ soap_tmp___tds__SetHostname_;
_tds__SetHostnameResponse tds__SetHostnameResponse;
tds__SetHostnameResponse.soap_default(soap);
soap_default___tds__SetHostname_(soap, &soap_tmp___tds__SetHostname_);
if (!soap_get___tds__SetHostname_(soap, &soap_tmp___tds__SetHostname_, "-tds:SetHostname", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetHostname_(soap, soap_tmp___tds__SetHostname_.tds__SetHostname, &tds__SetHostnameResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetHostnameResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetHostnameResponse.soap_put(soap, "tds:SetHostnameResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetHostnameResponse.soap_put(soap, "tds:SetHostnameResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetHostnameFromDHCP_(struct soap *soap)
{ struct __tds__SetHostnameFromDHCP_ soap_tmp___tds__SetHostnameFromDHCP_;
_tds__SetHostnameFromDHCPResponse tds__SetHostnameFromDHCPResponse;
tds__SetHostnameFromDHCPResponse.soap_default(soap);
soap_default___tds__SetHostnameFromDHCP_(soap, &soap_tmp___tds__SetHostnameFromDHCP_);
if (!soap_get___tds__SetHostnameFromDHCP_(soap, &soap_tmp___tds__SetHostnameFromDHCP_, "-tds:SetHostnameFromDHCP", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetHostnameFromDHCP_(soap, soap_tmp___tds__SetHostnameFromDHCP_.tds__SetHostnameFromDHCP, &tds__SetHostnameFromDHCPResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetHostnameFromDHCPResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetHostnameFromDHCPResponse.soap_put(soap, "tds:SetHostnameFromDHCPResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetHostnameFromDHCPResponse.soap_put(soap, "tds:SetHostnameFromDHCPResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDNS_(struct soap *soap)
{ struct __tds__GetDNS_ soap_tmp___tds__GetDNS_;
_tds__GetDNSResponse tds__GetDNSResponse;
tds__GetDNSResponse.soap_default(soap);
soap_default___tds__GetDNS_(soap, &soap_tmp___tds__GetDNS_);
if (!soap_get___tds__GetDNS_(soap, &soap_tmp___tds__GetDNS_, "-tds:GetDNS", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDNS_(soap, soap_tmp___tds__GetDNS_.tds__GetDNS, &tds__GetDNSResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDNSResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDNSResponse.soap_put(soap, "tds:GetDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDNSResponse.soap_put(soap, "tds:GetDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDNS_(struct soap *soap)
{ struct __tds__SetDNS_ soap_tmp___tds__SetDNS_;
_tds__SetDNSResponse tds__SetDNSResponse;
tds__SetDNSResponse.soap_default(soap);
soap_default___tds__SetDNS_(soap, &soap_tmp___tds__SetDNS_);
if (!soap_get___tds__SetDNS_(soap, &soap_tmp___tds__SetDNS_, "-tds:SetDNS", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetDNS_(soap, soap_tmp___tds__SetDNS_.tds__SetDNS, &tds__SetDNSResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetDNSResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDNSResponse.soap_put(soap, "tds:SetDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDNSResponse.soap_put(soap, "tds:SetDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetNTP_(struct soap *soap)
{ struct __tds__GetNTP_ soap_tmp___tds__GetNTP_;
_tds__GetNTPResponse tds__GetNTPResponse;
tds__GetNTPResponse.soap_default(soap);
soap_default___tds__GetNTP_(soap, &soap_tmp___tds__GetNTP_);
if (!soap_get___tds__GetNTP_(soap, &soap_tmp___tds__GetNTP_, "-tds:GetNTP", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetNTP_(soap, soap_tmp___tds__GetNTP_.tds__GetNTP, &tds__GetNTPResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetNTPResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNTPResponse.soap_put(soap, "tds:GetNTPResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNTPResponse.soap_put(soap, "tds:GetNTPResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetNTP_(struct soap *soap)
{ struct __tds__SetNTP_ soap_tmp___tds__SetNTP_;
_tds__SetNTPResponse tds__SetNTPResponse;
tds__SetNTPResponse.soap_default(soap);
soap_default___tds__SetNTP_(soap, &soap_tmp___tds__SetNTP_);
if (!soap_get___tds__SetNTP_(soap, &soap_tmp___tds__SetNTP_, "-tds:SetNTP", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetNTP_(soap, soap_tmp___tds__SetNTP_.tds__SetNTP, &tds__SetNTPResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetNTPResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNTPResponse.soap_put(soap, "tds:SetNTPResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNTPResponse.soap_put(soap, "tds:SetNTPResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDynamicDNS_(struct soap *soap)
{ struct __tds__GetDynamicDNS_ soap_tmp___tds__GetDynamicDNS_;
_tds__GetDynamicDNSResponse tds__GetDynamicDNSResponse;
tds__GetDynamicDNSResponse.soap_default(soap);
soap_default___tds__GetDynamicDNS_(soap, &soap_tmp___tds__GetDynamicDNS_);
if (!soap_get___tds__GetDynamicDNS_(soap, &soap_tmp___tds__GetDynamicDNS_, "-tds:GetDynamicDNS", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDynamicDNS_(soap, soap_tmp___tds__GetDynamicDNS_.tds__GetDynamicDNS, &tds__GetDynamicDNSResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDynamicDNSResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDynamicDNSResponse.soap_put(soap, "tds:GetDynamicDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDynamicDNSResponse.soap_put(soap, "tds:GetDynamicDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDynamicDNS_(struct soap *soap)
{ struct __tds__SetDynamicDNS_ soap_tmp___tds__SetDynamicDNS_;
_tds__SetDynamicDNSResponse tds__SetDynamicDNSResponse;
tds__SetDynamicDNSResponse.soap_default(soap);
soap_default___tds__SetDynamicDNS_(soap, &soap_tmp___tds__SetDynamicDNS_);
if (!soap_get___tds__SetDynamicDNS_(soap, &soap_tmp___tds__SetDynamicDNS_, "-tds:SetDynamicDNS", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetDynamicDNS_(soap, soap_tmp___tds__SetDynamicDNS_.tds__SetDynamicDNS, &tds__SetDynamicDNSResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetDynamicDNSResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDynamicDNSResponse.soap_put(soap, "tds:SetDynamicDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDynamicDNSResponse.soap_put(soap, "tds:SetDynamicDNSResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetNetworkInterfaces_(struct soap *soap)
{ struct __tds__GetNetworkInterfaces_ soap_tmp___tds__GetNetworkInterfaces_;
_tds__GetNetworkInterfacesResponse tds__GetNetworkInterfacesResponse;
tds__GetNetworkInterfacesResponse.soap_default(soap);
soap_default___tds__GetNetworkInterfaces_(soap, &soap_tmp___tds__GetNetworkInterfaces_);
if (!soap_get___tds__GetNetworkInterfaces_(soap, &soap_tmp___tds__GetNetworkInterfaces_, "-tds:GetNetworkInterfaces", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetNetworkInterfaces_(soap, soap_tmp___tds__GetNetworkInterfaces_.tds__GetNetworkInterfaces, &tds__GetNetworkInterfacesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetNetworkInterfacesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNetworkInterfacesResponse.soap_put(soap, "tds:GetNetworkInterfacesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNetworkInterfacesResponse.soap_put(soap, "tds:GetNetworkInterfacesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetNetworkInterfaces_(struct soap *soap)
{ struct __tds__SetNetworkInterfaces_ soap_tmp___tds__SetNetworkInterfaces_;
_tds__SetNetworkInterfacesResponse tds__SetNetworkInterfacesResponse;
tds__SetNetworkInterfacesResponse.soap_default(soap);
soap_default___tds__SetNetworkInterfaces_(soap, &soap_tmp___tds__SetNetworkInterfaces_);
if (!soap_get___tds__SetNetworkInterfaces_(soap, &soap_tmp___tds__SetNetworkInterfaces_, "-tds:SetNetworkInterfaces", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetNetworkInterfaces_(soap, soap_tmp___tds__SetNetworkInterfaces_.tds__SetNetworkInterfaces, &tds__SetNetworkInterfacesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetNetworkInterfacesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNetworkInterfacesResponse.soap_put(soap, "tds:SetNetworkInterfacesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNetworkInterfacesResponse.soap_put(soap, "tds:SetNetworkInterfacesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetNetworkProtocols_(struct soap *soap)
{ struct __tds__GetNetworkProtocols_ soap_tmp___tds__GetNetworkProtocols_;
_tds__GetNetworkProtocolsResponse tds__GetNetworkProtocolsResponse;
tds__GetNetworkProtocolsResponse.soap_default(soap);
soap_default___tds__GetNetworkProtocols_(soap, &soap_tmp___tds__GetNetworkProtocols_);
if (!soap_get___tds__GetNetworkProtocols_(soap, &soap_tmp___tds__GetNetworkProtocols_, "-tds:GetNetworkProtocols", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetNetworkProtocols_(soap, soap_tmp___tds__GetNetworkProtocols_.tds__GetNetworkProtocols, &tds__GetNetworkProtocolsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetNetworkProtocolsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNetworkProtocolsResponse.soap_put(soap, "tds:GetNetworkProtocolsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNetworkProtocolsResponse.soap_put(soap, "tds:GetNetworkProtocolsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetNetworkProtocols_(struct soap *soap)
{ struct __tds__SetNetworkProtocols_ soap_tmp___tds__SetNetworkProtocols_;
_tds__SetNetworkProtocolsResponse tds__SetNetworkProtocolsResponse;
tds__SetNetworkProtocolsResponse.soap_default(soap);
soap_default___tds__SetNetworkProtocols_(soap, &soap_tmp___tds__SetNetworkProtocols_);
if (!soap_get___tds__SetNetworkProtocols_(soap, &soap_tmp___tds__SetNetworkProtocols_, "-tds:SetNetworkProtocols", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetNetworkProtocols_(soap, soap_tmp___tds__SetNetworkProtocols_.tds__SetNetworkProtocols, &tds__SetNetworkProtocolsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetNetworkProtocolsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNetworkProtocolsResponse.soap_put(soap, "tds:SetNetworkProtocolsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNetworkProtocolsResponse.soap_put(soap, "tds:SetNetworkProtocolsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetNetworkDefaultGateway_(struct soap *soap)
{ struct __tds__GetNetworkDefaultGateway_ soap_tmp___tds__GetNetworkDefaultGateway_;
_tds__GetNetworkDefaultGatewayResponse tds__GetNetworkDefaultGatewayResponse;
tds__GetNetworkDefaultGatewayResponse.soap_default(soap);
soap_default___tds__GetNetworkDefaultGateway_(soap, &soap_tmp___tds__GetNetworkDefaultGateway_);
if (!soap_get___tds__GetNetworkDefaultGateway_(soap, &soap_tmp___tds__GetNetworkDefaultGateway_, "-tds:GetNetworkDefaultGateway", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetNetworkDefaultGateway_(soap, soap_tmp___tds__GetNetworkDefaultGateway_.tds__GetNetworkDefaultGateway, &tds__GetNetworkDefaultGatewayResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetNetworkDefaultGatewayResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNetworkDefaultGatewayResponse.soap_put(soap, "tds:GetNetworkDefaultGatewayResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetNetworkDefaultGatewayResponse.soap_put(soap, "tds:GetNetworkDefaultGatewayResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetNetworkDefaultGateway_(struct soap *soap)
{ struct __tds__SetNetworkDefaultGateway_ soap_tmp___tds__SetNetworkDefaultGateway_;
_tds__SetNetworkDefaultGatewayResponse tds__SetNetworkDefaultGatewayResponse;
tds__SetNetworkDefaultGatewayResponse.soap_default(soap);
soap_default___tds__SetNetworkDefaultGateway_(soap, &soap_tmp___tds__SetNetworkDefaultGateway_);
if (!soap_get___tds__SetNetworkDefaultGateway_(soap, &soap_tmp___tds__SetNetworkDefaultGateway_, "-tds:SetNetworkDefaultGateway", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetNetworkDefaultGateway_(soap, soap_tmp___tds__SetNetworkDefaultGateway_.tds__SetNetworkDefaultGateway, &tds__SetNetworkDefaultGatewayResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetNetworkDefaultGatewayResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNetworkDefaultGatewayResponse.soap_put(soap, "tds:SetNetworkDefaultGatewayResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetNetworkDefaultGatewayResponse.soap_put(soap, "tds:SetNetworkDefaultGatewayResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetZeroConfiguration_(struct soap *soap)
{ struct __tds__GetZeroConfiguration_ soap_tmp___tds__GetZeroConfiguration_;
_tds__GetZeroConfigurationResponse tds__GetZeroConfigurationResponse;
tds__GetZeroConfigurationResponse.soap_default(soap);
soap_default___tds__GetZeroConfiguration_(soap, &soap_tmp___tds__GetZeroConfiguration_);
if (!soap_get___tds__GetZeroConfiguration_(soap, &soap_tmp___tds__GetZeroConfiguration_, "-tds:GetZeroConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetZeroConfiguration_(soap, soap_tmp___tds__GetZeroConfiguration_.tds__GetZeroConfiguration, &tds__GetZeroConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetZeroConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetZeroConfigurationResponse.soap_put(soap, "tds:GetZeroConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetZeroConfigurationResponse.soap_put(soap, "tds:GetZeroConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetZeroConfiguration_(struct soap *soap)
{ struct __tds__SetZeroConfiguration_ soap_tmp___tds__SetZeroConfiguration_;
_tds__SetZeroConfigurationResponse tds__SetZeroConfigurationResponse;
tds__SetZeroConfigurationResponse.soap_default(soap);
soap_default___tds__SetZeroConfiguration_(soap, &soap_tmp___tds__SetZeroConfiguration_);
if (!soap_get___tds__SetZeroConfiguration_(soap, &soap_tmp___tds__SetZeroConfiguration_, "-tds:SetZeroConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetZeroConfiguration_(soap, soap_tmp___tds__SetZeroConfiguration_.tds__SetZeroConfiguration, &tds__SetZeroConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetZeroConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetZeroConfigurationResponse.soap_put(soap, "tds:SetZeroConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetZeroConfigurationResponse.soap_put(soap, "tds:SetZeroConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetIPAddressFilter_(struct soap *soap)
{ struct __tds__GetIPAddressFilter_ soap_tmp___tds__GetIPAddressFilter_;
_tds__GetIPAddressFilterResponse tds__GetIPAddressFilterResponse;
tds__GetIPAddressFilterResponse.soap_default(soap);
soap_default___tds__GetIPAddressFilter_(soap, &soap_tmp___tds__GetIPAddressFilter_);
if (!soap_get___tds__GetIPAddressFilter_(soap, &soap_tmp___tds__GetIPAddressFilter_, "-tds:GetIPAddressFilter", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetIPAddressFilter_(soap, soap_tmp___tds__GetIPAddressFilter_.tds__GetIPAddressFilter, &tds__GetIPAddressFilterResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetIPAddressFilterResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetIPAddressFilterResponse.soap_put(soap, "tds:GetIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetIPAddressFilterResponse.soap_put(soap, "tds:GetIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetIPAddressFilter_(struct soap *soap)
{ struct __tds__SetIPAddressFilter_ soap_tmp___tds__SetIPAddressFilter_;
_tds__SetIPAddressFilterResponse tds__SetIPAddressFilterResponse;
tds__SetIPAddressFilterResponse.soap_default(soap);
soap_default___tds__SetIPAddressFilter_(soap, &soap_tmp___tds__SetIPAddressFilter_);
if (!soap_get___tds__SetIPAddressFilter_(soap, &soap_tmp___tds__SetIPAddressFilter_, "-tds:SetIPAddressFilter", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetIPAddressFilter_(soap, soap_tmp___tds__SetIPAddressFilter_.tds__SetIPAddressFilter, &tds__SetIPAddressFilterResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetIPAddressFilterResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetIPAddressFilterResponse.soap_put(soap, "tds:SetIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetIPAddressFilterResponse.soap_put(soap, "tds:SetIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__AddIPAddressFilter_(struct soap *soap)
{ struct __tds__AddIPAddressFilter_ soap_tmp___tds__AddIPAddressFilter_;
_tds__AddIPAddressFilterResponse tds__AddIPAddressFilterResponse;
tds__AddIPAddressFilterResponse.soap_default(soap);
soap_default___tds__AddIPAddressFilter_(soap, &soap_tmp___tds__AddIPAddressFilter_);
if (!soap_get___tds__AddIPAddressFilter_(soap, &soap_tmp___tds__AddIPAddressFilter_, "-tds:AddIPAddressFilter", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__AddIPAddressFilter_(soap, soap_tmp___tds__AddIPAddressFilter_.tds__AddIPAddressFilter, &tds__AddIPAddressFilterResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__AddIPAddressFilterResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__AddIPAddressFilterResponse.soap_put(soap, "tds:AddIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__AddIPAddressFilterResponse.soap_put(soap, "tds:AddIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__RemoveIPAddressFilter_(struct soap *soap)
{ struct __tds__RemoveIPAddressFilter_ soap_tmp___tds__RemoveIPAddressFilter_;
_tds__RemoveIPAddressFilterResponse tds__RemoveIPAddressFilterResponse;
tds__RemoveIPAddressFilterResponse.soap_default(soap);
soap_default___tds__RemoveIPAddressFilter_(soap, &soap_tmp___tds__RemoveIPAddressFilter_);
if (!soap_get___tds__RemoveIPAddressFilter_(soap, &soap_tmp___tds__RemoveIPAddressFilter_, "-tds:RemoveIPAddressFilter", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__RemoveIPAddressFilter_(soap, soap_tmp___tds__RemoveIPAddressFilter_.tds__RemoveIPAddressFilter, &tds__RemoveIPAddressFilterResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__RemoveIPAddressFilterResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__RemoveIPAddressFilterResponse.soap_put(soap, "tds:RemoveIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__RemoveIPAddressFilterResponse.soap_put(soap, "tds:RemoveIPAddressFilterResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetAccessPolicy_(struct soap *soap)
{ struct __tds__GetAccessPolicy_ soap_tmp___tds__GetAccessPolicy_;
_tds__GetAccessPolicyResponse tds__GetAccessPolicyResponse;
tds__GetAccessPolicyResponse.soap_default(soap);
soap_default___tds__GetAccessPolicy_(soap, &soap_tmp___tds__GetAccessPolicy_);
if (!soap_get___tds__GetAccessPolicy_(soap, &soap_tmp___tds__GetAccessPolicy_, "-tds:GetAccessPolicy", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetAccessPolicy_(soap, soap_tmp___tds__GetAccessPolicy_.tds__GetAccessPolicy, &tds__GetAccessPolicyResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetAccessPolicyResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetAccessPolicyResponse.soap_put(soap, "tds:GetAccessPolicyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetAccessPolicyResponse.soap_put(soap, "tds:GetAccessPolicyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetAccessPolicy_(struct soap *soap)
{ struct __tds__SetAccessPolicy_ soap_tmp___tds__SetAccessPolicy_;
_tds__SetAccessPolicyResponse tds__SetAccessPolicyResponse;
tds__SetAccessPolicyResponse.soap_default(soap);
soap_default___tds__SetAccessPolicy_(soap, &soap_tmp___tds__SetAccessPolicy_);
if (!soap_get___tds__SetAccessPolicy_(soap, &soap_tmp___tds__SetAccessPolicy_, "-tds:SetAccessPolicy", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetAccessPolicy_(soap, soap_tmp___tds__SetAccessPolicy_.tds__SetAccessPolicy, &tds__SetAccessPolicyResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetAccessPolicyResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetAccessPolicyResponse.soap_put(soap, "tds:SetAccessPolicyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetAccessPolicyResponse.soap_put(soap, "tds:SetAccessPolicyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__CreateCertificate_(struct soap *soap)
{ struct __tds__CreateCertificate_ soap_tmp___tds__CreateCertificate_;
_tds__CreateCertificateResponse tds__CreateCertificateResponse;
tds__CreateCertificateResponse.soap_default(soap);
soap_default___tds__CreateCertificate_(soap, &soap_tmp___tds__CreateCertificate_);
if (!soap_get___tds__CreateCertificate_(soap, &soap_tmp___tds__CreateCertificate_, "-tds:CreateCertificate", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__CreateCertificate_(soap, soap_tmp___tds__CreateCertificate_.tds__CreateCertificate, &tds__CreateCertificateResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__CreateCertificateResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__CreateCertificateResponse.soap_put(soap, "tds:CreateCertificateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__CreateCertificateResponse.soap_put(soap, "tds:CreateCertificateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCertificates_(struct soap *soap)
{ struct __tds__GetCertificates_ soap_tmp___tds__GetCertificates_;
_tds__GetCertificatesResponse tds__GetCertificatesResponse;
tds__GetCertificatesResponse.soap_default(soap);
soap_default___tds__GetCertificates_(soap, &soap_tmp___tds__GetCertificates_);
if (!soap_get___tds__GetCertificates_(soap, &soap_tmp___tds__GetCertificates_, "-tds:GetCertificates", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetCertificates_(soap, soap_tmp___tds__GetCertificates_.tds__GetCertificates, &tds__GetCertificatesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetCertificatesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCertificatesResponse.soap_put(soap, "tds:GetCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCertificatesResponse.soap_put(soap, "tds:GetCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCertificatesStatus_(struct soap *soap)
{ struct __tds__GetCertificatesStatus_ soap_tmp___tds__GetCertificatesStatus_;
_tds__GetCertificatesStatusResponse tds__GetCertificatesStatusResponse;
tds__GetCertificatesStatusResponse.soap_default(soap);
soap_default___tds__GetCertificatesStatus_(soap, &soap_tmp___tds__GetCertificatesStatus_);
if (!soap_get___tds__GetCertificatesStatus_(soap, &soap_tmp___tds__GetCertificatesStatus_, "-tds:GetCertificatesStatus", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetCertificatesStatus_(soap, soap_tmp___tds__GetCertificatesStatus_.tds__GetCertificatesStatus, &tds__GetCertificatesStatusResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetCertificatesStatusResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCertificatesStatusResponse.soap_put(soap, "tds:GetCertificatesStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCertificatesStatusResponse.soap_put(soap, "tds:GetCertificatesStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetCertificatesStatus_(struct soap *soap)
{ struct __tds__SetCertificatesStatus_ soap_tmp___tds__SetCertificatesStatus_;
_tds__SetCertificatesStatusResponse tds__SetCertificatesStatusResponse;
tds__SetCertificatesStatusResponse.soap_default(soap);
soap_default___tds__SetCertificatesStatus_(soap, &soap_tmp___tds__SetCertificatesStatus_);
if (!soap_get___tds__SetCertificatesStatus_(soap, &soap_tmp___tds__SetCertificatesStatus_, "-tds:SetCertificatesStatus", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetCertificatesStatus_(soap, soap_tmp___tds__SetCertificatesStatus_.tds__SetCertificatesStatus, &tds__SetCertificatesStatusResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetCertificatesStatusResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetCertificatesStatusResponse.soap_put(soap, "tds:SetCertificatesStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetCertificatesStatusResponse.soap_put(soap, "tds:SetCertificatesStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__DeleteCertificates_(struct soap *soap)
{ struct __tds__DeleteCertificates_ soap_tmp___tds__DeleteCertificates_;
_tds__DeleteCertificatesResponse tds__DeleteCertificatesResponse;
tds__DeleteCertificatesResponse.soap_default(soap);
soap_default___tds__DeleteCertificates_(soap, &soap_tmp___tds__DeleteCertificates_);
if (!soap_get___tds__DeleteCertificates_(soap, &soap_tmp___tds__DeleteCertificates_, "-tds:DeleteCertificates", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__DeleteCertificates_(soap, soap_tmp___tds__DeleteCertificates_.tds__DeleteCertificates, &tds__DeleteCertificatesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__DeleteCertificatesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__DeleteCertificatesResponse.soap_put(soap, "tds:DeleteCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__DeleteCertificatesResponse.soap_put(soap, "tds:DeleteCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetPkcs10Request_(struct soap *soap)
{ struct __tds__GetPkcs10Request_ soap_tmp___tds__GetPkcs10Request_;
_tds__GetPkcs10RequestResponse tds__GetPkcs10RequestResponse;
tds__GetPkcs10RequestResponse.soap_default(soap);
soap_default___tds__GetPkcs10Request_(soap, &soap_tmp___tds__GetPkcs10Request_);
if (!soap_get___tds__GetPkcs10Request_(soap, &soap_tmp___tds__GetPkcs10Request_, "-tds:GetPkcs10Request", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetPkcs10Request_(soap, soap_tmp___tds__GetPkcs10Request_.tds__GetPkcs10Request, &tds__GetPkcs10RequestResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetPkcs10RequestResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetPkcs10RequestResponse.soap_put(soap, "tds:GetPkcs10RequestResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetPkcs10RequestResponse.soap_put(soap, "tds:GetPkcs10RequestResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__LoadCertificates_(struct soap *soap)
{ struct __tds__LoadCertificates_ soap_tmp___tds__LoadCertificates_;
_tds__LoadCertificatesResponse tds__LoadCertificatesResponse;
tds__LoadCertificatesResponse.soap_default(soap);
soap_default___tds__LoadCertificates_(soap, &soap_tmp___tds__LoadCertificates_);
if (!soap_get___tds__LoadCertificates_(soap, &soap_tmp___tds__LoadCertificates_, "-tds:LoadCertificates", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__LoadCertificates_(soap, soap_tmp___tds__LoadCertificates_.tds__LoadCertificates, &tds__LoadCertificatesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__LoadCertificatesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__LoadCertificatesResponse.soap_put(soap, "tds:LoadCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__LoadCertificatesResponse.soap_put(soap, "tds:LoadCertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetClientCertificateMode_(struct soap *soap)
{ struct __tds__GetClientCertificateMode_ soap_tmp___tds__GetClientCertificateMode_;
_tds__GetClientCertificateModeResponse tds__GetClientCertificateModeResponse;
tds__GetClientCertificateModeResponse.soap_default(soap);
soap_default___tds__GetClientCertificateMode_(soap, &soap_tmp___tds__GetClientCertificateMode_);
if (!soap_get___tds__GetClientCertificateMode_(soap, &soap_tmp___tds__GetClientCertificateMode_, "-tds:GetClientCertificateMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetClientCertificateMode_(soap, soap_tmp___tds__GetClientCertificateMode_.tds__GetClientCertificateMode, &tds__GetClientCertificateModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetClientCertificateModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetClientCertificateModeResponse.soap_put(soap, "tds:GetClientCertificateModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetClientCertificateModeResponse.soap_put(soap, "tds:GetClientCertificateModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetClientCertificateMode_(struct soap *soap)
{ struct __tds__SetClientCertificateMode_ soap_tmp___tds__SetClientCertificateMode_;
_tds__SetClientCertificateModeResponse tds__SetClientCertificateModeResponse;
tds__SetClientCertificateModeResponse.soap_default(soap);
soap_default___tds__SetClientCertificateMode_(soap, &soap_tmp___tds__SetClientCertificateMode_);
if (!soap_get___tds__SetClientCertificateMode_(soap, &soap_tmp___tds__SetClientCertificateMode_, "-tds:SetClientCertificateMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetClientCertificateMode_(soap, soap_tmp___tds__SetClientCertificateMode_.tds__SetClientCertificateMode, &tds__SetClientCertificateModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetClientCertificateModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetClientCertificateModeResponse.soap_put(soap, "tds:SetClientCertificateModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetClientCertificateModeResponse.soap_put(soap, "tds:SetClientCertificateModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetRelayOutputs_(struct soap *soap)
{ struct __tds__GetRelayOutputs_ soap_tmp___tds__GetRelayOutputs_;
_tds__GetRelayOutputsResponse tds__GetRelayOutputsResponse;
tds__GetRelayOutputsResponse.soap_default(soap);
soap_default___tds__GetRelayOutputs_(soap, &soap_tmp___tds__GetRelayOutputs_);
if (!soap_get___tds__GetRelayOutputs_(soap, &soap_tmp___tds__GetRelayOutputs_, "-tds:GetRelayOutputs", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetRelayOutputs_(soap, soap_tmp___tds__GetRelayOutputs_.tds__GetRelayOutputs, &tds__GetRelayOutputsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetRelayOutputsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRelayOutputsResponse.soap_put(soap, "tds:GetRelayOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRelayOutputsResponse.soap_put(soap, "tds:GetRelayOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetRelayOutputSettings_(struct soap *soap)
{ struct __tds__SetRelayOutputSettings_ soap_tmp___tds__SetRelayOutputSettings_;
_tds__SetRelayOutputSettingsResponse tds__SetRelayOutputSettingsResponse;
tds__SetRelayOutputSettingsResponse.soap_default(soap);
soap_default___tds__SetRelayOutputSettings_(soap, &soap_tmp___tds__SetRelayOutputSettings_);
if (!soap_get___tds__SetRelayOutputSettings_(soap, &soap_tmp___tds__SetRelayOutputSettings_, "-tds:SetRelayOutputSettings", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetRelayOutputSettings_(soap, soap_tmp___tds__SetRelayOutputSettings_.tds__SetRelayOutputSettings, &tds__SetRelayOutputSettingsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetRelayOutputSettingsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRelayOutputSettingsResponse.soap_put(soap, "tds:SetRelayOutputSettingsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRelayOutputSettingsResponse.soap_put(soap, "tds:SetRelayOutputSettingsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetRelayOutputState_(struct soap *soap)
{ struct __tds__SetRelayOutputState_ soap_tmp___tds__SetRelayOutputState_;
_tds__SetRelayOutputStateResponse tds__SetRelayOutputStateResponse;
tds__SetRelayOutputStateResponse.soap_default(soap);
soap_default___tds__SetRelayOutputState_(soap, &soap_tmp___tds__SetRelayOutputState_);
if (!soap_get___tds__SetRelayOutputState_(soap, &soap_tmp___tds__SetRelayOutputState_, "-tds:SetRelayOutputState", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetRelayOutputState_(soap, soap_tmp___tds__SetRelayOutputState_.tds__SetRelayOutputState, &tds__SetRelayOutputStateResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetRelayOutputStateResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRelayOutputStateResponse.soap_put(soap, "tds:SetRelayOutputStateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRelayOutputStateResponse.soap_put(soap, "tds:SetRelayOutputStateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SendAuxiliaryCommand_(struct soap *soap)
{ struct __tds__SendAuxiliaryCommand_ soap_tmp___tds__SendAuxiliaryCommand_;
_tds__SendAuxiliaryCommandResponse tds__SendAuxiliaryCommandResponse;
tds__SendAuxiliaryCommandResponse.soap_default(soap);
soap_default___tds__SendAuxiliaryCommand_(soap, &soap_tmp___tds__SendAuxiliaryCommand_);
if (!soap_get___tds__SendAuxiliaryCommand_(soap, &soap_tmp___tds__SendAuxiliaryCommand_, "-tds:SendAuxiliaryCommand", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SendAuxiliaryCommand_(soap, soap_tmp___tds__SendAuxiliaryCommand_.tds__SendAuxiliaryCommand, &tds__SendAuxiliaryCommandResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SendAuxiliaryCommandResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SendAuxiliaryCommandResponse.soap_put(soap, "tds:SendAuxiliaryCommandResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SendAuxiliaryCommandResponse.soap_put(soap, "tds:SendAuxiliaryCommandResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCACertificates_(struct soap *soap)
{ struct __tds__GetCACertificates_ soap_tmp___tds__GetCACertificates_;
_tds__GetCACertificatesResponse tds__GetCACertificatesResponse;
tds__GetCACertificatesResponse.soap_default(soap);
soap_default___tds__GetCACertificates_(soap, &soap_tmp___tds__GetCACertificates_);
if (!soap_get___tds__GetCACertificates_(soap, &soap_tmp___tds__GetCACertificates_, "-tds:GetCACertificates", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetCACertificates_(soap, soap_tmp___tds__GetCACertificates_.tds__GetCACertificates, &tds__GetCACertificatesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetCACertificatesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCACertificatesResponse.soap_put(soap, "tds:GetCACertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCACertificatesResponse.soap_put(soap, "tds:GetCACertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__LoadCertificateWithPrivateKey_(struct soap *soap)
{ struct __tds__LoadCertificateWithPrivateKey_ soap_tmp___tds__LoadCertificateWithPrivateKey_;
_tds__LoadCertificateWithPrivateKeyResponse tds__LoadCertificateWithPrivateKeyResponse;
tds__LoadCertificateWithPrivateKeyResponse.soap_default(soap);
soap_default___tds__LoadCertificateWithPrivateKey_(soap, &soap_tmp___tds__LoadCertificateWithPrivateKey_);
if (!soap_get___tds__LoadCertificateWithPrivateKey_(soap, &soap_tmp___tds__LoadCertificateWithPrivateKey_, "-tds:LoadCertificateWithPrivateKey", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__LoadCertificateWithPrivateKey_(soap, soap_tmp___tds__LoadCertificateWithPrivateKey_.tds__LoadCertificateWithPrivateKey, &tds__LoadCertificateWithPrivateKeyResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__LoadCertificateWithPrivateKeyResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__LoadCertificateWithPrivateKeyResponse.soap_put(soap, "tds:LoadCertificateWithPrivateKeyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__LoadCertificateWithPrivateKeyResponse.soap_put(soap, "tds:LoadCertificateWithPrivateKeyResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCertificateInformation_(struct soap *soap)
{ struct __tds__GetCertificateInformation_ soap_tmp___tds__GetCertificateInformation_;
_tds__GetCertificateInformationResponse tds__GetCertificateInformationResponse;
tds__GetCertificateInformationResponse.soap_default(soap);
soap_default___tds__GetCertificateInformation_(soap, &soap_tmp___tds__GetCertificateInformation_);
if (!soap_get___tds__GetCertificateInformation_(soap, &soap_tmp___tds__GetCertificateInformation_, "-tds:GetCertificateInformation", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetCertificateInformation_(soap, soap_tmp___tds__GetCertificateInformation_.tds__GetCertificateInformation, &tds__GetCertificateInformationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetCertificateInformationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCertificateInformationResponse.soap_put(soap, "tds:GetCertificateInformationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetCertificateInformationResponse.soap_put(soap, "tds:GetCertificateInformationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__LoadCACertificates_(struct soap *soap)
{ struct __tds__LoadCACertificates_ soap_tmp___tds__LoadCACertificates_;
_tds__LoadCACertificatesResponse tds__LoadCACertificatesResponse;
tds__LoadCACertificatesResponse.soap_default(soap);
soap_default___tds__LoadCACertificates_(soap, &soap_tmp___tds__LoadCACertificates_);
if (!soap_get___tds__LoadCACertificates_(soap, &soap_tmp___tds__LoadCACertificates_, "-tds:LoadCACertificates", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__LoadCACertificates_(soap, soap_tmp___tds__LoadCACertificates_.tds__LoadCACertificates, &tds__LoadCACertificatesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__LoadCACertificatesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__LoadCACertificatesResponse.soap_put(soap, "tds:LoadCACertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__LoadCACertificatesResponse.soap_put(soap, "tds:LoadCACertificatesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__CreateDot1XConfiguration_(struct soap *soap)
{ struct __tds__CreateDot1XConfiguration_ soap_tmp___tds__CreateDot1XConfiguration_;
_tds__CreateDot1XConfigurationResponse tds__CreateDot1XConfigurationResponse;
tds__CreateDot1XConfigurationResponse.soap_default(soap);
soap_default___tds__CreateDot1XConfiguration_(soap, &soap_tmp___tds__CreateDot1XConfiguration_);
if (!soap_get___tds__CreateDot1XConfiguration_(soap, &soap_tmp___tds__CreateDot1XConfiguration_, "-tds:CreateDot1XConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__CreateDot1XConfiguration_(soap, soap_tmp___tds__CreateDot1XConfiguration_.tds__CreateDot1XConfiguration, &tds__CreateDot1XConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__CreateDot1XConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__CreateDot1XConfigurationResponse.soap_put(soap, "tds:CreateDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__CreateDot1XConfigurationResponse.soap_put(soap, "tds:CreateDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDot1XConfiguration_(struct soap *soap)
{ struct __tds__SetDot1XConfiguration_ soap_tmp___tds__SetDot1XConfiguration_;
_tds__SetDot1XConfigurationResponse tds__SetDot1XConfigurationResponse;
tds__SetDot1XConfigurationResponse.soap_default(soap);
soap_default___tds__SetDot1XConfiguration_(soap, &soap_tmp___tds__SetDot1XConfiguration_);
if (!soap_get___tds__SetDot1XConfiguration_(soap, &soap_tmp___tds__SetDot1XConfiguration_, "-tds:SetDot1XConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__SetDot1XConfiguration_(soap, soap_tmp___tds__SetDot1XConfiguration_.tds__SetDot1XConfiguration, &tds__SetDot1XConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetDot1XConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDot1XConfigurationResponse.soap_put(soap, "tds:SetDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetDot1XConfigurationResponse.soap_put(soap, "tds:SetDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDot1XConfiguration_(struct soap *soap)
{ struct __tds__GetDot1XConfiguration_ soap_tmp___tds__GetDot1XConfiguration_;
_tds__GetDot1XConfigurationResponse tds__GetDot1XConfigurationResponse;
tds__GetDot1XConfigurationResponse.soap_default(soap);
soap_default___tds__GetDot1XConfiguration_(soap, &soap_tmp___tds__GetDot1XConfiguration_);
if (!soap_get___tds__GetDot1XConfiguration_(soap, &soap_tmp___tds__GetDot1XConfiguration_, "-tds:GetDot1XConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDot1XConfiguration_(soap, soap_tmp___tds__GetDot1XConfiguration_.tds__GetDot1XConfiguration, &tds__GetDot1XConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDot1XConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot1XConfigurationResponse.soap_put(soap, "tds:GetDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot1XConfigurationResponse.soap_put(soap, "tds:GetDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDot1XConfigurations_(struct soap *soap)
{ struct __tds__GetDot1XConfigurations_ soap_tmp___tds__GetDot1XConfigurations_;
_tds__GetDot1XConfigurationsResponse tds__GetDot1XConfigurationsResponse;
tds__GetDot1XConfigurationsResponse.soap_default(soap);
soap_default___tds__GetDot1XConfigurations_(soap, &soap_tmp___tds__GetDot1XConfigurations_);
if (!soap_get___tds__GetDot1XConfigurations_(soap, &soap_tmp___tds__GetDot1XConfigurations_, "-tds:GetDot1XConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDot1XConfigurations_(soap, soap_tmp___tds__GetDot1XConfigurations_.tds__GetDot1XConfigurations, &tds__GetDot1XConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDot1XConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot1XConfigurationsResponse.soap_put(soap, "tds:GetDot1XConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot1XConfigurationsResponse.soap_put(soap, "tds:GetDot1XConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__DeleteDot1XConfiguration_(struct soap *soap)
{ struct __tds__DeleteDot1XConfiguration_ soap_tmp___tds__DeleteDot1XConfiguration_;
_tds__DeleteDot1XConfigurationResponse tds__DeleteDot1XConfigurationResponse;
tds__DeleteDot1XConfigurationResponse.soap_default(soap);
soap_default___tds__DeleteDot1XConfiguration_(soap, &soap_tmp___tds__DeleteDot1XConfiguration_);
if (!soap_get___tds__DeleteDot1XConfiguration_(soap, &soap_tmp___tds__DeleteDot1XConfiguration_, "-tds:DeleteDot1XConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__DeleteDot1XConfiguration_(soap, soap_tmp___tds__DeleteDot1XConfiguration_.tds__DeleteDot1XConfiguration, &tds__DeleteDot1XConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__DeleteDot1XConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__DeleteDot1XConfigurationResponse.soap_put(soap, "tds:DeleteDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__DeleteDot1XConfigurationResponse.soap_put(soap, "tds:DeleteDot1XConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDot11Capabilities_(struct soap *soap)
{ struct __tds__GetDot11Capabilities_ soap_tmp___tds__GetDot11Capabilities_;
_tds__GetDot11CapabilitiesResponse tds__GetDot11CapabilitiesResponse;
tds__GetDot11CapabilitiesResponse.soap_default(soap);
soap_default___tds__GetDot11Capabilities_(soap, &soap_tmp___tds__GetDot11Capabilities_);
if (!soap_get___tds__GetDot11Capabilities_(soap, &soap_tmp___tds__GetDot11Capabilities_, "-tds:GetDot11Capabilities", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDot11Capabilities_(soap, soap_tmp___tds__GetDot11Capabilities_.tds__GetDot11Capabilities, &tds__GetDot11CapabilitiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDot11CapabilitiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot11CapabilitiesResponse.soap_put(soap, "tds:GetDot11CapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot11CapabilitiesResponse.soap_put(soap, "tds:GetDot11CapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDot11Status_(struct soap *soap)
{ struct __tds__GetDot11Status_ soap_tmp___tds__GetDot11Status_;
_tds__GetDot11StatusResponse tds__GetDot11StatusResponse;
tds__GetDot11StatusResponse.soap_default(soap);
soap_default___tds__GetDot11Status_(soap, &soap_tmp___tds__GetDot11Status_);
if (!soap_get___tds__GetDot11Status_(soap, &soap_tmp___tds__GetDot11Status_, "-tds:GetDot11Status", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetDot11Status_(soap, soap_tmp___tds__GetDot11Status_.tds__GetDot11Status, &tds__GetDot11StatusResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetDot11StatusResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot11StatusResponse.soap_put(soap, "tds:GetDot11StatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetDot11StatusResponse.soap_put(soap, "tds:GetDot11StatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__ScanAvailableDot11Networks_(struct soap *soap)
{ struct __tds__ScanAvailableDot11Networks_ soap_tmp___tds__ScanAvailableDot11Networks_;
_tds__ScanAvailableDot11NetworksResponse tds__ScanAvailableDot11NetworksResponse;
tds__ScanAvailableDot11NetworksResponse.soap_default(soap);
soap_default___tds__ScanAvailableDot11Networks_(soap, &soap_tmp___tds__ScanAvailableDot11Networks_);
if (!soap_get___tds__ScanAvailableDot11Networks_(soap, &soap_tmp___tds__ScanAvailableDot11Networks_, "-tds:ScanAvailableDot11Networks", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__ScanAvailableDot11Networks_(soap, soap_tmp___tds__ScanAvailableDot11Networks_.tds__ScanAvailableDot11Networks, &tds__ScanAvailableDot11NetworksResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__ScanAvailableDot11NetworksResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__ScanAvailableDot11NetworksResponse.soap_put(soap, "tds:ScanAvailableDot11NetworksResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__ScanAvailableDot11NetworksResponse.soap_put(soap, "tds:ScanAvailableDot11NetworksResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemUris_(struct soap *soap)
{ struct __tds__GetSystemUris_ soap_tmp___tds__GetSystemUris_;
_tds__GetSystemUrisResponse tds__GetSystemUrisResponse;
tds__GetSystemUrisResponse.soap_default(soap);
soap_default___tds__GetSystemUris_(soap, &soap_tmp___tds__GetSystemUris_);
if (!soap_get___tds__GetSystemUris_(soap, &soap_tmp___tds__GetSystemUris_, "-tds:GetSystemUris", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__GetSystemUris_(soap, soap_tmp___tds__GetSystemUris_.tds__GetSystemUris, &tds__GetSystemUrisResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetSystemUrisResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemUrisResponse.soap_put(soap, "tds:GetSystemUrisResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetSystemUrisResponse.soap_put(soap, "tds:GetSystemUrisResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__StartFirmwareUpgrade_(struct soap *soap)
{ struct __tds__StartFirmwareUpgrade_ soap_tmp___tds__StartFirmwareUpgrade_;
_tds__StartFirmwareUpgradeResponse tds__StartFirmwareUpgradeResponse;
tds__StartFirmwareUpgradeResponse.soap_default(soap);
soap_default___tds__StartFirmwareUpgrade_(soap, &soap_tmp___tds__StartFirmwareUpgrade_);
if (!soap_get___tds__StartFirmwareUpgrade_(soap, &soap_tmp___tds__StartFirmwareUpgrade_, "-tds:StartFirmwareUpgrade", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__StartFirmwareUpgrade_(soap, soap_tmp___tds__StartFirmwareUpgrade_.tds__StartFirmwareUpgrade, &tds__StartFirmwareUpgradeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__StartFirmwareUpgradeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__StartFirmwareUpgradeResponse.soap_put(soap, "tds:StartFirmwareUpgradeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__StartFirmwareUpgradeResponse.soap_put(soap, "tds:StartFirmwareUpgradeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__StartSystemRestore_(struct soap *soap)
{ struct __tds__StartSystemRestore_ soap_tmp___tds__StartSystemRestore_;
_tds__StartSystemRestoreResponse tds__StartSystemRestoreResponse;
tds__StartSystemRestoreResponse.soap_default(soap);
soap_default___tds__StartSystemRestore_(soap, &soap_tmp___tds__StartSystemRestore_);
if (!soap_get___tds__StartSystemRestore_(soap, &soap_tmp___tds__StartSystemRestore_, "-tds:StartSystemRestore", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tds__StartSystemRestore_(soap, soap_tmp___tds__StartSystemRestore_.tds__StartSystemRestore, &tds__StartSystemRestoreResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__StartSystemRestoreResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__StartSystemRestoreResponse.soap_put(soap, "tds:StartSystemRestoreResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__StartSystemRestoreResponse.soap_put(soap, "tds:StartSystemRestoreResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__PullMessages(struct soap *soap)
{ struct __tev__PullMessages soap_tmp___tev__PullMessages;
_tev__PullMessagesResponse tev__PullMessagesResponse;
tev__PullMessagesResponse.soap_default(soap);
soap_default___tev__PullMessages(soap, &soap_tmp___tev__PullMessages);
if (!soap_get___tev__PullMessages(soap, &soap_tmp___tev__PullMessages, "-tev:PullMessages", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__PullMessages(soap, soap_tmp___tev__PullMessages.tev__PullMessages, &tev__PullMessagesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tev__PullMessagesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tev__PullMessagesResponse.soap_put(soap, "tev:PullMessagesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tev__PullMessagesResponse.soap_put(soap, "tev:PullMessagesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Seek(struct soap *soap)
{ struct __tev__Seek soap_tmp___tev__Seek;
_tev__SeekResponse tev__SeekResponse;
tev__SeekResponse.soap_default(soap);
soap_default___tev__Seek(soap, &soap_tmp___tev__Seek);
if (!soap_get___tev__Seek(soap, &soap_tmp___tev__Seek, "-tev:Seek", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__Seek(soap, soap_tmp___tev__Seek.tev__Seek, &tev__SeekResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tev__SeekResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tev__SeekResponse.soap_put(soap, "tev:SeekResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tev__SeekResponse.soap_put(soap, "tev:SeekResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__SetSynchronizationPoint(struct soap *soap)
{ struct __tev__SetSynchronizationPoint soap_tmp___tev__SetSynchronizationPoint;
_tev__SetSynchronizationPointResponse tev__SetSynchronizationPointResponse;
tev__SetSynchronizationPointResponse.soap_default(soap);
soap_default___tev__SetSynchronizationPoint(soap, &soap_tmp___tev__SetSynchronizationPoint);
if (!soap_get___tev__SetSynchronizationPoint(soap, &soap_tmp___tev__SetSynchronizationPoint, "-tev:SetSynchronizationPoint", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__SetSynchronizationPoint(soap, soap_tmp___tev__SetSynchronizationPoint.tev__SetSynchronizationPoint, &tev__SetSynchronizationPointResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tev__SetSynchronizationPointResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tev__SetSynchronizationPointResponse.soap_put(soap, "tev:SetSynchronizationPointResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tev__SetSynchronizationPointResponse.soap_put(soap, "tev:SetSynchronizationPointResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__GetServiceCapabilities(struct soap *soap)
{ struct __tev__GetServiceCapabilities soap_tmp___tev__GetServiceCapabilities;
_tev__GetServiceCapabilitiesResponse tev__GetServiceCapabilitiesResponse;
tev__GetServiceCapabilitiesResponse.soap_default(soap);
soap_default___tev__GetServiceCapabilities(soap, &soap_tmp___tev__GetServiceCapabilities);
if (!soap_get___tev__GetServiceCapabilities(soap, &soap_tmp___tev__GetServiceCapabilities, "-tev:GetServiceCapabilities", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__GetServiceCapabilities(soap, soap_tmp___tev__GetServiceCapabilities.tev__GetServiceCapabilities, &tev__GetServiceCapabilitiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tev__GetServiceCapabilitiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tev__GetServiceCapabilitiesResponse.soap_put(soap, "tev:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tev__GetServiceCapabilitiesResponse.soap_put(soap, "tev:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__CreatePullPointSubscription(struct soap *soap)
{ struct __tev__CreatePullPointSubscription soap_tmp___tev__CreatePullPointSubscription;
_tev__CreatePullPointSubscriptionResponse tev__CreatePullPointSubscriptionResponse;
tev__CreatePullPointSubscriptionResponse.soap_default(soap);
soap_default___tev__CreatePullPointSubscription(soap, &soap_tmp___tev__CreatePullPointSubscription);
if (!soap_get___tev__CreatePullPointSubscription(soap, &soap_tmp___tev__CreatePullPointSubscription, "-tev:CreatePullPointSubscription", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__CreatePullPointSubscription(soap, soap_tmp___tev__CreatePullPointSubscription.tev__CreatePullPointSubscription, &tev__CreatePullPointSubscriptionResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tev__CreatePullPointSubscriptionResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tev__CreatePullPointSubscriptionResponse.soap_put(soap, "tev:CreatePullPointSubscriptionResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tev__CreatePullPointSubscriptionResponse.soap_put(soap, "tev:CreatePullPointSubscriptionResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__GetEventProperties(struct soap *soap)
{ struct __tev__GetEventProperties soap_tmp___tev__GetEventProperties;
_tev__GetEventPropertiesResponse tev__GetEventPropertiesResponse;
tev__GetEventPropertiesResponse.soap_default(soap);
soap_default___tev__GetEventProperties(soap, &soap_tmp___tev__GetEventProperties);
if (!soap_get___tev__GetEventProperties(soap, &soap_tmp___tev__GetEventProperties, "-tev:GetEventProperties", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__GetEventProperties(soap, soap_tmp___tev__GetEventProperties.tev__GetEventProperties, &tev__GetEventPropertiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tev__GetEventPropertiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tev__GetEventPropertiesResponse.soap_put(soap, "tev:GetEventPropertiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tev__GetEventPropertiesResponse.soap_put(soap, "tev:GetEventPropertiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Renew(struct soap *soap)
{ struct __tev__Renew soap_tmp___tev__Renew;
_wsnt__RenewResponse wsnt__RenewResponse;
wsnt__RenewResponse.soap_default(soap);
soap_default___tev__Renew(soap, &soap_tmp___tev__Renew);
if (!soap_get___tev__Renew(soap, &soap_tmp___tev__Renew, "-tev:Renew", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__Renew(soap, soap_tmp___tev__Renew.wsnt__Renew, &wsnt__RenewResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
wsnt__RenewResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__RenewResponse.soap_put(soap, "wsnt:RenewResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__RenewResponse.soap_put(soap, "wsnt:RenewResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Unsubscribe(struct soap *soap)
{ struct __tev__Unsubscribe soap_tmp___tev__Unsubscribe;
_wsnt__UnsubscribeResponse wsnt__UnsubscribeResponse;
wsnt__UnsubscribeResponse.soap_default(soap);
soap_default___tev__Unsubscribe(soap, &soap_tmp___tev__Unsubscribe);
if (!soap_get___tev__Unsubscribe(soap, &soap_tmp___tev__Unsubscribe, "-tev:Unsubscribe", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__Unsubscribe(soap, soap_tmp___tev__Unsubscribe.wsnt__Unsubscribe, &wsnt__UnsubscribeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
wsnt__UnsubscribeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__UnsubscribeResponse.soap_put(soap, "wsnt:UnsubscribeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__UnsubscribeResponse.soap_put(soap, "wsnt:UnsubscribeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Subscribe(struct soap *soap)
{ struct __tev__Subscribe soap_tmp___tev__Subscribe;
_wsnt__SubscribeResponse wsnt__SubscribeResponse;
wsnt__SubscribeResponse.soap_default(soap);
soap_default___tev__Subscribe(soap, &soap_tmp___tev__Subscribe);
if (!soap_get___tev__Subscribe(soap, &soap_tmp___tev__Subscribe, "-tev:Subscribe", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__Subscribe(soap, soap_tmp___tev__Subscribe.wsnt__Subscribe, &wsnt__SubscribeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
wsnt__SubscribeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__SubscribeResponse.soap_put(soap, "wsnt:SubscribeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__SubscribeResponse.soap_put(soap, "wsnt:SubscribeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__GetCurrentMessage(struct soap *soap)
{ struct __tev__GetCurrentMessage soap_tmp___tev__GetCurrentMessage;
_wsnt__GetCurrentMessageResponse wsnt__GetCurrentMessageResponse;
wsnt__GetCurrentMessageResponse.soap_default(soap);
soap_default___tev__GetCurrentMessage(soap, &soap_tmp___tev__GetCurrentMessage);
if (!soap_get___tev__GetCurrentMessage(soap, &soap_tmp___tev__GetCurrentMessage, "-tev:GetCurrentMessage", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__GetCurrentMessage(soap, soap_tmp___tev__GetCurrentMessage.wsnt__GetCurrentMessage, &wsnt__GetCurrentMessageResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
wsnt__GetCurrentMessageResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__GetCurrentMessageResponse.soap_put(soap, "wsnt:GetCurrentMessageResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__GetCurrentMessageResponse.soap_put(soap, "wsnt:GetCurrentMessageResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Notify(struct soap *soap)
{ struct __tev__Notify soap_tmp___tev__Notify;
soap_default___tev__Notify(soap, &soap_tmp___tev__Notify);
if (!soap_get___tev__Notify(soap, &soap_tmp___tev__Notify, "-tev:Notify", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__Notify(soap, soap_tmp___tev__Notify.wsnt__Notify);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__GetMessages(struct soap *soap)
{ struct __tev__GetMessages soap_tmp___tev__GetMessages;
_wsnt__GetMessagesResponse wsnt__GetMessagesResponse;
wsnt__GetMessagesResponse.soap_default(soap);
soap_default___tev__GetMessages(soap, &soap_tmp___tev__GetMessages);
if (!soap_get___tev__GetMessages(soap, &soap_tmp___tev__GetMessages, "-tev:GetMessages", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__GetMessages(soap, soap_tmp___tev__GetMessages.wsnt__GetMessages, &wsnt__GetMessagesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
wsnt__GetMessagesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__GetMessagesResponse.soap_put(soap, "wsnt:GetMessagesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__GetMessagesResponse.soap_put(soap, "wsnt:GetMessagesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__DestroyPullPoint(struct soap *soap)
{ struct __tev__DestroyPullPoint soap_tmp___tev__DestroyPullPoint;
_wsnt__DestroyPullPointResponse wsnt__DestroyPullPointResponse;
wsnt__DestroyPullPointResponse.soap_default(soap);
soap_default___tev__DestroyPullPoint(soap, &soap_tmp___tev__DestroyPullPoint);
if (!soap_get___tev__DestroyPullPoint(soap, &soap_tmp___tev__DestroyPullPoint, "-tev:DestroyPullPoint", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__DestroyPullPoint(soap, soap_tmp___tev__DestroyPullPoint.wsnt__DestroyPullPoint, &wsnt__DestroyPullPointResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
wsnt__DestroyPullPointResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__DestroyPullPointResponse.soap_put(soap, "wsnt:DestroyPullPointResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__DestroyPullPointResponse.soap_put(soap, "wsnt:DestroyPullPointResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Notify_(struct soap *soap)
{ struct __tev__Notify_ soap_tmp___tev__Notify_;
soap_default___tev__Notify_(soap, &soap_tmp___tev__Notify_);
if (!soap_get___tev__Notify_(soap, &soap_tmp___tev__Notify_, "-tev:Notify", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__Notify_(soap, soap_tmp___tev__Notify_.wsnt__Notify);
if (soap->error)
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__CreatePullPoint(struct soap *soap)
{ struct __tev__CreatePullPoint soap_tmp___tev__CreatePullPoint;
_wsnt__CreatePullPointResponse wsnt__CreatePullPointResponse;
wsnt__CreatePullPointResponse.soap_default(soap);
soap_default___tev__CreatePullPoint(soap, &soap_tmp___tev__CreatePullPoint);
if (!soap_get___tev__CreatePullPoint(soap, &soap_tmp___tev__CreatePullPoint, "-tev:CreatePullPoint", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__CreatePullPoint(soap, soap_tmp___tev__CreatePullPoint.wsnt__CreatePullPoint, &wsnt__CreatePullPointResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
wsnt__CreatePullPointResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__CreatePullPointResponse.soap_put(soap, "wsnt:CreatePullPointResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__CreatePullPointResponse.soap_put(soap, "wsnt:CreatePullPointResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Renew_(struct soap *soap)
{ struct __tev__Renew_ soap_tmp___tev__Renew_;
_wsnt__RenewResponse wsnt__RenewResponse;
wsnt__RenewResponse.soap_default(soap);
soap_default___tev__Renew_(soap, &soap_tmp___tev__Renew_);
if (!soap_get___tev__Renew_(soap, &soap_tmp___tev__Renew_, "-tev:Renew", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__Renew_(soap, soap_tmp___tev__Renew_.wsnt__Renew, &wsnt__RenewResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
wsnt__RenewResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__RenewResponse.soap_put(soap, "wsnt:RenewResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__RenewResponse.soap_put(soap, "wsnt:RenewResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Unsubscribe_(struct soap *soap)
{ struct __tev__Unsubscribe_ soap_tmp___tev__Unsubscribe_;
_wsnt__UnsubscribeResponse wsnt__UnsubscribeResponse;
wsnt__UnsubscribeResponse.soap_default(soap);
soap_default___tev__Unsubscribe_(soap, &soap_tmp___tev__Unsubscribe_);
if (!soap_get___tev__Unsubscribe_(soap, &soap_tmp___tev__Unsubscribe_, "-tev:Unsubscribe", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__Unsubscribe_(soap, soap_tmp___tev__Unsubscribe_.wsnt__Unsubscribe, &wsnt__UnsubscribeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
wsnt__UnsubscribeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__UnsubscribeResponse.soap_put(soap, "wsnt:UnsubscribeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__UnsubscribeResponse.soap_put(soap, "wsnt:UnsubscribeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__PauseSubscription(struct soap *soap)
{ struct __tev__PauseSubscription soap_tmp___tev__PauseSubscription;
_wsnt__PauseSubscriptionResponse wsnt__PauseSubscriptionResponse;
wsnt__PauseSubscriptionResponse.soap_default(soap);
soap_default___tev__PauseSubscription(soap, &soap_tmp___tev__PauseSubscription);
if (!soap_get___tev__PauseSubscription(soap, &soap_tmp___tev__PauseSubscription, "-tev:PauseSubscription", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__PauseSubscription(soap, soap_tmp___tev__PauseSubscription.wsnt__PauseSubscription, &wsnt__PauseSubscriptionResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
wsnt__PauseSubscriptionResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__PauseSubscriptionResponse.soap_put(soap, "wsnt:PauseSubscriptionResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__PauseSubscriptionResponse.soap_put(soap, "wsnt:PauseSubscriptionResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__ResumeSubscription(struct soap *soap)
{ struct __tev__ResumeSubscription soap_tmp___tev__ResumeSubscription;
_wsnt__ResumeSubscriptionResponse wsnt__ResumeSubscriptionResponse;
wsnt__ResumeSubscriptionResponse.soap_default(soap);
soap_default___tev__ResumeSubscription(soap, &soap_tmp___tev__ResumeSubscription);
if (!soap_get___tev__ResumeSubscription(soap, &soap_tmp___tev__ResumeSubscription, "-tev:ResumeSubscription", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tev__ResumeSubscription(soap, soap_tmp___tev__ResumeSubscription.wsnt__ResumeSubscription, &wsnt__ResumeSubscriptionResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
wsnt__ResumeSubscriptionResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__ResumeSubscriptionResponse.soap_put(soap, "wsnt:ResumeSubscriptionResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| wsnt__ResumeSubscriptionResponse.soap_put(soap, "wsnt:ResumeSubscriptionResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__GetServiceCapabilities(struct soap *soap)
{ struct __timg__GetServiceCapabilities soap_tmp___timg__GetServiceCapabilities;
_timg__GetServiceCapabilitiesResponse timg__GetServiceCapabilitiesResponse;
timg__GetServiceCapabilitiesResponse.soap_default(soap);
soap_default___timg__GetServiceCapabilities(soap, &soap_tmp___timg__GetServiceCapabilities);
if (!soap_get___timg__GetServiceCapabilities(soap, &soap_tmp___timg__GetServiceCapabilities, "-timg:GetServiceCapabilities", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __timg__GetServiceCapabilities(soap, soap_tmp___timg__GetServiceCapabilities.timg__GetServiceCapabilities, &timg__GetServiceCapabilitiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
timg__GetServiceCapabilitiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__GetServiceCapabilitiesResponse.soap_put(soap, "timg:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__GetServiceCapabilitiesResponse.soap_put(soap, "timg:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__GetImagingSettings(struct soap *soap)
{ struct __timg__GetImagingSettings soap_tmp___timg__GetImagingSettings;
_timg__GetImagingSettingsResponse timg__GetImagingSettingsResponse;
timg__GetImagingSettingsResponse.soap_default(soap);
soap_default___timg__GetImagingSettings(soap, &soap_tmp___timg__GetImagingSettings);
if (!soap_get___timg__GetImagingSettings(soap, &soap_tmp___timg__GetImagingSettings, "-timg:GetImagingSettings", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __timg__GetImagingSettings(soap, soap_tmp___timg__GetImagingSettings.timg__GetImagingSettings, &timg__GetImagingSettingsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
timg__GetImagingSettingsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__GetImagingSettingsResponse.soap_put(soap, "timg:GetImagingSettingsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__GetImagingSettingsResponse.soap_put(soap, "timg:GetImagingSettingsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__SetImagingSettings(struct soap *soap)
{ struct __timg__SetImagingSettings soap_tmp___timg__SetImagingSettings;
_timg__SetImagingSettingsResponse timg__SetImagingSettingsResponse;
timg__SetImagingSettingsResponse.soap_default(soap);
soap_default___timg__SetImagingSettings(soap, &soap_tmp___timg__SetImagingSettings);
if (!soap_get___timg__SetImagingSettings(soap, &soap_tmp___timg__SetImagingSettings, "-timg:SetImagingSettings", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __timg__SetImagingSettings(soap, soap_tmp___timg__SetImagingSettings.timg__SetImagingSettings, &timg__SetImagingSettingsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
timg__SetImagingSettingsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__SetImagingSettingsResponse.soap_put(soap, "timg:SetImagingSettingsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__SetImagingSettingsResponse.soap_put(soap, "timg:SetImagingSettingsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__GetOptions(struct soap *soap)
{ struct __timg__GetOptions soap_tmp___timg__GetOptions;
_timg__GetOptionsResponse timg__GetOptionsResponse;
timg__GetOptionsResponse.soap_default(soap);
soap_default___timg__GetOptions(soap, &soap_tmp___timg__GetOptions);
if (!soap_get___timg__GetOptions(soap, &soap_tmp___timg__GetOptions, "-timg:GetOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __timg__GetOptions(soap, soap_tmp___timg__GetOptions.timg__GetOptions, &timg__GetOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
timg__GetOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__GetOptionsResponse.soap_put(soap, "timg:GetOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__GetOptionsResponse.soap_put(soap, "timg:GetOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__Move(struct soap *soap)
{ struct __timg__Move soap_tmp___timg__Move;
_timg__MoveResponse timg__MoveResponse;
timg__MoveResponse.soap_default(soap);
soap_default___timg__Move(soap, &soap_tmp___timg__Move);
if (!soap_get___timg__Move(soap, &soap_tmp___timg__Move, "-timg:Move", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __timg__Move(soap, soap_tmp___timg__Move.timg__Move, &timg__MoveResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
timg__MoveResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__MoveResponse.soap_put(soap, "timg:MoveResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__MoveResponse.soap_put(soap, "timg:MoveResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__Stop(struct soap *soap)
{ struct __timg__Stop soap_tmp___timg__Stop;
_timg__StopResponse timg__StopResponse;
timg__StopResponse.soap_default(soap);
soap_default___timg__Stop(soap, &soap_tmp___timg__Stop);
if (!soap_get___timg__Stop(soap, &soap_tmp___timg__Stop, "-timg:Stop", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __timg__Stop(soap, soap_tmp___timg__Stop.timg__Stop, &timg__StopResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
timg__StopResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__StopResponse.soap_put(soap, "timg:StopResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__StopResponse.soap_put(soap, "timg:StopResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__GetStatus(struct soap *soap)
{ struct __timg__GetStatus soap_tmp___timg__GetStatus;
_timg__GetStatusResponse timg__GetStatusResponse;
timg__GetStatusResponse.soap_default(soap);
soap_default___timg__GetStatus(soap, &soap_tmp___timg__GetStatus);
if (!soap_get___timg__GetStatus(soap, &soap_tmp___timg__GetStatus, "-timg:GetStatus", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __timg__GetStatus(soap, soap_tmp___timg__GetStatus.timg__GetStatus, &timg__GetStatusResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
timg__GetStatusResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__GetStatusResponse.soap_put(soap, "timg:GetStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__GetStatusResponse.soap_put(soap, "timg:GetStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__GetMoveOptions(struct soap *soap)
{ struct __timg__GetMoveOptions soap_tmp___timg__GetMoveOptions;
_timg__GetMoveOptionsResponse timg__GetMoveOptionsResponse;
timg__GetMoveOptionsResponse.soap_default(soap);
soap_default___timg__GetMoveOptions(soap, &soap_tmp___timg__GetMoveOptions);
if (!soap_get___timg__GetMoveOptions(soap, &soap_tmp___timg__GetMoveOptions, "-timg:GetMoveOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __timg__GetMoveOptions(soap, soap_tmp___timg__GetMoveOptions.timg__GetMoveOptions, &timg__GetMoveOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
timg__GetMoveOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__GetMoveOptionsResponse.soap_put(soap, "timg:GetMoveOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| timg__GetMoveOptionsResponse.soap_put(soap, "timg:GetMoveOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetServiceCapabilities(struct soap *soap)
{ struct __tmd__GetServiceCapabilities soap_tmp___tmd__GetServiceCapabilities;
_tmd__GetServiceCapabilitiesResponse tmd__GetServiceCapabilitiesResponse;
tmd__GetServiceCapabilitiesResponse.soap_default(soap);
soap_default___tmd__GetServiceCapabilities(soap, &soap_tmp___tmd__GetServiceCapabilities);
if (!soap_get___tmd__GetServiceCapabilities(soap, &soap_tmp___tmd__GetServiceCapabilities, "-tmd:GetServiceCapabilities", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetServiceCapabilities(soap, soap_tmp___tmd__GetServiceCapabilities.tmd__GetServiceCapabilities, &tmd__GetServiceCapabilitiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetServiceCapabilitiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetServiceCapabilitiesResponse.soap_put(soap, "tmd:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetServiceCapabilitiesResponse.soap_put(soap, "tmd:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetRelayOutputOptions(struct soap *soap)
{ struct __tmd__GetRelayOutputOptions soap_tmp___tmd__GetRelayOutputOptions;
_tmd__GetRelayOutputOptionsResponse tmd__GetRelayOutputOptionsResponse;
tmd__GetRelayOutputOptionsResponse.soap_default(soap);
soap_default___tmd__GetRelayOutputOptions(soap, &soap_tmp___tmd__GetRelayOutputOptions);
if (!soap_get___tmd__GetRelayOutputOptions(soap, &soap_tmp___tmd__GetRelayOutputOptions, "-tmd:GetRelayOutputOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetRelayOutputOptions(soap, soap_tmp___tmd__GetRelayOutputOptions.tmd__GetRelayOutputOptions, &tmd__GetRelayOutputOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetRelayOutputOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetRelayOutputOptionsResponse.soap_put(soap, "tmd:GetRelayOutputOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetRelayOutputOptionsResponse.soap_put(soap, "tmd:GetRelayOutputOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetAudioSources(struct soap *soap)
{ struct __tmd__GetAudioSources soap_tmp___tmd__GetAudioSources;
_trt__GetAudioSourcesResponse trt__GetAudioSourcesResponse;
trt__GetAudioSourcesResponse.soap_default(soap);
soap_default___tmd__GetAudioSources(soap, &soap_tmp___tmd__GetAudioSources);
if (!soap_get___tmd__GetAudioSources(soap, &soap_tmp___tmd__GetAudioSources, "-tmd:GetAudioSources", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetAudioSources(soap, soap_tmp___tmd__GetAudioSources.trt__GetAudioSources, &trt__GetAudioSourcesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioSourcesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourcesResponse.soap_put(soap, "trt:GetAudioSourcesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourcesResponse.soap_put(soap, "trt:GetAudioSourcesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetAudioOutputs(struct soap *soap)
{ struct __tmd__GetAudioOutputs soap_tmp___tmd__GetAudioOutputs;
_trt__GetAudioOutputsResponse trt__GetAudioOutputsResponse;
trt__GetAudioOutputsResponse.soap_default(soap);
soap_default___tmd__GetAudioOutputs(soap, &soap_tmp___tmd__GetAudioOutputs);
if (!soap_get___tmd__GetAudioOutputs(soap, &soap_tmp___tmd__GetAudioOutputs, "-tmd:GetAudioOutputs", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetAudioOutputs(soap, soap_tmp___tmd__GetAudioOutputs.trt__GetAudioOutputs, &trt__GetAudioOutputsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioOutputsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputsResponse.soap_put(soap, "trt:GetAudioOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputsResponse.soap_put(soap, "trt:GetAudioOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetVideoSources(struct soap *soap)
{ struct __tmd__GetVideoSources soap_tmp___tmd__GetVideoSources;
_trt__GetVideoSourcesResponse trt__GetVideoSourcesResponse;
trt__GetVideoSourcesResponse.soap_default(soap);
soap_default___tmd__GetVideoSources(soap, &soap_tmp___tmd__GetVideoSources);
if (!soap_get___tmd__GetVideoSources(soap, &soap_tmp___tmd__GetVideoSources, "-tmd:GetVideoSources", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetVideoSources(soap, soap_tmp___tmd__GetVideoSources.trt__GetVideoSources, &trt__GetVideoSourcesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoSourcesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourcesResponse.soap_put(soap, "trt:GetVideoSourcesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourcesResponse.soap_put(soap, "trt:GetVideoSourcesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetVideoOutputs(struct soap *soap)
{ struct __tmd__GetVideoOutputs soap_tmp___tmd__GetVideoOutputs;
_tmd__GetVideoOutputsResponse tmd__GetVideoOutputsResponse;
tmd__GetVideoOutputsResponse.soap_default(soap);
soap_default___tmd__GetVideoOutputs(soap, &soap_tmp___tmd__GetVideoOutputs);
if (!soap_get___tmd__GetVideoOutputs(soap, &soap_tmp___tmd__GetVideoOutputs, "-tmd:GetVideoOutputs", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetVideoOutputs(soap, soap_tmp___tmd__GetVideoOutputs.tmd__GetVideoOutputs, &tmd__GetVideoOutputsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetVideoOutputsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetVideoOutputsResponse.soap_put(soap, "tmd:GetVideoOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetVideoOutputsResponse.soap_put(soap, "tmd:GetVideoOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetVideoSourceConfiguration(struct soap *soap)
{ struct __tmd__GetVideoSourceConfiguration soap_tmp___tmd__GetVideoSourceConfiguration;
_tmd__GetVideoSourceConfigurationResponse tmd__GetVideoSourceConfigurationResponse;
tmd__GetVideoSourceConfigurationResponse.soap_default(soap);
soap_default___tmd__GetVideoSourceConfiguration(soap, &soap_tmp___tmd__GetVideoSourceConfiguration);
if (!soap_get___tmd__GetVideoSourceConfiguration(soap, &soap_tmp___tmd__GetVideoSourceConfiguration, "-tmd:GetVideoSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetVideoSourceConfiguration(soap, soap_tmp___tmd__GetVideoSourceConfiguration.tmd__GetVideoSourceConfiguration, &tmd__GetVideoSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetVideoSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetVideoSourceConfigurationResponse.soap_put(soap, "tmd:GetVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetVideoSourceConfigurationResponse.soap_put(soap, "tmd:GetVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetVideoOutputConfiguration(struct soap *soap)
{ struct __tmd__GetVideoOutputConfiguration soap_tmp___tmd__GetVideoOutputConfiguration;
_tmd__GetVideoOutputConfigurationResponse tmd__GetVideoOutputConfigurationResponse;
tmd__GetVideoOutputConfigurationResponse.soap_default(soap);
soap_default___tmd__GetVideoOutputConfiguration(soap, &soap_tmp___tmd__GetVideoOutputConfiguration);
if (!soap_get___tmd__GetVideoOutputConfiguration(soap, &soap_tmp___tmd__GetVideoOutputConfiguration, "-tmd:GetVideoOutputConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetVideoOutputConfiguration(soap, soap_tmp___tmd__GetVideoOutputConfiguration.tmd__GetVideoOutputConfiguration, &tmd__GetVideoOutputConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetVideoOutputConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetVideoOutputConfigurationResponse.soap_put(soap, "tmd:GetVideoOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetVideoOutputConfigurationResponse.soap_put(soap, "tmd:GetVideoOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetAudioSourceConfiguration(struct soap *soap)
{ struct __tmd__GetAudioSourceConfiguration soap_tmp___tmd__GetAudioSourceConfiguration;
_tmd__GetAudioSourceConfigurationResponse tmd__GetAudioSourceConfigurationResponse;
tmd__GetAudioSourceConfigurationResponse.soap_default(soap);
soap_default___tmd__GetAudioSourceConfiguration(soap, &soap_tmp___tmd__GetAudioSourceConfiguration);
if (!soap_get___tmd__GetAudioSourceConfiguration(soap, &soap_tmp___tmd__GetAudioSourceConfiguration, "-tmd:GetAudioSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetAudioSourceConfiguration(soap, soap_tmp___tmd__GetAudioSourceConfiguration.tmd__GetAudioSourceConfiguration, &tmd__GetAudioSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetAudioSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetAudioSourceConfigurationResponse.soap_put(soap, "tmd:GetAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetAudioSourceConfigurationResponse.soap_put(soap, "tmd:GetAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetAudioOutputConfiguration(struct soap *soap)
{ struct __tmd__GetAudioOutputConfiguration soap_tmp___tmd__GetAudioOutputConfiguration;
_tmd__GetAudioOutputConfigurationResponse tmd__GetAudioOutputConfigurationResponse;
tmd__GetAudioOutputConfigurationResponse.soap_default(soap);
soap_default___tmd__GetAudioOutputConfiguration(soap, &soap_tmp___tmd__GetAudioOutputConfiguration);
if (!soap_get___tmd__GetAudioOutputConfiguration(soap, &soap_tmp___tmd__GetAudioOutputConfiguration, "-tmd:GetAudioOutputConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetAudioOutputConfiguration(soap, soap_tmp___tmd__GetAudioOutputConfiguration.tmd__GetAudioOutputConfiguration, &tmd__GetAudioOutputConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetAudioOutputConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetAudioOutputConfigurationResponse.soap_put(soap, "tmd:GetAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetAudioOutputConfigurationResponse.soap_put(soap, "tmd:GetAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetVideoSourceConfiguration(struct soap *soap)
{ struct __tmd__SetVideoSourceConfiguration soap_tmp___tmd__SetVideoSourceConfiguration;
_tmd__SetVideoSourceConfigurationResponse tmd__SetVideoSourceConfigurationResponse;
tmd__SetVideoSourceConfigurationResponse.soap_default(soap);
soap_default___tmd__SetVideoSourceConfiguration(soap, &soap_tmp___tmd__SetVideoSourceConfiguration);
if (!soap_get___tmd__SetVideoSourceConfiguration(soap, &soap_tmp___tmd__SetVideoSourceConfiguration, "-tmd:SetVideoSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__SetVideoSourceConfiguration(soap, soap_tmp___tmd__SetVideoSourceConfiguration.tmd__SetVideoSourceConfiguration, &tmd__SetVideoSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__SetVideoSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SetVideoSourceConfigurationResponse.soap_put(soap, "tmd:SetVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SetVideoSourceConfigurationResponse.soap_put(soap, "tmd:SetVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetVideoOutputConfiguration(struct soap *soap)
{ struct __tmd__SetVideoOutputConfiguration soap_tmp___tmd__SetVideoOutputConfiguration;
_tmd__SetVideoOutputConfigurationResponse tmd__SetVideoOutputConfigurationResponse;
tmd__SetVideoOutputConfigurationResponse.soap_default(soap);
soap_default___tmd__SetVideoOutputConfiguration(soap, &soap_tmp___tmd__SetVideoOutputConfiguration);
if (!soap_get___tmd__SetVideoOutputConfiguration(soap, &soap_tmp___tmd__SetVideoOutputConfiguration, "-tmd:SetVideoOutputConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__SetVideoOutputConfiguration(soap, soap_tmp___tmd__SetVideoOutputConfiguration.tmd__SetVideoOutputConfiguration, &tmd__SetVideoOutputConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__SetVideoOutputConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SetVideoOutputConfigurationResponse.soap_put(soap, "tmd:SetVideoOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SetVideoOutputConfigurationResponse.soap_put(soap, "tmd:SetVideoOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetAudioSourceConfiguration(struct soap *soap)
{ struct __tmd__SetAudioSourceConfiguration soap_tmp___tmd__SetAudioSourceConfiguration;
_tmd__SetAudioSourceConfigurationResponse tmd__SetAudioSourceConfigurationResponse;
tmd__SetAudioSourceConfigurationResponse.soap_default(soap);
soap_default___tmd__SetAudioSourceConfiguration(soap, &soap_tmp___tmd__SetAudioSourceConfiguration);
if (!soap_get___tmd__SetAudioSourceConfiguration(soap, &soap_tmp___tmd__SetAudioSourceConfiguration, "-tmd:SetAudioSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__SetAudioSourceConfiguration(soap, soap_tmp___tmd__SetAudioSourceConfiguration.tmd__SetAudioSourceConfiguration, &tmd__SetAudioSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__SetAudioSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SetAudioSourceConfigurationResponse.soap_put(soap, "tmd:SetAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SetAudioSourceConfigurationResponse.soap_put(soap, "tmd:SetAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetAudioOutputConfiguration(struct soap *soap)
{ struct __tmd__SetAudioOutputConfiguration soap_tmp___tmd__SetAudioOutputConfiguration;
_tmd__SetAudioOutputConfigurationResponse tmd__SetAudioOutputConfigurationResponse;
tmd__SetAudioOutputConfigurationResponse.soap_default(soap);
soap_default___tmd__SetAudioOutputConfiguration(soap, &soap_tmp___tmd__SetAudioOutputConfiguration);
if (!soap_get___tmd__SetAudioOutputConfiguration(soap, &soap_tmp___tmd__SetAudioOutputConfiguration, "-tmd:SetAudioOutputConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__SetAudioOutputConfiguration(soap, soap_tmp___tmd__SetAudioOutputConfiguration.tmd__SetAudioOutputConfiguration, &tmd__SetAudioOutputConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__SetAudioOutputConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SetAudioOutputConfigurationResponse.soap_put(soap, "tmd:SetAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SetAudioOutputConfigurationResponse.soap_put(soap, "tmd:SetAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetVideoSourceConfigurationOptions(struct soap *soap)
{ struct __tmd__GetVideoSourceConfigurationOptions soap_tmp___tmd__GetVideoSourceConfigurationOptions;
_tmd__GetVideoSourceConfigurationOptionsResponse tmd__GetVideoSourceConfigurationOptionsResponse;
tmd__GetVideoSourceConfigurationOptionsResponse.soap_default(soap);
soap_default___tmd__GetVideoSourceConfigurationOptions(soap, &soap_tmp___tmd__GetVideoSourceConfigurationOptions);
if (!soap_get___tmd__GetVideoSourceConfigurationOptions(soap, &soap_tmp___tmd__GetVideoSourceConfigurationOptions, "-tmd:GetVideoSourceConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetVideoSourceConfigurationOptions(soap, soap_tmp___tmd__GetVideoSourceConfigurationOptions.tmd__GetVideoSourceConfigurationOptions, &tmd__GetVideoSourceConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetVideoSourceConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetVideoSourceConfigurationOptionsResponse.soap_put(soap, "tmd:GetVideoSourceConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetVideoSourceConfigurationOptionsResponse.soap_put(soap, "tmd:GetVideoSourceConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetVideoOutputConfigurationOptions(struct soap *soap)
{ struct __tmd__GetVideoOutputConfigurationOptions soap_tmp___tmd__GetVideoOutputConfigurationOptions;
_tmd__GetVideoOutputConfigurationOptionsResponse tmd__GetVideoOutputConfigurationOptionsResponse;
tmd__GetVideoOutputConfigurationOptionsResponse.soap_default(soap);
soap_default___tmd__GetVideoOutputConfigurationOptions(soap, &soap_tmp___tmd__GetVideoOutputConfigurationOptions);
if (!soap_get___tmd__GetVideoOutputConfigurationOptions(soap, &soap_tmp___tmd__GetVideoOutputConfigurationOptions, "-tmd:GetVideoOutputConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetVideoOutputConfigurationOptions(soap, soap_tmp___tmd__GetVideoOutputConfigurationOptions.tmd__GetVideoOutputConfigurationOptions, &tmd__GetVideoOutputConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetVideoOutputConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetVideoOutputConfigurationOptionsResponse.soap_put(soap, "tmd:GetVideoOutputConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetVideoOutputConfigurationOptionsResponse.soap_put(soap, "tmd:GetVideoOutputConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetAudioSourceConfigurationOptions(struct soap *soap)
{ struct __tmd__GetAudioSourceConfigurationOptions soap_tmp___tmd__GetAudioSourceConfigurationOptions;
_tmd__GetAudioSourceConfigurationOptionsResponse tmd__GetAudioSourceConfigurationOptionsResponse;
tmd__GetAudioSourceConfigurationOptionsResponse.soap_default(soap);
soap_default___tmd__GetAudioSourceConfigurationOptions(soap, &soap_tmp___tmd__GetAudioSourceConfigurationOptions);
if (!soap_get___tmd__GetAudioSourceConfigurationOptions(soap, &soap_tmp___tmd__GetAudioSourceConfigurationOptions, "-tmd:GetAudioSourceConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetAudioSourceConfigurationOptions(soap, soap_tmp___tmd__GetAudioSourceConfigurationOptions.tmd__GetAudioSourceConfigurationOptions, &tmd__GetAudioSourceConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetAudioSourceConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetAudioSourceConfigurationOptionsResponse.soap_put(soap, "tmd:GetAudioSourceConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetAudioSourceConfigurationOptionsResponse.soap_put(soap, "tmd:GetAudioSourceConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetAudioOutputConfigurationOptions(struct soap *soap)
{ struct __tmd__GetAudioOutputConfigurationOptions soap_tmp___tmd__GetAudioOutputConfigurationOptions;
_tmd__GetAudioOutputConfigurationOptionsResponse tmd__GetAudioOutputConfigurationOptionsResponse;
tmd__GetAudioOutputConfigurationOptionsResponse.soap_default(soap);
soap_default___tmd__GetAudioOutputConfigurationOptions(soap, &soap_tmp___tmd__GetAudioOutputConfigurationOptions);
if (!soap_get___tmd__GetAudioOutputConfigurationOptions(soap, &soap_tmp___tmd__GetAudioOutputConfigurationOptions, "-tmd:GetAudioOutputConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetAudioOutputConfigurationOptions(soap, soap_tmp___tmd__GetAudioOutputConfigurationOptions.tmd__GetAudioOutputConfigurationOptions, &tmd__GetAudioOutputConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetAudioOutputConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetAudioOutputConfigurationOptionsResponse.soap_put(soap, "tmd:GetAudioOutputConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetAudioOutputConfigurationOptionsResponse.soap_put(soap, "tmd:GetAudioOutputConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetRelayOutputs(struct soap *soap)
{ struct __tmd__GetRelayOutputs soap_tmp___tmd__GetRelayOutputs;
_tds__GetRelayOutputsResponse tds__GetRelayOutputsResponse;
tds__GetRelayOutputsResponse.soap_default(soap);
soap_default___tmd__GetRelayOutputs(soap, &soap_tmp___tmd__GetRelayOutputs);
if (!soap_get___tmd__GetRelayOutputs(soap, &soap_tmp___tmd__GetRelayOutputs, "-tmd:GetRelayOutputs", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetRelayOutputs(soap, soap_tmp___tmd__GetRelayOutputs.tds__GetRelayOutputs, &tds__GetRelayOutputsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__GetRelayOutputsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRelayOutputsResponse.soap_put(soap, "tds:GetRelayOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__GetRelayOutputsResponse.soap_put(soap, "tds:GetRelayOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetRelayOutputSettings(struct soap *soap)
{ struct __tmd__SetRelayOutputSettings soap_tmp___tmd__SetRelayOutputSettings;
_tmd__SetRelayOutputSettingsResponse tmd__SetRelayOutputSettingsResponse;
tmd__SetRelayOutputSettingsResponse.soap_default(soap);
soap_default___tmd__SetRelayOutputSettings(soap, &soap_tmp___tmd__SetRelayOutputSettings);
if (!soap_get___tmd__SetRelayOutputSettings(soap, &soap_tmp___tmd__SetRelayOutputSettings, "-tmd:SetRelayOutputSettings", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__SetRelayOutputSettings(soap, soap_tmp___tmd__SetRelayOutputSettings.tmd__SetRelayOutputSettings, &tmd__SetRelayOutputSettingsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__SetRelayOutputSettingsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SetRelayOutputSettingsResponse.soap_put(soap, "tmd:SetRelayOutputSettingsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SetRelayOutputSettingsResponse.soap_put(soap, "tmd:SetRelayOutputSettingsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetRelayOutputState(struct soap *soap)
{ struct __tmd__SetRelayOutputState soap_tmp___tmd__SetRelayOutputState;
_tds__SetRelayOutputStateResponse tds__SetRelayOutputStateResponse;
tds__SetRelayOutputStateResponse.soap_default(soap);
soap_default___tmd__SetRelayOutputState(soap, &soap_tmp___tmd__SetRelayOutputState);
if (!soap_get___tmd__SetRelayOutputState(soap, &soap_tmp___tmd__SetRelayOutputState, "-tmd:SetRelayOutputState", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__SetRelayOutputState(soap, soap_tmp___tmd__SetRelayOutputState.tds__SetRelayOutputState, &tds__SetRelayOutputStateResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tds__SetRelayOutputStateResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRelayOutputStateResponse.soap_put(soap, "tds:SetRelayOutputStateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tds__SetRelayOutputStateResponse.soap_put(soap, "tds:SetRelayOutputStateResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetDigitalInputs(struct soap *soap)
{ struct __tmd__GetDigitalInputs soap_tmp___tmd__GetDigitalInputs;
_tmd__GetDigitalInputsResponse tmd__GetDigitalInputsResponse;
tmd__GetDigitalInputsResponse.soap_default(soap);
soap_default___tmd__GetDigitalInputs(soap, &soap_tmp___tmd__GetDigitalInputs);
if (!soap_get___tmd__GetDigitalInputs(soap, &soap_tmp___tmd__GetDigitalInputs, "-tmd:GetDigitalInputs", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetDigitalInputs(soap, soap_tmp___tmd__GetDigitalInputs.tmd__GetDigitalInputs, &tmd__GetDigitalInputsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetDigitalInputsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetDigitalInputsResponse.soap_put(soap, "tmd:GetDigitalInputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetDigitalInputsResponse.soap_put(soap, "tmd:GetDigitalInputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetSerialPorts(struct soap *soap)
{ struct __tmd__GetSerialPorts soap_tmp___tmd__GetSerialPorts;
_tmd__GetSerialPortsResponse tmd__GetSerialPortsResponse;
tmd__GetSerialPortsResponse.soap_default(soap);
soap_default___tmd__GetSerialPorts(soap, &soap_tmp___tmd__GetSerialPorts);
if (!soap_get___tmd__GetSerialPorts(soap, &soap_tmp___tmd__GetSerialPorts, "-tmd:GetSerialPorts", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetSerialPorts(soap, soap_tmp___tmd__GetSerialPorts.tmd__GetSerialPorts, &tmd__GetSerialPortsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetSerialPortsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetSerialPortsResponse.soap_put(soap, "tmd:GetSerialPortsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetSerialPortsResponse.soap_put(soap, "tmd:GetSerialPortsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetSerialPortConfiguration(struct soap *soap)
{ struct __tmd__GetSerialPortConfiguration soap_tmp___tmd__GetSerialPortConfiguration;
_tmd__GetSerialPortConfigurationResponse tmd__GetSerialPortConfigurationResponse;
tmd__GetSerialPortConfigurationResponse.soap_default(soap);
soap_default___tmd__GetSerialPortConfiguration(soap, &soap_tmp___tmd__GetSerialPortConfiguration);
if (!soap_get___tmd__GetSerialPortConfiguration(soap, &soap_tmp___tmd__GetSerialPortConfiguration, "-tmd:GetSerialPortConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetSerialPortConfiguration(soap, soap_tmp___tmd__GetSerialPortConfiguration.tmd__GetSerialPortConfiguration, &tmd__GetSerialPortConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetSerialPortConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetSerialPortConfigurationResponse.soap_put(soap, "tmd:GetSerialPortConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetSerialPortConfigurationResponse.soap_put(soap, "tmd:GetSerialPortConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetSerialPortConfiguration(struct soap *soap)
{ struct __tmd__SetSerialPortConfiguration soap_tmp___tmd__SetSerialPortConfiguration;
_tmd__SetSerialPortConfigurationResponse tmd__SetSerialPortConfigurationResponse;
tmd__SetSerialPortConfigurationResponse.soap_default(soap);
soap_default___tmd__SetSerialPortConfiguration(soap, &soap_tmp___tmd__SetSerialPortConfiguration);
if (!soap_get___tmd__SetSerialPortConfiguration(soap, &soap_tmp___tmd__SetSerialPortConfiguration, "-tmd:SetSerialPortConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__SetSerialPortConfiguration(soap, soap_tmp___tmd__SetSerialPortConfiguration.tmd__SetSerialPortConfiguration, &tmd__SetSerialPortConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__SetSerialPortConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SetSerialPortConfigurationResponse.soap_put(soap, "tmd:SetSerialPortConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SetSerialPortConfigurationResponse.soap_put(soap, "tmd:SetSerialPortConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetSerialPortConfigurationOptions(struct soap *soap)
{ struct __tmd__GetSerialPortConfigurationOptions soap_tmp___tmd__GetSerialPortConfigurationOptions;
_tmd__GetSerialPortConfigurationOptionsResponse tmd__GetSerialPortConfigurationOptionsResponse;
tmd__GetSerialPortConfigurationOptionsResponse.soap_default(soap);
soap_default___tmd__GetSerialPortConfigurationOptions(soap, &soap_tmp___tmd__GetSerialPortConfigurationOptions);
if (!soap_get___tmd__GetSerialPortConfigurationOptions(soap, &soap_tmp___tmd__GetSerialPortConfigurationOptions, "-tmd:GetSerialPortConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__GetSerialPortConfigurationOptions(soap, soap_tmp___tmd__GetSerialPortConfigurationOptions.tmd__GetSerialPortConfigurationOptions, &tmd__GetSerialPortConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__GetSerialPortConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetSerialPortConfigurationOptionsResponse.soap_put(soap, "tmd:GetSerialPortConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__GetSerialPortConfigurationOptionsResponse.soap_put(soap, "tmd:GetSerialPortConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SendReceiveSerialCommand(struct soap *soap)
{ struct __tmd__SendReceiveSerialCommand soap_tmp___tmd__SendReceiveSerialCommand;
_tmd__SendReceiveSerialCommandResponse tmd__SendReceiveSerialCommandResponse;
tmd__SendReceiveSerialCommandResponse.soap_default(soap);
soap_default___tmd__SendReceiveSerialCommand(soap, &soap_tmp___tmd__SendReceiveSerialCommand);
if (!soap_get___tmd__SendReceiveSerialCommand(soap, &soap_tmp___tmd__SendReceiveSerialCommand, "-tmd:SendReceiveSerialCommand", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tmd__SendReceiveSerialCommand(soap, soap_tmp___tmd__SendReceiveSerialCommand.tmd__SendReceiveSerialCommand, &tmd__SendReceiveSerialCommandResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tmd__SendReceiveSerialCommandResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SendReceiveSerialCommandResponse.soap_put(soap, "tmd:SendReceiveSerialCommandResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tmd__SendReceiveSerialCommandResponse.soap_put(soap, "tmd:SendReceiveSerialCommandResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetServiceCapabilities(struct soap *soap)
{ struct __tptz__GetServiceCapabilities soap_tmp___tptz__GetServiceCapabilities;
_tptz__GetServiceCapabilitiesResponse tptz__GetServiceCapabilitiesResponse;
tptz__GetServiceCapabilitiesResponse.soap_default(soap);
soap_default___tptz__GetServiceCapabilities(soap, &soap_tmp___tptz__GetServiceCapabilities);
if (!soap_get___tptz__GetServiceCapabilities(soap, &soap_tmp___tptz__GetServiceCapabilities, "-tptz:GetServiceCapabilities", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GetServiceCapabilities(soap, soap_tmp___tptz__GetServiceCapabilities.tptz__GetServiceCapabilities, &tptz__GetServiceCapabilitiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GetServiceCapabilitiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetServiceCapabilitiesResponse.soap_put(soap, "tptz:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetServiceCapabilitiesResponse.soap_put(soap, "tptz:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetConfigurations(struct soap *soap)
{ struct __tptz__GetConfigurations soap_tmp___tptz__GetConfigurations;
_tptz__GetConfigurationsResponse tptz__GetConfigurationsResponse;
tptz__GetConfigurationsResponse.soap_default(soap);
soap_default___tptz__GetConfigurations(soap, &soap_tmp___tptz__GetConfigurations);
if (!soap_get___tptz__GetConfigurations(soap, &soap_tmp___tptz__GetConfigurations, "-tptz:GetConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GetConfigurations(soap, soap_tmp___tptz__GetConfigurations.tptz__GetConfigurations, &tptz__GetConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GetConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetConfigurationsResponse.soap_put(soap, "tptz:GetConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetConfigurationsResponse.soap_put(soap, "tptz:GetConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetPresets(struct soap *soap)
{ struct __tptz__GetPresets soap_tmp___tptz__GetPresets;
_tptz__GetPresetsResponse tptz__GetPresetsResponse;
tptz__GetPresetsResponse.soap_default(soap);
soap_default___tptz__GetPresets(soap, &soap_tmp___tptz__GetPresets);
if (!soap_get___tptz__GetPresets(soap, &soap_tmp___tptz__GetPresets, "-tptz:GetPresets", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GetPresets(soap, soap_tmp___tptz__GetPresets.tptz__GetPresets, &tptz__GetPresetsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GetPresetsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetPresetsResponse.soap_put(soap, "tptz:GetPresetsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetPresetsResponse.soap_put(soap, "tptz:GetPresetsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__SetPreset(struct soap *soap)
{ struct __tptz__SetPreset soap_tmp___tptz__SetPreset;
_tptz__SetPresetResponse tptz__SetPresetResponse;
tptz__SetPresetResponse.soap_default(soap);
soap_default___tptz__SetPreset(soap, &soap_tmp___tptz__SetPreset);
if (!soap_get___tptz__SetPreset(soap, &soap_tmp___tptz__SetPreset, "-tptz:SetPreset", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__SetPreset(soap, soap_tmp___tptz__SetPreset.tptz__SetPreset, &tptz__SetPresetResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__SetPresetResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__SetPresetResponse.soap_put(soap, "tptz:SetPresetResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__SetPresetResponse.soap_put(soap, "tptz:SetPresetResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__RemovePreset(struct soap *soap)
{ struct __tptz__RemovePreset soap_tmp___tptz__RemovePreset;
_tptz__RemovePresetResponse tptz__RemovePresetResponse;
tptz__RemovePresetResponse.soap_default(soap);
soap_default___tptz__RemovePreset(soap, &soap_tmp___tptz__RemovePreset);
if (!soap_get___tptz__RemovePreset(soap, &soap_tmp___tptz__RemovePreset, "-tptz:RemovePreset", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__RemovePreset(soap, soap_tmp___tptz__RemovePreset.tptz__RemovePreset, &tptz__RemovePresetResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__RemovePresetResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__RemovePresetResponse.soap_put(soap, "tptz:RemovePresetResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__RemovePresetResponse.soap_put(soap, "tptz:RemovePresetResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GotoPreset(struct soap *soap)
{ struct __tptz__GotoPreset soap_tmp___tptz__GotoPreset;
_tptz__GotoPresetResponse tptz__GotoPresetResponse;
tptz__GotoPresetResponse.soap_default(soap);
soap_default___tptz__GotoPreset(soap, &soap_tmp___tptz__GotoPreset);
if (!soap_get___tptz__GotoPreset(soap, &soap_tmp___tptz__GotoPreset, "-tptz:GotoPreset", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GotoPreset(soap, soap_tmp___tptz__GotoPreset.tptz__GotoPreset, &tptz__GotoPresetResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GotoPresetResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GotoPresetResponse.soap_put(soap, "tptz:GotoPresetResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GotoPresetResponse.soap_put(soap, "tptz:GotoPresetResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetStatus(struct soap *soap)
{ struct __tptz__GetStatus soap_tmp___tptz__GetStatus;
_tptz__GetStatusResponse tptz__GetStatusResponse;
tptz__GetStatusResponse.soap_default(soap);
soap_default___tptz__GetStatus(soap, &soap_tmp___tptz__GetStatus);
if (!soap_get___tptz__GetStatus(soap, &soap_tmp___tptz__GetStatus, "-tptz:GetStatus", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GetStatus(soap, soap_tmp___tptz__GetStatus.tptz__GetStatus, &tptz__GetStatusResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GetStatusResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetStatusResponse.soap_put(soap, "tptz:GetStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetStatusResponse.soap_put(soap, "tptz:GetStatusResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetConfiguration(struct soap *soap)
{ struct __tptz__GetConfiguration soap_tmp___tptz__GetConfiguration;
_tptz__GetConfigurationResponse tptz__GetConfigurationResponse;
tptz__GetConfigurationResponse.soap_default(soap);
soap_default___tptz__GetConfiguration(soap, &soap_tmp___tptz__GetConfiguration);
if (!soap_get___tptz__GetConfiguration(soap, &soap_tmp___tptz__GetConfiguration, "-tptz:GetConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GetConfiguration(soap, soap_tmp___tptz__GetConfiguration.tptz__GetConfiguration, &tptz__GetConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GetConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetConfigurationResponse.soap_put(soap, "tptz:GetConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetConfigurationResponse.soap_put(soap, "tptz:GetConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetNodes(struct soap *soap)
{ struct __tptz__GetNodes soap_tmp___tptz__GetNodes;
_tptz__GetNodesResponse tptz__GetNodesResponse;
tptz__GetNodesResponse.soap_default(soap);
soap_default___tptz__GetNodes(soap, &soap_tmp___tptz__GetNodes);
if (!soap_get___tptz__GetNodes(soap, &soap_tmp___tptz__GetNodes, "-tptz:GetNodes", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GetNodes(soap, soap_tmp___tptz__GetNodes.tptz__GetNodes, &tptz__GetNodesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GetNodesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetNodesResponse.soap_put(soap, "tptz:GetNodesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetNodesResponse.soap_put(soap, "tptz:GetNodesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetNode(struct soap *soap)
{ struct __tptz__GetNode soap_tmp___tptz__GetNode;
_tptz__GetNodeResponse tptz__GetNodeResponse;
tptz__GetNodeResponse.soap_default(soap);
soap_default___tptz__GetNode(soap, &soap_tmp___tptz__GetNode);
if (!soap_get___tptz__GetNode(soap, &soap_tmp___tptz__GetNode, "-tptz:GetNode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GetNode(soap, soap_tmp___tptz__GetNode.tptz__GetNode, &tptz__GetNodeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GetNodeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetNodeResponse.soap_put(soap, "tptz:GetNodeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetNodeResponse.soap_put(soap, "tptz:GetNodeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__SetConfiguration(struct soap *soap)
{ struct __tptz__SetConfiguration soap_tmp___tptz__SetConfiguration;
_tptz__SetConfigurationResponse tptz__SetConfigurationResponse;
tptz__SetConfigurationResponse.soap_default(soap);
soap_default___tptz__SetConfiguration(soap, &soap_tmp___tptz__SetConfiguration);
if (!soap_get___tptz__SetConfiguration(soap, &soap_tmp___tptz__SetConfiguration, "-tptz:SetConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__SetConfiguration(soap, soap_tmp___tptz__SetConfiguration.tptz__SetConfiguration, &tptz__SetConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__SetConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__SetConfigurationResponse.soap_put(soap, "tptz:SetConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__SetConfigurationResponse.soap_put(soap, "tptz:SetConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetConfigurationOptions(struct soap *soap)
{ struct __tptz__GetConfigurationOptions soap_tmp___tptz__GetConfigurationOptions;
_tptz__GetConfigurationOptionsResponse tptz__GetConfigurationOptionsResponse;
tptz__GetConfigurationOptionsResponse.soap_default(soap);
soap_default___tptz__GetConfigurationOptions(soap, &soap_tmp___tptz__GetConfigurationOptions);
if (!soap_get___tptz__GetConfigurationOptions(soap, &soap_tmp___tptz__GetConfigurationOptions, "-tptz:GetConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GetConfigurationOptions(soap, soap_tmp___tptz__GetConfigurationOptions.tptz__GetConfigurationOptions, &tptz__GetConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GetConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetConfigurationOptionsResponse.soap_put(soap, "tptz:GetConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetConfigurationOptionsResponse.soap_put(soap, "tptz:GetConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GotoHomePosition(struct soap *soap)
{ struct __tptz__GotoHomePosition soap_tmp___tptz__GotoHomePosition;
_tptz__GotoHomePositionResponse tptz__GotoHomePositionResponse;
tptz__GotoHomePositionResponse.soap_default(soap);
soap_default___tptz__GotoHomePosition(soap, &soap_tmp___tptz__GotoHomePosition);
if (!soap_get___tptz__GotoHomePosition(soap, &soap_tmp___tptz__GotoHomePosition, "-tptz:GotoHomePosition", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GotoHomePosition(soap, soap_tmp___tptz__GotoHomePosition.tptz__GotoHomePosition, &tptz__GotoHomePositionResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GotoHomePositionResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GotoHomePositionResponse.soap_put(soap, "tptz:GotoHomePositionResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GotoHomePositionResponse.soap_put(soap, "tptz:GotoHomePositionResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__SetHomePosition(struct soap *soap)
{ struct __tptz__SetHomePosition soap_tmp___tptz__SetHomePosition;
_tptz__SetHomePositionResponse tptz__SetHomePositionResponse;
tptz__SetHomePositionResponse.soap_default(soap);
soap_default___tptz__SetHomePosition(soap, &soap_tmp___tptz__SetHomePosition);
if (!soap_get___tptz__SetHomePosition(soap, &soap_tmp___tptz__SetHomePosition, "-tptz:SetHomePosition", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__SetHomePosition(soap, soap_tmp___tptz__SetHomePosition.tptz__SetHomePosition, &tptz__SetHomePositionResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__SetHomePositionResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__SetHomePositionResponse.soap_put(soap, "tptz:SetHomePositionResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__SetHomePositionResponse.soap_put(soap, "tptz:SetHomePositionResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__ContinuousMove(struct soap *soap)
{ struct __tptz__ContinuousMove soap_tmp___tptz__ContinuousMove;
_tptz__ContinuousMoveResponse tptz__ContinuousMoveResponse;
tptz__ContinuousMoveResponse.soap_default(soap);
soap_default___tptz__ContinuousMove(soap, &soap_tmp___tptz__ContinuousMove);
if (!soap_get___tptz__ContinuousMove(soap, &soap_tmp___tptz__ContinuousMove, "-tptz:ContinuousMove", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__ContinuousMove(soap, soap_tmp___tptz__ContinuousMove.tptz__ContinuousMove, &tptz__ContinuousMoveResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__ContinuousMoveResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__ContinuousMoveResponse.soap_put(soap, "tptz:ContinuousMoveResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__ContinuousMoveResponse.soap_put(soap, "tptz:ContinuousMoveResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__RelativeMove(struct soap *soap)
{ struct __tptz__RelativeMove soap_tmp___tptz__RelativeMove;
_tptz__RelativeMoveResponse tptz__RelativeMoveResponse;
tptz__RelativeMoveResponse.soap_default(soap);
soap_default___tptz__RelativeMove(soap, &soap_tmp___tptz__RelativeMove);
if (!soap_get___tptz__RelativeMove(soap, &soap_tmp___tptz__RelativeMove, "-tptz:RelativeMove", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__RelativeMove(soap, soap_tmp___tptz__RelativeMove.tptz__RelativeMove, &tptz__RelativeMoveResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__RelativeMoveResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__RelativeMoveResponse.soap_put(soap, "tptz:RelativeMoveResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__RelativeMoveResponse.soap_put(soap, "tptz:RelativeMoveResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__SendAuxiliaryCommand(struct soap *soap)
{ struct __tptz__SendAuxiliaryCommand soap_tmp___tptz__SendAuxiliaryCommand;
_tptz__SendAuxiliaryCommandResponse tptz__SendAuxiliaryCommandResponse;
tptz__SendAuxiliaryCommandResponse.soap_default(soap);
soap_default___tptz__SendAuxiliaryCommand(soap, &soap_tmp___tptz__SendAuxiliaryCommand);
if (!soap_get___tptz__SendAuxiliaryCommand(soap, &soap_tmp___tptz__SendAuxiliaryCommand, "-tptz:SendAuxiliaryCommand", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__SendAuxiliaryCommand(soap, soap_tmp___tptz__SendAuxiliaryCommand.tptz__SendAuxiliaryCommand, &tptz__SendAuxiliaryCommandResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__SendAuxiliaryCommandResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__SendAuxiliaryCommandResponse.soap_put(soap, "tptz:SendAuxiliaryCommandResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__SendAuxiliaryCommandResponse.soap_put(soap, "tptz:SendAuxiliaryCommandResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__AbsoluteMove(struct soap *soap)
{ struct __tptz__AbsoluteMove soap_tmp___tptz__AbsoluteMove;
_tptz__AbsoluteMoveResponse tptz__AbsoluteMoveResponse;
tptz__AbsoluteMoveResponse.soap_default(soap);
soap_default___tptz__AbsoluteMove(soap, &soap_tmp___tptz__AbsoluteMove);
if (!soap_get___tptz__AbsoluteMove(soap, &soap_tmp___tptz__AbsoluteMove, "-tptz:AbsoluteMove", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__AbsoluteMove(soap, soap_tmp___tptz__AbsoluteMove.tptz__AbsoluteMove, &tptz__AbsoluteMoveResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__AbsoluteMoveResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__AbsoluteMoveResponse.soap_put(soap, "tptz:AbsoluteMoveResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__AbsoluteMoveResponse.soap_put(soap, "tptz:AbsoluteMoveResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__Stop(struct soap *soap)
{ struct __tptz__Stop soap_tmp___tptz__Stop;
_tptz__StopResponse tptz__StopResponse;
tptz__StopResponse.soap_default(soap);
soap_default___tptz__Stop(soap, &soap_tmp___tptz__Stop);
if (!soap_get___tptz__Stop(soap, &soap_tmp___tptz__Stop, "-tptz:Stop", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__Stop(soap, soap_tmp___tptz__Stop.tptz__Stop, &tptz__StopResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__StopResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__StopResponse.soap_put(soap, "tptz:StopResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__StopResponse.soap_put(soap, "tptz:StopResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetPresetTours(struct soap *soap)
{ struct __tptz__GetPresetTours soap_tmp___tptz__GetPresetTours;
_tptz__GetPresetToursResponse tptz__GetPresetToursResponse;
tptz__GetPresetToursResponse.soap_default(soap);
soap_default___tptz__GetPresetTours(soap, &soap_tmp___tptz__GetPresetTours);
if (!soap_get___tptz__GetPresetTours(soap, &soap_tmp___tptz__GetPresetTours, "-tptz:GetPresetTours", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GetPresetTours(soap, soap_tmp___tptz__GetPresetTours.tptz__GetPresetTours, &tptz__GetPresetToursResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GetPresetToursResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetPresetToursResponse.soap_put(soap, "tptz:GetPresetToursResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetPresetToursResponse.soap_put(soap, "tptz:GetPresetToursResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetPresetTour(struct soap *soap)
{ struct __tptz__GetPresetTour soap_tmp___tptz__GetPresetTour;
_tptz__GetPresetTourResponse tptz__GetPresetTourResponse;
tptz__GetPresetTourResponse.soap_default(soap);
soap_default___tptz__GetPresetTour(soap, &soap_tmp___tptz__GetPresetTour);
if (!soap_get___tptz__GetPresetTour(soap, &soap_tmp___tptz__GetPresetTour, "-tptz:GetPresetTour", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GetPresetTour(soap, soap_tmp___tptz__GetPresetTour.tptz__GetPresetTour, &tptz__GetPresetTourResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GetPresetTourResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetPresetTourResponse.soap_put(soap, "tptz:GetPresetTourResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetPresetTourResponse.soap_put(soap, "tptz:GetPresetTourResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetPresetTourOptions(struct soap *soap)
{ struct __tptz__GetPresetTourOptions soap_tmp___tptz__GetPresetTourOptions;
_tptz__GetPresetTourOptionsResponse tptz__GetPresetTourOptionsResponse;
tptz__GetPresetTourOptionsResponse.soap_default(soap);
soap_default___tptz__GetPresetTourOptions(soap, &soap_tmp___tptz__GetPresetTourOptions);
if (!soap_get___tptz__GetPresetTourOptions(soap, &soap_tmp___tptz__GetPresetTourOptions, "-tptz:GetPresetTourOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GetPresetTourOptions(soap, soap_tmp___tptz__GetPresetTourOptions.tptz__GetPresetTourOptions, &tptz__GetPresetTourOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GetPresetTourOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetPresetTourOptionsResponse.soap_put(soap, "tptz:GetPresetTourOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetPresetTourOptionsResponse.soap_put(soap, "tptz:GetPresetTourOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__CreatePresetTour(struct soap *soap)
{ struct __tptz__CreatePresetTour soap_tmp___tptz__CreatePresetTour;
_tptz__CreatePresetTourResponse tptz__CreatePresetTourResponse;
tptz__CreatePresetTourResponse.soap_default(soap);
soap_default___tptz__CreatePresetTour(soap, &soap_tmp___tptz__CreatePresetTour);
if (!soap_get___tptz__CreatePresetTour(soap, &soap_tmp___tptz__CreatePresetTour, "-tptz:CreatePresetTour", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__CreatePresetTour(soap, soap_tmp___tptz__CreatePresetTour.tptz__CreatePresetTour, &tptz__CreatePresetTourResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__CreatePresetTourResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__CreatePresetTourResponse.soap_put(soap, "tptz:CreatePresetTourResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__CreatePresetTourResponse.soap_put(soap, "tptz:CreatePresetTourResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__ModifyPresetTour(struct soap *soap)
{ struct __tptz__ModifyPresetTour soap_tmp___tptz__ModifyPresetTour;
_tptz__ModifyPresetTourResponse tptz__ModifyPresetTourResponse;
tptz__ModifyPresetTourResponse.soap_default(soap);
soap_default___tptz__ModifyPresetTour(soap, &soap_tmp___tptz__ModifyPresetTour);
if (!soap_get___tptz__ModifyPresetTour(soap, &soap_tmp___tptz__ModifyPresetTour, "-tptz:ModifyPresetTour", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__ModifyPresetTour(soap, soap_tmp___tptz__ModifyPresetTour.tptz__ModifyPresetTour, &tptz__ModifyPresetTourResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__ModifyPresetTourResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__ModifyPresetTourResponse.soap_put(soap, "tptz:ModifyPresetTourResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__ModifyPresetTourResponse.soap_put(soap, "tptz:ModifyPresetTourResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__OperatePresetTour(struct soap *soap)
{ struct __tptz__OperatePresetTour soap_tmp___tptz__OperatePresetTour;
_tptz__OperatePresetTourResponse tptz__OperatePresetTourResponse;
tptz__OperatePresetTourResponse.soap_default(soap);
soap_default___tptz__OperatePresetTour(soap, &soap_tmp___tptz__OperatePresetTour);
if (!soap_get___tptz__OperatePresetTour(soap, &soap_tmp___tptz__OperatePresetTour, "-tptz:OperatePresetTour", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__OperatePresetTour(soap, soap_tmp___tptz__OperatePresetTour.tptz__OperatePresetTour, &tptz__OperatePresetTourResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__OperatePresetTourResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__OperatePresetTourResponse.soap_put(soap, "tptz:OperatePresetTourResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__OperatePresetTourResponse.soap_put(soap, "tptz:OperatePresetTourResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__RemovePresetTour(struct soap *soap)
{ struct __tptz__RemovePresetTour soap_tmp___tptz__RemovePresetTour;
_tptz__RemovePresetTourResponse tptz__RemovePresetTourResponse;
tptz__RemovePresetTourResponse.soap_default(soap);
soap_default___tptz__RemovePresetTour(soap, &soap_tmp___tptz__RemovePresetTour);
if (!soap_get___tptz__RemovePresetTour(soap, &soap_tmp___tptz__RemovePresetTour, "-tptz:RemovePresetTour", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__RemovePresetTour(soap, soap_tmp___tptz__RemovePresetTour.tptz__RemovePresetTour, &tptz__RemovePresetTourResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__RemovePresetTourResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__RemovePresetTourResponse.soap_put(soap, "tptz:RemovePresetTourResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__RemovePresetTourResponse.soap_put(soap, "tptz:RemovePresetTourResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetCompatibleConfigurations(struct soap *soap)
{ struct __tptz__GetCompatibleConfigurations soap_tmp___tptz__GetCompatibleConfigurations;
_tptz__GetCompatibleConfigurationsResponse tptz__GetCompatibleConfigurationsResponse;
tptz__GetCompatibleConfigurationsResponse.soap_default(soap);
soap_default___tptz__GetCompatibleConfigurations(soap, &soap_tmp___tptz__GetCompatibleConfigurations);
if (!soap_get___tptz__GetCompatibleConfigurations(soap, &soap_tmp___tptz__GetCompatibleConfigurations, "-tptz:GetCompatibleConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __tptz__GetCompatibleConfigurations(soap, soap_tmp___tptz__GetCompatibleConfigurations.tptz__GetCompatibleConfigurations, &tptz__GetCompatibleConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
tptz__GetCompatibleConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetCompatibleConfigurationsResponse.soap_put(soap, "tptz:GetCompatibleConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| tptz__GetCompatibleConfigurationsResponse.soap_put(soap, "tptz:GetCompatibleConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetServiceCapabilities(struct soap *soap)
{ struct __trt__GetServiceCapabilities soap_tmp___trt__GetServiceCapabilities;
_trt__GetServiceCapabilitiesResponse trt__GetServiceCapabilitiesResponse;
trt__GetServiceCapabilitiesResponse.soap_default(soap);
soap_default___trt__GetServiceCapabilities(soap, &soap_tmp___trt__GetServiceCapabilities);
if (!soap_get___trt__GetServiceCapabilities(soap, &soap_tmp___trt__GetServiceCapabilities, "-trt:GetServiceCapabilities", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetServiceCapabilities(soap, soap_tmp___trt__GetServiceCapabilities.trt__GetServiceCapabilities, &trt__GetServiceCapabilitiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetServiceCapabilitiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetServiceCapabilitiesResponse.soap_put(soap, "trt:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetServiceCapabilitiesResponse.soap_put(soap, "trt:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSources(struct soap *soap)
{ struct __trt__GetVideoSources soap_tmp___trt__GetVideoSources;
_trt__GetVideoSourcesResponse trt__GetVideoSourcesResponse;
trt__GetVideoSourcesResponse.soap_default(soap);
soap_default___trt__GetVideoSources(soap, &soap_tmp___trt__GetVideoSources);
if (!soap_get___trt__GetVideoSources(soap, &soap_tmp___trt__GetVideoSources, "-trt:GetVideoSources", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoSources(soap, soap_tmp___trt__GetVideoSources.trt__GetVideoSources, &trt__GetVideoSourcesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoSourcesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourcesResponse.soap_put(soap, "trt:GetVideoSourcesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourcesResponse.soap_put(soap, "trt:GetVideoSourcesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioSources(struct soap *soap)
{ struct __trt__GetAudioSources soap_tmp___trt__GetAudioSources;
_trt__GetAudioSourcesResponse trt__GetAudioSourcesResponse;
trt__GetAudioSourcesResponse.soap_default(soap);
soap_default___trt__GetAudioSources(soap, &soap_tmp___trt__GetAudioSources);
if (!soap_get___trt__GetAudioSources(soap, &soap_tmp___trt__GetAudioSources, "-trt:GetAudioSources", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioSources(soap, soap_tmp___trt__GetAudioSources.trt__GetAudioSources, &trt__GetAudioSourcesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioSourcesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourcesResponse.soap_put(soap, "trt:GetAudioSourcesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourcesResponse.soap_put(soap, "trt:GetAudioSourcesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioOutputs(struct soap *soap)
{ struct __trt__GetAudioOutputs soap_tmp___trt__GetAudioOutputs;
_trt__GetAudioOutputsResponse trt__GetAudioOutputsResponse;
trt__GetAudioOutputsResponse.soap_default(soap);
soap_default___trt__GetAudioOutputs(soap, &soap_tmp___trt__GetAudioOutputs);
if (!soap_get___trt__GetAudioOutputs(soap, &soap_tmp___trt__GetAudioOutputs, "-trt:GetAudioOutputs", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioOutputs(soap, soap_tmp___trt__GetAudioOutputs.trt__GetAudioOutputs, &trt__GetAudioOutputsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioOutputsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputsResponse.soap_put(soap, "trt:GetAudioOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputsResponse.soap_put(soap, "trt:GetAudioOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__CreateProfile(struct soap *soap)
{ struct __trt__CreateProfile soap_tmp___trt__CreateProfile;
_trt__CreateProfileResponse trt__CreateProfileResponse;
trt__CreateProfileResponse.soap_default(soap);
soap_default___trt__CreateProfile(soap, &soap_tmp___trt__CreateProfile);
if (!soap_get___trt__CreateProfile(soap, &soap_tmp___trt__CreateProfile, "-trt:CreateProfile", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__CreateProfile(soap, soap_tmp___trt__CreateProfile.trt__CreateProfile, &trt__CreateProfileResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__CreateProfileResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__CreateProfileResponse.soap_put(soap, "trt:CreateProfileResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__CreateProfileResponse.soap_put(soap, "trt:CreateProfileResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetProfile(struct soap *soap)
{ struct __trt__GetProfile soap_tmp___trt__GetProfile;
_trt__GetProfileResponse trt__GetProfileResponse;
trt__GetProfileResponse.soap_default(soap);
soap_default___trt__GetProfile(soap, &soap_tmp___trt__GetProfile);
if (!soap_get___trt__GetProfile(soap, &soap_tmp___trt__GetProfile, "-trt:GetProfile", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetProfile(soap, soap_tmp___trt__GetProfile.trt__GetProfile, &trt__GetProfileResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetProfileResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetProfileResponse.soap_put(soap, "trt:GetProfileResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetProfileResponse.soap_put(soap, "trt:GetProfileResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetProfiles(struct soap *soap)
{ struct __trt__GetProfiles soap_tmp___trt__GetProfiles;
_trt__GetProfilesResponse trt__GetProfilesResponse;
trt__GetProfilesResponse.soap_default(soap);
soap_default___trt__GetProfiles(soap, &soap_tmp___trt__GetProfiles);
if (!soap_get___trt__GetProfiles(soap, &soap_tmp___trt__GetProfiles, "-trt:GetProfiles", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetProfiles(soap, soap_tmp___trt__GetProfiles.trt__GetProfiles, &trt__GetProfilesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetProfilesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetProfilesResponse.soap_put(soap, "trt:GetProfilesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetProfilesResponse.soap_put(soap, "trt:GetProfilesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddVideoEncoderConfiguration(struct soap *soap)
{ struct __trt__AddVideoEncoderConfiguration soap_tmp___trt__AddVideoEncoderConfiguration;
_trt__AddVideoEncoderConfigurationResponse trt__AddVideoEncoderConfigurationResponse;
trt__AddVideoEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__AddVideoEncoderConfiguration(soap, &soap_tmp___trt__AddVideoEncoderConfiguration);
if (!soap_get___trt__AddVideoEncoderConfiguration(soap, &soap_tmp___trt__AddVideoEncoderConfiguration, "-trt:AddVideoEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddVideoEncoderConfiguration(soap, soap_tmp___trt__AddVideoEncoderConfiguration.trt__AddVideoEncoderConfiguration, &trt__AddVideoEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddVideoEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddVideoEncoderConfigurationResponse.soap_put(soap, "trt:AddVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddVideoEncoderConfigurationResponse.soap_put(soap, "trt:AddVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddVideoSourceConfiguration(struct soap *soap)
{ struct __trt__AddVideoSourceConfiguration soap_tmp___trt__AddVideoSourceConfiguration;
_trt__AddVideoSourceConfigurationResponse trt__AddVideoSourceConfigurationResponse;
trt__AddVideoSourceConfigurationResponse.soap_default(soap);
soap_default___trt__AddVideoSourceConfiguration(soap, &soap_tmp___trt__AddVideoSourceConfiguration);
if (!soap_get___trt__AddVideoSourceConfiguration(soap, &soap_tmp___trt__AddVideoSourceConfiguration, "-trt:AddVideoSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddVideoSourceConfiguration(soap, soap_tmp___trt__AddVideoSourceConfiguration.trt__AddVideoSourceConfiguration, &trt__AddVideoSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddVideoSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddVideoSourceConfigurationResponse.soap_put(soap, "trt:AddVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddVideoSourceConfigurationResponse.soap_put(soap, "trt:AddVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddAudioEncoderConfiguration(struct soap *soap)
{ struct __trt__AddAudioEncoderConfiguration soap_tmp___trt__AddAudioEncoderConfiguration;
_trt__AddAudioEncoderConfigurationResponse trt__AddAudioEncoderConfigurationResponse;
trt__AddAudioEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__AddAudioEncoderConfiguration(soap, &soap_tmp___trt__AddAudioEncoderConfiguration);
if (!soap_get___trt__AddAudioEncoderConfiguration(soap, &soap_tmp___trt__AddAudioEncoderConfiguration, "-trt:AddAudioEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddAudioEncoderConfiguration(soap, soap_tmp___trt__AddAudioEncoderConfiguration.trt__AddAudioEncoderConfiguration, &trt__AddAudioEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddAudioEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioEncoderConfigurationResponse.soap_put(soap, "trt:AddAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioEncoderConfigurationResponse.soap_put(soap, "trt:AddAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddAudioSourceConfiguration(struct soap *soap)
{ struct __trt__AddAudioSourceConfiguration soap_tmp___trt__AddAudioSourceConfiguration;
_trt__AddAudioSourceConfigurationResponse trt__AddAudioSourceConfigurationResponse;
trt__AddAudioSourceConfigurationResponse.soap_default(soap);
soap_default___trt__AddAudioSourceConfiguration(soap, &soap_tmp___trt__AddAudioSourceConfiguration);
if (!soap_get___trt__AddAudioSourceConfiguration(soap, &soap_tmp___trt__AddAudioSourceConfiguration, "-trt:AddAudioSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddAudioSourceConfiguration(soap, soap_tmp___trt__AddAudioSourceConfiguration.trt__AddAudioSourceConfiguration, &trt__AddAudioSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddAudioSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioSourceConfigurationResponse.soap_put(soap, "trt:AddAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioSourceConfigurationResponse.soap_put(soap, "trt:AddAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddPTZConfiguration(struct soap *soap)
{ struct __trt__AddPTZConfiguration soap_tmp___trt__AddPTZConfiguration;
_trt__AddPTZConfigurationResponse trt__AddPTZConfigurationResponse;
trt__AddPTZConfigurationResponse.soap_default(soap);
soap_default___trt__AddPTZConfiguration(soap, &soap_tmp___trt__AddPTZConfiguration);
if (!soap_get___trt__AddPTZConfiguration(soap, &soap_tmp___trt__AddPTZConfiguration, "-trt:AddPTZConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddPTZConfiguration(soap, soap_tmp___trt__AddPTZConfiguration.trt__AddPTZConfiguration, &trt__AddPTZConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddPTZConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddPTZConfigurationResponse.soap_put(soap, "trt:AddPTZConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddPTZConfigurationResponse.soap_put(soap, "trt:AddPTZConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddVideoAnalyticsConfiguration(struct soap *soap)
{ struct __trt__AddVideoAnalyticsConfiguration soap_tmp___trt__AddVideoAnalyticsConfiguration;
_trt__AddVideoAnalyticsConfigurationResponse trt__AddVideoAnalyticsConfigurationResponse;
trt__AddVideoAnalyticsConfigurationResponse.soap_default(soap);
soap_default___trt__AddVideoAnalyticsConfiguration(soap, &soap_tmp___trt__AddVideoAnalyticsConfiguration);
if (!soap_get___trt__AddVideoAnalyticsConfiguration(soap, &soap_tmp___trt__AddVideoAnalyticsConfiguration, "-trt:AddVideoAnalyticsConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddVideoAnalyticsConfiguration(soap, soap_tmp___trt__AddVideoAnalyticsConfiguration.trt__AddVideoAnalyticsConfiguration, &trt__AddVideoAnalyticsConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddVideoAnalyticsConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:AddVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:AddVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddMetadataConfiguration(struct soap *soap)
{ struct __trt__AddMetadataConfiguration soap_tmp___trt__AddMetadataConfiguration;
_trt__AddMetadataConfigurationResponse trt__AddMetadataConfigurationResponse;
trt__AddMetadataConfigurationResponse.soap_default(soap);
soap_default___trt__AddMetadataConfiguration(soap, &soap_tmp___trt__AddMetadataConfiguration);
if (!soap_get___trt__AddMetadataConfiguration(soap, &soap_tmp___trt__AddMetadataConfiguration, "-trt:AddMetadataConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddMetadataConfiguration(soap, soap_tmp___trt__AddMetadataConfiguration.trt__AddMetadataConfiguration, &trt__AddMetadataConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddMetadataConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddMetadataConfigurationResponse.soap_put(soap, "trt:AddMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddMetadataConfigurationResponse.soap_put(soap, "trt:AddMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddAudioOutputConfiguration(struct soap *soap)
{ struct __trt__AddAudioOutputConfiguration soap_tmp___trt__AddAudioOutputConfiguration;
_trt__AddAudioOutputConfigurationResponse trt__AddAudioOutputConfigurationResponse;
trt__AddAudioOutputConfigurationResponse.soap_default(soap);
soap_default___trt__AddAudioOutputConfiguration(soap, &soap_tmp___trt__AddAudioOutputConfiguration);
if (!soap_get___trt__AddAudioOutputConfiguration(soap, &soap_tmp___trt__AddAudioOutputConfiguration, "-trt:AddAudioOutputConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddAudioOutputConfiguration(soap, soap_tmp___trt__AddAudioOutputConfiguration.trt__AddAudioOutputConfiguration, &trt__AddAudioOutputConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddAudioOutputConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioOutputConfigurationResponse.soap_put(soap, "trt:AddAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioOutputConfigurationResponse.soap_put(soap, "trt:AddAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddAudioDecoderConfiguration(struct soap *soap)
{ struct __trt__AddAudioDecoderConfiguration soap_tmp___trt__AddAudioDecoderConfiguration;
_trt__AddAudioDecoderConfigurationResponse trt__AddAudioDecoderConfigurationResponse;
trt__AddAudioDecoderConfigurationResponse.soap_default(soap);
soap_default___trt__AddAudioDecoderConfiguration(soap, &soap_tmp___trt__AddAudioDecoderConfiguration);
if (!soap_get___trt__AddAudioDecoderConfiguration(soap, &soap_tmp___trt__AddAudioDecoderConfiguration, "-trt:AddAudioDecoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddAudioDecoderConfiguration(soap, soap_tmp___trt__AddAudioDecoderConfiguration.trt__AddAudioDecoderConfiguration, &trt__AddAudioDecoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddAudioDecoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioDecoderConfigurationResponse.soap_put(soap, "trt:AddAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioDecoderConfigurationResponse.soap_put(soap, "trt:AddAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveVideoEncoderConfiguration(struct soap *soap)
{ struct __trt__RemoveVideoEncoderConfiguration soap_tmp___trt__RemoveVideoEncoderConfiguration;
_trt__RemoveVideoEncoderConfigurationResponse trt__RemoveVideoEncoderConfigurationResponse;
trt__RemoveVideoEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveVideoEncoderConfiguration(soap, &soap_tmp___trt__RemoveVideoEncoderConfiguration);
if (!soap_get___trt__RemoveVideoEncoderConfiguration(soap, &soap_tmp___trt__RemoveVideoEncoderConfiguration, "-trt:RemoveVideoEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveVideoEncoderConfiguration(soap, soap_tmp___trt__RemoveVideoEncoderConfiguration.trt__RemoveVideoEncoderConfiguration, &trt__RemoveVideoEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveVideoEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveVideoEncoderConfigurationResponse.soap_put(soap, "trt:RemoveVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveVideoEncoderConfigurationResponse.soap_put(soap, "trt:RemoveVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveVideoSourceConfiguration(struct soap *soap)
{ struct __trt__RemoveVideoSourceConfiguration soap_tmp___trt__RemoveVideoSourceConfiguration;
_trt__RemoveVideoSourceConfigurationResponse trt__RemoveVideoSourceConfigurationResponse;
trt__RemoveVideoSourceConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveVideoSourceConfiguration(soap, &soap_tmp___trt__RemoveVideoSourceConfiguration);
if (!soap_get___trt__RemoveVideoSourceConfiguration(soap, &soap_tmp___trt__RemoveVideoSourceConfiguration, "-trt:RemoveVideoSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveVideoSourceConfiguration(soap, soap_tmp___trt__RemoveVideoSourceConfiguration.trt__RemoveVideoSourceConfiguration, &trt__RemoveVideoSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveVideoSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveVideoSourceConfigurationResponse.soap_put(soap, "trt:RemoveVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveVideoSourceConfigurationResponse.soap_put(soap, "trt:RemoveVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveAudioEncoderConfiguration(struct soap *soap)
{ struct __trt__RemoveAudioEncoderConfiguration soap_tmp___trt__RemoveAudioEncoderConfiguration;
_trt__RemoveAudioEncoderConfigurationResponse trt__RemoveAudioEncoderConfigurationResponse;
trt__RemoveAudioEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveAudioEncoderConfiguration(soap, &soap_tmp___trt__RemoveAudioEncoderConfiguration);
if (!soap_get___trt__RemoveAudioEncoderConfiguration(soap, &soap_tmp___trt__RemoveAudioEncoderConfiguration, "-trt:RemoveAudioEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveAudioEncoderConfiguration(soap, soap_tmp___trt__RemoveAudioEncoderConfiguration.trt__RemoveAudioEncoderConfiguration, &trt__RemoveAudioEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveAudioEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioEncoderConfigurationResponse.soap_put(soap, "trt:RemoveAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioEncoderConfigurationResponse.soap_put(soap, "trt:RemoveAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveAudioSourceConfiguration(struct soap *soap)
{ struct __trt__RemoveAudioSourceConfiguration soap_tmp___trt__RemoveAudioSourceConfiguration;
_trt__RemoveAudioSourceConfigurationResponse trt__RemoveAudioSourceConfigurationResponse;
trt__RemoveAudioSourceConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveAudioSourceConfiguration(soap, &soap_tmp___trt__RemoveAudioSourceConfiguration);
if (!soap_get___trt__RemoveAudioSourceConfiguration(soap, &soap_tmp___trt__RemoveAudioSourceConfiguration, "-trt:RemoveAudioSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveAudioSourceConfiguration(soap, soap_tmp___trt__RemoveAudioSourceConfiguration.trt__RemoveAudioSourceConfiguration, &trt__RemoveAudioSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveAudioSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioSourceConfigurationResponse.soap_put(soap, "trt:RemoveAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioSourceConfigurationResponse.soap_put(soap, "trt:RemoveAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemovePTZConfiguration(struct soap *soap)
{ struct __trt__RemovePTZConfiguration soap_tmp___trt__RemovePTZConfiguration;
_trt__RemovePTZConfigurationResponse trt__RemovePTZConfigurationResponse;
trt__RemovePTZConfigurationResponse.soap_default(soap);
soap_default___trt__RemovePTZConfiguration(soap, &soap_tmp___trt__RemovePTZConfiguration);
if (!soap_get___trt__RemovePTZConfiguration(soap, &soap_tmp___trt__RemovePTZConfiguration, "-trt:RemovePTZConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemovePTZConfiguration(soap, soap_tmp___trt__RemovePTZConfiguration.trt__RemovePTZConfiguration, &trt__RemovePTZConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemovePTZConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemovePTZConfigurationResponse.soap_put(soap, "trt:RemovePTZConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemovePTZConfigurationResponse.soap_put(soap, "trt:RemovePTZConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveVideoAnalyticsConfiguration(struct soap *soap)
{ struct __trt__RemoveVideoAnalyticsConfiguration soap_tmp___trt__RemoveVideoAnalyticsConfiguration;
_trt__RemoveVideoAnalyticsConfigurationResponse trt__RemoveVideoAnalyticsConfigurationResponse;
trt__RemoveVideoAnalyticsConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveVideoAnalyticsConfiguration(soap, &soap_tmp___trt__RemoveVideoAnalyticsConfiguration);
if (!soap_get___trt__RemoveVideoAnalyticsConfiguration(soap, &soap_tmp___trt__RemoveVideoAnalyticsConfiguration, "-trt:RemoveVideoAnalyticsConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveVideoAnalyticsConfiguration(soap, soap_tmp___trt__RemoveVideoAnalyticsConfiguration.trt__RemoveVideoAnalyticsConfiguration, &trt__RemoveVideoAnalyticsConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveVideoAnalyticsConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:RemoveVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:RemoveVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveMetadataConfiguration(struct soap *soap)
{ struct __trt__RemoveMetadataConfiguration soap_tmp___trt__RemoveMetadataConfiguration;
_trt__RemoveMetadataConfigurationResponse trt__RemoveMetadataConfigurationResponse;
trt__RemoveMetadataConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveMetadataConfiguration(soap, &soap_tmp___trt__RemoveMetadataConfiguration);
if (!soap_get___trt__RemoveMetadataConfiguration(soap, &soap_tmp___trt__RemoveMetadataConfiguration, "-trt:RemoveMetadataConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveMetadataConfiguration(soap, soap_tmp___trt__RemoveMetadataConfiguration.trt__RemoveMetadataConfiguration, &trt__RemoveMetadataConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveMetadataConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveMetadataConfigurationResponse.soap_put(soap, "trt:RemoveMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveMetadataConfigurationResponse.soap_put(soap, "trt:RemoveMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveAudioOutputConfiguration(struct soap *soap)
{ struct __trt__RemoveAudioOutputConfiguration soap_tmp___trt__RemoveAudioOutputConfiguration;
_trt__RemoveAudioOutputConfigurationResponse trt__RemoveAudioOutputConfigurationResponse;
trt__RemoveAudioOutputConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveAudioOutputConfiguration(soap, &soap_tmp___trt__RemoveAudioOutputConfiguration);
if (!soap_get___trt__RemoveAudioOutputConfiguration(soap, &soap_tmp___trt__RemoveAudioOutputConfiguration, "-trt:RemoveAudioOutputConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveAudioOutputConfiguration(soap, soap_tmp___trt__RemoveAudioOutputConfiguration.trt__RemoveAudioOutputConfiguration, &trt__RemoveAudioOutputConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveAudioOutputConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioOutputConfigurationResponse.soap_put(soap, "trt:RemoveAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioOutputConfigurationResponse.soap_put(soap, "trt:RemoveAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveAudioDecoderConfiguration(struct soap *soap)
{ struct __trt__RemoveAudioDecoderConfiguration soap_tmp___trt__RemoveAudioDecoderConfiguration;
_trt__RemoveAudioDecoderConfigurationResponse trt__RemoveAudioDecoderConfigurationResponse;
trt__RemoveAudioDecoderConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveAudioDecoderConfiguration(soap, &soap_tmp___trt__RemoveAudioDecoderConfiguration);
if (!soap_get___trt__RemoveAudioDecoderConfiguration(soap, &soap_tmp___trt__RemoveAudioDecoderConfiguration, "-trt:RemoveAudioDecoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveAudioDecoderConfiguration(soap, soap_tmp___trt__RemoveAudioDecoderConfiguration.trt__RemoveAudioDecoderConfiguration, &trt__RemoveAudioDecoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveAudioDecoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioDecoderConfigurationResponse.soap_put(soap, "trt:RemoveAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioDecoderConfigurationResponse.soap_put(soap, "trt:RemoveAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__DeleteProfile(struct soap *soap)
{ struct __trt__DeleteProfile soap_tmp___trt__DeleteProfile;
_trt__DeleteProfileResponse trt__DeleteProfileResponse;
trt__DeleteProfileResponse.soap_default(soap);
soap_default___trt__DeleteProfile(soap, &soap_tmp___trt__DeleteProfile);
if (!soap_get___trt__DeleteProfile(soap, &soap_tmp___trt__DeleteProfile, "-trt:DeleteProfile", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__DeleteProfile(soap, soap_tmp___trt__DeleteProfile.trt__DeleteProfile, &trt__DeleteProfileResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__DeleteProfileResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__DeleteProfileResponse.soap_put(soap, "trt:DeleteProfileResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__DeleteProfileResponse.soap_put(soap, "trt:DeleteProfileResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSourceConfigurations(struct soap *soap)
{ struct __trt__GetVideoSourceConfigurations soap_tmp___trt__GetVideoSourceConfigurations;
_trt__GetVideoSourceConfigurationsResponse trt__GetVideoSourceConfigurationsResponse;
trt__GetVideoSourceConfigurationsResponse.soap_default(soap);
soap_default___trt__GetVideoSourceConfigurations(soap, &soap_tmp___trt__GetVideoSourceConfigurations);
if (!soap_get___trt__GetVideoSourceConfigurations(soap, &soap_tmp___trt__GetVideoSourceConfigurations, "-trt:GetVideoSourceConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoSourceConfigurations(soap, soap_tmp___trt__GetVideoSourceConfigurations.trt__GetVideoSourceConfigurations, &trt__GetVideoSourceConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoSourceConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceConfigurationsResponse.soap_put(soap, "trt:GetVideoSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceConfigurationsResponse.soap_put(soap, "trt:GetVideoSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoEncoderConfigurations(struct soap *soap)
{ struct __trt__GetVideoEncoderConfigurations soap_tmp___trt__GetVideoEncoderConfigurations;
_trt__GetVideoEncoderConfigurationsResponse trt__GetVideoEncoderConfigurationsResponse;
trt__GetVideoEncoderConfigurationsResponse.soap_default(soap);
soap_default___trt__GetVideoEncoderConfigurations(soap, &soap_tmp___trt__GetVideoEncoderConfigurations);
if (!soap_get___trt__GetVideoEncoderConfigurations(soap, &soap_tmp___trt__GetVideoEncoderConfigurations, "-trt:GetVideoEncoderConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoEncoderConfigurations(soap, soap_tmp___trt__GetVideoEncoderConfigurations.trt__GetVideoEncoderConfigurations, &trt__GetVideoEncoderConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoEncoderConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoEncoderConfigurationsResponse.soap_put(soap, "trt:GetVideoEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoEncoderConfigurationsResponse.soap_put(soap, "trt:GetVideoEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioSourceConfigurations(struct soap *soap)
{ struct __trt__GetAudioSourceConfigurations soap_tmp___trt__GetAudioSourceConfigurations;
_trt__GetAudioSourceConfigurationsResponse trt__GetAudioSourceConfigurationsResponse;
trt__GetAudioSourceConfigurationsResponse.soap_default(soap);
soap_default___trt__GetAudioSourceConfigurations(soap, &soap_tmp___trt__GetAudioSourceConfigurations);
if (!soap_get___trt__GetAudioSourceConfigurations(soap, &soap_tmp___trt__GetAudioSourceConfigurations, "-trt:GetAudioSourceConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioSourceConfigurations(soap, soap_tmp___trt__GetAudioSourceConfigurations.trt__GetAudioSourceConfigurations, &trt__GetAudioSourceConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioSourceConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourceConfigurationsResponse.soap_put(soap, "trt:GetAudioSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourceConfigurationsResponse.soap_put(soap, "trt:GetAudioSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioEncoderConfigurations(struct soap *soap)
{ struct __trt__GetAudioEncoderConfigurations soap_tmp___trt__GetAudioEncoderConfigurations;
_trt__GetAudioEncoderConfigurationsResponse trt__GetAudioEncoderConfigurationsResponse;
trt__GetAudioEncoderConfigurationsResponse.soap_default(soap);
soap_default___trt__GetAudioEncoderConfigurations(soap, &soap_tmp___trt__GetAudioEncoderConfigurations);
if (!soap_get___trt__GetAudioEncoderConfigurations(soap, &soap_tmp___trt__GetAudioEncoderConfigurations, "-trt:GetAudioEncoderConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioEncoderConfigurations(soap, soap_tmp___trt__GetAudioEncoderConfigurations.trt__GetAudioEncoderConfigurations, &trt__GetAudioEncoderConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioEncoderConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioEncoderConfigurationsResponse.soap_put(soap, "trt:GetAudioEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioEncoderConfigurationsResponse.soap_put(soap, "trt:GetAudioEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoAnalyticsConfigurations(struct soap *soap)
{ struct __trt__GetVideoAnalyticsConfigurations soap_tmp___trt__GetVideoAnalyticsConfigurations;
_trt__GetVideoAnalyticsConfigurationsResponse trt__GetVideoAnalyticsConfigurationsResponse;
trt__GetVideoAnalyticsConfigurationsResponse.soap_default(soap);
soap_default___trt__GetVideoAnalyticsConfigurations(soap, &soap_tmp___trt__GetVideoAnalyticsConfigurations);
if (!soap_get___trt__GetVideoAnalyticsConfigurations(soap, &soap_tmp___trt__GetVideoAnalyticsConfigurations, "-trt:GetVideoAnalyticsConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoAnalyticsConfigurations(soap, soap_tmp___trt__GetVideoAnalyticsConfigurations.trt__GetVideoAnalyticsConfigurations, &trt__GetVideoAnalyticsConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoAnalyticsConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoAnalyticsConfigurationsResponse.soap_put(soap, "trt:GetVideoAnalyticsConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoAnalyticsConfigurationsResponse.soap_put(soap, "trt:GetVideoAnalyticsConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetMetadataConfigurations(struct soap *soap)
{ struct __trt__GetMetadataConfigurations soap_tmp___trt__GetMetadataConfigurations;
_trt__GetMetadataConfigurationsResponse trt__GetMetadataConfigurationsResponse;
trt__GetMetadataConfigurationsResponse.soap_default(soap);
soap_default___trt__GetMetadataConfigurations(soap, &soap_tmp___trt__GetMetadataConfigurations);
if (!soap_get___trt__GetMetadataConfigurations(soap, &soap_tmp___trt__GetMetadataConfigurations, "-trt:GetMetadataConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetMetadataConfigurations(soap, soap_tmp___trt__GetMetadataConfigurations.trt__GetMetadataConfigurations, &trt__GetMetadataConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetMetadataConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetMetadataConfigurationsResponse.soap_put(soap, "trt:GetMetadataConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetMetadataConfigurationsResponse.soap_put(soap, "trt:GetMetadataConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioOutputConfigurations(struct soap *soap)
{ struct __trt__GetAudioOutputConfigurations soap_tmp___trt__GetAudioOutputConfigurations;
_trt__GetAudioOutputConfigurationsResponse trt__GetAudioOutputConfigurationsResponse;
trt__GetAudioOutputConfigurationsResponse.soap_default(soap);
soap_default___trt__GetAudioOutputConfigurations(soap, &soap_tmp___trt__GetAudioOutputConfigurations);
if (!soap_get___trt__GetAudioOutputConfigurations(soap, &soap_tmp___trt__GetAudioOutputConfigurations, "-trt:GetAudioOutputConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioOutputConfigurations(soap, soap_tmp___trt__GetAudioOutputConfigurations.trt__GetAudioOutputConfigurations, &trt__GetAudioOutputConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioOutputConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputConfigurationsResponse.soap_put(soap, "trt:GetAudioOutputConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputConfigurationsResponse.soap_put(soap, "trt:GetAudioOutputConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioDecoderConfigurations(struct soap *soap)
{ struct __trt__GetAudioDecoderConfigurations soap_tmp___trt__GetAudioDecoderConfigurations;
_trt__GetAudioDecoderConfigurationsResponse trt__GetAudioDecoderConfigurationsResponse;
trt__GetAudioDecoderConfigurationsResponse.soap_default(soap);
soap_default___trt__GetAudioDecoderConfigurations(soap, &soap_tmp___trt__GetAudioDecoderConfigurations);
if (!soap_get___trt__GetAudioDecoderConfigurations(soap, &soap_tmp___trt__GetAudioDecoderConfigurations, "-trt:GetAudioDecoderConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioDecoderConfigurations(soap, soap_tmp___trt__GetAudioDecoderConfigurations.trt__GetAudioDecoderConfigurations, &trt__GetAudioDecoderConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioDecoderConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioDecoderConfigurationsResponse.soap_put(soap, "trt:GetAudioDecoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioDecoderConfigurationsResponse.soap_put(soap, "trt:GetAudioDecoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSourceConfiguration(struct soap *soap)
{ struct __trt__GetVideoSourceConfiguration soap_tmp___trt__GetVideoSourceConfiguration;
_trt__GetVideoSourceConfigurationResponse trt__GetVideoSourceConfigurationResponse;
trt__GetVideoSourceConfigurationResponse.soap_default(soap);
soap_default___trt__GetVideoSourceConfiguration(soap, &soap_tmp___trt__GetVideoSourceConfiguration);
if (!soap_get___trt__GetVideoSourceConfiguration(soap, &soap_tmp___trt__GetVideoSourceConfiguration, "-trt:GetVideoSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoSourceConfiguration(soap, soap_tmp___trt__GetVideoSourceConfiguration.trt__GetVideoSourceConfiguration, &trt__GetVideoSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceConfigurationResponse.soap_put(soap, "trt:GetVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceConfigurationResponse.soap_put(soap, "trt:GetVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoEncoderConfiguration(struct soap *soap)
{ struct __trt__GetVideoEncoderConfiguration soap_tmp___trt__GetVideoEncoderConfiguration;
_trt__GetVideoEncoderConfigurationResponse trt__GetVideoEncoderConfigurationResponse;
trt__GetVideoEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__GetVideoEncoderConfiguration(soap, &soap_tmp___trt__GetVideoEncoderConfiguration);
if (!soap_get___trt__GetVideoEncoderConfiguration(soap, &soap_tmp___trt__GetVideoEncoderConfiguration, "-trt:GetVideoEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoEncoderConfiguration(soap, soap_tmp___trt__GetVideoEncoderConfiguration.trt__GetVideoEncoderConfiguration, &trt__GetVideoEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoEncoderConfigurationResponse.soap_put(soap, "trt:GetVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoEncoderConfigurationResponse.soap_put(soap, "trt:GetVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioSourceConfiguration(struct soap *soap)
{ struct __trt__GetAudioSourceConfiguration soap_tmp___trt__GetAudioSourceConfiguration;
_trt__GetAudioSourceConfigurationResponse trt__GetAudioSourceConfigurationResponse;
trt__GetAudioSourceConfigurationResponse.soap_default(soap);
soap_default___trt__GetAudioSourceConfiguration(soap, &soap_tmp___trt__GetAudioSourceConfiguration);
if (!soap_get___trt__GetAudioSourceConfiguration(soap, &soap_tmp___trt__GetAudioSourceConfiguration, "-trt:GetAudioSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioSourceConfiguration(soap, soap_tmp___trt__GetAudioSourceConfiguration.trt__GetAudioSourceConfiguration, &trt__GetAudioSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourceConfigurationResponse.soap_put(soap, "trt:GetAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourceConfigurationResponse.soap_put(soap, "trt:GetAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioEncoderConfiguration(struct soap *soap)
{ struct __trt__GetAudioEncoderConfiguration soap_tmp___trt__GetAudioEncoderConfiguration;
_trt__GetAudioEncoderConfigurationResponse trt__GetAudioEncoderConfigurationResponse;
trt__GetAudioEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__GetAudioEncoderConfiguration(soap, &soap_tmp___trt__GetAudioEncoderConfiguration);
if (!soap_get___trt__GetAudioEncoderConfiguration(soap, &soap_tmp___trt__GetAudioEncoderConfiguration, "-trt:GetAudioEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioEncoderConfiguration(soap, soap_tmp___trt__GetAudioEncoderConfiguration.trt__GetAudioEncoderConfiguration, &trt__GetAudioEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioEncoderConfigurationResponse.soap_put(soap, "trt:GetAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioEncoderConfigurationResponse.soap_put(soap, "trt:GetAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoAnalyticsConfiguration(struct soap *soap)
{ struct __trt__GetVideoAnalyticsConfiguration soap_tmp___trt__GetVideoAnalyticsConfiguration;
_trt__GetVideoAnalyticsConfigurationResponse trt__GetVideoAnalyticsConfigurationResponse;
trt__GetVideoAnalyticsConfigurationResponse.soap_default(soap);
soap_default___trt__GetVideoAnalyticsConfiguration(soap, &soap_tmp___trt__GetVideoAnalyticsConfiguration);
if (!soap_get___trt__GetVideoAnalyticsConfiguration(soap, &soap_tmp___trt__GetVideoAnalyticsConfiguration, "-trt:GetVideoAnalyticsConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoAnalyticsConfiguration(soap, soap_tmp___trt__GetVideoAnalyticsConfiguration.trt__GetVideoAnalyticsConfiguration, &trt__GetVideoAnalyticsConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoAnalyticsConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:GetVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:GetVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetMetadataConfiguration(struct soap *soap)
{ struct __trt__GetMetadataConfiguration soap_tmp___trt__GetMetadataConfiguration;
_trt__GetMetadataConfigurationResponse trt__GetMetadataConfigurationResponse;
trt__GetMetadataConfigurationResponse.soap_default(soap);
soap_default___trt__GetMetadataConfiguration(soap, &soap_tmp___trt__GetMetadataConfiguration);
if (!soap_get___trt__GetMetadataConfiguration(soap, &soap_tmp___trt__GetMetadataConfiguration, "-trt:GetMetadataConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetMetadataConfiguration(soap, soap_tmp___trt__GetMetadataConfiguration.trt__GetMetadataConfiguration, &trt__GetMetadataConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetMetadataConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetMetadataConfigurationResponse.soap_put(soap, "trt:GetMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetMetadataConfigurationResponse.soap_put(soap, "trt:GetMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioOutputConfiguration(struct soap *soap)
{ struct __trt__GetAudioOutputConfiguration soap_tmp___trt__GetAudioOutputConfiguration;
_trt__GetAudioOutputConfigurationResponse trt__GetAudioOutputConfigurationResponse;
trt__GetAudioOutputConfigurationResponse.soap_default(soap);
soap_default___trt__GetAudioOutputConfiguration(soap, &soap_tmp___trt__GetAudioOutputConfiguration);
if (!soap_get___trt__GetAudioOutputConfiguration(soap, &soap_tmp___trt__GetAudioOutputConfiguration, "-trt:GetAudioOutputConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioOutputConfiguration(soap, soap_tmp___trt__GetAudioOutputConfiguration.trt__GetAudioOutputConfiguration, &trt__GetAudioOutputConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioOutputConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputConfigurationResponse.soap_put(soap, "trt:GetAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputConfigurationResponse.soap_put(soap, "trt:GetAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioDecoderConfiguration(struct soap *soap)
{ struct __trt__GetAudioDecoderConfiguration soap_tmp___trt__GetAudioDecoderConfiguration;
_trt__GetAudioDecoderConfigurationResponse trt__GetAudioDecoderConfigurationResponse;
trt__GetAudioDecoderConfigurationResponse.soap_default(soap);
soap_default___trt__GetAudioDecoderConfiguration(soap, &soap_tmp___trt__GetAudioDecoderConfiguration);
if (!soap_get___trt__GetAudioDecoderConfiguration(soap, &soap_tmp___trt__GetAudioDecoderConfiguration, "-trt:GetAudioDecoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioDecoderConfiguration(soap, soap_tmp___trt__GetAudioDecoderConfiguration.trt__GetAudioDecoderConfiguration, &trt__GetAudioDecoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioDecoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioDecoderConfigurationResponse.soap_put(soap, "trt:GetAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioDecoderConfigurationResponse.soap_put(soap, "trt:GetAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleVideoEncoderConfigurations(struct soap *soap)
{ struct __trt__GetCompatibleVideoEncoderConfigurations soap_tmp___trt__GetCompatibleVideoEncoderConfigurations;
_trt__GetCompatibleVideoEncoderConfigurationsResponse trt__GetCompatibleVideoEncoderConfigurationsResponse;
trt__GetCompatibleVideoEncoderConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleVideoEncoderConfigurations(soap, &soap_tmp___trt__GetCompatibleVideoEncoderConfigurations);
if (!soap_get___trt__GetCompatibleVideoEncoderConfigurations(soap, &soap_tmp___trt__GetCompatibleVideoEncoderConfigurations, "-trt:GetCompatibleVideoEncoderConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleVideoEncoderConfigurations(soap, soap_tmp___trt__GetCompatibleVideoEncoderConfigurations.trt__GetCompatibleVideoEncoderConfigurations, &trt__GetCompatibleVideoEncoderConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleVideoEncoderConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleVideoEncoderConfigurationsResponse.soap_put(soap, "trt:GetCompatibleVideoEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleVideoEncoderConfigurationsResponse.soap_put(soap, "trt:GetCompatibleVideoEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleVideoSourceConfigurations(struct soap *soap)
{ struct __trt__GetCompatibleVideoSourceConfigurations soap_tmp___trt__GetCompatibleVideoSourceConfigurations;
_trt__GetCompatibleVideoSourceConfigurationsResponse trt__GetCompatibleVideoSourceConfigurationsResponse;
trt__GetCompatibleVideoSourceConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleVideoSourceConfigurations(soap, &soap_tmp___trt__GetCompatibleVideoSourceConfigurations);
if (!soap_get___trt__GetCompatibleVideoSourceConfigurations(soap, &soap_tmp___trt__GetCompatibleVideoSourceConfigurations, "-trt:GetCompatibleVideoSourceConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleVideoSourceConfigurations(soap, soap_tmp___trt__GetCompatibleVideoSourceConfigurations.trt__GetCompatibleVideoSourceConfigurations, &trt__GetCompatibleVideoSourceConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleVideoSourceConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleVideoSourceConfigurationsResponse.soap_put(soap, "trt:GetCompatibleVideoSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleVideoSourceConfigurationsResponse.soap_put(soap, "trt:GetCompatibleVideoSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleAudioEncoderConfigurations(struct soap *soap)
{ struct __trt__GetCompatibleAudioEncoderConfigurations soap_tmp___trt__GetCompatibleAudioEncoderConfigurations;
_trt__GetCompatibleAudioEncoderConfigurationsResponse trt__GetCompatibleAudioEncoderConfigurationsResponse;
trt__GetCompatibleAudioEncoderConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleAudioEncoderConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioEncoderConfigurations);
if (!soap_get___trt__GetCompatibleAudioEncoderConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioEncoderConfigurations, "-trt:GetCompatibleAudioEncoderConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleAudioEncoderConfigurations(soap, soap_tmp___trt__GetCompatibleAudioEncoderConfigurations.trt__GetCompatibleAudioEncoderConfigurations, &trt__GetCompatibleAudioEncoderConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleAudioEncoderConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioEncoderConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioEncoderConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleAudioSourceConfigurations(struct soap *soap)
{ struct __trt__GetCompatibleAudioSourceConfigurations soap_tmp___trt__GetCompatibleAudioSourceConfigurations;
_trt__GetCompatibleAudioSourceConfigurationsResponse trt__GetCompatibleAudioSourceConfigurationsResponse;
trt__GetCompatibleAudioSourceConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleAudioSourceConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioSourceConfigurations);
if (!soap_get___trt__GetCompatibleAudioSourceConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioSourceConfigurations, "-trt:GetCompatibleAudioSourceConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleAudioSourceConfigurations(soap, soap_tmp___trt__GetCompatibleAudioSourceConfigurations.trt__GetCompatibleAudioSourceConfigurations, &trt__GetCompatibleAudioSourceConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleAudioSourceConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioSourceConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioSourceConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleVideoAnalyticsConfigurations(struct soap *soap)
{ struct __trt__GetCompatibleVideoAnalyticsConfigurations soap_tmp___trt__GetCompatibleVideoAnalyticsConfigurations;
_trt__GetCompatibleVideoAnalyticsConfigurationsResponse trt__GetCompatibleVideoAnalyticsConfigurationsResponse;
trt__GetCompatibleVideoAnalyticsConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleVideoAnalyticsConfigurations(soap, &soap_tmp___trt__GetCompatibleVideoAnalyticsConfigurations);
if (!soap_get___trt__GetCompatibleVideoAnalyticsConfigurations(soap, &soap_tmp___trt__GetCompatibleVideoAnalyticsConfigurations, "-trt:GetCompatibleVideoAnalyticsConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleVideoAnalyticsConfigurations(soap, soap_tmp___trt__GetCompatibleVideoAnalyticsConfigurations.trt__GetCompatibleVideoAnalyticsConfigurations, &trt__GetCompatibleVideoAnalyticsConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleVideoAnalyticsConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleVideoAnalyticsConfigurationsResponse.soap_put(soap, "trt:GetCompatibleVideoAnalyticsConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleVideoAnalyticsConfigurationsResponse.soap_put(soap, "trt:GetCompatibleVideoAnalyticsConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleMetadataConfigurations(struct soap *soap)
{ struct __trt__GetCompatibleMetadataConfigurations soap_tmp___trt__GetCompatibleMetadataConfigurations;
_trt__GetCompatibleMetadataConfigurationsResponse trt__GetCompatibleMetadataConfigurationsResponse;
trt__GetCompatibleMetadataConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleMetadataConfigurations(soap, &soap_tmp___trt__GetCompatibleMetadataConfigurations);
if (!soap_get___trt__GetCompatibleMetadataConfigurations(soap, &soap_tmp___trt__GetCompatibleMetadataConfigurations, "-trt:GetCompatibleMetadataConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleMetadataConfigurations(soap, soap_tmp___trt__GetCompatibleMetadataConfigurations.trt__GetCompatibleMetadataConfigurations, &trt__GetCompatibleMetadataConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleMetadataConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleMetadataConfigurationsResponse.soap_put(soap, "trt:GetCompatibleMetadataConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleMetadataConfigurationsResponse.soap_put(soap, "trt:GetCompatibleMetadataConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleAudioOutputConfigurations(struct soap *soap)
{ struct __trt__GetCompatibleAudioOutputConfigurations soap_tmp___trt__GetCompatibleAudioOutputConfigurations;
_trt__GetCompatibleAudioOutputConfigurationsResponse trt__GetCompatibleAudioOutputConfigurationsResponse;
trt__GetCompatibleAudioOutputConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleAudioOutputConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioOutputConfigurations);
if (!soap_get___trt__GetCompatibleAudioOutputConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioOutputConfigurations, "-trt:GetCompatibleAudioOutputConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleAudioOutputConfigurations(soap, soap_tmp___trt__GetCompatibleAudioOutputConfigurations.trt__GetCompatibleAudioOutputConfigurations, &trt__GetCompatibleAudioOutputConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleAudioOutputConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioOutputConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioOutputConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioOutputConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioOutputConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleAudioDecoderConfigurations(struct soap *soap)
{ struct __trt__GetCompatibleAudioDecoderConfigurations soap_tmp___trt__GetCompatibleAudioDecoderConfigurations;
_trt__GetCompatibleAudioDecoderConfigurationsResponse trt__GetCompatibleAudioDecoderConfigurationsResponse;
trt__GetCompatibleAudioDecoderConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleAudioDecoderConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioDecoderConfigurations);
if (!soap_get___trt__GetCompatibleAudioDecoderConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioDecoderConfigurations, "-trt:GetCompatibleAudioDecoderConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleAudioDecoderConfigurations(soap, soap_tmp___trt__GetCompatibleAudioDecoderConfigurations.trt__GetCompatibleAudioDecoderConfigurations, &trt__GetCompatibleAudioDecoderConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleAudioDecoderConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioDecoderConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioDecoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioDecoderConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioDecoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetVideoSourceConfiguration(struct soap *soap)
{ struct __trt__SetVideoSourceConfiguration soap_tmp___trt__SetVideoSourceConfiguration;
_trt__SetVideoSourceConfigurationResponse trt__SetVideoSourceConfigurationResponse;
trt__SetVideoSourceConfigurationResponse.soap_default(soap);
soap_default___trt__SetVideoSourceConfiguration(soap, &soap_tmp___trt__SetVideoSourceConfiguration);
if (!soap_get___trt__SetVideoSourceConfiguration(soap, &soap_tmp___trt__SetVideoSourceConfiguration, "-trt:SetVideoSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetVideoSourceConfiguration(soap, soap_tmp___trt__SetVideoSourceConfiguration.trt__SetVideoSourceConfiguration, &trt__SetVideoSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetVideoSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoSourceConfigurationResponse.soap_put(soap, "trt:SetVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoSourceConfigurationResponse.soap_put(soap, "trt:SetVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetVideoEncoderConfiguration(struct soap *soap)
{ struct __trt__SetVideoEncoderConfiguration soap_tmp___trt__SetVideoEncoderConfiguration;
_trt__SetVideoEncoderConfigurationResponse trt__SetVideoEncoderConfigurationResponse;
trt__SetVideoEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__SetVideoEncoderConfiguration(soap, &soap_tmp___trt__SetVideoEncoderConfiguration);
if (!soap_get___trt__SetVideoEncoderConfiguration(soap, &soap_tmp___trt__SetVideoEncoderConfiguration, "-trt:SetVideoEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetVideoEncoderConfiguration(soap, soap_tmp___trt__SetVideoEncoderConfiguration.trt__SetVideoEncoderConfiguration, &trt__SetVideoEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetVideoEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoEncoderConfigurationResponse.soap_put(soap, "trt:SetVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoEncoderConfigurationResponse.soap_put(soap, "trt:SetVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetAudioSourceConfiguration(struct soap *soap)
{ struct __trt__SetAudioSourceConfiguration soap_tmp___trt__SetAudioSourceConfiguration;
_trt__SetAudioSourceConfigurationResponse trt__SetAudioSourceConfigurationResponse;
trt__SetAudioSourceConfigurationResponse.soap_default(soap);
soap_default___trt__SetAudioSourceConfiguration(soap, &soap_tmp___trt__SetAudioSourceConfiguration);
if (!soap_get___trt__SetAudioSourceConfiguration(soap, &soap_tmp___trt__SetAudioSourceConfiguration, "-trt:SetAudioSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetAudioSourceConfiguration(soap, soap_tmp___trt__SetAudioSourceConfiguration.trt__SetAudioSourceConfiguration, &trt__SetAudioSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetAudioSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioSourceConfigurationResponse.soap_put(soap, "trt:SetAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioSourceConfigurationResponse.soap_put(soap, "trt:SetAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetAudioEncoderConfiguration(struct soap *soap)
{ struct __trt__SetAudioEncoderConfiguration soap_tmp___trt__SetAudioEncoderConfiguration;
_trt__SetAudioEncoderConfigurationResponse trt__SetAudioEncoderConfigurationResponse;
trt__SetAudioEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__SetAudioEncoderConfiguration(soap, &soap_tmp___trt__SetAudioEncoderConfiguration);
if (!soap_get___trt__SetAudioEncoderConfiguration(soap, &soap_tmp___trt__SetAudioEncoderConfiguration, "-trt:SetAudioEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetAudioEncoderConfiguration(soap, soap_tmp___trt__SetAudioEncoderConfiguration.trt__SetAudioEncoderConfiguration, &trt__SetAudioEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetAudioEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioEncoderConfigurationResponse.soap_put(soap, "trt:SetAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioEncoderConfigurationResponse.soap_put(soap, "trt:SetAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetVideoAnalyticsConfiguration(struct soap *soap)
{ struct __trt__SetVideoAnalyticsConfiguration soap_tmp___trt__SetVideoAnalyticsConfiguration;
_trt__SetVideoAnalyticsConfigurationResponse trt__SetVideoAnalyticsConfigurationResponse;
trt__SetVideoAnalyticsConfigurationResponse.soap_default(soap);
soap_default___trt__SetVideoAnalyticsConfiguration(soap, &soap_tmp___trt__SetVideoAnalyticsConfiguration);
if (!soap_get___trt__SetVideoAnalyticsConfiguration(soap, &soap_tmp___trt__SetVideoAnalyticsConfiguration, "-trt:SetVideoAnalyticsConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetVideoAnalyticsConfiguration(soap, soap_tmp___trt__SetVideoAnalyticsConfiguration.trt__SetVideoAnalyticsConfiguration, &trt__SetVideoAnalyticsConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetVideoAnalyticsConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:SetVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:SetVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetMetadataConfiguration(struct soap *soap)
{ struct __trt__SetMetadataConfiguration soap_tmp___trt__SetMetadataConfiguration;
_trt__SetMetadataConfigurationResponse trt__SetMetadataConfigurationResponse;
trt__SetMetadataConfigurationResponse.soap_default(soap);
soap_default___trt__SetMetadataConfiguration(soap, &soap_tmp___trt__SetMetadataConfiguration);
if (!soap_get___trt__SetMetadataConfiguration(soap, &soap_tmp___trt__SetMetadataConfiguration, "-trt:SetMetadataConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetMetadataConfiguration(soap, soap_tmp___trt__SetMetadataConfiguration.trt__SetMetadataConfiguration, &trt__SetMetadataConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetMetadataConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetMetadataConfigurationResponse.soap_put(soap, "trt:SetMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetMetadataConfigurationResponse.soap_put(soap, "trt:SetMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetAudioOutputConfiguration(struct soap *soap)
{ struct __trt__SetAudioOutputConfiguration soap_tmp___trt__SetAudioOutputConfiguration;
_trt__SetAudioOutputConfigurationResponse trt__SetAudioOutputConfigurationResponse;
trt__SetAudioOutputConfigurationResponse.soap_default(soap);
soap_default___trt__SetAudioOutputConfiguration(soap, &soap_tmp___trt__SetAudioOutputConfiguration);
if (!soap_get___trt__SetAudioOutputConfiguration(soap, &soap_tmp___trt__SetAudioOutputConfiguration, "-trt:SetAudioOutputConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetAudioOutputConfiguration(soap, soap_tmp___trt__SetAudioOutputConfiguration.trt__SetAudioOutputConfiguration, &trt__SetAudioOutputConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetAudioOutputConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioOutputConfigurationResponse.soap_put(soap, "trt:SetAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioOutputConfigurationResponse.soap_put(soap, "trt:SetAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetAudioDecoderConfiguration(struct soap *soap)
{ struct __trt__SetAudioDecoderConfiguration soap_tmp___trt__SetAudioDecoderConfiguration;
_trt__SetAudioDecoderConfigurationResponse trt__SetAudioDecoderConfigurationResponse;
trt__SetAudioDecoderConfigurationResponse.soap_default(soap);
soap_default___trt__SetAudioDecoderConfiguration(soap, &soap_tmp___trt__SetAudioDecoderConfiguration);
if (!soap_get___trt__SetAudioDecoderConfiguration(soap, &soap_tmp___trt__SetAudioDecoderConfiguration, "-trt:SetAudioDecoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetAudioDecoderConfiguration(soap, soap_tmp___trt__SetAudioDecoderConfiguration.trt__SetAudioDecoderConfiguration, &trt__SetAudioDecoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetAudioDecoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioDecoderConfigurationResponse.soap_put(soap, "trt:SetAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioDecoderConfigurationResponse.soap_put(soap, "trt:SetAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSourceConfigurationOptions(struct soap *soap)
{ struct __trt__GetVideoSourceConfigurationOptions soap_tmp___trt__GetVideoSourceConfigurationOptions;
_trt__GetVideoSourceConfigurationOptionsResponse trt__GetVideoSourceConfigurationOptionsResponse;
trt__GetVideoSourceConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetVideoSourceConfigurationOptions(soap, &soap_tmp___trt__GetVideoSourceConfigurationOptions);
if (!soap_get___trt__GetVideoSourceConfigurationOptions(soap, &soap_tmp___trt__GetVideoSourceConfigurationOptions, "-trt:GetVideoSourceConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoSourceConfigurationOptions(soap, soap_tmp___trt__GetVideoSourceConfigurationOptions.trt__GetVideoSourceConfigurationOptions, &trt__GetVideoSourceConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoSourceConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceConfigurationOptionsResponse.soap_put(soap, "trt:GetVideoSourceConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceConfigurationOptionsResponse.soap_put(soap, "trt:GetVideoSourceConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoEncoderConfigurationOptions(struct soap *soap)
{ struct __trt__GetVideoEncoderConfigurationOptions soap_tmp___trt__GetVideoEncoderConfigurationOptions;
_trt__GetVideoEncoderConfigurationOptionsResponse trt__GetVideoEncoderConfigurationOptionsResponse;
trt__GetVideoEncoderConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetVideoEncoderConfigurationOptions(soap, &soap_tmp___trt__GetVideoEncoderConfigurationOptions);
if (!soap_get___trt__GetVideoEncoderConfigurationOptions(soap, &soap_tmp___trt__GetVideoEncoderConfigurationOptions, "-trt:GetVideoEncoderConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoEncoderConfigurationOptions(soap, soap_tmp___trt__GetVideoEncoderConfigurationOptions.trt__GetVideoEncoderConfigurationOptions, &trt__GetVideoEncoderConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoEncoderConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoEncoderConfigurationOptionsResponse.soap_put(soap, "trt:GetVideoEncoderConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoEncoderConfigurationOptionsResponse.soap_put(soap, "trt:GetVideoEncoderConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioSourceConfigurationOptions(struct soap *soap)
{ struct __trt__GetAudioSourceConfigurationOptions soap_tmp___trt__GetAudioSourceConfigurationOptions;
_trt__GetAudioSourceConfigurationOptionsResponse trt__GetAudioSourceConfigurationOptionsResponse;
trt__GetAudioSourceConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetAudioSourceConfigurationOptions(soap, &soap_tmp___trt__GetAudioSourceConfigurationOptions);
if (!soap_get___trt__GetAudioSourceConfigurationOptions(soap, &soap_tmp___trt__GetAudioSourceConfigurationOptions, "-trt:GetAudioSourceConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioSourceConfigurationOptions(soap, soap_tmp___trt__GetAudioSourceConfigurationOptions.trt__GetAudioSourceConfigurationOptions, &trt__GetAudioSourceConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioSourceConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourceConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioSourceConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourceConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioSourceConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioEncoderConfigurationOptions(struct soap *soap)
{ struct __trt__GetAudioEncoderConfigurationOptions soap_tmp___trt__GetAudioEncoderConfigurationOptions;
_trt__GetAudioEncoderConfigurationOptionsResponse trt__GetAudioEncoderConfigurationOptionsResponse;
trt__GetAudioEncoderConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetAudioEncoderConfigurationOptions(soap, &soap_tmp___trt__GetAudioEncoderConfigurationOptions);
if (!soap_get___trt__GetAudioEncoderConfigurationOptions(soap, &soap_tmp___trt__GetAudioEncoderConfigurationOptions, "-trt:GetAudioEncoderConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioEncoderConfigurationOptions(soap, soap_tmp___trt__GetAudioEncoderConfigurationOptions.trt__GetAudioEncoderConfigurationOptions, &trt__GetAudioEncoderConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioEncoderConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioEncoderConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioEncoderConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioEncoderConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioEncoderConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetMetadataConfigurationOptions(struct soap *soap)
{ struct __trt__GetMetadataConfigurationOptions soap_tmp___trt__GetMetadataConfigurationOptions;
_trt__GetMetadataConfigurationOptionsResponse trt__GetMetadataConfigurationOptionsResponse;
trt__GetMetadataConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetMetadataConfigurationOptions(soap, &soap_tmp___trt__GetMetadataConfigurationOptions);
if (!soap_get___trt__GetMetadataConfigurationOptions(soap, &soap_tmp___trt__GetMetadataConfigurationOptions, "-trt:GetMetadataConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetMetadataConfigurationOptions(soap, soap_tmp___trt__GetMetadataConfigurationOptions.trt__GetMetadataConfigurationOptions, &trt__GetMetadataConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetMetadataConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetMetadataConfigurationOptionsResponse.soap_put(soap, "trt:GetMetadataConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetMetadataConfigurationOptionsResponse.soap_put(soap, "trt:GetMetadataConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioOutputConfigurationOptions(struct soap *soap)
{ struct __trt__GetAudioOutputConfigurationOptions soap_tmp___trt__GetAudioOutputConfigurationOptions;
_trt__GetAudioOutputConfigurationOptionsResponse trt__GetAudioOutputConfigurationOptionsResponse;
trt__GetAudioOutputConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetAudioOutputConfigurationOptions(soap, &soap_tmp___trt__GetAudioOutputConfigurationOptions);
if (!soap_get___trt__GetAudioOutputConfigurationOptions(soap, &soap_tmp___trt__GetAudioOutputConfigurationOptions, "-trt:GetAudioOutputConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioOutputConfigurationOptions(soap, soap_tmp___trt__GetAudioOutputConfigurationOptions.trt__GetAudioOutputConfigurationOptions, &trt__GetAudioOutputConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioOutputConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioOutputConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioOutputConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioDecoderConfigurationOptions(struct soap *soap)
{ struct __trt__GetAudioDecoderConfigurationOptions soap_tmp___trt__GetAudioDecoderConfigurationOptions;
_trt__GetAudioDecoderConfigurationOptionsResponse trt__GetAudioDecoderConfigurationOptionsResponse;
trt__GetAudioDecoderConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetAudioDecoderConfigurationOptions(soap, &soap_tmp___trt__GetAudioDecoderConfigurationOptions);
if (!soap_get___trt__GetAudioDecoderConfigurationOptions(soap, &soap_tmp___trt__GetAudioDecoderConfigurationOptions, "-trt:GetAudioDecoderConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioDecoderConfigurationOptions(soap, soap_tmp___trt__GetAudioDecoderConfigurationOptions.trt__GetAudioDecoderConfigurationOptions, &trt__GetAudioDecoderConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioDecoderConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioDecoderConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioDecoderConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioDecoderConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioDecoderConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetGuaranteedNumberOfVideoEncoderInstances(struct soap *soap)
{ struct __trt__GetGuaranteedNumberOfVideoEncoderInstances soap_tmp___trt__GetGuaranteedNumberOfVideoEncoderInstances;
_trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse;
trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse.soap_default(soap);
soap_default___trt__GetGuaranteedNumberOfVideoEncoderInstances(soap, &soap_tmp___trt__GetGuaranteedNumberOfVideoEncoderInstances);
if (!soap_get___trt__GetGuaranteedNumberOfVideoEncoderInstances(soap, &soap_tmp___trt__GetGuaranteedNumberOfVideoEncoderInstances, "-trt:GetGuaranteedNumberOfVideoEncoderInstances", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetGuaranteedNumberOfVideoEncoderInstances(soap, soap_tmp___trt__GetGuaranteedNumberOfVideoEncoderInstances.trt__GetGuaranteedNumberOfVideoEncoderInstances, &trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse.soap_put(soap, "trt:GetGuaranteedNumberOfVideoEncoderInstancesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse.soap_put(soap, "trt:GetGuaranteedNumberOfVideoEncoderInstancesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetStreamUri(struct soap *soap)
{ struct __trt__GetStreamUri soap_tmp___trt__GetStreamUri;
_trt__GetStreamUriResponse trt__GetStreamUriResponse;
trt__GetStreamUriResponse.soap_default(soap);
soap_default___trt__GetStreamUri(soap, &soap_tmp___trt__GetStreamUri);
if (!soap_get___trt__GetStreamUri(soap, &soap_tmp___trt__GetStreamUri, "-trt:GetStreamUri", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetStreamUri(soap, soap_tmp___trt__GetStreamUri.trt__GetStreamUri, &trt__GetStreamUriResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetStreamUriResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetStreamUriResponse.soap_put(soap, "trt:GetStreamUriResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetStreamUriResponse.soap_put(soap, "trt:GetStreamUriResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__StartMulticastStreaming(struct soap *soap)
{ struct __trt__StartMulticastStreaming soap_tmp___trt__StartMulticastStreaming;
_trt__StartMulticastStreamingResponse trt__StartMulticastStreamingResponse;
trt__StartMulticastStreamingResponse.soap_default(soap);
soap_default___trt__StartMulticastStreaming(soap, &soap_tmp___trt__StartMulticastStreaming);
if (!soap_get___trt__StartMulticastStreaming(soap, &soap_tmp___trt__StartMulticastStreaming, "-trt:StartMulticastStreaming", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__StartMulticastStreaming(soap, soap_tmp___trt__StartMulticastStreaming.trt__StartMulticastStreaming, &trt__StartMulticastStreamingResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__StartMulticastStreamingResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__StartMulticastStreamingResponse.soap_put(soap, "trt:StartMulticastStreamingResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__StartMulticastStreamingResponse.soap_put(soap, "trt:StartMulticastStreamingResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__StopMulticastStreaming(struct soap *soap)
{ struct __trt__StopMulticastStreaming soap_tmp___trt__StopMulticastStreaming;
_trt__StopMulticastStreamingResponse trt__StopMulticastStreamingResponse;
trt__StopMulticastStreamingResponse.soap_default(soap);
soap_default___trt__StopMulticastStreaming(soap, &soap_tmp___trt__StopMulticastStreaming);
if (!soap_get___trt__StopMulticastStreaming(soap, &soap_tmp___trt__StopMulticastStreaming, "-trt:StopMulticastStreaming", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__StopMulticastStreaming(soap, soap_tmp___trt__StopMulticastStreaming.trt__StopMulticastStreaming, &trt__StopMulticastStreamingResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__StopMulticastStreamingResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__StopMulticastStreamingResponse.soap_put(soap, "trt:StopMulticastStreamingResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__StopMulticastStreamingResponse.soap_put(soap, "trt:StopMulticastStreamingResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetSynchronizationPoint(struct soap *soap)
{ struct __trt__SetSynchronizationPoint soap_tmp___trt__SetSynchronizationPoint;
_trt__SetSynchronizationPointResponse trt__SetSynchronizationPointResponse;
trt__SetSynchronizationPointResponse.soap_default(soap);
soap_default___trt__SetSynchronizationPoint(soap, &soap_tmp___trt__SetSynchronizationPoint);
if (!soap_get___trt__SetSynchronizationPoint(soap, &soap_tmp___trt__SetSynchronizationPoint, "-trt:SetSynchronizationPoint", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetSynchronizationPoint(soap, soap_tmp___trt__SetSynchronizationPoint.trt__SetSynchronizationPoint, &trt__SetSynchronizationPointResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetSynchronizationPointResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetSynchronizationPointResponse.soap_put(soap, "trt:SetSynchronizationPointResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetSynchronizationPointResponse.soap_put(soap, "trt:SetSynchronizationPointResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetSnapshotUri(struct soap *soap)
{ struct __trt__GetSnapshotUri soap_tmp___trt__GetSnapshotUri;
_trt__GetSnapshotUriResponse trt__GetSnapshotUriResponse;
trt__GetSnapshotUriResponse.soap_default(soap);
soap_default___trt__GetSnapshotUri(soap, &soap_tmp___trt__GetSnapshotUri);
if (!soap_get___trt__GetSnapshotUri(soap, &soap_tmp___trt__GetSnapshotUri, "-trt:GetSnapshotUri", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetSnapshotUri(soap, soap_tmp___trt__GetSnapshotUri.trt__GetSnapshotUri, &trt__GetSnapshotUriResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetSnapshotUriResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetSnapshotUriResponse.soap_put(soap, "trt:GetSnapshotUriResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetSnapshotUriResponse.soap_put(soap, "trt:GetSnapshotUriResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSourceModes(struct soap *soap)
{ struct __trt__GetVideoSourceModes soap_tmp___trt__GetVideoSourceModes;
_trt__GetVideoSourceModesResponse trt__GetVideoSourceModesResponse;
trt__GetVideoSourceModesResponse.soap_default(soap);
soap_default___trt__GetVideoSourceModes(soap, &soap_tmp___trt__GetVideoSourceModes);
if (!soap_get___trt__GetVideoSourceModes(soap, &soap_tmp___trt__GetVideoSourceModes, "-trt:GetVideoSourceModes", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoSourceModes(soap, soap_tmp___trt__GetVideoSourceModes.trt__GetVideoSourceModes, &trt__GetVideoSourceModesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoSourceModesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceModesResponse.soap_put(soap, "trt:GetVideoSourceModesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceModesResponse.soap_put(soap, "trt:GetVideoSourceModesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetVideoSourceMode(struct soap *soap)
{ struct __trt__SetVideoSourceMode soap_tmp___trt__SetVideoSourceMode;
_trt__SetVideoSourceModeResponse trt__SetVideoSourceModeResponse;
trt__SetVideoSourceModeResponse.soap_default(soap);
soap_default___trt__SetVideoSourceMode(soap, &soap_tmp___trt__SetVideoSourceMode);
if (!soap_get___trt__SetVideoSourceMode(soap, &soap_tmp___trt__SetVideoSourceMode, "-trt:SetVideoSourceMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetVideoSourceMode(soap, soap_tmp___trt__SetVideoSourceMode.trt__SetVideoSourceMode, &trt__SetVideoSourceModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetVideoSourceModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoSourceModeResponse.soap_put(soap, "trt:SetVideoSourceModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoSourceModeResponse.soap_put(soap, "trt:SetVideoSourceModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetOSDs(struct soap *soap)
{ struct __trt__GetOSDs soap_tmp___trt__GetOSDs;
_trt__GetOSDsResponse trt__GetOSDsResponse;
trt__GetOSDsResponse.soap_default(soap);
soap_default___trt__GetOSDs(soap, &soap_tmp___trt__GetOSDs);
if (!soap_get___trt__GetOSDs(soap, &soap_tmp___trt__GetOSDs, "-trt:GetOSDs", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetOSDs(soap, soap_tmp___trt__GetOSDs.trt__GetOSDs, &trt__GetOSDsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetOSDsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetOSDsResponse.soap_put(soap, "trt:GetOSDsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetOSDsResponse.soap_put(soap, "trt:GetOSDsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetOSD(struct soap *soap)
{ struct __trt__GetOSD soap_tmp___trt__GetOSD;
_trt__GetOSDResponse trt__GetOSDResponse;
trt__GetOSDResponse.soap_default(soap);
soap_default___trt__GetOSD(soap, &soap_tmp___trt__GetOSD);
if (!soap_get___trt__GetOSD(soap, &soap_tmp___trt__GetOSD, "-trt:GetOSD", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetOSD(soap, soap_tmp___trt__GetOSD.trt__GetOSD, &trt__GetOSDResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetOSDResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetOSDResponse.soap_put(soap, "trt:GetOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetOSDResponse.soap_put(soap, "trt:GetOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetOSDOptions(struct soap *soap)
{ struct __trt__GetOSDOptions soap_tmp___trt__GetOSDOptions;
_trt__GetOSDOptionsResponse trt__GetOSDOptionsResponse;
trt__GetOSDOptionsResponse.soap_default(soap);
soap_default___trt__GetOSDOptions(soap, &soap_tmp___trt__GetOSDOptions);
if (!soap_get___trt__GetOSDOptions(soap, &soap_tmp___trt__GetOSDOptions, "-trt:GetOSDOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetOSDOptions(soap, soap_tmp___trt__GetOSDOptions.trt__GetOSDOptions, &trt__GetOSDOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetOSDOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetOSDOptionsResponse.soap_put(soap, "trt:GetOSDOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetOSDOptionsResponse.soap_put(soap, "trt:GetOSDOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetOSD(struct soap *soap)
{ struct __trt__SetOSD soap_tmp___trt__SetOSD;
_trt__SetOSDResponse trt__SetOSDResponse;
trt__SetOSDResponse.soap_default(soap);
soap_default___trt__SetOSD(soap, &soap_tmp___trt__SetOSD);
if (!soap_get___trt__SetOSD(soap, &soap_tmp___trt__SetOSD, "-trt:SetOSD", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetOSD(soap, soap_tmp___trt__SetOSD.trt__SetOSD, &trt__SetOSDResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetOSDResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetOSDResponse.soap_put(soap, "trt:SetOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetOSDResponse.soap_put(soap, "trt:SetOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__CreateOSD(struct soap *soap)
{ struct __trt__CreateOSD soap_tmp___trt__CreateOSD;
_trt__CreateOSDResponse trt__CreateOSDResponse;
trt__CreateOSDResponse.soap_default(soap);
soap_default___trt__CreateOSD(soap, &soap_tmp___trt__CreateOSD);
if (!soap_get___trt__CreateOSD(soap, &soap_tmp___trt__CreateOSD, "-trt:CreateOSD", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__CreateOSD(soap, soap_tmp___trt__CreateOSD.trt__CreateOSD, &trt__CreateOSDResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__CreateOSDResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__CreateOSDResponse.soap_put(soap, "trt:CreateOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__CreateOSDResponse.soap_put(soap, "trt:CreateOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__DeleteOSD(struct soap *soap)
{ struct __trt__DeleteOSD soap_tmp___trt__DeleteOSD;
_trt__DeleteOSDResponse trt__DeleteOSDResponse;
trt__DeleteOSDResponse.soap_default(soap);
soap_default___trt__DeleteOSD(soap, &soap_tmp___trt__DeleteOSD);
if (!soap_get___trt__DeleteOSD(soap, &soap_tmp___trt__DeleteOSD, "-trt:DeleteOSD", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__DeleteOSD(soap, soap_tmp___trt__DeleteOSD.trt__DeleteOSD, &trt__DeleteOSDResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__DeleteOSDResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__DeleteOSDResponse.soap_put(soap, "trt:DeleteOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__DeleteOSDResponse.soap_put(soap, "trt:DeleteOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetServiceCapabilities_(struct soap *soap)
{ struct __trt__GetServiceCapabilities_ soap_tmp___trt__GetServiceCapabilities_;
_trt__GetServiceCapabilitiesResponse trt__GetServiceCapabilitiesResponse;
trt__GetServiceCapabilitiesResponse.soap_default(soap);
soap_default___trt__GetServiceCapabilities_(soap, &soap_tmp___trt__GetServiceCapabilities_);
if (!soap_get___trt__GetServiceCapabilities_(soap, &soap_tmp___trt__GetServiceCapabilities_, "-trt:GetServiceCapabilities", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetServiceCapabilities_(soap, soap_tmp___trt__GetServiceCapabilities_.trt__GetServiceCapabilities, &trt__GetServiceCapabilitiesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetServiceCapabilitiesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetServiceCapabilitiesResponse.soap_put(soap, "trt:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetServiceCapabilitiesResponse.soap_put(soap, "trt:GetServiceCapabilitiesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSources_(struct soap *soap)
{ struct __trt__GetVideoSources_ soap_tmp___trt__GetVideoSources_;
_trt__GetVideoSourcesResponse trt__GetVideoSourcesResponse;
trt__GetVideoSourcesResponse.soap_default(soap);
soap_default___trt__GetVideoSources_(soap, &soap_tmp___trt__GetVideoSources_);
if (!soap_get___trt__GetVideoSources_(soap, &soap_tmp___trt__GetVideoSources_, "-trt:GetVideoSources", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoSources_(soap, soap_tmp___trt__GetVideoSources_.trt__GetVideoSources, &trt__GetVideoSourcesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoSourcesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourcesResponse.soap_put(soap, "trt:GetVideoSourcesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourcesResponse.soap_put(soap, "trt:GetVideoSourcesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioSources_(struct soap *soap)
{ struct __trt__GetAudioSources_ soap_tmp___trt__GetAudioSources_;
_trt__GetAudioSourcesResponse trt__GetAudioSourcesResponse;
trt__GetAudioSourcesResponse.soap_default(soap);
soap_default___trt__GetAudioSources_(soap, &soap_tmp___trt__GetAudioSources_);
if (!soap_get___trt__GetAudioSources_(soap, &soap_tmp___trt__GetAudioSources_, "-trt:GetAudioSources", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioSources_(soap, soap_tmp___trt__GetAudioSources_.trt__GetAudioSources, &trt__GetAudioSourcesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioSourcesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourcesResponse.soap_put(soap, "trt:GetAudioSourcesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourcesResponse.soap_put(soap, "trt:GetAudioSourcesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioOutputs_(struct soap *soap)
{ struct __trt__GetAudioOutputs_ soap_tmp___trt__GetAudioOutputs_;
_trt__GetAudioOutputsResponse trt__GetAudioOutputsResponse;
trt__GetAudioOutputsResponse.soap_default(soap);
soap_default___trt__GetAudioOutputs_(soap, &soap_tmp___trt__GetAudioOutputs_);
if (!soap_get___trt__GetAudioOutputs_(soap, &soap_tmp___trt__GetAudioOutputs_, "-trt:GetAudioOutputs", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioOutputs_(soap, soap_tmp___trt__GetAudioOutputs_.trt__GetAudioOutputs, &trt__GetAudioOutputsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioOutputsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputsResponse.soap_put(soap, "trt:GetAudioOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputsResponse.soap_put(soap, "trt:GetAudioOutputsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__CreateProfile_(struct soap *soap)
{ struct __trt__CreateProfile_ soap_tmp___trt__CreateProfile_;
_trt__CreateProfileResponse trt__CreateProfileResponse;
trt__CreateProfileResponse.soap_default(soap);
soap_default___trt__CreateProfile_(soap, &soap_tmp___trt__CreateProfile_);
if (!soap_get___trt__CreateProfile_(soap, &soap_tmp___trt__CreateProfile_, "-trt:CreateProfile", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__CreateProfile_(soap, soap_tmp___trt__CreateProfile_.trt__CreateProfile, &trt__CreateProfileResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__CreateProfileResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__CreateProfileResponse.soap_put(soap, "trt:CreateProfileResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__CreateProfileResponse.soap_put(soap, "trt:CreateProfileResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetProfile_(struct soap *soap)
{ struct __trt__GetProfile_ soap_tmp___trt__GetProfile_;
_trt__GetProfileResponse trt__GetProfileResponse;
trt__GetProfileResponse.soap_default(soap);
soap_default___trt__GetProfile_(soap, &soap_tmp___trt__GetProfile_);
if (!soap_get___trt__GetProfile_(soap, &soap_tmp___trt__GetProfile_, "-trt:GetProfile", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetProfile_(soap, soap_tmp___trt__GetProfile_.trt__GetProfile, &trt__GetProfileResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetProfileResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetProfileResponse.soap_put(soap, "trt:GetProfileResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetProfileResponse.soap_put(soap, "trt:GetProfileResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetProfiles_(struct soap *soap)
{ struct __trt__GetProfiles_ soap_tmp___trt__GetProfiles_;
_trt__GetProfilesResponse trt__GetProfilesResponse;
trt__GetProfilesResponse.soap_default(soap);
soap_default___trt__GetProfiles_(soap, &soap_tmp___trt__GetProfiles_);
if (!soap_get___trt__GetProfiles_(soap, &soap_tmp___trt__GetProfiles_, "-trt:GetProfiles", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetProfiles_(soap, soap_tmp___trt__GetProfiles_.trt__GetProfiles, &trt__GetProfilesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetProfilesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetProfilesResponse.soap_put(soap, "trt:GetProfilesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetProfilesResponse.soap_put(soap, "trt:GetProfilesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddVideoEncoderConfiguration_(struct soap *soap)
{ struct __trt__AddVideoEncoderConfiguration_ soap_tmp___trt__AddVideoEncoderConfiguration_;
_trt__AddVideoEncoderConfigurationResponse trt__AddVideoEncoderConfigurationResponse;
trt__AddVideoEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__AddVideoEncoderConfiguration_(soap, &soap_tmp___trt__AddVideoEncoderConfiguration_);
if (!soap_get___trt__AddVideoEncoderConfiguration_(soap, &soap_tmp___trt__AddVideoEncoderConfiguration_, "-trt:AddVideoEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddVideoEncoderConfiguration_(soap, soap_tmp___trt__AddVideoEncoderConfiguration_.trt__AddVideoEncoderConfiguration, &trt__AddVideoEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddVideoEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddVideoEncoderConfigurationResponse.soap_put(soap, "trt:AddVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddVideoEncoderConfigurationResponse.soap_put(soap, "trt:AddVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddVideoSourceConfiguration_(struct soap *soap)
{ struct __trt__AddVideoSourceConfiguration_ soap_tmp___trt__AddVideoSourceConfiguration_;
_trt__AddVideoSourceConfigurationResponse trt__AddVideoSourceConfigurationResponse;
trt__AddVideoSourceConfigurationResponse.soap_default(soap);
soap_default___trt__AddVideoSourceConfiguration_(soap, &soap_tmp___trt__AddVideoSourceConfiguration_);
if (!soap_get___trt__AddVideoSourceConfiguration_(soap, &soap_tmp___trt__AddVideoSourceConfiguration_, "-trt:AddVideoSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddVideoSourceConfiguration_(soap, soap_tmp___trt__AddVideoSourceConfiguration_.trt__AddVideoSourceConfiguration, &trt__AddVideoSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddVideoSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddVideoSourceConfigurationResponse.soap_put(soap, "trt:AddVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddVideoSourceConfigurationResponse.soap_put(soap, "trt:AddVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddAudioEncoderConfiguration_(struct soap *soap)
{ struct __trt__AddAudioEncoderConfiguration_ soap_tmp___trt__AddAudioEncoderConfiguration_;
_trt__AddAudioEncoderConfigurationResponse trt__AddAudioEncoderConfigurationResponse;
trt__AddAudioEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__AddAudioEncoderConfiguration_(soap, &soap_tmp___trt__AddAudioEncoderConfiguration_);
if (!soap_get___trt__AddAudioEncoderConfiguration_(soap, &soap_tmp___trt__AddAudioEncoderConfiguration_, "-trt:AddAudioEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddAudioEncoderConfiguration_(soap, soap_tmp___trt__AddAudioEncoderConfiguration_.trt__AddAudioEncoderConfiguration, &trt__AddAudioEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddAudioEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioEncoderConfigurationResponse.soap_put(soap, "trt:AddAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioEncoderConfigurationResponse.soap_put(soap, "trt:AddAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddAudioSourceConfiguration_(struct soap *soap)
{ struct __trt__AddAudioSourceConfiguration_ soap_tmp___trt__AddAudioSourceConfiguration_;
_trt__AddAudioSourceConfigurationResponse trt__AddAudioSourceConfigurationResponse;
trt__AddAudioSourceConfigurationResponse.soap_default(soap);
soap_default___trt__AddAudioSourceConfiguration_(soap, &soap_tmp___trt__AddAudioSourceConfiguration_);
if (!soap_get___trt__AddAudioSourceConfiguration_(soap, &soap_tmp___trt__AddAudioSourceConfiguration_, "-trt:AddAudioSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddAudioSourceConfiguration_(soap, soap_tmp___trt__AddAudioSourceConfiguration_.trt__AddAudioSourceConfiguration, &trt__AddAudioSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddAudioSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioSourceConfigurationResponse.soap_put(soap, "trt:AddAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioSourceConfigurationResponse.soap_put(soap, "trt:AddAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddPTZConfiguration_(struct soap *soap)
{ struct __trt__AddPTZConfiguration_ soap_tmp___trt__AddPTZConfiguration_;
_trt__AddPTZConfigurationResponse trt__AddPTZConfigurationResponse;
trt__AddPTZConfigurationResponse.soap_default(soap);
soap_default___trt__AddPTZConfiguration_(soap, &soap_tmp___trt__AddPTZConfiguration_);
if (!soap_get___trt__AddPTZConfiguration_(soap, &soap_tmp___trt__AddPTZConfiguration_, "-trt:AddPTZConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddPTZConfiguration_(soap, soap_tmp___trt__AddPTZConfiguration_.trt__AddPTZConfiguration, &trt__AddPTZConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddPTZConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddPTZConfigurationResponse.soap_put(soap, "trt:AddPTZConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddPTZConfigurationResponse.soap_put(soap, "trt:AddPTZConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddVideoAnalyticsConfiguration_(struct soap *soap)
{ struct __trt__AddVideoAnalyticsConfiguration_ soap_tmp___trt__AddVideoAnalyticsConfiguration_;
_trt__AddVideoAnalyticsConfigurationResponse trt__AddVideoAnalyticsConfigurationResponse;
trt__AddVideoAnalyticsConfigurationResponse.soap_default(soap);
soap_default___trt__AddVideoAnalyticsConfiguration_(soap, &soap_tmp___trt__AddVideoAnalyticsConfiguration_);
if (!soap_get___trt__AddVideoAnalyticsConfiguration_(soap, &soap_tmp___trt__AddVideoAnalyticsConfiguration_, "-trt:AddVideoAnalyticsConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddVideoAnalyticsConfiguration_(soap, soap_tmp___trt__AddVideoAnalyticsConfiguration_.trt__AddVideoAnalyticsConfiguration, &trt__AddVideoAnalyticsConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddVideoAnalyticsConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:AddVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:AddVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddMetadataConfiguration_(struct soap *soap)
{ struct __trt__AddMetadataConfiguration_ soap_tmp___trt__AddMetadataConfiguration_;
_trt__AddMetadataConfigurationResponse trt__AddMetadataConfigurationResponse;
trt__AddMetadataConfigurationResponse.soap_default(soap);
soap_default___trt__AddMetadataConfiguration_(soap, &soap_tmp___trt__AddMetadataConfiguration_);
if (!soap_get___trt__AddMetadataConfiguration_(soap, &soap_tmp___trt__AddMetadataConfiguration_, "-trt:AddMetadataConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddMetadataConfiguration_(soap, soap_tmp___trt__AddMetadataConfiguration_.trt__AddMetadataConfiguration, &trt__AddMetadataConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddMetadataConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddMetadataConfigurationResponse.soap_put(soap, "trt:AddMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddMetadataConfigurationResponse.soap_put(soap, "trt:AddMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddAudioOutputConfiguration_(struct soap *soap)
{ struct __trt__AddAudioOutputConfiguration_ soap_tmp___trt__AddAudioOutputConfiguration_;
_trt__AddAudioOutputConfigurationResponse trt__AddAudioOutputConfigurationResponse;
trt__AddAudioOutputConfigurationResponse.soap_default(soap);
soap_default___trt__AddAudioOutputConfiguration_(soap, &soap_tmp___trt__AddAudioOutputConfiguration_);
if (!soap_get___trt__AddAudioOutputConfiguration_(soap, &soap_tmp___trt__AddAudioOutputConfiguration_, "-trt:AddAudioOutputConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddAudioOutputConfiguration_(soap, soap_tmp___trt__AddAudioOutputConfiguration_.trt__AddAudioOutputConfiguration, &trt__AddAudioOutputConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddAudioOutputConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioOutputConfigurationResponse.soap_put(soap, "trt:AddAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioOutputConfigurationResponse.soap_put(soap, "trt:AddAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddAudioDecoderConfiguration_(struct soap *soap)
{ struct __trt__AddAudioDecoderConfiguration_ soap_tmp___trt__AddAudioDecoderConfiguration_;
_trt__AddAudioDecoderConfigurationResponse trt__AddAudioDecoderConfigurationResponse;
trt__AddAudioDecoderConfigurationResponse.soap_default(soap);
soap_default___trt__AddAudioDecoderConfiguration_(soap, &soap_tmp___trt__AddAudioDecoderConfiguration_);
if (!soap_get___trt__AddAudioDecoderConfiguration_(soap, &soap_tmp___trt__AddAudioDecoderConfiguration_, "-trt:AddAudioDecoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__AddAudioDecoderConfiguration_(soap, soap_tmp___trt__AddAudioDecoderConfiguration_.trt__AddAudioDecoderConfiguration, &trt__AddAudioDecoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__AddAudioDecoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioDecoderConfigurationResponse.soap_put(soap, "trt:AddAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__AddAudioDecoderConfigurationResponse.soap_put(soap, "trt:AddAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveVideoEncoderConfiguration_(struct soap *soap)
{ struct __trt__RemoveVideoEncoderConfiguration_ soap_tmp___trt__RemoveVideoEncoderConfiguration_;
_trt__RemoveVideoEncoderConfigurationResponse trt__RemoveVideoEncoderConfigurationResponse;
trt__RemoveVideoEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveVideoEncoderConfiguration_(soap, &soap_tmp___trt__RemoveVideoEncoderConfiguration_);
if (!soap_get___trt__RemoveVideoEncoderConfiguration_(soap, &soap_tmp___trt__RemoveVideoEncoderConfiguration_, "-trt:RemoveVideoEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveVideoEncoderConfiguration_(soap, soap_tmp___trt__RemoveVideoEncoderConfiguration_.trt__RemoveVideoEncoderConfiguration, &trt__RemoveVideoEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveVideoEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveVideoEncoderConfigurationResponse.soap_put(soap, "trt:RemoveVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveVideoEncoderConfigurationResponse.soap_put(soap, "trt:RemoveVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveVideoSourceConfiguration_(struct soap *soap)
{ struct __trt__RemoveVideoSourceConfiguration_ soap_tmp___trt__RemoveVideoSourceConfiguration_;
_trt__RemoveVideoSourceConfigurationResponse trt__RemoveVideoSourceConfigurationResponse;
trt__RemoveVideoSourceConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveVideoSourceConfiguration_(soap, &soap_tmp___trt__RemoveVideoSourceConfiguration_);
if (!soap_get___trt__RemoveVideoSourceConfiguration_(soap, &soap_tmp___trt__RemoveVideoSourceConfiguration_, "-trt:RemoveVideoSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveVideoSourceConfiguration_(soap, soap_tmp___trt__RemoveVideoSourceConfiguration_.trt__RemoveVideoSourceConfiguration, &trt__RemoveVideoSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveVideoSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveVideoSourceConfigurationResponse.soap_put(soap, "trt:RemoveVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveVideoSourceConfigurationResponse.soap_put(soap, "trt:RemoveVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveAudioEncoderConfiguration_(struct soap *soap)
{ struct __trt__RemoveAudioEncoderConfiguration_ soap_tmp___trt__RemoveAudioEncoderConfiguration_;
_trt__RemoveAudioEncoderConfigurationResponse trt__RemoveAudioEncoderConfigurationResponse;
trt__RemoveAudioEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveAudioEncoderConfiguration_(soap, &soap_tmp___trt__RemoveAudioEncoderConfiguration_);
if (!soap_get___trt__RemoveAudioEncoderConfiguration_(soap, &soap_tmp___trt__RemoveAudioEncoderConfiguration_, "-trt:RemoveAudioEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveAudioEncoderConfiguration_(soap, soap_tmp___trt__RemoveAudioEncoderConfiguration_.trt__RemoveAudioEncoderConfiguration, &trt__RemoveAudioEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveAudioEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioEncoderConfigurationResponse.soap_put(soap, "trt:RemoveAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioEncoderConfigurationResponse.soap_put(soap, "trt:RemoveAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveAudioSourceConfiguration_(struct soap *soap)
{ struct __trt__RemoveAudioSourceConfiguration_ soap_tmp___trt__RemoveAudioSourceConfiguration_;
_trt__RemoveAudioSourceConfigurationResponse trt__RemoveAudioSourceConfigurationResponse;
trt__RemoveAudioSourceConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveAudioSourceConfiguration_(soap, &soap_tmp___trt__RemoveAudioSourceConfiguration_);
if (!soap_get___trt__RemoveAudioSourceConfiguration_(soap, &soap_tmp___trt__RemoveAudioSourceConfiguration_, "-trt:RemoveAudioSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveAudioSourceConfiguration_(soap, soap_tmp___trt__RemoveAudioSourceConfiguration_.trt__RemoveAudioSourceConfiguration, &trt__RemoveAudioSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveAudioSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioSourceConfigurationResponse.soap_put(soap, "trt:RemoveAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioSourceConfigurationResponse.soap_put(soap, "trt:RemoveAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemovePTZConfiguration_(struct soap *soap)
{ struct __trt__RemovePTZConfiguration_ soap_tmp___trt__RemovePTZConfiguration_;
_trt__RemovePTZConfigurationResponse trt__RemovePTZConfigurationResponse;
trt__RemovePTZConfigurationResponse.soap_default(soap);
soap_default___trt__RemovePTZConfiguration_(soap, &soap_tmp___trt__RemovePTZConfiguration_);
if (!soap_get___trt__RemovePTZConfiguration_(soap, &soap_tmp___trt__RemovePTZConfiguration_, "-trt:RemovePTZConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemovePTZConfiguration_(soap, soap_tmp___trt__RemovePTZConfiguration_.trt__RemovePTZConfiguration, &trt__RemovePTZConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemovePTZConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemovePTZConfigurationResponse.soap_put(soap, "trt:RemovePTZConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemovePTZConfigurationResponse.soap_put(soap, "trt:RemovePTZConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveVideoAnalyticsConfiguration_(struct soap *soap)
{ struct __trt__RemoveVideoAnalyticsConfiguration_ soap_tmp___trt__RemoveVideoAnalyticsConfiguration_;
_trt__RemoveVideoAnalyticsConfigurationResponse trt__RemoveVideoAnalyticsConfigurationResponse;
trt__RemoveVideoAnalyticsConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveVideoAnalyticsConfiguration_(soap, &soap_tmp___trt__RemoveVideoAnalyticsConfiguration_);
if (!soap_get___trt__RemoveVideoAnalyticsConfiguration_(soap, &soap_tmp___trt__RemoveVideoAnalyticsConfiguration_, "-trt:RemoveVideoAnalyticsConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveVideoAnalyticsConfiguration_(soap, soap_tmp___trt__RemoveVideoAnalyticsConfiguration_.trt__RemoveVideoAnalyticsConfiguration, &trt__RemoveVideoAnalyticsConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveVideoAnalyticsConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:RemoveVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:RemoveVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveMetadataConfiguration_(struct soap *soap)
{ struct __trt__RemoveMetadataConfiguration_ soap_tmp___trt__RemoveMetadataConfiguration_;
_trt__RemoveMetadataConfigurationResponse trt__RemoveMetadataConfigurationResponse;
trt__RemoveMetadataConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveMetadataConfiguration_(soap, &soap_tmp___trt__RemoveMetadataConfiguration_);
if (!soap_get___trt__RemoveMetadataConfiguration_(soap, &soap_tmp___trt__RemoveMetadataConfiguration_, "-trt:RemoveMetadataConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveMetadataConfiguration_(soap, soap_tmp___trt__RemoveMetadataConfiguration_.trt__RemoveMetadataConfiguration, &trt__RemoveMetadataConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveMetadataConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveMetadataConfigurationResponse.soap_put(soap, "trt:RemoveMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveMetadataConfigurationResponse.soap_put(soap, "trt:RemoveMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveAudioOutputConfiguration_(struct soap *soap)
{ struct __trt__RemoveAudioOutputConfiguration_ soap_tmp___trt__RemoveAudioOutputConfiguration_;
_trt__RemoveAudioOutputConfigurationResponse trt__RemoveAudioOutputConfigurationResponse;
trt__RemoveAudioOutputConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveAudioOutputConfiguration_(soap, &soap_tmp___trt__RemoveAudioOutputConfiguration_);
if (!soap_get___trt__RemoveAudioOutputConfiguration_(soap, &soap_tmp___trt__RemoveAudioOutputConfiguration_, "-trt:RemoveAudioOutputConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveAudioOutputConfiguration_(soap, soap_tmp___trt__RemoveAudioOutputConfiguration_.trt__RemoveAudioOutputConfiguration, &trt__RemoveAudioOutputConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveAudioOutputConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioOutputConfigurationResponse.soap_put(soap, "trt:RemoveAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioOutputConfigurationResponse.soap_put(soap, "trt:RemoveAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveAudioDecoderConfiguration_(struct soap *soap)
{ struct __trt__RemoveAudioDecoderConfiguration_ soap_tmp___trt__RemoveAudioDecoderConfiguration_;
_trt__RemoveAudioDecoderConfigurationResponse trt__RemoveAudioDecoderConfigurationResponse;
trt__RemoveAudioDecoderConfigurationResponse.soap_default(soap);
soap_default___trt__RemoveAudioDecoderConfiguration_(soap, &soap_tmp___trt__RemoveAudioDecoderConfiguration_);
if (!soap_get___trt__RemoveAudioDecoderConfiguration_(soap, &soap_tmp___trt__RemoveAudioDecoderConfiguration_, "-trt:RemoveAudioDecoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__RemoveAudioDecoderConfiguration_(soap, soap_tmp___trt__RemoveAudioDecoderConfiguration_.trt__RemoveAudioDecoderConfiguration, &trt__RemoveAudioDecoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__RemoveAudioDecoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioDecoderConfigurationResponse.soap_put(soap, "trt:RemoveAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__RemoveAudioDecoderConfigurationResponse.soap_put(soap, "trt:RemoveAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__DeleteProfile_(struct soap *soap)
{ struct __trt__DeleteProfile_ soap_tmp___trt__DeleteProfile_;
_trt__DeleteProfileResponse trt__DeleteProfileResponse;
trt__DeleteProfileResponse.soap_default(soap);
soap_default___trt__DeleteProfile_(soap, &soap_tmp___trt__DeleteProfile_);
if (!soap_get___trt__DeleteProfile_(soap, &soap_tmp___trt__DeleteProfile_, "-trt:DeleteProfile", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__DeleteProfile_(soap, soap_tmp___trt__DeleteProfile_.trt__DeleteProfile, &trt__DeleteProfileResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__DeleteProfileResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__DeleteProfileResponse.soap_put(soap, "trt:DeleteProfileResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__DeleteProfileResponse.soap_put(soap, "trt:DeleteProfileResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSourceConfigurations_(struct soap *soap)
{ struct __trt__GetVideoSourceConfigurations_ soap_tmp___trt__GetVideoSourceConfigurations_;
_trt__GetVideoSourceConfigurationsResponse trt__GetVideoSourceConfigurationsResponse;
trt__GetVideoSourceConfigurationsResponse.soap_default(soap);
soap_default___trt__GetVideoSourceConfigurations_(soap, &soap_tmp___trt__GetVideoSourceConfigurations_);
if (!soap_get___trt__GetVideoSourceConfigurations_(soap, &soap_tmp___trt__GetVideoSourceConfigurations_, "-trt:GetVideoSourceConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoSourceConfigurations_(soap, soap_tmp___trt__GetVideoSourceConfigurations_.trt__GetVideoSourceConfigurations, &trt__GetVideoSourceConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoSourceConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceConfigurationsResponse.soap_put(soap, "trt:GetVideoSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceConfigurationsResponse.soap_put(soap, "trt:GetVideoSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoEncoderConfigurations_(struct soap *soap)
{ struct __trt__GetVideoEncoderConfigurations_ soap_tmp___trt__GetVideoEncoderConfigurations_;
_trt__GetVideoEncoderConfigurationsResponse trt__GetVideoEncoderConfigurationsResponse;
trt__GetVideoEncoderConfigurationsResponse.soap_default(soap);
soap_default___trt__GetVideoEncoderConfigurations_(soap, &soap_tmp___trt__GetVideoEncoderConfigurations_);
if (!soap_get___trt__GetVideoEncoderConfigurations_(soap, &soap_tmp___trt__GetVideoEncoderConfigurations_, "-trt:GetVideoEncoderConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoEncoderConfigurations_(soap, soap_tmp___trt__GetVideoEncoderConfigurations_.trt__GetVideoEncoderConfigurations, &trt__GetVideoEncoderConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoEncoderConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoEncoderConfigurationsResponse.soap_put(soap, "trt:GetVideoEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoEncoderConfigurationsResponse.soap_put(soap, "trt:GetVideoEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioSourceConfigurations_(struct soap *soap)
{ struct __trt__GetAudioSourceConfigurations_ soap_tmp___trt__GetAudioSourceConfigurations_;
_trt__GetAudioSourceConfigurationsResponse trt__GetAudioSourceConfigurationsResponse;
trt__GetAudioSourceConfigurationsResponse.soap_default(soap);
soap_default___trt__GetAudioSourceConfigurations_(soap, &soap_tmp___trt__GetAudioSourceConfigurations_);
if (!soap_get___trt__GetAudioSourceConfigurations_(soap, &soap_tmp___trt__GetAudioSourceConfigurations_, "-trt:GetAudioSourceConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioSourceConfigurations_(soap, soap_tmp___trt__GetAudioSourceConfigurations_.trt__GetAudioSourceConfigurations, &trt__GetAudioSourceConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioSourceConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourceConfigurationsResponse.soap_put(soap, "trt:GetAudioSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourceConfigurationsResponse.soap_put(soap, "trt:GetAudioSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioEncoderConfigurations_(struct soap *soap)
{ struct __trt__GetAudioEncoderConfigurations_ soap_tmp___trt__GetAudioEncoderConfigurations_;
_trt__GetAudioEncoderConfigurationsResponse trt__GetAudioEncoderConfigurationsResponse;
trt__GetAudioEncoderConfigurationsResponse.soap_default(soap);
soap_default___trt__GetAudioEncoderConfigurations_(soap, &soap_tmp___trt__GetAudioEncoderConfigurations_);
if (!soap_get___trt__GetAudioEncoderConfigurations_(soap, &soap_tmp___trt__GetAudioEncoderConfigurations_, "-trt:GetAudioEncoderConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioEncoderConfigurations_(soap, soap_tmp___trt__GetAudioEncoderConfigurations_.trt__GetAudioEncoderConfigurations, &trt__GetAudioEncoderConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioEncoderConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioEncoderConfigurationsResponse.soap_put(soap, "trt:GetAudioEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioEncoderConfigurationsResponse.soap_put(soap, "trt:GetAudioEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoAnalyticsConfigurations_(struct soap *soap)
{ struct __trt__GetVideoAnalyticsConfigurations_ soap_tmp___trt__GetVideoAnalyticsConfigurations_;
_trt__GetVideoAnalyticsConfigurationsResponse trt__GetVideoAnalyticsConfigurationsResponse;
trt__GetVideoAnalyticsConfigurationsResponse.soap_default(soap);
soap_default___trt__GetVideoAnalyticsConfigurations_(soap, &soap_tmp___trt__GetVideoAnalyticsConfigurations_);
if (!soap_get___trt__GetVideoAnalyticsConfigurations_(soap, &soap_tmp___trt__GetVideoAnalyticsConfigurations_, "-trt:GetVideoAnalyticsConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoAnalyticsConfigurations_(soap, soap_tmp___trt__GetVideoAnalyticsConfigurations_.trt__GetVideoAnalyticsConfigurations, &trt__GetVideoAnalyticsConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoAnalyticsConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoAnalyticsConfigurationsResponse.soap_put(soap, "trt:GetVideoAnalyticsConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoAnalyticsConfigurationsResponse.soap_put(soap, "trt:GetVideoAnalyticsConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetMetadataConfigurations_(struct soap *soap)
{ struct __trt__GetMetadataConfigurations_ soap_tmp___trt__GetMetadataConfigurations_;
_trt__GetMetadataConfigurationsResponse trt__GetMetadataConfigurationsResponse;
trt__GetMetadataConfigurationsResponse.soap_default(soap);
soap_default___trt__GetMetadataConfigurations_(soap, &soap_tmp___trt__GetMetadataConfigurations_);
if (!soap_get___trt__GetMetadataConfigurations_(soap, &soap_tmp___trt__GetMetadataConfigurations_, "-trt:GetMetadataConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetMetadataConfigurations_(soap, soap_tmp___trt__GetMetadataConfigurations_.trt__GetMetadataConfigurations, &trt__GetMetadataConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetMetadataConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetMetadataConfigurationsResponse.soap_put(soap, "trt:GetMetadataConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetMetadataConfigurationsResponse.soap_put(soap, "trt:GetMetadataConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioOutputConfigurations_(struct soap *soap)
{ struct __trt__GetAudioOutputConfigurations_ soap_tmp___trt__GetAudioOutputConfigurations_;
_trt__GetAudioOutputConfigurationsResponse trt__GetAudioOutputConfigurationsResponse;
trt__GetAudioOutputConfigurationsResponse.soap_default(soap);
soap_default___trt__GetAudioOutputConfigurations_(soap, &soap_tmp___trt__GetAudioOutputConfigurations_);
if (!soap_get___trt__GetAudioOutputConfigurations_(soap, &soap_tmp___trt__GetAudioOutputConfigurations_, "-trt:GetAudioOutputConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioOutputConfigurations_(soap, soap_tmp___trt__GetAudioOutputConfigurations_.trt__GetAudioOutputConfigurations, &trt__GetAudioOutputConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioOutputConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputConfigurationsResponse.soap_put(soap, "trt:GetAudioOutputConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputConfigurationsResponse.soap_put(soap, "trt:GetAudioOutputConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioDecoderConfigurations_(struct soap *soap)
{ struct __trt__GetAudioDecoderConfigurations_ soap_tmp___trt__GetAudioDecoderConfigurations_;
_trt__GetAudioDecoderConfigurationsResponse trt__GetAudioDecoderConfigurationsResponse;
trt__GetAudioDecoderConfigurationsResponse.soap_default(soap);
soap_default___trt__GetAudioDecoderConfigurations_(soap, &soap_tmp___trt__GetAudioDecoderConfigurations_);
if (!soap_get___trt__GetAudioDecoderConfigurations_(soap, &soap_tmp___trt__GetAudioDecoderConfigurations_, "-trt:GetAudioDecoderConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioDecoderConfigurations_(soap, soap_tmp___trt__GetAudioDecoderConfigurations_.trt__GetAudioDecoderConfigurations, &trt__GetAudioDecoderConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioDecoderConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioDecoderConfigurationsResponse.soap_put(soap, "trt:GetAudioDecoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioDecoderConfigurationsResponse.soap_put(soap, "trt:GetAudioDecoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSourceConfiguration_(struct soap *soap)
{ struct __trt__GetVideoSourceConfiguration_ soap_tmp___trt__GetVideoSourceConfiguration_;
_trt__GetVideoSourceConfigurationResponse trt__GetVideoSourceConfigurationResponse;
trt__GetVideoSourceConfigurationResponse.soap_default(soap);
soap_default___trt__GetVideoSourceConfiguration_(soap, &soap_tmp___trt__GetVideoSourceConfiguration_);
if (!soap_get___trt__GetVideoSourceConfiguration_(soap, &soap_tmp___trt__GetVideoSourceConfiguration_, "-trt:GetVideoSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoSourceConfiguration_(soap, soap_tmp___trt__GetVideoSourceConfiguration_.trt__GetVideoSourceConfiguration, &trt__GetVideoSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceConfigurationResponse.soap_put(soap, "trt:GetVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceConfigurationResponse.soap_put(soap, "trt:GetVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoEncoderConfiguration_(struct soap *soap)
{ struct __trt__GetVideoEncoderConfiguration_ soap_tmp___trt__GetVideoEncoderConfiguration_;
_trt__GetVideoEncoderConfigurationResponse trt__GetVideoEncoderConfigurationResponse;
trt__GetVideoEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__GetVideoEncoderConfiguration_(soap, &soap_tmp___trt__GetVideoEncoderConfiguration_);
if (!soap_get___trt__GetVideoEncoderConfiguration_(soap, &soap_tmp___trt__GetVideoEncoderConfiguration_, "-trt:GetVideoEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoEncoderConfiguration_(soap, soap_tmp___trt__GetVideoEncoderConfiguration_.trt__GetVideoEncoderConfiguration, &trt__GetVideoEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoEncoderConfigurationResponse.soap_put(soap, "trt:GetVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoEncoderConfigurationResponse.soap_put(soap, "trt:GetVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioSourceConfiguration_(struct soap *soap)
{ struct __trt__GetAudioSourceConfiguration_ soap_tmp___trt__GetAudioSourceConfiguration_;
_trt__GetAudioSourceConfigurationResponse trt__GetAudioSourceConfigurationResponse;
trt__GetAudioSourceConfigurationResponse.soap_default(soap);
soap_default___trt__GetAudioSourceConfiguration_(soap, &soap_tmp___trt__GetAudioSourceConfiguration_);
if (!soap_get___trt__GetAudioSourceConfiguration_(soap, &soap_tmp___trt__GetAudioSourceConfiguration_, "-trt:GetAudioSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioSourceConfiguration_(soap, soap_tmp___trt__GetAudioSourceConfiguration_.trt__GetAudioSourceConfiguration, &trt__GetAudioSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourceConfigurationResponse.soap_put(soap, "trt:GetAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourceConfigurationResponse.soap_put(soap, "trt:GetAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioEncoderConfiguration_(struct soap *soap)
{ struct __trt__GetAudioEncoderConfiguration_ soap_tmp___trt__GetAudioEncoderConfiguration_;
_trt__GetAudioEncoderConfigurationResponse trt__GetAudioEncoderConfigurationResponse;
trt__GetAudioEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__GetAudioEncoderConfiguration_(soap, &soap_tmp___trt__GetAudioEncoderConfiguration_);
if (!soap_get___trt__GetAudioEncoderConfiguration_(soap, &soap_tmp___trt__GetAudioEncoderConfiguration_, "-trt:GetAudioEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioEncoderConfiguration_(soap, soap_tmp___trt__GetAudioEncoderConfiguration_.trt__GetAudioEncoderConfiguration, &trt__GetAudioEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioEncoderConfigurationResponse.soap_put(soap, "trt:GetAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioEncoderConfigurationResponse.soap_put(soap, "trt:GetAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoAnalyticsConfiguration_(struct soap *soap)
{ struct __trt__GetVideoAnalyticsConfiguration_ soap_tmp___trt__GetVideoAnalyticsConfiguration_;
_trt__GetVideoAnalyticsConfigurationResponse trt__GetVideoAnalyticsConfigurationResponse;
trt__GetVideoAnalyticsConfigurationResponse.soap_default(soap);
soap_default___trt__GetVideoAnalyticsConfiguration_(soap, &soap_tmp___trt__GetVideoAnalyticsConfiguration_);
if (!soap_get___trt__GetVideoAnalyticsConfiguration_(soap, &soap_tmp___trt__GetVideoAnalyticsConfiguration_, "-trt:GetVideoAnalyticsConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoAnalyticsConfiguration_(soap, soap_tmp___trt__GetVideoAnalyticsConfiguration_.trt__GetVideoAnalyticsConfiguration, &trt__GetVideoAnalyticsConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoAnalyticsConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:GetVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:GetVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetMetadataConfiguration_(struct soap *soap)
{ struct __trt__GetMetadataConfiguration_ soap_tmp___trt__GetMetadataConfiguration_;
_trt__GetMetadataConfigurationResponse trt__GetMetadataConfigurationResponse;
trt__GetMetadataConfigurationResponse.soap_default(soap);
soap_default___trt__GetMetadataConfiguration_(soap, &soap_tmp___trt__GetMetadataConfiguration_);
if (!soap_get___trt__GetMetadataConfiguration_(soap, &soap_tmp___trt__GetMetadataConfiguration_, "-trt:GetMetadataConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetMetadataConfiguration_(soap, soap_tmp___trt__GetMetadataConfiguration_.trt__GetMetadataConfiguration, &trt__GetMetadataConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetMetadataConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetMetadataConfigurationResponse.soap_put(soap, "trt:GetMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetMetadataConfigurationResponse.soap_put(soap, "trt:GetMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioOutputConfiguration_(struct soap *soap)
{ struct __trt__GetAudioOutputConfiguration_ soap_tmp___trt__GetAudioOutputConfiguration_;
_trt__GetAudioOutputConfigurationResponse trt__GetAudioOutputConfigurationResponse;
trt__GetAudioOutputConfigurationResponse.soap_default(soap);
soap_default___trt__GetAudioOutputConfiguration_(soap, &soap_tmp___trt__GetAudioOutputConfiguration_);
if (!soap_get___trt__GetAudioOutputConfiguration_(soap, &soap_tmp___trt__GetAudioOutputConfiguration_, "-trt:GetAudioOutputConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioOutputConfiguration_(soap, soap_tmp___trt__GetAudioOutputConfiguration_.trt__GetAudioOutputConfiguration, &trt__GetAudioOutputConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioOutputConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputConfigurationResponse.soap_put(soap, "trt:GetAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputConfigurationResponse.soap_put(soap, "trt:GetAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioDecoderConfiguration_(struct soap *soap)
{ struct __trt__GetAudioDecoderConfiguration_ soap_tmp___trt__GetAudioDecoderConfiguration_;
_trt__GetAudioDecoderConfigurationResponse trt__GetAudioDecoderConfigurationResponse;
trt__GetAudioDecoderConfigurationResponse.soap_default(soap);
soap_default___trt__GetAudioDecoderConfiguration_(soap, &soap_tmp___trt__GetAudioDecoderConfiguration_);
if (!soap_get___trt__GetAudioDecoderConfiguration_(soap, &soap_tmp___trt__GetAudioDecoderConfiguration_, "-trt:GetAudioDecoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioDecoderConfiguration_(soap, soap_tmp___trt__GetAudioDecoderConfiguration_.trt__GetAudioDecoderConfiguration, &trt__GetAudioDecoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioDecoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioDecoderConfigurationResponse.soap_put(soap, "trt:GetAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioDecoderConfigurationResponse.soap_put(soap, "trt:GetAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleVideoEncoderConfigurations_(struct soap *soap)
{ struct __trt__GetCompatibleVideoEncoderConfigurations_ soap_tmp___trt__GetCompatibleVideoEncoderConfigurations_;
_trt__GetCompatibleVideoEncoderConfigurationsResponse trt__GetCompatibleVideoEncoderConfigurationsResponse;
trt__GetCompatibleVideoEncoderConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleVideoEncoderConfigurations_(soap, &soap_tmp___trt__GetCompatibleVideoEncoderConfigurations_);
if (!soap_get___trt__GetCompatibleVideoEncoderConfigurations_(soap, &soap_tmp___trt__GetCompatibleVideoEncoderConfigurations_, "-trt:GetCompatibleVideoEncoderConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleVideoEncoderConfigurations_(soap, soap_tmp___trt__GetCompatibleVideoEncoderConfigurations_.trt__GetCompatibleVideoEncoderConfigurations, &trt__GetCompatibleVideoEncoderConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleVideoEncoderConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleVideoEncoderConfigurationsResponse.soap_put(soap, "trt:GetCompatibleVideoEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleVideoEncoderConfigurationsResponse.soap_put(soap, "trt:GetCompatibleVideoEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleVideoSourceConfigurations_(struct soap *soap)
{ struct __trt__GetCompatibleVideoSourceConfigurations_ soap_tmp___trt__GetCompatibleVideoSourceConfigurations_;
_trt__GetCompatibleVideoSourceConfigurationsResponse trt__GetCompatibleVideoSourceConfigurationsResponse;
trt__GetCompatibleVideoSourceConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleVideoSourceConfigurations_(soap, &soap_tmp___trt__GetCompatibleVideoSourceConfigurations_);
if (!soap_get___trt__GetCompatibleVideoSourceConfigurations_(soap, &soap_tmp___trt__GetCompatibleVideoSourceConfigurations_, "-trt:GetCompatibleVideoSourceConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleVideoSourceConfigurations_(soap, soap_tmp___trt__GetCompatibleVideoSourceConfigurations_.trt__GetCompatibleVideoSourceConfigurations, &trt__GetCompatibleVideoSourceConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleVideoSourceConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleVideoSourceConfigurationsResponse.soap_put(soap, "trt:GetCompatibleVideoSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleVideoSourceConfigurationsResponse.soap_put(soap, "trt:GetCompatibleVideoSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleAudioEncoderConfigurations_(struct soap *soap)
{ struct __trt__GetCompatibleAudioEncoderConfigurations_ soap_tmp___trt__GetCompatibleAudioEncoderConfigurations_;
_trt__GetCompatibleAudioEncoderConfigurationsResponse trt__GetCompatibleAudioEncoderConfigurationsResponse;
trt__GetCompatibleAudioEncoderConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleAudioEncoderConfigurations_(soap, &soap_tmp___trt__GetCompatibleAudioEncoderConfigurations_);
if (!soap_get___trt__GetCompatibleAudioEncoderConfigurations_(soap, &soap_tmp___trt__GetCompatibleAudioEncoderConfigurations_, "-trt:GetCompatibleAudioEncoderConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleAudioEncoderConfigurations_(soap, soap_tmp___trt__GetCompatibleAudioEncoderConfigurations_.trt__GetCompatibleAudioEncoderConfigurations, &trt__GetCompatibleAudioEncoderConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleAudioEncoderConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioEncoderConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioEncoderConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioEncoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleAudioSourceConfigurations_(struct soap *soap)
{ struct __trt__GetCompatibleAudioSourceConfigurations_ soap_tmp___trt__GetCompatibleAudioSourceConfigurations_;
_trt__GetCompatibleAudioSourceConfigurationsResponse trt__GetCompatibleAudioSourceConfigurationsResponse;
trt__GetCompatibleAudioSourceConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleAudioSourceConfigurations_(soap, &soap_tmp___trt__GetCompatibleAudioSourceConfigurations_);
if (!soap_get___trt__GetCompatibleAudioSourceConfigurations_(soap, &soap_tmp___trt__GetCompatibleAudioSourceConfigurations_, "-trt:GetCompatibleAudioSourceConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleAudioSourceConfigurations_(soap, soap_tmp___trt__GetCompatibleAudioSourceConfigurations_.trt__GetCompatibleAudioSourceConfigurations, &trt__GetCompatibleAudioSourceConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleAudioSourceConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioSourceConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioSourceConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioSourceConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleVideoAnalyticsConfigurations_(struct soap *soap)
{ struct __trt__GetCompatibleVideoAnalyticsConfigurations_ soap_tmp___trt__GetCompatibleVideoAnalyticsConfigurations_;
_trt__GetCompatibleVideoAnalyticsConfigurationsResponse trt__GetCompatibleVideoAnalyticsConfigurationsResponse;
trt__GetCompatibleVideoAnalyticsConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleVideoAnalyticsConfigurations_(soap, &soap_tmp___trt__GetCompatibleVideoAnalyticsConfigurations_);
if (!soap_get___trt__GetCompatibleVideoAnalyticsConfigurations_(soap, &soap_tmp___trt__GetCompatibleVideoAnalyticsConfigurations_, "-trt:GetCompatibleVideoAnalyticsConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleVideoAnalyticsConfigurations_(soap, soap_tmp___trt__GetCompatibleVideoAnalyticsConfigurations_.trt__GetCompatibleVideoAnalyticsConfigurations, &trt__GetCompatibleVideoAnalyticsConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleVideoAnalyticsConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleVideoAnalyticsConfigurationsResponse.soap_put(soap, "trt:GetCompatibleVideoAnalyticsConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleVideoAnalyticsConfigurationsResponse.soap_put(soap, "trt:GetCompatibleVideoAnalyticsConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleMetadataConfigurations_(struct soap *soap)
{ struct __trt__GetCompatibleMetadataConfigurations_ soap_tmp___trt__GetCompatibleMetadataConfigurations_;
_trt__GetCompatibleMetadataConfigurationsResponse trt__GetCompatibleMetadataConfigurationsResponse;
trt__GetCompatibleMetadataConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleMetadataConfigurations_(soap, &soap_tmp___trt__GetCompatibleMetadataConfigurations_);
if (!soap_get___trt__GetCompatibleMetadataConfigurations_(soap, &soap_tmp___trt__GetCompatibleMetadataConfigurations_, "-trt:GetCompatibleMetadataConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleMetadataConfigurations_(soap, soap_tmp___trt__GetCompatibleMetadataConfigurations_.trt__GetCompatibleMetadataConfigurations, &trt__GetCompatibleMetadataConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleMetadataConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleMetadataConfigurationsResponse.soap_put(soap, "trt:GetCompatibleMetadataConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleMetadataConfigurationsResponse.soap_put(soap, "trt:GetCompatibleMetadataConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleAudioOutputConfigurations_(struct soap *soap)
{ struct __trt__GetCompatibleAudioOutputConfigurations_ soap_tmp___trt__GetCompatibleAudioOutputConfigurations_;
_trt__GetCompatibleAudioOutputConfigurationsResponse trt__GetCompatibleAudioOutputConfigurationsResponse;
trt__GetCompatibleAudioOutputConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleAudioOutputConfigurations_(soap, &soap_tmp___trt__GetCompatibleAudioOutputConfigurations_);
if (!soap_get___trt__GetCompatibleAudioOutputConfigurations_(soap, &soap_tmp___trt__GetCompatibleAudioOutputConfigurations_, "-trt:GetCompatibleAudioOutputConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleAudioOutputConfigurations_(soap, soap_tmp___trt__GetCompatibleAudioOutputConfigurations_.trt__GetCompatibleAudioOutputConfigurations, &trt__GetCompatibleAudioOutputConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleAudioOutputConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioOutputConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioOutputConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioOutputConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioOutputConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleAudioDecoderConfigurations_(struct soap *soap)
{ struct __trt__GetCompatibleAudioDecoderConfigurations_ soap_tmp___trt__GetCompatibleAudioDecoderConfigurations_;
_trt__GetCompatibleAudioDecoderConfigurationsResponse trt__GetCompatibleAudioDecoderConfigurationsResponse;
trt__GetCompatibleAudioDecoderConfigurationsResponse.soap_default(soap);
soap_default___trt__GetCompatibleAudioDecoderConfigurations_(soap, &soap_tmp___trt__GetCompatibleAudioDecoderConfigurations_);
if (!soap_get___trt__GetCompatibleAudioDecoderConfigurations_(soap, &soap_tmp___trt__GetCompatibleAudioDecoderConfigurations_, "-trt:GetCompatibleAudioDecoderConfigurations", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetCompatibleAudioDecoderConfigurations_(soap, soap_tmp___trt__GetCompatibleAudioDecoderConfigurations_.trt__GetCompatibleAudioDecoderConfigurations, &trt__GetCompatibleAudioDecoderConfigurationsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetCompatibleAudioDecoderConfigurationsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioDecoderConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioDecoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetCompatibleAudioDecoderConfigurationsResponse.soap_put(soap, "trt:GetCompatibleAudioDecoderConfigurationsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetVideoSourceConfiguration_(struct soap *soap)
{ struct __trt__SetVideoSourceConfiguration_ soap_tmp___trt__SetVideoSourceConfiguration_;
_trt__SetVideoSourceConfigurationResponse trt__SetVideoSourceConfigurationResponse;
trt__SetVideoSourceConfigurationResponse.soap_default(soap);
soap_default___trt__SetVideoSourceConfiguration_(soap, &soap_tmp___trt__SetVideoSourceConfiguration_);
if (!soap_get___trt__SetVideoSourceConfiguration_(soap, &soap_tmp___trt__SetVideoSourceConfiguration_, "-trt:SetVideoSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetVideoSourceConfiguration_(soap, soap_tmp___trt__SetVideoSourceConfiguration_.trt__SetVideoSourceConfiguration, &trt__SetVideoSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetVideoSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoSourceConfigurationResponse.soap_put(soap, "trt:SetVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoSourceConfigurationResponse.soap_put(soap, "trt:SetVideoSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetVideoEncoderConfiguration_(struct soap *soap)
{ struct __trt__SetVideoEncoderConfiguration_ soap_tmp___trt__SetVideoEncoderConfiguration_;
_trt__SetVideoEncoderConfigurationResponse trt__SetVideoEncoderConfigurationResponse;
trt__SetVideoEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__SetVideoEncoderConfiguration_(soap, &soap_tmp___trt__SetVideoEncoderConfiguration_);
if (!soap_get___trt__SetVideoEncoderConfiguration_(soap, &soap_tmp___trt__SetVideoEncoderConfiguration_, "-trt:SetVideoEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetVideoEncoderConfiguration_(soap, soap_tmp___trt__SetVideoEncoderConfiguration_.trt__SetVideoEncoderConfiguration, &trt__SetVideoEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetVideoEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoEncoderConfigurationResponse.soap_put(soap, "trt:SetVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoEncoderConfigurationResponse.soap_put(soap, "trt:SetVideoEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetAudioSourceConfiguration_(struct soap *soap)
{ struct __trt__SetAudioSourceConfiguration_ soap_tmp___trt__SetAudioSourceConfiguration_;
_trt__SetAudioSourceConfigurationResponse trt__SetAudioSourceConfigurationResponse;
trt__SetAudioSourceConfigurationResponse.soap_default(soap);
soap_default___trt__SetAudioSourceConfiguration_(soap, &soap_tmp___trt__SetAudioSourceConfiguration_);
if (!soap_get___trt__SetAudioSourceConfiguration_(soap, &soap_tmp___trt__SetAudioSourceConfiguration_, "-trt:SetAudioSourceConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetAudioSourceConfiguration_(soap, soap_tmp___trt__SetAudioSourceConfiguration_.trt__SetAudioSourceConfiguration, &trt__SetAudioSourceConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetAudioSourceConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioSourceConfigurationResponse.soap_put(soap, "trt:SetAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioSourceConfigurationResponse.soap_put(soap, "trt:SetAudioSourceConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetAudioEncoderConfiguration_(struct soap *soap)
{ struct __trt__SetAudioEncoderConfiguration_ soap_tmp___trt__SetAudioEncoderConfiguration_;
_trt__SetAudioEncoderConfigurationResponse trt__SetAudioEncoderConfigurationResponse;
trt__SetAudioEncoderConfigurationResponse.soap_default(soap);
soap_default___trt__SetAudioEncoderConfiguration_(soap, &soap_tmp___trt__SetAudioEncoderConfiguration_);
if (!soap_get___trt__SetAudioEncoderConfiguration_(soap, &soap_tmp___trt__SetAudioEncoderConfiguration_, "-trt:SetAudioEncoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetAudioEncoderConfiguration_(soap, soap_tmp___trt__SetAudioEncoderConfiguration_.trt__SetAudioEncoderConfiguration, &trt__SetAudioEncoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetAudioEncoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioEncoderConfigurationResponse.soap_put(soap, "trt:SetAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioEncoderConfigurationResponse.soap_put(soap, "trt:SetAudioEncoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetVideoAnalyticsConfiguration_(struct soap *soap)
{ struct __trt__SetVideoAnalyticsConfiguration_ soap_tmp___trt__SetVideoAnalyticsConfiguration_;
_trt__SetVideoAnalyticsConfigurationResponse trt__SetVideoAnalyticsConfigurationResponse;
trt__SetVideoAnalyticsConfigurationResponse.soap_default(soap);
soap_default___trt__SetVideoAnalyticsConfiguration_(soap, &soap_tmp___trt__SetVideoAnalyticsConfiguration_);
if (!soap_get___trt__SetVideoAnalyticsConfiguration_(soap, &soap_tmp___trt__SetVideoAnalyticsConfiguration_, "-trt:SetVideoAnalyticsConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetVideoAnalyticsConfiguration_(soap, soap_tmp___trt__SetVideoAnalyticsConfiguration_.trt__SetVideoAnalyticsConfiguration, &trt__SetVideoAnalyticsConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetVideoAnalyticsConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:SetVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoAnalyticsConfigurationResponse.soap_put(soap, "trt:SetVideoAnalyticsConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetMetadataConfiguration_(struct soap *soap)
{ struct __trt__SetMetadataConfiguration_ soap_tmp___trt__SetMetadataConfiguration_;
_trt__SetMetadataConfigurationResponse trt__SetMetadataConfigurationResponse;
trt__SetMetadataConfigurationResponse.soap_default(soap);
soap_default___trt__SetMetadataConfiguration_(soap, &soap_tmp___trt__SetMetadataConfiguration_);
if (!soap_get___trt__SetMetadataConfiguration_(soap, &soap_tmp___trt__SetMetadataConfiguration_, "-trt:SetMetadataConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetMetadataConfiguration_(soap, soap_tmp___trt__SetMetadataConfiguration_.trt__SetMetadataConfiguration, &trt__SetMetadataConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetMetadataConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetMetadataConfigurationResponse.soap_put(soap, "trt:SetMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetMetadataConfigurationResponse.soap_put(soap, "trt:SetMetadataConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetAudioOutputConfiguration_(struct soap *soap)
{ struct __trt__SetAudioOutputConfiguration_ soap_tmp___trt__SetAudioOutputConfiguration_;
_trt__SetAudioOutputConfigurationResponse trt__SetAudioOutputConfigurationResponse;
trt__SetAudioOutputConfigurationResponse.soap_default(soap);
soap_default___trt__SetAudioOutputConfiguration_(soap, &soap_tmp___trt__SetAudioOutputConfiguration_);
if (!soap_get___trt__SetAudioOutputConfiguration_(soap, &soap_tmp___trt__SetAudioOutputConfiguration_, "-trt:SetAudioOutputConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetAudioOutputConfiguration_(soap, soap_tmp___trt__SetAudioOutputConfiguration_.trt__SetAudioOutputConfiguration, &trt__SetAudioOutputConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetAudioOutputConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioOutputConfigurationResponse.soap_put(soap, "trt:SetAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioOutputConfigurationResponse.soap_put(soap, "trt:SetAudioOutputConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetAudioDecoderConfiguration_(struct soap *soap)
{ struct __trt__SetAudioDecoderConfiguration_ soap_tmp___trt__SetAudioDecoderConfiguration_;
_trt__SetAudioDecoderConfigurationResponse trt__SetAudioDecoderConfigurationResponse;
trt__SetAudioDecoderConfigurationResponse.soap_default(soap);
soap_default___trt__SetAudioDecoderConfiguration_(soap, &soap_tmp___trt__SetAudioDecoderConfiguration_);
if (!soap_get___trt__SetAudioDecoderConfiguration_(soap, &soap_tmp___trt__SetAudioDecoderConfiguration_, "-trt:SetAudioDecoderConfiguration", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetAudioDecoderConfiguration_(soap, soap_tmp___trt__SetAudioDecoderConfiguration_.trt__SetAudioDecoderConfiguration, &trt__SetAudioDecoderConfigurationResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetAudioDecoderConfigurationResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioDecoderConfigurationResponse.soap_put(soap, "trt:SetAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetAudioDecoderConfigurationResponse.soap_put(soap, "trt:SetAudioDecoderConfigurationResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSourceConfigurationOptions_(struct soap *soap)
{ struct __trt__GetVideoSourceConfigurationOptions_ soap_tmp___trt__GetVideoSourceConfigurationOptions_;
_trt__GetVideoSourceConfigurationOptionsResponse trt__GetVideoSourceConfigurationOptionsResponse;
trt__GetVideoSourceConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetVideoSourceConfigurationOptions_(soap, &soap_tmp___trt__GetVideoSourceConfigurationOptions_);
if (!soap_get___trt__GetVideoSourceConfigurationOptions_(soap, &soap_tmp___trt__GetVideoSourceConfigurationOptions_, "-trt:GetVideoSourceConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoSourceConfigurationOptions_(soap, soap_tmp___trt__GetVideoSourceConfigurationOptions_.trt__GetVideoSourceConfigurationOptions, &trt__GetVideoSourceConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoSourceConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceConfigurationOptionsResponse.soap_put(soap, "trt:GetVideoSourceConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceConfigurationOptionsResponse.soap_put(soap, "trt:GetVideoSourceConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoEncoderConfigurationOptions_(struct soap *soap)
{ struct __trt__GetVideoEncoderConfigurationOptions_ soap_tmp___trt__GetVideoEncoderConfigurationOptions_;
_trt__GetVideoEncoderConfigurationOptionsResponse trt__GetVideoEncoderConfigurationOptionsResponse;
trt__GetVideoEncoderConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetVideoEncoderConfigurationOptions_(soap, &soap_tmp___trt__GetVideoEncoderConfigurationOptions_);
if (!soap_get___trt__GetVideoEncoderConfigurationOptions_(soap, &soap_tmp___trt__GetVideoEncoderConfigurationOptions_, "-trt:GetVideoEncoderConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoEncoderConfigurationOptions_(soap, soap_tmp___trt__GetVideoEncoderConfigurationOptions_.trt__GetVideoEncoderConfigurationOptions, &trt__GetVideoEncoderConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoEncoderConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoEncoderConfigurationOptionsResponse.soap_put(soap, "trt:GetVideoEncoderConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoEncoderConfigurationOptionsResponse.soap_put(soap, "trt:GetVideoEncoderConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioSourceConfigurationOptions_(struct soap *soap)
{ struct __trt__GetAudioSourceConfigurationOptions_ soap_tmp___trt__GetAudioSourceConfigurationOptions_;
_trt__GetAudioSourceConfigurationOptionsResponse trt__GetAudioSourceConfigurationOptionsResponse;
trt__GetAudioSourceConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetAudioSourceConfigurationOptions_(soap, &soap_tmp___trt__GetAudioSourceConfigurationOptions_);
if (!soap_get___trt__GetAudioSourceConfigurationOptions_(soap, &soap_tmp___trt__GetAudioSourceConfigurationOptions_, "-trt:GetAudioSourceConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioSourceConfigurationOptions_(soap, soap_tmp___trt__GetAudioSourceConfigurationOptions_.trt__GetAudioSourceConfigurationOptions, &trt__GetAudioSourceConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioSourceConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourceConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioSourceConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioSourceConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioSourceConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioEncoderConfigurationOptions_(struct soap *soap)
{ struct __trt__GetAudioEncoderConfigurationOptions_ soap_tmp___trt__GetAudioEncoderConfigurationOptions_;
_trt__GetAudioEncoderConfigurationOptionsResponse trt__GetAudioEncoderConfigurationOptionsResponse;
trt__GetAudioEncoderConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetAudioEncoderConfigurationOptions_(soap, &soap_tmp___trt__GetAudioEncoderConfigurationOptions_);
if (!soap_get___trt__GetAudioEncoderConfigurationOptions_(soap, &soap_tmp___trt__GetAudioEncoderConfigurationOptions_, "-trt:GetAudioEncoderConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioEncoderConfigurationOptions_(soap, soap_tmp___trt__GetAudioEncoderConfigurationOptions_.trt__GetAudioEncoderConfigurationOptions, &trt__GetAudioEncoderConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioEncoderConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioEncoderConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioEncoderConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioEncoderConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioEncoderConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetMetadataConfigurationOptions_(struct soap *soap)
{ struct __trt__GetMetadataConfigurationOptions_ soap_tmp___trt__GetMetadataConfigurationOptions_;
_trt__GetMetadataConfigurationOptionsResponse trt__GetMetadataConfigurationOptionsResponse;
trt__GetMetadataConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetMetadataConfigurationOptions_(soap, &soap_tmp___trt__GetMetadataConfigurationOptions_);
if (!soap_get___trt__GetMetadataConfigurationOptions_(soap, &soap_tmp___trt__GetMetadataConfigurationOptions_, "-trt:GetMetadataConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetMetadataConfigurationOptions_(soap, soap_tmp___trt__GetMetadataConfigurationOptions_.trt__GetMetadataConfigurationOptions, &trt__GetMetadataConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetMetadataConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetMetadataConfigurationOptionsResponse.soap_put(soap, "trt:GetMetadataConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetMetadataConfigurationOptionsResponse.soap_put(soap, "trt:GetMetadataConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioOutputConfigurationOptions_(struct soap *soap)
{ struct __trt__GetAudioOutputConfigurationOptions_ soap_tmp___trt__GetAudioOutputConfigurationOptions_;
_trt__GetAudioOutputConfigurationOptionsResponse trt__GetAudioOutputConfigurationOptionsResponse;
trt__GetAudioOutputConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetAudioOutputConfigurationOptions_(soap, &soap_tmp___trt__GetAudioOutputConfigurationOptions_);
if (!soap_get___trt__GetAudioOutputConfigurationOptions_(soap, &soap_tmp___trt__GetAudioOutputConfigurationOptions_, "-trt:GetAudioOutputConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioOutputConfigurationOptions_(soap, soap_tmp___trt__GetAudioOutputConfigurationOptions_.trt__GetAudioOutputConfigurationOptions, &trt__GetAudioOutputConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioOutputConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioOutputConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioOutputConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioOutputConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioDecoderConfigurationOptions_(struct soap *soap)
{ struct __trt__GetAudioDecoderConfigurationOptions_ soap_tmp___trt__GetAudioDecoderConfigurationOptions_;
_trt__GetAudioDecoderConfigurationOptionsResponse trt__GetAudioDecoderConfigurationOptionsResponse;
trt__GetAudioDecoderConfigurationOptionsResponse.soap_default(soap);
soap_default___trt__GetAudioDecoderConfigurationOptions_(soap, &soap_tmp___trt__GetAudioDecoderConfigurationOptions_);
if (!soap_get___trt__GetAudioDecoderConfigurationOptions_(soap, &soap_tmp___trt__GetAudioDecoderConfigurationOptions_, "-trt:GetAudioDecoderConfigurationOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetAudioDecoderConfigurationOptions_(soap, soap_tmp___trt__GetAudioDecoderConfigurationOptions_.trt__GetAudioDecoderConfigurationOptions, &trt__GetAudioDecoderConfigurationOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetAudioDecoderConfigurationOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioDecoderConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioDecoderConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetAudioDecoderConfigurationOptionsResponse.soap_put(soap, "trt:GetAudioDecoderConfigurationOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetGuaranteedNumberOfVideoEncoderInstances_(struct soap *soap)
{ struct __trt__GetGuaranteedNumberOfVideoEncoderInstances_ soap_tmp___trt__GetGuaranteedNumberOfVideoEncoderInstances_;
_trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse;
trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse.soap_default(soap);
soap_default___trt__GetGuaranteedNumberOfVideoEncoderInstances_(soap, &soap_tmp___trt__GetGuaranteedNumberOfVideoEncoderInstances_);
if (!soap_get___trt__GetGuaranteedNumberOfVideoEncoderInstances_(soap, &soap_tmp___trt__GetGuaranteedNumberOfVideoEncoderInstances_, "-trt:GetGuaranteedNumberOfVideoEncoderInstances", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetGuaranteedNumberOfVideoEncoderInstances_(soap, soap_tmp___trt__GetGuaranteedNumberOfVideoEncoderInstances_.trt__GetGuaranteedNumberOfVideoEncoderInstances, &trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse.soap_put(soap, "trt:GetGuaranteedNumberOfVideoEncoderInstancesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse.soap_put(soap, "trt:GetGuaranteedNumberOfVideoEncoderInstancesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetStreamUri_(struct soap *soap)
{ struct __trt__GetStreamUri_ soap_tmp___trt__GetStreamUri_;
_trt__GetStreamUriResponse trt__GetStreamUriResponse;
trt__GetStreamUriResponse.soap_default(soap);
soap_default___trt__GetStreamUri_(soap, &soap_tmp___trt__GetStreamUri_);
if (!soap_get___trt__GetStreamUri_(soap, &soap_tmp___trt__GetStreamUri_, "-trt:GetStreamUri", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetStreamUri_(soap, soap_tmp___trt__GetStreamUri_.trt__GetStreamUri, &trt__GetStreamUriResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetStreamUriResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetStreamUriResponse.soap_put(soap, "trt:GetStreamUriResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetStreamUriResponse.soap_put(soap, "trt:GetStreamUriResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__StartMulticastStreaming_(struct soap *soap)
{ struct __trt__StartMulticastStreaming_ soap_tmp___trt__StartMulticastStreaming_;
_trt__StartMulticastStreamingResponse trt__StartMulticastStreamingResponse;
trt__StartMulticastStreamingResponse.soap_default(soap);
soap_default___trt__StartMulticastStreaming_(soap, &soap_tmp___trt__StartMulticastStreaming_);
if (!soap_get___trt__StartMulticastStreaming_(soap, &soap_tmp___trt__StartMulticastStreaming_, "-trt:StartMulticastStreaming", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__StartMulticastStreaming_(soap, soap_tmp___trt__StartMulticastStreaming_.trt__StartMulticastStreaming, &trt__StartMulticastStreamingResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__StartMulticastStreamingResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__StartMulticastStreamingResponse.soap_put(soap, "trt:StartMulticastStreamingResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__StartMulticastStreamingResponse.soap_put(soap, "trt:StartMulticastStreamingResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__StopMulticastStreaming_(struct soap *soap)
{ struct __trt__StopMulticastStreaming_ soap_tmp___trt__StopMulticastStreaming_;
_trt__StopMulticastStreamingResponse trt__StopMulticastStreamingResponse;
trt__StopMulticastStreamingResponse.soap_default(soap);
soap_default___trt__StopMulticastStreaming_(soap, &soap_tmp___trt__StopMulticastStreaming_);
if (!soap_get___trt__StopMulticastStreaming_(soap, &soap_tmp___trt__StopMulticastStreaming_, "-trt:StopMulticastStreaming", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__StopMulticastStreaming_(soap, soap_tmp___trt__StopMulticastStreaming_.trt__StopMulticastStreaming, &trt__StopMulticastStreamingResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__StopMulticastStreamingResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__StopMulticastStreamingResponse.soap_put(soap, "trt:StopMulticastStreamingResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__StopMulticastStreamingResponse.soap_put(soap, "trt:StopMulticastStreamingResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetSynchronizationPoint_(struct soap *soap)
{ struct __trt__SetSynchronizationPoint_ soap_tmp___trt__SetSynchronizationPoint_;
_trt__SetSynchronizationPointResponse trt__SetSynchronizationPointResponse;
trt__SetSynchronizationPointResponse.soap_default(soap);
soap_default___trt__SetSynchronizationPoint_(soap, &soap_tmp___trt__SetSynchronizationPoint_);
if (!soap_get___trt__SetSynchronizationPoint_(soap, &soap_tmp___trt__SetSynchronizationPoint_, "-trt:SetSynchronizationPoint", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetSynchronizationPoint_(soap, soap_tmp___trt__SetSynchronizationPoint_.trt__SetSynchronizationPoint, &trt__SetSynchronizationPointResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetSynchronizationPointResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetSynchronizationPointResponse.soap_put(soap, "trt:SetSynchronizationPointResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetSynchronizationPointResponse.soap_put(soap, "trt:SetSynchronizationPointResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetSnapshotUri_(struct soap *soap)
{ struct __trt__GetSnapshotUri_ soap_tmp___trt__GetSnapshotUri_;
_trt__GetSnapshotUriResponse trt__GetSnapshotUriResponse;
trt__GetSnapshotUriResponse.soap_default(soap);
soap_default___trt__GetSnapshotUri_(soap, &soap_tmp___trt__GetSnapshotUri_);
if (!soap_get___trt__GetSnapshotUri_(soap, &soap_tmp___trt__GetSnapshotUri_, "-trt:GetSnapshotUri", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetSnapshotUri_(soap, soap_tmp___trt__GetSnapshotUri_.trt__GetSnapshotUri, &trt__GetSnapshotUriResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetSnapshotUriResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetSnapshotUriResponse.soap_put(soap, "trt:GetSnapshotUriResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetSnapshotUriResponse.soap_put(soap, "trt:GetSnapshotUriResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSourceModes_(struct soap *soap)
{ struct __trt__GetVideoSourceModes_ soap_tmp___trt__GetVideoSourceModes_;
_trt__GetVideoSourceModesResponse trt__GetVideoSourceModesResponse;
trt__GetVideoSourceModesResponse.soap_default(soap);
soap_default___trt__GetVideoSourceModes_(soap, &soap_tmp___trt__GetVideoSourceModes_);
if (!soap_get___trt__GetVideoSourceModes_(soap, &soap_tmp___trt__GetVideoSourceModes_, "-trt:GetVideoSourceModes", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetVideoSourceModes_(soap, soap_tmp___trt__GetVideoSourceModes_.trt__GetVideoSourceModes, &trt__GetVideoSourceModesResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetVideoSourceModesResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceModesResponse.soap_put(soap, "trt:GetVideoSourceModesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetVideoSourceModesResponse.soap_put(soap, "trt:GetVideoSourceModesResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetVideoSourceMode_(struct soap *soap)
{ struct __trt__SetVideoSourceMode_ soap_tmp___trt__SetVideoSourceMode_;
_trt__SetVideoSourceModeResponse trt__SetVideoSourceModeResponse;
trt__SetVideoSourceModeResponse.soap_default(soap);
soap_default___trt__SetVideoSourceMode_(soap, &soap_tmp___trt__SetVideoSourceMode_);
if (!soap_get___trt__SetVideoSourceMode_(soap, &soap_tmp___trt__SetVideoSourceMode_, "-trt:SetVideoSourceMode", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetVideoSourceMode_(soap, soap_tmp___trt__SetVideoSourceMode_.trt__SetVideoSourceMode, &trt__SetVideoSourceModeResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetVideoSourceModeResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoSourceModeResponse.soap_put(soap, "trt:SetVideoSourceModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetVideoSourceModeResponse.soap_put(soap, "trt:SetVideoSourceModeResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetOSDs_(struct soap *soap)
{ struct __trt__GetOSDs_ soap_tmp___trt__GetOSDs_;
_trt__GetOSDsResponse trt__GetOSDsResponse;
trt__GetOSDsResponse.soap_default(soap);
soap_default___trt__GetOSDs_(soap, &soap_tmp___trt__GetOSDs_);
if (!soap_get___trt__GetOSDs_(soap, &soap_tmp___trt__GetOSDs_, "-trt:GetOSDs", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetOSDs_(soap, soap_tmp___trt__GetOSDs_.trt__GetOSDs, &trt__GetOSDsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetOSDsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetOSDsResponse.soap_put(soap, "trt:GetOSDsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetOSDsResponse.soap_put(soap, "trt:GetOSDsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetOSD_(struct soap *soap)
{ struct __trt__GetOSD_ soap_tmp___trt__GetOSD_;
_trt__GetOSDResponse trt__GetOSDResponse;
trt__GetOSDResponse.soap_default(soap);
soap_default___trt__GetOSD_(soap, &soap_tmp___trt__GetOSD_);
if (!soap_get___trt__GetOSD_(soap, &soap_tmp___trt__GetOSD_, "-trt:GetOSD", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetOSD_(soap, soap_tmp___trt__GetOSD_.trt__GetOSD, &trt__GetOSDResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetOSDResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetOSDResponse.soap_put(soap, "trt:GetOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetOSDResponse.soap_put(soap, "trt:GetOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetOSDOptions_(struct soap *soap)
{ struct __trt__GetOSDOptions_ soap_tmp___trt__GetOSDOptions_;
_trt__GetOSDOptionsResponse trt__GetOSDOptionsResponse;
trt__GetOSDOptionsResponse.soap_default(soap);
soap_default___trt__GetOSDOptions_(soap, &soap_tmp___trt__GetOSDOptions_);
if (!soap_get___trt__GetOSDOptions_(soap, &soap_tmp___trt__GetOSDOptions_, "-trt:GetOSDOptions", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__GetOSDOptions_(soap, soap_tmp___trt__GetOSDOptions_.trt__GetOSDOptions, &trt__GetOSDOptionsResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__GetOSDOptionsResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetOSDOptionsResponse.soap_put(soap, "trt:GetOSDOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__GetOSDOptionsResponse.soap_put(soap, "trt:GetOSDOptionsResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetOSD_(struct soap *soap)
{ struct __trt__SetOSD_ soap_tmp___trt__SetOSD_;
_trt__SetOSDResponse trt__SetOSDResponse;
trt__SetOSDResponse.soap_default(soap);
soap_default___trt__SetOSD_(soap, &soap_tmp___trt__SetOSD_);
if (!soap_get___trt__SetOSD_(soap, &soap_tmp___trt__SetOSD_, "-trt:SetOSD", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__SetOSD_(soap, soap_tmp___trt__SetOSD_.trt__SetOSD, &trt__SetOSDResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__SetOSDResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetOSDResponse.soap_put(soap, "trt:SetOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__SetOSDResponse.soap_put(soap, "trt:SetOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__CreateOSD_(struct soap *soap)
{ struct __trt__CreateOSD_ soap_tmp___trt__CreateOSD_;
_trt__CreateOSDResponse trt__CreateOSDResponse;
trt__CreateOSDResponse.soap_default(soap);
soap_default___trt__CreateOSD_(soap, &soap_tmp___trt__CreateOSD_);
if (!soap_get___trt__CreateOSD_(soap, &soap_tmp___trt__CreateOSD_, "-trt:CreateOSD", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__CreateOSD_(soap, soap_tmp___trt__CreateOSD_.trt__CreateOSD, &trt__CreateOSDResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__CreateOSDResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__CreateOSDResponse.soap_put(soap, "trt:CreateOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__CreateOSDResponse.soap_put(soap, "trt:CreateOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__DeleteOSD_(struct soap *soap)
{ struct __trt__DeleteOSD_ soap_tmp___trt__DeleteOSD_;
_trt__DeleteOSDResponse trt__DeleteOSDResponse;
trt__DeleteOSDResponse.soap_default(soap);
soap_default___trt__DeleteOSD_(soap, &soap_tmp___trt__DeleteOSD_);
if (!soap_get___trt__DeleteOSD_(soap, &soap_tmp___trt__DeleteOSD_, "-trt:DeleteOSD", NULL))
return soap->error;
if (soap_body_end_in(soap)
|| soap_envelope_end_in(soap)
|| soap_end_recv(soap))
return soap->error;
soap->error = __trt__DeleteOSD_(soap, soap_tmp___trt__DeleteOSD_.trt__DeleteOSD, &trt__DeleteOSDResponse);
if (soap->error)
return soap->error;
soap->encodingStyle = NULL;
soap_serializeheader(soap);
trt__DeleteOSDResponse.soap_serialize(soap);
if (soap_begin_count(soap))
return soap->error;
if (soap->mode & SOAP_IO_LENGTH)
{ if (soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__DeleteOSDResponse.soap_put(soap, "trt:DeleteOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap))
return soap->error;
};
if (soap_end_count(soap)
|| soap_response(soap, SOAP_OK)
|| soap_envelope_begin_out(soap)
|| soap_putheader(soap)
|| soap_body_begin_out(soap)
|| trt__DeleteOSDResponse.soap_put(soap, "trt:DeleteOSDResponse", "")
|| soap_body_end_out(soap)
|| soap_envelope_end_out(soap)
|| soap_end_send(soap))
return soap->error;
return soap_closesock(soap);
}
#if defined(__BORLANDC__)
#pragma option pop
#pragma option pop
#endif
/* End of soapServer.cpp */
|
92dad7bc284b08d318379cf6306dea34ad5fc624
|
bc997f47b4cffef395f0ce85d72f113ceb1466e6
|
/Baltic/baltic21_swaps.cpp
|
4d55dcce373d2d3c55fe5440b2d4ea7abfd27e44
|
[
"LicenseRef-scancode-public-domain"
] |
permissive
|
koosaga/olympiad
|
1f069dd480004c9df033b73d87004b765d77d622
|
fcb87b58dc8b5715b3ae2fac788bd1b7cac9bffe
|
refs/heads/master
| 2023-09-01T07:37:45.168803
| 2023-08-31T14:18:03
| 2023-08-31T14:18:03
| 45,691,895
| 246
| 49
| null | 2020-10-20T16:52:45
| 2015-11-06T16:01:57
|
C++
|
UTF-8
|
C++
| false
| false
| 1,045
|
cpp
|
baltic21_swaps.cpp
|
#include <bits/stdc++.h>
#include "swaps.h"
using namespace std;
using lint = long long;
using llf = long double;
using pi = pair<int, int>;
#define sz(v) ((int)(v).size())
#define all(v) (v).begin(), (v).end()
void solve(int n, int _){
vector<int> ord(n);
iota(all(ord), 1);
while(n != (n & -n)) n += (n & -n);
for(int step = 2; step <= n; step <<= 1){
vector<pi> buffer;
auto swap = [&](int x, int y){
if(y >= sz(ord)) return;
buffer.emplace_back(x, y);
};
auto flush = [&](){
if(sz(buffer) == 0) return;
for(auto &[x, y] : buffer){
schedule(ord[x], ord[y]);
}
auto ans = visit();
for(int i = 0; i < sz(ans); i++){
int x, y; tie(x, y) = buffer[i];
if(!ans[i]) std::swap(ord[x], ord[y]);
}
buffer.clear();
};
for(int j = 0; j < n; j += step){
for(int k = 0; k < step / 2; k++){
swap(j + k, j + step - k - 1);
}
}
flush();
for(int j = step / 4; j >= 1; j >>= 1){
for(int k = 0; k < n; k++){
if((j & k) == 0) swap(k, k + j);
}
flush();
}
}
answer(ord);
}
|
bb9d0e9910b109b5ec0ae064618f7e0eea63db69
|
e4604ca852749a029a0eee0fbf7ba153d6bc6994
|
/src/server/poolserver/Database/ServerDatabaseEnv.cpp
|
9cfa4b96c433f6f1a99ede8a069dfb03092ce1cd
|
[] |
no_license
|
hrobeers/poolserver
|
c1f3eec144433ef6fa21f79a1c9fbcd379208fc9
|
b140e8da98ce9091251443dbe0ed59b2500633e0
|
refs/heads/master
| 2021-01-13T10:02:31.315292
| 2014-10-29T16:59:25
| 2014-10-29T16:59:25
| 72,150,365
| 0
| 3
| null | 2016-10-27T21:39:01
| 2016-10-27T21:39:00
| null |
UTF-8
|
C++
| false
| false
| 73
|
cpp
|
ServerDatabaseEnv.cpp
|
#include "ServerDatabaseEnv.h"
ServerDatabaseWorkerPoolMySQL sDatabase;
|
79f3787867a0907d5b61a42cc2bd3ad981ab6c4d
|
f594004a4ec1635668f5ba26b09bd15901a5a31e
|
/Prepar3D v4 SDK 4.3.29.25520/PDK/HmdSample/HmdSample.cpp
|
59a99c0f24c8139a6caed20298cb64c6c20e29f5
|
[] |
no_license
|
agsdzj/P3D-V6.0
|
a8dc2c744677927a16b36d1613c0e8a1fb929097
|
64db5e3270ea66eaa80022542496f9f28c4bf334
|
refs/heads/master
| 2023-03-16T19:59:29.641064
| 2019-06-30T07:28:54
| 2019-06-30T07:28:54
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 20,351
|
cpp
|
HmdSample.cpp
|
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) Lockheed Martin Corporation 2017
// All rights reserved
//
// HmdSample.cpp
//
///////////////////////////////////////////////////////////////////////////////
#include "HmdSample.h"
#include "WorldDrawWindowCallback.h"
///////////////////////////////////////////////////////////////////////////////
//
// HmdPanelCallback
//
///////////////////////////////////////////////////////////////////////////////
DEFINE_PANEL_CALLBACK_REFCOUNT(HmdPanelCallback);
///////////////////////////////////////////////////////////////////////////////
//
// HmdPanelCallback
// Constructor
//
///////////////////////////////////////////////////////////////////////////////
HmdPanelCallback::HmdPanelCallback()
: m_RefCount(1)
{
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdPanelCallback
// ConvertStringToProperty
//
///////////////////////////////////////////////////////////////////////////////
bool HmdPanelCallback::ConvertStringToProperty(LPCSTR keyword, SINT32* pID)
{
if (!keyword)
{
return false;
}
if (!pID)
{
return false;
}
UINT uNumProperties;
const PROPERTY_TABLE *parPropertyTable = GetPropertyTable(uNumProperties);
for (UINT i = 0; i < uNumProperties; i++)
{
if (_stricmp(parPropertyTable[i].szPropertyName, keyword) == 0)
{
*pID = i;
return true;
}
}
return false;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdPanelCallback
// ConvertPropertyToString
//
///////////////////////////////////////////////////////////////////////////////
bool HmdPanelCallback::ConvertPropertyToString(SINT32 id, LPCSTR* pKeyword)
{
if (!pKeyword)
{
return false;
}
UINT uNumProperties;
const PROPERTY_TABLE *parPropertyTable = GetPropertyTable(uNumProperties);
if (id < 0 || id >= (SINT32)uNumProperties)
{
return false;
}
*pKeyword = parPropertyTable[id].szPropertyName;
return true;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdPanelCallback
// GetPropertyUnits
//
///////////////////////////////////////////////////////////////////////////////
bool HmdPanelCallback::GetPropertyUnits(SINT32 id, ENUM* pEnum)
{
if (!pEnum)
{
return false;
}
UINT uNumProperties;
const PROPERTY_TABLE *parPropertyTable = GetPropertyTable(uNumProperties);
if (id < 0 || id >= (SINT32)uNumProperties)
{
return false;
}
*pEnum = parPropertyTable[id].units;
return true;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdPanelCallback
// CreateAircraftCCallback
//
///////////////////////////////////////////////////////////////////////////////
IAircraftCCallback * HmdPanelCallback::CreateAircraftCCallback(UINT32 ContainerID)
{
return new HmdAircraftCallback(ContainerID);
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdPanelCallback
// GetPropertyTable
//
///////////////////////////////////////////////////////////////////////////////
const PROPERTY_TABLE *HmdPanelCallback::GetPropertyTable(UINT &uLength)
{
uLength = LENGTHOF(HMD_PROPERTY_TABLE);
return HMD_PROPERTY_TABLE;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdAircraftCallback
//
///////////////////////////////////////////////////////////////////////////////
DEFINE_PANEL_CALLBACK_REFCOUNT(HmdAircraftCallback);
///////////////////////////////////////////////////////////////////////////////
//
// HmdAircraftCallback
// Constructor
//
///////////////////////////////////////////////////////////////////////////////
HmdAircraftCallback::HmdAircraftCallback(UINT32 containerId) :
m_containerId(containerId),
m_RefCount(1)
{
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdAircraftCallback
// CreateGaugeCCallback
//
///////////////////////////////////////////////////////////////////////////////
IGaugeCCallback* HmdAircraftCallback::CreateGaugeCCallback()
{
return new HmdGaugeCallback(GetContainerId());
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
//
///////////////////////////////////////////////////////////////////////////////
DEFINE_PANEL_CALLBACK_REFCOUNT(HmdGaugeCallback)
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// Constructor
//
///////////////////////////////////////////////////////////////////////////////
HmdGaugeCallback::HmdGaugeCallback(UINT32 containerId) :
m_RefCount(1),
m_containerId(containerId),
m_bActive(true),
m_fCameraPitch(0),
m_fCameraBank(0),
m_fCameraHeading(0),
m_fHFov(0.0f),
m_fVFov(0.0f),
m_fZoom(0.0f),
m_bHasTarget(false),
m_fTargetX(0.0f),
m_fTargetY(0.0f),
m_fTargetAlt(0.0f),
m_fTargetAspectAngle(0.0f),
m_fTargetDistance(0.0f)
{
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// Destructor
//
///////////////////////////////////////////////////////////////////////////////
HmdGaugeCallback::~HmdGaugeCallback()
{
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// Update
//
///////////////////////////////////////////////////////////////////////////////
void HmdGaugeCallback::Update()
{
UpdateVisibility();
if (m_bActive)
{
UpdatePbh();
UpdateTarget();
}
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// UpdateVisibility
//
///////////////////////////////////////////////////////////////////////////////
void HmdGaugeCallback::UpdateVisibility()
{
bool bVisible = false;
WindowList windowList;
PdkServices::GetWindowPluginSystem()->GetWindowList(windowList);
for (size_t i = 0; i < windowList.Items.size(); i++)
{
CComPtr<IWindowV400> curWindow = windowList.Items[i];
if (curWindow->IsMainAppWindow() &&
curWindow->GetCameraSystem() &&
curWindow->GetCameraSystem()->IsVirtualCockpit())
{
bVisible = true;
break;
}
}
m_bActive = bVisible;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// UpdatePbh
//
///////////////////////////////////////////////////////////////////////////////
void HmdGaugeCallback::UpdatePbh()
{
WindowList windowList;
PdkServices::GetWindowPluginSystem()->GetWindowList(windowList);
for (size_t i = 0; i < windowList.Items.size(); i++)
{
CComPtr<IWindowV400> curWindow = windowList.Items[i];
if (curWindow->IsMainAppWindow())
{
if (curWindow)
{
P3D::ICameraSystemV400* pCamV400 = curWindow->GetCameraSystem();
CComPtr<P3D::ICameraSystemV410> spCamV410;
if (pCamV400)
{
if (SUCCEEDED(pCamV400->QueryInterface(IID_ICameraSystemV410, (void**)&spCamV410)))
{
ObjectWorldTransform origin;
spCamV410->GetWorldTransform(origin, CAMERA_REFERENCE_ORIGIN);
spCamV410->GetWorldTransform(m_CameraTransform, CAMERA_REFERENCE_EYE);
ObjectLocalTransform offset;
PdkServices::GetObjectRenderer()->CalculateBodyRelativeOffset(origin, m_CameraTransform, offset);
m_fCameraPitch = offset.PBH.Pitch;
m_fCameraBank = offset.PBH.Bank;
m_fCameraHeading = offset.PBH.Heading;
}
}
}
}
}
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// UpdateTarget
//
///////////////////////////////////////////////////////////////////////////////
void HmdGaugeCallback::UpdateTarget()
{
CComPtr<IBaseObjectV400> pUserObject;
PdkServices::GetSimObjectManager()->GetUserObject(&pUserObject);
if (pUserObject != nullptr)
{
CComPtr<IFireControlSystem> spFireControlSystem;
pUserObject->QueryService(SID_FireControlSystem, IID_IFireControlSystem, (void**)&spFireControlSystem);
if (spFireControlSystem != nullptr)
{
double lat;
double lon;
double alt;
UINT uTargetId = spFireControlSystem->GetSelectedTargetID();
if (uTargetId != 0)
{
m_bHasTarget = true;
P3DDXYZ vUserLLA;
P3DDXYZ vUserPBH;
P3DDXYZ vUserLLAvel;
P3DDXYZ vUserPBHvel;
pUserObject->GetPosition(vUserLLA, vUserPBH, vUserLLAvel, vUserPBHvel);
CComPtr<IBaseObjectV400> pTargetObject;
PdkServices::GetSimObjectManager()->GetObject(uTargetId, &pTargetObject);
P3DDXYZ vTargetLLA;
P3DDXYZ vTargetPBH;
P3DDXYZ vTargetLLAvel;
P3DDXYZ vTargetPBHvel;
pTargetObject->GetPosition(vTargetLLA, vTargetPBH, vTargetLLAvel, vTargetPBHvel);
m_TargetTransform.LLA.Latitude = RAD_TO_DEG(vTargetLLA.dZ);
m_TargetTransform.LLA.Longitude = RAD_TO_DEG(vTargetLLA.dX);
m_TargetTransform.LLA.Altitude = FEET_TO_METERS(vTargetLLA.dY);
m_TargetTransform.PBH.Pitch = (float)RAD_TO_DEG(vTargetPBH.dX);
m_TargetTransform.PBH.Bank = (float)RAD_TO_DEG(vTargetPBH.dZ);
m_TargetTransform.PBH.Heading = (float)RAD_TO_DEG(vTargetPBH.dY);
lat = vTargetLLA.dZ;
lon = vTargetLLA.dX;
alt = vTargetLLA.dY;
lat = RAD_TO_DEG(lat);
lon = RAD_TO_DEG(lon);
m_fTargetAlt = (float)alt;
m_fTargetAspectAngle = RAD_TO_DEG(vTargetPBH.dY - vUserPBH.dY);
double deltaLatitude_radians = vTargetLLA.dZ - vUserLLA.dZ;
double deltaLongitude_radians = vTargetLLA.dX - vUserLLA.dX;
double deltaAltitude_feet = vTargetLLA.dY - vUserLLA.dY;
P3D::DXYZ relativePosition;
relativePosition.dX = deltaLongitude_radians * RADIUS_OF_EARTH_AT_EQUATOR * cos(vTargetLLA.dZ);
relativePosition.dY = deltaAltitude_feet;//lonAltLat_radians.dY;
relativePosition.dZ = deltaLatitude_radians * RADIUS_OF_EARTH_AT_EQUATOR;
double distance = 0.0;
distance = sqrt((relativePosition.dX * relativePosition.dX) + (relativePosition.dY * relativePosition.dY) + (relativePosition.dZ * relativePosition.dZ));
m_fTargetDistance = (float)distance;
IWindowV400* pWindow = PdkServices::GetWindowPluginSystem()->GetCurrentWindow();
if (pWindow->IsMainAppWindow())
{
if (pWindow->GetCameraSystem()->IsHMDView())
{
ObjectLocalTransform transToTarget;
PdkServices::GetObjectRenderer()->CalculateBodyRelativeOffset(m_CameraTransform, m_TargetTransform, transToTarget);
m_fTargetX = 0.5f + transToTarget.XYZ.X * 0.5f / transToTarget.XYZ.Z;
m_fTargetY = 0.5f - transToTarget.XYZ.Y * 0.5f / transToTarget.XYZ.Z;
}
else
{
ScreenCoord sc;
PdkServices::GetWindowPluginSystem()->GetCurrentWindow()->GetCameraSystem()->GetScreenCoord(m_TargetTransform.LLA, sc);
unsigned int w, h;
pWindow->GetSize(w, h);
if (h != 0 && w != 0)
{
if (w > h)
{
m_fTargetX = (sc.XPixels - ((w - h) / 2)) / (float)h;
m_fTargetY = sc.YPixels / (float)h;
}
else
{
m_fTargetX = sc.XPixels / (float)w;
m_fTargetY = (sc.YPixels - ((h - w) / 2)) / (float)w;
}
}
}
}
}
else
{
m_bHasTarget = false;
}
}
}
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// IsActive
//
///////////////////////////////////////////////////////////////////////////////
bool HmdGaugeCallback::IsActive()
{
return m_bActive;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// SetActive
//
///////////////////////////////////////////////////////////////////////////////
void HmdGaugeCallback::SetActive(bool bActive)
{
m_bActive = bActive;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// GetPitch
//
///////////////////////////////////////////////////////////////////////////////
float HmdGaugeCallback::GetPitch()
{
return m_fCameraPitch;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// GetBank
//
///////////////////////////////////////////////////////////////////////////////
float HmdGaugeCallback::GetBank()
{
return m_fCameraBank;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// GetHeading
//
///////////////////////////////////////////////////////////////////////////////
float HmdGaugeCallback::GetHeading()
{
return m_fCameraHeading;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// GetHFov
//
///////////////////////////////////////////////////////////////////////////////
float HmdGaugeCallback::GetHFov()
{
return m_fHFov;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// GetVFov
//
///////////////////////////////////////////////////////////////////////////////
float HmdGaugeCallback::GetVFov()
{
return m_fVFov;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// GetZoom
//
///////////////////////////////////////////////////////////////////////////////
float HmdGaugeCallback::GetZoom()
{
return m_fZoom;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// HasTarget
//
///////////////////////////////////////////////////////////////////////////////
bool HmdGaugeCallback::HasTarget()
{
return m_bHasTarget;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// GetTargetX
//
///////////////////////////////////////////////////////////////////////////////
float HmdGaugeCallback::GetTargetX()
{
return m_fTargetX;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// GetTargetY
//
///////////////////////////////////////////////////////////////////////////////
float HmdGaugeCallback::GetTargetY()
{
return m_fTargetY;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// GetTargetAlt
//
///////////////////////////////////////////////////////////////////////////////
float HmdGaugeCallback::GetTargetAlt()
{
return m_fTargetAlt;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// GetTargetAspectAngle
//
///////////////////////////////////////////////////////////////////////////////
float HmdGaugeCallback::GetTargetAspectAngle()
{
return m_fTargetAspectAngle;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// GetTargetDistance
//
///////////////////////////////////////////////////////////////////////////////
float HmdGaugeCallback::GetTargetDistance()
{
return m_fTargetDistance;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// GetPropertyValue
//
///////////////////////////////////////////////////////////////////////////////
bool HmdGaugeCallback::GetPropertyValue(SINT32 id, FLOAT64* pValue)
{
if (!pValue)
{
return false;
}
*pValue = 1.0; // Start with a reasonable default
HMD_VAR eHmdVar = (HMD_VAR)id;
switch (eHmdVar)
{
case HmdActive:
*pValue = IsActive();
break;
case HmdPitch:
*pValue = GetPitch();
break;
case HmdBank:
*pValue = GetBank();
break;
case HmdHeading:
*pValue = GetHeading();
break;
case HmdHFov:
*pValue = GetHFov();
break;
case HmdVFov:
*pValue = GetVFov();
break;
case HmdZoom:
*pValue = GetZoom();
break;
case HmdTarget:
*pValue = HasTarget();
break;
case HmdTargetX:
*pValue = GetTargetX();
break;
case HmdTargetY:
*pValue = GetTargetY();
break;
case HmdTargetAlt:
*pValue = GetTargetAlt();
break;
case HmdTargetAspectAngle:
*pValue = GetTargetAspectAngle();
break;
case HmdTargetDistance:
*pValue = GetTargetDistance();
break;
default:
return false;
}
return true;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// SetPropertyValue
//
///////////////////////////////////////////////////////////////////////////////
bool HmdGaugeCallback::SetPropertyValue(SINT32 id, FLOAT64 value)
{
HMD_VAR eHmdVar = (HMD_VAR)id;
switch (eHmdVar)
{
case HmdActive:
SetActive(value != 0.0);
break;
default:
return false;
}
return true;
}
///////////////////////////////////////////////////////////////////////////////
//
// HmdGaugeCallback
// QueryInterface
//
///////////////////////////////////////////////////////////////////////////////
IGaugeCCallback* HmdGaugeCallback::QueryInterface(LPCSTR pszInterface)
{
if (strncmp(pszInterface, ISERIALIZABLE_GAUGECCALLBACK_NAME, strlen(ISERIALIZABLE_GAUGECCALLBACK_NAME)) == 0)
{
return this;
}
return NULL;
}
static VRPanelRenderPlugin* pVRPanelRenderPlugin = nullptr;
///////////////////////////////////////////////////////////////////////////////
//
// DLLStart
//
///////////////////////////////////////////////////////////////////////////////
extern "C" __declspec(dllexport) void __stdcall DLLStart(__in __notnull IPdk* pPdk)
{
if (pPdk != nullptr)
{
// create panel callback passing in the radar service pointer
HmdPanelCallback * pPanelCallback = new HmdPanelCallback();
PdkServices::Init(pPdk);
PdkServices::GetPanelSystem()->PanelRegisterCCallback(HMD_SAMPLE_CALLBACK_NAME, pPanelCallback);
pVRPanelRenderPlugin = new VRPanelRenderPlugin();
// clean up local ref counted resources
pPanelCallback->Release();
}
return;
}
///////////////////////////////////////////////////////////////////////////////
//
// DLLStop
//
///////////////////////////////////////////////////////////////////////////////
extern "C" __declspec(dllexport) void __stdcall DLLStop(void)
{
// unregister the callback
PdkServices::GetPanelSystem()->PanelRegisterCCallback(HMD_SAMPLE_CALLBACK_NAME, nullptr);
delete pVRPanelRenderPlugin;
PdkServices::Shutdown();
}
|
69faf50a1b601ac46326cff98fe00250513b6108
|
0b79f0a0ddadee7ef45755e8d74693e2cc609c52
|
/main/src/jumpnrun/mover/effect/PrologFujitsubo.cpp
|
40f93cbe895c4c479366d226a94937a35ffc3345
|
[
"MIT"
] |
permissive
|
wonderhorn/mkfj
|
ec98fdf82766d376d99f55659b413ad423608a90
|
18d2dd290811662d87abefe2fe2e338ba9caf8a5
|
refs/heads/master
| 2022-11-24T18:34:23.665540
| 2020-07-26T10:58:31
| 2020-07-26T10:58:31
| 276,013,519
| 5
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 3,327
|
cpp
|
PrologFujitsubo.cpp
|
#include"jumpnrun/mover/effect/Effect.h"
#include"jumpnrun/mover/character/Character.h"
#include"jumpnrun/GRAPHICS.h"
#include"jumpnrun/system/Parmanent.h"
using namespace jnr;
using namespace gfw;
using namespace gmtr;
using std::min;
using std::max;
RegisterMoverClass(PrologFujitsubo);
RegisterMoverClass(PrologHand);
void PrologFujitsubo::initialize()
{
Effect::initialize(-1, -1, 0, 0, gmtr::Vector2D(0, 0), 60 * 9, gmtr::Vector2D(0, 0), 0, false);
to_turn = false;
writeName("effect_profuji", name);
$P.sound_stack.push_back($P.snd_chime);
}
void PrologFujitsubo::run(jnr::JumpnRunData& data)
{
turned = $P.turn_boss_dummy;
//if (data.encount_boss >= 0 && ! to_turn && data.turn_boss_dummy)
//{
// turned = !turned;
// to_turn = true;
//}
if (data.in_boss_battle)
{
alive = false;
}
Effect::run(data);
}
void PrologFujitsubo::render(gfw::BaseMedia& media, jnr::JumpnRunData& data)
{
BaseGraphics* graphics = media.getGraphics();
int offset_refx = 0;
if (age >= 60 * 4)
{
offset_refx = min(4, (age - 60 * 4) / 70 + 2);
}
else if (age / 45 % 2 == 1)
offset_refx = 1;
//graphics->draw($P.img_obj, 64 * 4, 64 * 3, 0
// , REFPOINT_SLEEPING_X, REFPOINT_SLEEPING_Y, 0, 0, false);
graphics->draw($P.img_obj, 64 * 4, 64 * 3 + 10, 0
, REFPOINT_SLEEPING_X + offset_refx * 64, REFPOINT_SLEEPING_Y, 64, 64, false);
}
void PrologHand::initialize()
{
Effect::initialize(-1, -1, 0, 0, gmtr::Vector2D(0, 0), 60 * 5, gmtr::Vector2D(0, 0), 0, false);
to_turn = false;
writeName("effect_profuji", name);
}
void PrologHand::run(jnr::JumpnRunData& data)
{
turned = $P.turn_boss_dummy;
//if (data.encount_boss >= 0 && ! to_turn && data.turn_boss_dummy)
//{
// turned = !turned;
// to_turn = true;
//}
if (data.in_boss_battle)
{
alive = false;
}
if (age == 25)
{
$P.sound_stack.push_back($P.snd_nyu);
}
if (age == 60 * 4 - 42)
{
data.camera.setQuake(25, 4);
$P.sound_stack.push_back($P.snd_exp);
generate<Effect>(*tl)->initialize(REFPOINT_EXPLOSION_X, REFPOINT_EXPLOSION_Y, 32, 32
, gmtr::Vector2D(64 * 9 - 16, 64 * 4 + 32), 10, Vector2D(0, 0), 0, false, 0.25, 0.25, 8);
generate<Effect>(*tl)->initialize(REFPOINT_EXPLOSION_WHITE_X, REFPOINT_EXPLOSION_WHITE_Y, 32, 32
, gmtr::Vector2D(64 * 9 - 16, 64 * 4 + 32), 4, Vector2D(0, 0), 0);
}
if (age == 60 * 4 - 35)
{
$P.sound_stack.push_back($P.snd_exp);
generate<Effect>(*tl)->initialize(REFPOINT_EXPLOSION_X, REFPOINT_EXPLOSION_Y, 32, 32
, gmtr::Vector2D(64 * 9, 64 * 4 + 32 + 16), 10, Vector2D(0, 0), 0, false, 0.25, 0.25, 8);
generate<Effect>(*tl)->initialize(REFPOINT_EXPLOSION_WHITE_X, REFPOINT_EXPLOSION_WHITE_Y, 32, 32
, gmtr::Vector2D(64 * 9, 64 * 4 + 32 + 16), 4, Vector2D(0, 0), 0);
}
Effect::run(data);
}
void PrologHand::render(gfw::BaseMedia& media, jnr::JumpnRunData& data)
{
BaseGraphics* graphics = media.getGraphics();
//turned = $P.turn_boss_dummy;
//Effect::render(media, data);
int offset_refx = 0;
int x = (age - 30) * 4;
int dy = age / 10 % 2;
//graphics->draw($P.img_obj, 64 * 4, 64 * 3, 0
// , REFPOINT_SLEEPING_X, REFPOINT_SLEEPING_Y, 0, 0, false);
graphics->draw($P.img_obj, x, 64 * 1 + 24 + dy, 0
, REFPOINT_BOY_X + 32 * 3, REFPOINT_BOY_Y, 32, 64, false);
graphics->draw($P.img_obj, x, 64 * 1 + dy, 0
, REFPOINT_HAND_X + 32 * 2, REFPOINT_HAND_Y, 32, 32, false);
}
|
918120466ef9951931f0b757992afdd6f222145f
|
06d39b42c0df00dbc334a7e41c6178303ebd2633
|
/Explanatory Dictionary/multimap.h
|
b1ee83f4bd0e59bd1a885b08e77065fa2f16200c
|
[] |
no_license
|
mszab0310/Cpp
|
a93bfecd314ac4bf4a6659e7f71072d6fe91b10d
|
572d8065fd98793a032344ff7870dbcf849f1c73
|
refs/heads/master
| 2023-05-06T04:46:34.369008
| 2021-05-25T10:32:00
| 2021-05-25T10:32:00
| 309,356,434
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,153
|
h
|
multimap.h
|
#pragma once
#include <iostream>
#include <vector>
#include <functional>
#include "node.h"
#define HASHSIZE 1000
//templated class for the creation of a list based multimap
template <typename K, typename V>
class Multimap
{
//standard library hashing function
std::hash<K> hashFunction;
std::vector<Node<K, V>*> elements;
//fits hashvalue in the [0,Hashsize] range
int hash(K key) {
return hashFunction(key) % HASHSIZE;
}
public:
Multimap() {
//initializes multimaps node vector to null
this->elements.reserve(HASHSIZE);
for (int i = 0; i < HASHSIZE; i++) {
this->elements.push_back(nullptr);
}
};
//method to add elements to the multimap
void set(K key, V value) {
int hashVal = hash(key);
//if the position hasnt been used before in the multimap,set the position to the new node containing the key+value pair
if (this->elements[hashVal] == nullptr) {
Node<K, V>* node = new Node<K, V>(key);
node->addVal(value);
this->elements[hashVal] = node;
}
else {
//if we have a collision,check wether we reach the end of list or we have matching keys
Node<K, V>* temp = this->elements[hashVal];
while (temp->getNext() != nullptr && temp->getKey() != key) {
temp = temp->getNext();
}
//if we have matching keys, add value to the nodes value vector, no need to create a new node with the same key
if (temp->getKey() == key) {
temp->addVal(value);
}
else {
//if we reached end of list, append new node with the data to the existing list
Node<K, V>* node = new Node<K, V>(key);
node->addVal(value);
temp->setNext(node);
}
}
}
//method to return values for a specific key
std::vector<V> getValues(K key) {
int hashVal = hash(key);
Node<K, V>* temp = this->elements[hashVal];
//check if we find the key in the multimap, or we reach end of list at the calculated position
while (temp != nullptr && temp->getKey() != key) {
temp = temp->getNext();
}
//if we reach end of list, the multimap does not contain the key, we return an emtpy vector
if (!temp) {
return std::vector<V>();
}
//we return the values
return temp->getVal();
}
};
|
0f670ec0ad06e178351862cb6984326e59a94d17
|
2cdf872caafaf0d8acefdba40a7663f122910f9a
|
/libraries/Mitov/Mitov_SchmittTrigger.h
|
e5b8fb7a19fe7f9d41f3e38e82479ef70a703574
|
[
"MIT"
] |
permissive
|
AlexRogalskiy/Duino
|
39557285df4871b260740250e37cbc62897e32e6
|
bef05838fe73970dea856779957fd3a3e406f295
|
refs/heads/master
| 2021-06-12T04:26:12.202107
| 2019-11-12T10:19:33
| 2019-11-12T10:19:33
| 164,288,034
| 0
| 0
|
MIT
| 2021-04-17T19:30:16
| 2019-01-06T08:12:52
|
C++
|
UTF-8
|
C++
| false
| false
| 2,528
|
h
|
Mitov_SchmittTrigger.h
|
////////////////////////////////////////////////////////////////////////////////
// //
// This software is supplied under the terms of a license agreement or //
// nondisclosure agreement with Mitov Software and may not be copied //
// or disclosed except in accordance with the terms of that agreement. //
// Copyright(c) 2002-2018 Mitov Software. All Rights Reserved. //
// //
////////////////////////////////////////////////////////////////////////////////
#ifndef _MITOV_SCHMITT_TRIGGER_h
#define _MITOV_SCHMITT_TRIGGER_h
#include <Mitov.h>
namespace Mitov
{
//---------------------------------------------------------------------------
template<typename T> class SchmittTrigger
{
public:
OpenWire::SourcePin OutputPin;
public:
bool Enabled : 1;
bool InitialValue : 1;
bool Inverted : 1;
protected:
T FValue;
T FThreshold;
T FCurrentValue;
public:
void SetValue( T AValue )
{
if( FValue == AValue )
return;
FValue = AValue;
ProcessOutput();
}
void SetThreshold( T AValue )
{
if( FThreshold == AValue )
return;
FThreshold = AValue;
ProcessOutput();
}
void SetInverted( bool AValue )
{
if( Inverted == AValue )
return;
Inverted = AValue;
ProcessOutput();
}
protected:
void ProcessOutput()
{
if( ! Enabled )
return;
bool AValue;
if( Inverted )
{
if( InitialValue )
AValue = ( FCurrentValue < FValue + FThreshold );
else
AValue = ( FCurrentValue < FValue - FThreshold );
}
else
{
if( InitialValue )
AValue = ( FCurrentValue > FValue - FThreshold );
else
AValue = ( FCurrentValue > FValue + FThreshold );
}
if( InitialValue == AValue )
return;
InitialValue = AValue;
OutputPin.Notify( &AValue );
}
public:
void InputPin_o_Receive( void *_Data )
{
T AValue = *(T*)_Data;
if( AValue == FCurrentValue )
return;
FCurrentValue = AValue;
ProcessOutput();
}
public:
inline void SystemStart()
{
OutputPin.SendValue<bool>( InitialValue );
}
public:
SchmittTrigger( T AValue, T AThreshold ) :
Enabled( true ),
InitialValue( false ),
Inverted( false ),
FValue( AValue ),
FThreshold( AThreshold )
{
}
};
//---------------------------------------------------------------------------
}
#endif
|
65dc85853bc13b67a5a62c93997efb6725d23314
|
501656109d2e92441deb4cfc5ed0dccb50208935
|
/ACM-master/vijos/noip/P1754.cpp
|
63c12504e3695a295fa3c8e5f211a643f81eee61
|
[] |
no_license
|
ailyanlu1/Acm-icpc-6
|
32cb3c7c5760dd6fd2f1d641e4dd2b130e317fed
|
b4c86f65aeb8ce4f4949046a4d3ce9c390034f22
|
refs/heads/master
| 2020-03-23T13:55:38.122388
| 2014-10-01T03:11:58
| 2014-10-01T03:11:58
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,293
|
cpp
|
P1754.cpp
|
#include <cstdio>
#include <iostream>
#include <vector>
#include <queue>
#include <memory.h>
using namespace std;
const int maxn = 1000;
int G[maxn][maxn];
int D[maxn][maxn]={0};
int price[maxn];
int n,m;
int main()
{
freopen("in.txt","r",stdin);
cin>>n>>m;
for(int i=1;i<=n;i++)
{
cin>>price[i];
}
for(int i=0;i<m;i++)
{
int f,t,r;
cin>>f>>t>>r;
if(r==1)G[f][t]=1;
else{G[f][t]=1;G[t][f]=1;}
}
for(int i=0;i<=n;i++)
{
G[i][i]=1;
}
int maxd=0;
for(int i=1;i<=n;i++)
for(int j=1;j<=n;j++)
for(int k=1;k<=n;k++)
{
// cout<<j<<" "<<i<<" "<<k<<" "<<price[k]-price[j]<<endl;
if(G[j][i] &&G[i][k])
{
// cout<<j<<" "<<i<<" "<<k<<" "<<price[k]-price[j]<<endl;
// if(D[j][k] <price[k]-price[j])
// {
// D[j][k] =price[k]-price[j];
// if(D[j][k]>maxd)maxd=D[j][k];
// }
if(price[k]-price[j]>maxd)maxd=price[k]-price[j];
}
}
cout<<maxd<<endl;
memset(D,0,sizeof(D));
memset(G,0,sizeof(G));
return 0;
}
|
c5f4cb28f9a00bf6761e7dbe25ad95d62e2022f6
|
f20e965e19b749e84281cb35baea6787f815f777
|
/Online/Online/ROMon/ROMon/Alarm.h
|
60d1112b7736633244366eff99ae83fbbf6e0432
|
[] |
no_license
|
marromlam/lhcb-software
|
f677abc9c6a27aa82a9b68c062eab587e6883906
|
f3a80ecab090d9ec1b33e12b987d3d743884dc24
|
refs/heads/master
| 2020-12-23T15:26:01.606128
| 2016-04-08T15:48:59
| 2016-04-08T15:48:59
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 4,657
|
h
|
Alarm.h
|
// $Id: Alarm.h,v 1.2 2009-06-02 16:21:23 frankb Exp $
//====================================================================
// ROMon
//--------------------------------------------------------------------
//
// Package : ROMon
//
// Description: Base class for monitors for readout monitoring
// in the LHCb experiment
//
// Author : M.Frank
// Created : 29/1/2008
//
//====================================================================
// $Header: /afs/cern.ch/project/cvs/reps/lhcb/Online/ROMon/ROMon/Alarm.h,v 1.2 2009-06-02 16:21:23 frankb Exp $
#ifndef ROMON_ALARM_H
#define ROMON_ALARM_H 1
#include <string>
#include <vector>
#include <map>
// Framework includes
/*
* ROMon namespace declaration
*/
namespace ROMon {
class Alarm;
class AlarmTag;
class Alarm;
enum AlarmLevel {
ERR_LVL_ALARM = 1<<31,
ERR_LVL_ERROR = 1<<30,
ERR_LVL_WARNING = 1<<29,
ERR_LVL_MONITOR = 1<<28
};
enum AlarmCodes {
ERR_NO_ERROR = ERR_LVL_MONITOR,
ERR_NO_UPDATES = 1 +ERR_LVL_ALARM,
ERR_NOT_USED = 2 +ERR_LVL_MONITOR,
ERR_SLOTS_LIMIT = 3 +ERR_LVL_WARNING,
ERR_SPACE_LIMIT = 4 +ERR_LVL_WARNING,
ERR_MEPRX_MISSING = 5 +ERR_LVL_ALARM,
ERR_MEPRX_STUCK = 6 +ERR_LVL_ERROR,
ERR_RECEIVER_MISSING = 7 +ERR_LVL_ALARM,
ERR_RECEIVER_STUCK = 8 +ERR_LVL_WARNING,
ERR_SENDER_MISSING = 9 +ERR_LVL_ALARM,
ERR_SENDER_STUCK = 10 +ERR_LVL_ERROR,
ERR_MOORE_MISSING = 11 +ERR_LVL_ALARM,
ERR_MOORE_STUCK = 12 +ERR_LVL_WARNING,
ERR_MONITOR_MISSING = 13 +ERR_LVL_ERROR,
ERR_MONITOR_STUCK = 14 +ERR_LVL_WARNING,
ERR_NODAQ_ACTIVITY = 15 +ERR_LVL_WARNING,
ERR_NOHLT_ACTIVITY = 16 +ERR_LVL_WARNING,
ERR_NOSTORAGE_ACTIVITY = 17 +ERR_LVL_WARNING,
ERR_NOMONITORING_ACTIVITY = 18 +ERR_LVL_MONITOR,
ERR_NODE_STUCK = 19 +ERR_LVL_ALARM,
ERR_LAST_ERROR = 20 +ERR_LVL_MONITOR,
ERR_REMOVED = 21 +ERR_LVL_MONITOR,
ERR_REMOVEDALL = 22 +ERR_LVL_MONITOR,
ERR_NODE_DEAD = 41 +ERR_LVL_ALARM,
ERR_NO_PVSS_PROJECT = 42 +ERR_LVL_ERROR,
ERR_NO_CONNECTIONS = 43 +ERR_LVL_ERROR,
ERR_CONNECTION_MISSING = 44 +ERR_LVL_WARNING,
ERR_NO_TASKS = 45 +ERR_LVL_ALARM,
ERR_TASK_MISSING = 46 +ERR_LVL_ERROR
};
class AlarmTag {
public:
int code;
std::string subfarm, node;
AlarmTag(int c, const std::string& s, const std::string& n) : code(c), subfarm(s), node(n) { }
AlarmTag(const AlarmTag& a) : code(a.code), subfarm(a.subfarm), node(a.node) { }
virtual ~AlarmTag() {}
AlarmTag& operator=(const AlarmTag& a) {
if ( &a != this ) {
code = a.code;
node = a.node;
subfarm = a.subfarm;
}
return *this;
}
};
class Alarm : public AlarmTag {
public:
time_t when;
std::string description;
mutable std::string tag, optional;
Alarm(const std::string& txt);
Alarm(int c, time_t w, const std::string& s, const std::string& n, const std::string& dsc="",const std::string& opt="")
: AlarmTag(c,s,n), when(w), description(dsc), optional(opt) { }
Alarm(const Alarm& a)
: AlarmTag(a), when(a.when), description(a.description), tag(a.tag), optional(a.optional) {
}
Alarm(const Alarm& a, const std::string& t)
: AlarmTag(a), when(a.when), description(a.description), tag(t), optional(a.optional) {
}
virtual ~Alarm() {}
static unsigned int hash32(const char* key);
std::string toString(const std::string& t) const;
void fromString(const std::string& s);
int level() const;
int color() const;
std::string time() const;
const char* message() const;
Alarm& operator=(const Alarm& a) {
if ( &a != this ) {
this->AlarmTag::operator=(a);
when = a.when;
description = a.description;
optional = a.optional;
}
return *this;
}
};
typedef std::vector<Alarm> Alarms;
typedef std::vector<Alarm*> AlarmsPtr;
typedef std::pair<std::string, Alarms> AlarmInfo;
typedef std::map<char,int> StateSummary;
struct AlarmSum {
std::vector<Alarm*> nodes;
AlarmSum() {}
virtual ~AlarmSum() {}
};
typedef std::map<int,AlarmSum> AlarmSummary;
} // End namespace ROMon
#include <iostream>
std::ostream& operator<<(std::ostream& os, const ROMon::Alarm& a);
#endif /* ROMON_ALARM_H */
|
1864a6306d78bb30bbd8f838a33f4ae858b865d9
|
6e6fa8fd9524b2b0d78dabbf7ceddc6805c673a7
|
/disTiler/tiramisu/blur_tir_serial.cpp
|
4893b6a89e97055c6b3a06dcb93f8fc94854963f
|
[] |
no_license
|
WillianJunior/doc-segToolsRev
|
25a5234917b7d4c5fca20b910d7da4e6b153d4ef
|
afad0a53ce024c12d86c0fdc97d11e63993576eb
|
refs/heads/master
| 2020-04-13T20:53:32.708999
| 2019-03-15T01:58:57
| 2019-03-15T01:58:57
| 163,442,347
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,897
|
cpp
|
blur_tir_serial.cpp
|
#include <Halide.h>
#include "../include/tiramisu/core.h"
#include "blur_tir.h"
// using namespace tiramisu;
int main(int argc, char **argv) {
tiramisu::init();
// -------------------------------------------------------
// Layer I
// -------------------------------------------------------
tiramisu::function function0("blur_tir_serial");
// tiramisu::constant N("N", expr((int32_t) size), p_int32, true, NULL, 0, &function0);
tiramisu::var N = var("N");
tiramisu::var i = var("i");
tiramisu::computation input("[N]->{input[i]}", expr(), false, p_uint8, &function0);
tiramisu::computation result_init("[N]->{result_init[0]}", expr(input(0)), true, p_uint8, &function0);
tiramisu::computation result("[N]->{result[i]: 1<=i<N}", expr(), true, p_uint8, &function0);
result.set_expression((result(i - 1) + input(i)));
// -------------------------------------------------------
// Layer II
// -------------------------------------------------------
result.after(result_init, computation::root);
// -------------------------------------------------------
// Layer III
// -------------------------------------------------------
buffer input_buffer("input_buffer", {size}, p_uint8, a_input, &function0);
buffer input_size("input_size", {1}, p_uint8, a_input, &function0);
buffer result_scalar("result_scalar", {1}, p_uint8, a_output, &function0);
input.set_access("[N]->{input[i]->input_buffer[i]}");
result_init.set_access("[N]->{result_init[i]->result_scalar[0]}");
result.set_access("[N]->{result[i]->result_scalar[0]}");
// -------------------------------------------------------
// Code Generation
// -------------------------------------------------------
function0.codegen({&input_buffer, &input_size, &result_scalar}, "build/generated_fct_developers_tutorial_05.o");
}
|
d922b599c9d81b067c5069d63abae3afe470c01e
|
d62701bf63f1562b17a8dc1ecd0865d98bd5b36b
|
/win32Consl/win32Consl.cpp
|
e75d81ebfc32533d79c302cf01922e47256db30e
|
[] |
no_license
|
weskitt/WindowsFormsApp1
|
47cce314d27d8e7cac955233a378fe1d12617460
|
9a1f43e3322e9f517085ccc4ba19d1bf3d395fa5
|
refs/heads/master
| 2021-01-20T15:03:01.645416
| 2017-09-22T04:22:41
| 2017-09-22T04:22:41
| 90,705,792
| 1
| 0
| null | null | null | null |
GB18030
|
C++
| false
| false
| 1,341
|
cpp
|
win32Consl.cpp
|
// win32Consl.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
HRESULT hr;
int main()
{
ios::sync_with_stdio(false);
//FILE *fp;
//fopen_s(&fp, "C://Users/Akitt/Music/record.pcm", "wb");
//CoInitialize(NULL);
//Hearing hearing;
//hearing.HearingInit();
//auto thr = bind(&Hearing::Record, hearing);
//thread Sensor(thr);
//Sensor.detach(); //等待第一次获取数据
//等待 Capture
//state //系统状态feel,情绪,无逻辑前期很重要,用于构成后期逻辑
//LARGE_INTEGER m_start;
//LARGE_INTEGER m_stop;
//LARGE_INTEGER m_frequency;
//m_start.QuadPart = 0;
//m_stop.QuadPart = 0;
//QueryPerformanceFrequency(&m_frequency);
struct State
{
//感光器
//声音能量感受器 能量的变换和高低对之有影响
//感温器
//人体红外热释感应
//
//虚拟情感
int EPC;//对外表现 喜,怒 expectation EPC
int MOOD;//自身体现 乐,哀 mood MOOD
//
//
};
//ACT act; //执行部
while (1)
{
//QueryPerformanceCounter(&m_start);
//...
//QueryPerformanceCounter(&m_stop);
//LARGE_INTEGER time;
//time.QuadPart = m_stop.QuadPart - m_start.QuadPart;
//double t = time.QuadPart / (double)m_frequency.QuadPart;
cout << "mes" << endl;
//update Capture
}
// Audio.Record(hearing);
return 0;
}
|
0b127c9eb877413a06a98652511d8b71d0b7ce43
|
483367cabdddcab520aa303a3eebb75cdf5dd948
|
/Megacpu/IOAccess.h
|
3baafa1d4f0a499f8ba5f42db9bb4d370dd20e17
|
[] |
no_license
|
Tetramatrix/megacpu
|
5607299f8be18b5c2aae52e694fcada722a7974d
|
b717350bd2b6fe4c50b2bf8629121047a4cc2caf
|
refs/heads/master
| 2021-01-19T23:32:20.822452
| 2019-09-13T08:15:05
| 2019-09-13T08:15:05
| 88,987,947
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 463
|
h
|
IOAccess.h
|
#ifndef __IO_ACCESS_H__
#define __IO_ACCESS_H__
#include <windows.h>
class IOAccess {
private:
HANDLE hDevice;
HANDLE hEvent;
DWORD dwBytesReturned;
public:
IOAccess();
~IOAccess();
bool openDriver();
void closeDriver();
void queryEvent();
void clearEvent();
void setEvent();
void setFanMan();
void setFanMin();
void setFanMax();
void setFanAuto();
};
#endif // #ifndef __IO_ACCESS_H__
|
02ce2b8f8544be52a279aeaaeef60606bd8dbe65
|
cfaa050719d91c047e9c8b4c993312308d4b81e2
|
/1_arduino/Control_Cable_b_v1_3/Control_Cable_b_v1_3.ino
|
cf8da71257cdadac07952fed7e45a19e2592bbf5
|
[] |
no_license
|
daleal87/TFM
|
92e4c250f0352139ca18ba928e3598378b909456
|
3514403799c99f379f135dbee811a77bbc94723c
|
refs/heads/master
| 2020-03-11T18:47:23.338897
| 2018-09-10T13:25:00
| 2018-09-10T13:25:00
| 130,188,140
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 7,050
|
ino
|
Control_Cable_b_v1_3.ino
|
#include <ros.h>
#include <std_msgs/Int32.h>
#include <Wire.h>
#include <MD25IIC.h>
// MD25IIC METHODS:
// ----------------------- ------------------------
// | MOTOR | | BOARD |
// -------------------------- |-----------------------|
// 1 | setMotor1Speed(byte) | | getAddress() |
// | getMotor1Encoder() | | setMode(byte) |
// | getMotor1Current() | | getBattery() |
// -------------------------| | enableTimeOut(T/F) |
// 2 | setMotor2Speed(byte) | | enableController(T/F) |
// | getMotor2Encoder() | | resetEncoders() |
// | getMotor2Current() | | setAcceleration(byte) |
// -------------------------| |-----------------------|
#define SERIAL_CLASS HardwareSerial
// ------------------------ Controladora MD25 ------------------------
MD25IIC MyBoard;
// ------------------------ Variables PID ------------------------
float Kp = 1.2; // Proportional gain (tune it!!)
float Ki = 0.0; // Integral gain (tune it!!)
float Kd = 0.1; // Derivative gain (tune it!!)
float integral = 0; // Integral component
float derivativo = 0; // Derivative component
float error_k = 0; // Set-point error at time k
float error_k_1 = 0; // Set-point error at time k-1
float cmd_vel_cable = 0; // Command signal
float deltaT = 0.02; // Sampling period
float f_corrector = 8.0; // Factor correcto del command signal --> error de mas de 384mm implica velocidad maxima
byte motor = 128; // Actuator signal
unsigned long time;
// ------------------------ Variables Cable ------------------------
long longitud_cable = 0; // Medida del cable extendido entre los robots en mm.
long longitud_inicial = 2000; // El sistema se inicializa con una longitud minima de 500mm (50cm)
long l_objetivo = 2000; // Medida del cable extendido en mm.
long contador_encoder = 0; // Cuenta de los pulsos medidos por el encoder
long long_min = 50; // Longitud minima que puede tener el cable por seguridad
long long_max = 5000; // Longitud máxima que puede tener el cable por seguridad
bool modo_emergencia = false; // Modo Emergencia, el motor se deteniene
float pulsos_por_vuelta = 360.0; // Pulsos por vuelta del encoder
float vueltas = 0.0; // Numero de vueltas giradas por el motor
int l_vuelta = 100; // Longitud media de cada vuelta en mm (10 cm por vuelta con el sedal)
int paso_l_vuelta = 20; // Disminucion de la longitud de cada capa de vueltas
int n_espiras = 15; // Numero de espiras del cable en cada
float diferencia_vel_max = l_vuelta * 5.0; // Diferencia entre longitud y longitud objetivo (en mm) que hace que el motor gire a máxima velocidad
// ------------------------ Variables ROS ------------------------
ros::NodeHandle nh;
std_msgs::Int32 lMedidaEncoderMsg;
ros::Publisher l_medida_encoder_pub("/cable/longitud", &lMedidaEncoderMsg);
// Callback
void LongitudObjetivoCb(const std_msgs::Int32& msg)
{
l_objetivo = msg.data; // Leemos longitud objetivo publicada por ROS
}
// Subscribers
ros::Subscriber<std_msgs::Int32> longitud_objetivo_sub("/guiado/longitud_objetivo", LongitudObjetivoCb);
// TO_DO: incluir mecanimos de seguridad que desactive el motor
/***************************************************************
// Devolvemos la estimacion de la longitud
//**************************************************************/
int returnLongitudEncoder()
{
long temp_long = 0;
int temp_l_vuelta = l_vuelta;
int cnt_capas = 0;
contador_encoder = MyBoard.getMotor1Encoder();
vueltas = contador_encoder / pulsos_por_vuelta;
/* for (int i = 1; i < abs(vueltas); i++)
{
temp_long += l_vuelta - paso_l_vuelta * cnt_capas;
if (i % 15 == 0) cnt_capas++;
}
temp_long += (temp_long - floor(temp_long)) * temp_l_vuelta;
if (vueltas < 0) temp_long = -temp_long; */
temp_long = (long)(vueltas * l_vuelta); // Numero de vueltas por 150 mm por vuelta
// TO_DO: cambiar el 150 por la ley de la longitud del cable
Serial.print("Contador: "); Serial.print(contador_encoder); Serial.print(" // Longitud medida: ");
Serial.print(temp_long);
return temp_long;
}
/***************************************************************
// Setup function
//**************************************************************/
void setup()
{
// Inicializamos ROS
nh.initNode();
nh.advertise(l_medida_encoder_pub);
nh.subscribe(longitud_objetivo_sub);
// Inicializamos control MD25 y motor EMG30
Serial.begin(115200); // Set Serial Port to 115200 bps
MyBoard.resetEncoders(); // Initialize to zero the encoder register
MyBoard.enableTimeOut(false); // Disable automatic 2s timeout
MyBoard.enableController(true);// Enable on-board feedback speed control
MyBoard.setAcceleration(10); // Increase acceleration (default = 5)
MyBoard.setMotor1Speed(128); // The motor is initially stoped
}
/***************************************************************
// Loop function
//**************************************************************/
void loop()
{
time = millis();
// PID Controller
longitud_cable = -returnLongitudEncoder() + longitud_inicial;
error_k = -(l_objetivo - longitud_cable); // Quitar "-" para invertir sentido de giro de motor
integral = integral + error_k * deltaT;
derivativo = (error_k - error_k_1) / deltaT;
cmd_vel_cable = (Kp * error_k + Ki * integral + Kd * derivativo);
error_k_1 = error_k;
// Acotamos cmd_vel en -1 y 1
cmd_vel_cable = cmd_vel_cable / diferencia_vel_max; // Dividimos cmd_vel entre la diferencia en mm que implica la velocidad máxima de giro
if (cmd_vel_cable > 1) cmd_vel_cable = 1; // Si supera el valor 1, igualamos a 1
else if (cmd_vel_cable < -1) cmd_vel_cable = -1; // Si es menor que -1, igualamos a -1
motor = 128 + cmd_vel_cable * 100; // Velocidad del motor: 128 (parado) + cmd_vel_cable * 72 (vel max: 200 y 52 segun sentido de giro) (IMPORTANTE: maximo --> 128 + 127 * cmd_vel
// Longitud minima
if (longitud_cable < long_min && motor < 128) motor = 128; // Evitamos que se siga recogiendo el cable si la longitud está por debajo del minimo
else if (longitud_cable > long_max && motor > 128) motor = 128; // Evitamos que se siga extendiendo el cable si la longitud está por encima del maximo
// Modo emergencial
if (modo_emergencia == true) motor = 128;
Serial.print(" // Longitud total: "); Serial.print(longitud_cable);
Serial.print(" // Error: "); Serial.print(error_k);
Serial.print(" // cmd_vel: "); Serial.println(cmd_vel_cable);
Serial.print(" // Velocidad: "); Serial.println(motor);
// Establecemos la velocidad del motor
MyBoard.setMotor1Speed(motor);
// Publicamos la Longitud del Cable
lMedidaEncoderMsg.data = longitud_cable;
l_medida_encoder_pub.publish(&lMedidaEncoderMsg); // Publicamos el mensaje en ROS
delay(20 - (millis() - time)); // Try to force sampling time to 20 ms
nh.spinOnce();
}
|
58641904b3a108ec6912543f2369afd9978c6dc6
|
21ec2b51b9bd539f733c27f6d7ef014ff65adbaa
|
/debug/normalized_test.cpp
|
c16ac2d4af7b75d20d53827ee8ba0378489c5b76
|
[] |
no_license
|
DavidNexuss/Graphs
|
bd74eb568eb6b0d05ec2f68cb45c0cb231e552fc
|
e2c2c7dad5a6942fe74109c2ddb3b80c0f2ddd37
|
refs/heads/master
| 2021-05-24T08:22:27.506344
| 2020-04-10T06:32:09
| 2020-04-10T06:32:09
| 253,468,674
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 195
|
cpp
|
normalized_test.cpp
|
#include "graph.h"
#include <iostream>
using namespace std;
int main()
{
int n; cin >> n;
AdjacencyMatrix mat(n);
mat.read_matrix();
cout << n << endl;
mat.write_matrix();
}
|
c04416fdbed491e98e20a15e52bbc3b6d21a1dd4
|
45e2f4505be1329d65741ddcf9bd7b6d8cac63af
|
/LiquidPhysics/include/SPHSolver.h
|
7ce05e0a275f836ee00766c6df992a15a3467833
|
[
"MIT"
] |
permissive
|
GitDaroth/LiquidSimulation
|
6d637e7ad85bf7f11d48fd50154cee77ddcfd3c2
|
4aafa808c2a7ccdc46579958b851c9296c8ef347
|
refs/heads/master
| 2023-01-21T23:55:28.762747
| 2020-12-02T22:42:12
| 2020-12-02T22:42:12
| 146,124,644
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 5,818
|
h
|
SPHSolver.h
|
#pragma once
#include "PhysicSolver.h"
#include "Particles/SPHParticle.h"
#include "Kernels/DefaultKernel.h"
#include "Kernels/PressureKernel.h"
#include "Kernels/ViscosityKernel.h"
#include "SPHSpatialGrid.h"
#include <vector>
#include <algorithm>
#include <unordered_map>
#include "Collision/StaticCollisionBox.h"
#include "Collision/StaticCollisionSphere.h"
#include "Parallelization/ParallelComputationInterface.h"
#include "Parallelization/ParallelSPHStructs.h"
#include <iostream>
namespace LiPhEn {
enum class ParallelizationType {
NONE,
CPU,
GPU
};
class SPHSolver : public PhysicSolver
{
public:
SPHSolver();
~SPHSolver();
virtual void addParticle(SPHParticle* particle);
void removeParticles();
void addStaticCollisionObject(StaticCollisionObject* collisionObject);
void removeStaticCollisionObjects();
void cleanUp();
ParallelizationType getParallelizationType() const;
Vector3D getGravity() const;
int getParticleCount() const;
float getParticleRadius() const;
float getParticleMass() const;
float getKernelRadius() const;
float getKernelRadiusFactor() const;
float getRestDensity() const;
float getViscosityCoefficient() const;
float getPressureStiffnessCoefficient() const;
float getNegativePressureFactor() const;
float getSurfaceTensionCoefficient() const;
float getSurfaceTensionThreshold() const;
float getResitutionCoefficient() const;
float getFrictionCoefficient() const;
bool hasGPU() const;
bool hasCPU() const;
void setHasCollisionObjectDataChanged(bool hasCollisionObjectDataChanged);
void setParallelizationType(ParallelizationType parallelizationType);
void setGravity(const Vector3D& gravity);
void setParticleRadius(float particleRadius);
void setKernelRadiusFactor(float kernelRadiusFactor);
void setRestDensity(float restDensity);
void setViscosityCoefficient(float viscosityCoefficient);
void setPressureStiffnessCoefficient(float pressureStiffnessCoefficient);
void setNegativePressureFactor(float negativePressureFactor);
void setSurfaceTensionCoefficient(float surfaceTensionCoefficient);
void setSurfaceTensionThreshold(float surfaceTensionThreshold);
void setRestitutionCoefficient(float resitutionCoefficient);
void setFrictionCoefficient(float frictionCoefficient);
protected:
virtual void onBeginUpdate();
void accumulateNonPressureForces(float deltaTime);
virtual void accumulatePressureForces(float deltaTime);
virtual void integrate(float deltaTime);
virtual void handleCollisions();
virtual void onEndUpdate();
ParticleCollisionData handleCollision(ParticleCollisionData particleData);
std::vector<SPHParticle*> m_particles;
SPHSpatialGrid m_spatialGrid;
std::vector<std::vector<SPHParticle*>> m_cachedNeighborLists;
DefaultKernel m_defaultKernel;
PressureKernel m_pressureKernel;
ViscosityKernel m_viscosityKernel;
float m_particleRadius;
float m_kernelRadius;
float m_kernelRadiusFactor;
float m_gridSpacingFactor;
float m_restDensity;
float m_particleMass;
float m_pressureStiffnessCoefficient;
float m_negativePressureFactor;
float m_viscosityCoefficient;
float m_surfaceTensionCoefficient;
float m_surfaceTensionThreshold;
float m_restitutionCoefficient;
float m_frictionCoefficient;
Vector3D m_gravity;
// OpenCL
virtual void reinitParallelContext();
virtual void initParallelBuffers();
void buildParallelGrid();
ParallelizationType m_parallelizationType;
ParallelComputationInterface* m_parallelComputationInterface;
ParallelBuffer* m_positionsBuffer1;
ParallelBuffer* m_positionsBuffer2;
ParallelBuffer* m_velocitiesBuffer1;
ParallelBuffer* m_velocitiesBuffer2;
ParallelBuffer* m_halfVelocitiesBuffer1;
ParallelBuffer* m_halfVelocitiesBuffer2;
ParallelBuffer* m_isFirstTimeStepsBuffer1;
ParallelBuffer* m_isFirstTimeStepsBuffer2;
ParallelBuffer* m_gridIndicesBuffer1;
ParallelBuffer* m_gridIndicesBuffer2;
ParallelBuffer* m_oldHalfVelocitiesBuffer;
ParallelBuffer* m_accumulatedForcesBuffer;
ParallelBuffer* m_densitiesBuffer;
ParallelBuffer* m_pressuresBuffer;
ParallelBuffer* m_defaultKernelWeightsBuffer;
ParallelBuffer* m_defaultKernelFirstDerivativeWeightsBuffer;
ParallelBuffer* m_defaultKernelSecondDerivativeWeightsBuffer;
ParallelBuffer* m_pressureKernelFirstDerivativeWeightsBuffer;
ParallelBuffer* m_viscosityKernelSecondDerivativeWeightsBuffer;
ParallelBuffer* m_collisionBoxesBuffer;
ParallelBuffer* m_collisionSpheresBuffer;
ParallelBuffer* m_bucketCountsBuffer;
ParallelBuffer* m_cellListBuffer;
ParallelKernel* m_calcGridIndicesKernel;
ParallelKernel* m_countDigitsInBucketsKernel;
ParallelKernel* m_scanBucketsKernel;
ParallelKernel* m_permuteParticlesKernel;
ParallelKernel* m_buildCellListKernel;
ParallelKernel* m_calcDensityPressureKernel;
ParallelKernel* m_accumulateNonPressureForcesKernel;
ParallelKernel* m_accumulatePressureForcesKernel;
ParallelKernel* m_integrateKernel;
ParallelKernel* m_handleCollisionsKernel;
ParallelSPHParameters m_parallelSPHParameters;
unsigned int m_radixThreadCount;
unsigned int m_radixWidth;
unsigned int m_radixBucketCount;
unsigned int m_radixPassCount;
unsigned int m_workGroupSize;
unsigned int m_dummyParticleCount;
bool m_hasParallelContextChanged;
bool m_hasCollisionObjectDataChanged;
bool m_hasParticleDataChanged;
bool m_hasKernelWeightDataChanged;
private:
virtual void accumulateForces(float deltaTime);
void buildCachedNeighborLists();
void calcParticleDensityPressure();
void recalcParticleMass();
void recalcKernelRadius();
std::vector<StaticCollisionObject*> m_collisionObjects;
};
}
|
5d325c5b9323766f84df35c344cda804f5d8d2a4
|
d3a8236edd0c198c493779ed9f98b95db8cf6288
|
/latihan1/latihn1.cpp
|
3b713d016d5427848d488d5152e535698451cf1d
|
[] |
no_license
|
Amirul29/Praktikum5
|
39237a0a324d4b9606bb91f6d34156b24d2a087f
|
f9dbf24e70c5e80a75693b072e54373dc2533714
|
refs/heads/master
| 2020-04-06T17:15:35.309852
| 2018-11-17T08:19:27
| 2018-11-17T08:19:27
| 157,651,995
| 0
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 277
|
cpp
|
latihn1.cpp
|
#include <iostream>
using namespace std;
void Luaspersegipanjang()
{
int panjang,lebar;
cout << "Masukkan panjang: "; cin >> panjang;
cout << "Masukkan lebar: "; cin >> lebar;
cout<<"Luas persegi: " << panjang*lebar;
}
int main()
{
Luaspersegipanjang();
return 0;
}
|
d8bff4da535514dc4297056c58ac6bb0199050a6
|
722f5d4c724647ce8c653e535008bbf4e422ad91
|
/tests/linalg/linalg_mul2_x_p_p_test.h
|
0e5e7a734960083e31aa80e0f65c5ca3cf8a5de7
|
[
"BSL-1.0"
] |
permissive
|
pavel-po/libtensor
|
b1509318dfffe8e3a90a40ba35bc890df71b825f
|
ec25485a73563403dfa75c3f7190e26ef1df7726
|
refs/heads/master
| 2021-01-25T09:09:03.310857
| 2017-03-22T21:19:22
| 2017-03-22T21:19:22
| 93,784,643
| 0
| 0
| null | 2017-06-08T19:29:26
| 2017-06-08T19:29:26
| null |
UTF-8
|
C++
| false
| false
| 514
|
h
|
linalg_mul2_x_p_p_test.h
|
#ifndef LIBTENSOR_LINALG_MUL2_X_P_P_TEST_H
#define LIBTENSOR_LINALG_MUL2_X_P_P_TEST_H
#include "linalg_test_base.h"
namespace libtensor {
/** \brief Tests the libtensor::linalg class (mul2_x_p_p)
\ingroup libtensor_tests_linalg
**/
class linalg_mul2_x_p_p_test : public linalg_test_base {
public:
virtual void perform() throw(libtest::test_exception);
private:
void test_mul2_x_p_p(size_t np, size_t spa, size_t spb);
};
} // namespace libtensor
#endif // LIBTENSOR_LINALG_MUL2_X_P_P_TEST_H
|
ae994fc308687f52bd6ae1756f6b05a21c84b6ee
|
bf4feb2b43219f79290c449f842adac2dfe114be
|
/src/feature_tracker.cpp
|
ff94f5d6f795f1f1864a959dea9e8b100b27fac0
|
[] |
no_license
|
EpicDuckPotato/stereo_vo
|
071c26014c29721449e4997b377ca5b933bfadee
|
b05863eca54a4acc918c047b5ebfabbc156a5909
|
refs/heads/master
| 2023-04-10T15:36:56.462819
| 2021-04-02T13:38:05
| 2021-04-02T13:38:05
| 258,333,174
| 5
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 3,129
|
cpp
|
feature_tracker.cpp
|
#include "feature_tracker.hpp"
void FeatureTracker::init(const cv::Mat &image, const vector<cv::Point2f> &features,
const vector<size_t> &ids) {
feature_ids = ids;
feature_set = features;
size_t num_features = ids.size();
initial_features.clear();
for (size_t i = 0; i < num_features; i++) {
initial_features.insert(make_pair(ids[i], features[i]));
}
last_image = image.clone();
initial_image = last_image;
}
void FeatureTracker::track_features(float &av_parallax, float &percent_lost, const cv::Mat &image,
bool flow_back) {
vector<uchar> status1;
vector<float> err;
vector<cv::Point2f> tracked_features;
cv::calcOpticalFlowPyrLK(last_image, image, feature_set, tracked_features, status1,
err, cv::Size(21, 21), 3,
cv::TermCriteria(cv::TermCriteria::COUNT+cv::TermCriteria::EPS, 30, 0.01),
0, 1e-2);
vector<uchar> status2;
vector<cv::Point2f> reverse_track;
if (flow_back) {
cv::calcOpticalFlowPyrLK(image, last_image, tracked_features, reverse_track, status2,
err, cv::Size(21, 21), 3,
cv::TermCriteria(cv::TermCriteria::COUNT+cv::TermCriteria::EPS, 30, 0.01),
0, 1e-2);
}
vector<cv::Point2f> old_feature_set(feature_set);
vector<size_t> old_feature_ids(feature_ids);
feature_set.clear();
feature_ids.clear();
av_parallax = 0;
size_t num_features = tracked_features.size();
for (size_t i = 0; i < num_features; i++) {
if (status1[i] &&
(!flow_back ||
(status2[i] && cv::norm(old_feature_set[i] - reverse_track[i]) < 2))) {
float dx = tracked_features[i].x - initial_features.at(old_feature_ids[i]).x;
float dy = tracked_features[i].y - initial_features.at(old_feature_ids[i]).y;
float parallax = sqrt(dx*dx + dy*dy);
if (parallax > 200) {
continue;
}
feature_set.push_back(tracked_features[i]);
feature_ids.push_back(feature_ids[i]);
av_parallax += parallax;
}
}
av_parallax /= (float)num_features;
percent_lost = 1.0 - feature_set.size()/(float)(initial_features.size());
last_image = image.clone();
}
void FeatureTracker::get_tracked_features(vector<cv::Point2f> &features, vector<size_t> &ids) {
features = feature_set;
ids = feature_ids;
}
void FeatureTracker::draw_track() {
track_drawing = initial_image.clone();
cv::cvtColor(track_drawing, track_drawing, CV_GRAY2RGB);
size_t num_features = feature_set.size();
for (size_t i = 0; i < num_features; i++) {
cv::Point2f direction = feature_set[i] - initial_features.at(feature_ids[i]);
cv::arrowedLine(track_drawing, initial_features.at(feature_ids[i]),
initial_features.at(feature_ids[i]) + direction, CV_RGB(0, 255, 0), 4);
}
}
cv::Mat FeatureTracker::get_drawing() {
if (track_drawing.empty()) {
track_drawing = initial_image.clone();
cv::cvtColor(track_drawing, track_drawing, CV_GRAY2RGB);
}
return track_drawing;
}
|
b0f95b4b41a59d8fc17181a0c1f73b218a5301ac
|
14c53b7459cd19460caf17a9d8dfc8876c456ed2
|
/Trabalho/T2/EX2/Organizador.cpp
|
d1f6d1bcf6ae0c0e404c9ae4c8ae17691ed3dfde
|
[] |
no_license
|
nilzonalves/UFVExerciciosC-
|
4a3d3c3d16cbe9dc255c4467c6f20b8d40f10ad1
|
4c9ad427588e09092d0d67ad1d472fb8eb93441d
|
refs/heads/master
| 2020-05-17T21:37:12.607303
| 2019-04-29T01:14:42
| 2019-04-29T01:14:42
| 183,977,690
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,279
|
cpp
|
Organizador.cpp
|
#include <stdio.h>
#include <iostream>
#include <string>
#include <iomanip>
#include "Organizador.h"
using namespace std;
Organizador::Organizador(){
setHora(0);
setSalario(0);
setDia(0);
}
Organizador::~Organizador(){
}
Organizador::Organizador(Organizador& obj) : Pessoa(obj){
this->salario = obj.salario;
this->horaEntrada = obj.horaEntrada;
this->dia = obj.dia;
}
Organizador::Organizador(string n, const int m, const int hora, const int dia, const double d) : Pessoa(n, m){
this->horaEntrada = hora;
this->dia = dia;
this->salario = d;
}
Organizador& Organizador::operator=(Organizador& obj){
Pessoa::operator=(obj);
this->salario = obj.salario;
this->horaEntrada = obj.horaEntrada;
this->dia = obj.dia;
return *this;
}
void Organizador::imprime(){
cout << "Salario: " << this->salario << endl;
cout << "Entrada: " << this->horaEntrada << endl;
}
void Organizador::setHora(int h){
this->horaEntrada = h;
}
int Organizador::getHora(){
return this->horaEntrada;
}
void Organizador::setSalario(double s){
this->salario = s;
}
double Organizador::getSalario(){
return this->salario;
}
void Organizador::setDia(int dia){
this->dia = dia;
}
int Organizador::getDia(){
return this->dia;
}
double Organizador::dinheiroRecebido(){
}
|
2b95ecbdcce821cae8184aa1f825b730fbfef01e
|
41bf2e9fb47fc35a1ed1a3050b5729b2ee26e880
|
/codeforces/1566/C.cpp
|
142f5b39fa50cad4f6a7ced9be401e30ada66e8a
|
[] |
no_license
|
ankur-kayal/Contests
|
460bc35c5848a89873172afabf61de17678fc4d1
|
86521b002f6e35d86a19a6d0c9e8468fae535293
|
refs/heads/main
| 2023-08-13T11:35:51.353783
| 2021-09-12T14:45:00
| 2021-09-18T14:17:07
| 339,523,983
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,309
|
cpp
|
C.cpp
|
#include <bits/stdc++.h>
using namespace std;
#define nl '\n'
void run_cases() {
int n;
cin >> n;
vector<string> bi(2);
cin >> bi[0] >> bi[1];
vector<bool> used_cols(n);
int mex = 0;
for(int i = 0; i < n; i++) {
set<int> uni;
for(int j = 0; j < 2; j++) {
uni.insert(bi[j][i]);
}
if(uni.size() == 2) {
mex += 2;
used_cols[i] = true;
}
}
for(int col = 0; col < n; col++) {
if(!used_cols[col]) {
if(bi[0][col] == '1') {
if(col + 1 < n && !used_cols[col + 1] && bi[0][col + 1] == '0') {
mex += 2;
used_cols[col] = true;
used_cols[col + 1] = true;
}
} else {
if(col + 1 < n && !used_cols[col + 1] && bi[0][col + 1] == '1') {
mex += 2;
used_cols[col] = true;
used_cols[col + 1] = true;
} else {
mex++;
}
}
}
}
cout << mex << '\n';
}
int main() {
ios_base::sync_with_stdio(0); cin.tie(nullptr);
int tests = 1;
cin >> tests;
for(int test = 1;test <= tests;test++) {
run_cases();
}
}
|
eacfa1046b4b56013f0a2d109679e87f7a80ad83
|
1533226cbfa89b03ba179ee71c0963e4310aa868
|
/HDOJ/hdu/hdu/2201.cpp
|
98de7b3194f58cdcf2f46359d53f7b9f24010a24
|
[] |
no_license
|
yyzs/OnlineJudgeCode
|
516934f5d6e7d19fc642902ac8cda6c1bbce10a6
|
358a9ed25478b34725160b825c3fb2e48bd955e2
|
refs/heads/master
| 2020-06-13T12:43:19.127449
| 2016-12-03T13:42:28
| 2016-12-03T13:42:28
| 75,379,452
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 133
|
cpp
|
2201.cpp
|
#include "stdio.h"
int main()
{
int n,m;
while(scanf("%d%d",&n,&m)==2)
printf("%.2lf\n",1.0/(double)n);
return 0;
}
|
308314b9f898de24a8a122b50552b507b5bedd34
|
fe00c3ef72bf37d5641051341c43cf9659a7bdca
|
/LocalSearch/Commmon.h
|
9aea1a834e384c2dc93c5a289fd402b6514904df
|
[] |
no_license
|
zhiwuba/AlgorithmApp
|
bf14d179a4f937756d41fec3324c3d030103a4aa
|
728e881a01a42d8f9b2675a105aba2dbac094113
|
refs/heads/master
| 2021-01-01T16:05:23.221204
| 2015-08-23T03:36:44
| 2015-08-23T03:36:44
| 19,451,576
| 7
| 2
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 320
|
h
|
Commmon.h
|
#pragma once
#include <string>
#include "FileMD5.h"
class Commmon
{
public:
Commmon(void);
~Commmon(void);
static int get_word_hash_id(const char* word);
static int get_doc_hash_id(std::string& filepath);
static int get_file_md5(const char* filepath, char* md5 );
static bool is_alpha_char(char c);
};
|
63e6920c5d12c2f731870b77184dfdc6ae3665d9
|
b9b300e189110a8effdea48fb26956fdabc534ea
|
/GameProject3D_01/player.h
|
51acabc5e9faadf3e3c3959f7ad631dd9f13e828
|
[] |
no_license
|
iyotaA/GameProject3D_01
|
f1f7032a984e81c51d8c0b6fe869564423a4be0e
|
9d352f82cd887b996d4a19cabf39a6f02aff8cb5
|
refs/heads/master
| 2021-07-09T15:49:20.890128
| 2020-09-26T23:58:06
| 2020-09-26T23:58:06
| 221,925,517
| 0
| 0
| null | 2020-09-26T23:58:07
| 2019-11-15T13:04:35
|
C++
|
SHIFT_JIS
|
C++
| false
| false
| 2,959
|
h
|
player.h
|
#ifndef PLAYER_H_
#define PLAYER_H_
#include "state_player.h"
class CCamera;
class CSkinModel;
class CNumber;
class CImage;
class CItem;
class CPlayer : public CGameObject
{
public:
void Init();
void Uninit();
void Update();
void Draw();
void DrawGUI();
const Vector3 GetAt() { return m_Position; }
std::vector< CCollisionWithBone*> GetCollisionSphere(void) const { return m_CollisionBody; }
CCollisionWithBone* GetCollisionSphere(int _id) const { return m_CollisionBody[_id]; }
CSkinModel* GetModel(void) { return m_pModel; }
Vector3 GetFront() { return m_DirVec.front; }
void ChangeState(CStatePlayer* _pState);
void AddVelocity(Vector3 _velocity) { m_Position += _velocity; }
void UseItem();
void SetMoveSpeed(const float _speed) { m_MoveSpeed = _speed * m_DEFAULT_SPEED; }
void SetAnimation(const unsigned int _id, const float _endBlendNum);
void SetAnimationSpeed(const float _speed);
void SetMotionStop(const bool _stop);
void ReSpwan(); // リスポーン
public:
bool& AnimationBlending();
bool CurrentAnimationFinish();
int GetCurrentAnimFrameNum();
SWORD_STATE& WeaponState() { return m_WeaponState; }
const float DefaultSpeed() { return m_DEFAULT_SPEED; }
int& DeadTimes() { return m_Status.DeadTimes; }
int& Life() { return m_Status.Life; }
float& Stamina() { return m_Status.Stamina; }
float& AttackValue() { return m_Status.AttackValue; }
bool& Idle() { return m_StateFlags.Idle; }
bool& Damaged() { return m_StateFlags.Damage; }
bool& Dodged() { return m_StateFlags.Dodge; }
bool& Attacked() { return m_StateFlags.Attack; }
bool& Blocked() { return m_StateFlags.Block; }
bool& Dashed() { return m_StateFlags.Dash; }
bool& Moved() { return m_StateFlags.Move; }
bool& Died() { return m_StateFlags.Died; }
bool& EmptyStamina() { return m_StateFlags.StaminaEmpty; }
private:
bool IsLanding();
void Move();
void AddGlavity();
void UpdateCollision();
void DrawCollisionGrid();
void CheckCollision_Enemy();
private:
const float m_DEFAULT_SPEED = 0.017f;
const Vector3 m_SPAWN_POSITION = Vector3(0.0f, 0.0f, -80.0f);
std::vector< CCollisionWithBone*> m_CollisionBody;
std::vector< CCollisionSphere*> m_CollisionWeapon;
SWORD_STATE m_WeaponState;
std::vector<std::string> m_WeaponBoneName;
std::vector<CImage*> m_UIAccesser;
CSkinModel* m_pModel;
CSkinModel* m_pWeapon;
CStatePlayer* m_pState;
Vector3X3 m_DirVec;
Vector3 m_MoveDistance;
CPolygon3D* m_Shadow;
CNumber* m_Number;
float m_MoveSpeed;
bool m_Collision;
int m_FrameCounter;
CItem* m_Item;
struct Status
{
int DeadTimes; // 死んだ回数
int Life; // ライフ
float Stamina; // スタミナ
float AttackValue;// 攻撃力
};
Status m_Status;
struct StateFlag
{
bool Idle;
bool Damage;
bool Dodge;
bool Attack;
bool Block;
bool Dash;
bool Move;
bool Died;
bool StaminaEmpty;
};
StateFlag m_StateFlags;
};
#endif // !PLAYER_H_
|
8cebf75a74df58c5888f1e8051e12a52dc896e03
|
56162fb08e9e69b96966dcba347108ccf909c288
|
/src/texturedrigidwidgetrenderer.cpp
|
b71a143183164209c64b175dc8f8d8d437cf77a4
|
[] |
no_license
|
dpkay/fingerglass
|
90ae3b180bb224b86310812e5e61f3c0a6f5c73d
|
e15c79faa7d86583ffbb494012bf624905a6b337
|
refs/heads/master
| 2021-01-01T16:19:32.566858
| 2012-07-28T16:03:52
| 2012-07-28T16:03:52
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 5,759
|
cpp
|
texturedrigidwidgetrenderer.cpp
|
#include "texturedrigidwidgetrenderer.h"
#include "widgetattachment.h"
#include "ambiguousselectionattachment.h"
#include "variousattachments.h"
// --------------------------------------------------------
TexturedRigidWidgetRenderer::TexturedRigidWidgetRenderer(
RigidWidgetController * controller,
QString texture_name,
bool has_active,
bool has_highlighted
) :
TouchWidgetRenderer(controller, 1.0f)
//_highlight_opacity(0.25f, 0.30f, 0.05f)
{
_texture_name_normal = has_active || has_highlighted ? QString("%1_normal").arg(texture_name) : texture_name;
_texture_name_active = has_active ? QString("%1_active").arg(texture_name) : _texture_name_normal;
_texture_name_highlighted = has_highlighted ? QString("%1_highlighted").arg(texture_name) : _texture_name_normal;
}
// --------------------------------------------------------
void TexturedRigidWidgetRenderer::paint( GLResourceContainer * container, int pass, TouchWidgetRenderer * to_texture_renderer ) const
{
Q_UNUSED(to_texture_renderer);
if(pass == 0)
{
bool draw_bubble = true; // HACK: somewhat of a hack at least.. this should not really be decided here.
// draw halo
if(controller()->isHaloVisible())
{
drawTexturedQuad(container->texture("halo"), controller()->pos(), controller()->totalSize(), 0, 0.3f);
}
// draw attachments
drawAttachments(container, &draw_bubble, to_texture_renderer);
// draw afterglow bubble
const AfterGlowBubble * agb = controller()->afterGlowBubble();
if(agb != NULL && agb->hasBubble() && draw_bubble)
{
drawTexturedQuad(container->texture("halo"), agb->bubbleRect().center(), agb->bubbleRect().size(), 0, 0.3f);
}
}
else if(pass == 1)
{
// draw selection ring
if(controller()->isMoving())
{
drawTexturedQuad(container->texture("touch_bright/touch_bound"), controller()->pos(), controller()->coreSize()*1.3f,0,1);
}
// draw actual widget
QString texture_name = controller()->isHighlighted() ? _texture_name_highlighted : _texture_name_normal;
texture_name = controller()->isMoving() ? _texture_name_active : texture_name;
drawTexturedQuad(container->texture(texture_name), controller()->pos(), controller()->coreSize());
}
else if(pass == 2)
{
// draw connection to current touch
if(!controller()->touchPointConnections().empty() && (*controller()->touchPointConnections().begin())->isDragging())
{
const QPointF & touch_pos = controller()->singlePressedTouchPointConnection()->point()->pos();
//drawPrecisionHandle(container, touch_pos, controller()->pos(), 0.3f);
}
}
}
// --------------------------------------------------------
void TexturedRigidWidgetRenderer::drawFadingSolidCircleAttachment(GLuint tex_id, WidgetAttachment * wa, float theta, float amplitude, float alpha) const
{
// this is a normalized gamma function with alpha=2, soon peaking with f(theta)=1, then slowly decaying
float t = wa->lifeTime();
float normalization = expf(1)/theta;
float radius = t*expf(-t/theta) * normalization;
drawTexturedQuad( tex_id, controller()->pos(), controller()->coreSize()*amplitude*radius, 0, (1-wa->lifeTime())*alpha );
}
// --------------------------------------------------------
const RigidWidgetController * TexturedRigidWidgetRenderer::controller() const
{
const RigidWidgetController * rwc = dynamic_cast<const RigidWidgetController *>(TouchWidgetRenderer::controller());
Q_ASSERT(rwc != NULL);
return rwc;
}
// --------------------------------------------------------
void TexturedRigidWidgetRenderer::drawFadingWhiteHollowCircleAttachment( GLResourceContainer * container, WidgetAttachment * wa, float theta, float amplitude, float alpha ) const
{
// this is a normalized gamma function with alpha=2, soon peaking with f(theta)=1, then slowly decaying
float t = wa->lifeTime();
float normalization = expf(1)/theta;
float radius = t*expf(-t/theta) * normalization;
drawHollowCircle( container, controller()->pos(), controller()->coreRadius()*amplitude*radius, (1-wa->lifeTime())*alpha);
}
// --------------------------------------------------------
void TexturedRigidWidgetRenderer::drawAttachments( GLResourceContainer * container, bool * draw_bubble, TouchWidgetRenderer * to_texture_renderer ) const
{
foreach(WidgetAttachment * attachment, controller()->attachments())
{
NewWidgetAttachment * nba = dynamic_cast<NewWidgetAttachment *>(attachment);
if(nba != NULL)
{
QString texture_name;
switch(nba->type())
{
case NewWidgetAttachment::NewBall:
texture_name = "halo";
break;
case NewWidgetAttachment::NewTarget:
texture_name = "destination_highlight";
break;
default:
Q_ASSERT(false);
}
drawFadingSolidCircleAttachment(container->texture(texture_name), nba, 0.08f, 250, 0.5f);
continue;
}
AmbiguousSelectionAttachment * asa = dynamic_cast<AmbiguousSelectionAttachment *>(attachment);
if(asa != NULL)
{
drawFadingSolidCircleAttachment(container->texture("alert_ambiguous"), asa, 0.08f, 10, 0.5f);
continue;
}
InteractionFinishedAttachment * ifa = dynamic_cast<InteractionFinishedAttachment *>(attachment);
if(ifa != NULL)
{
*draw_bubble = false;
drawFadingWhiteHollowCircleAttachment(container, ifa, 0.08f, 10, 1.0f);
if(to_texture_renderer == NULL && ifa->magnifyingGlass() != NULL)
{
//drawWhiteCircle(container, ifa->magnifyingGlass()->dstCenter(), ifa->magnifyingGlass()->dstRadius());
//qDebug() << "drawing mg with radius" << ifa->magnifyingGlass()->dstRadius();
drawMagnifyingGlass(container, ifa->magnifyingGlass(), qMax(0.0f,1 - ifa->lifeTime()*3));
}
continue;
}
}
}
//
//// --------------------------------------------------------
//void TexturedRigidWidgetRenderer::setTexture( QString name )
//{
// _texture_name = name;
//}
|
f86683e965fdefe9321a61ec92e0ee834c60f784
|
684f52fc30cd6f2df3845d300e4f6be3cd6ec656
|
/include/amis/OWBFGSBCMAPLauncherItem.h
|
11fc84687ff4f52ac78281b629aef0964bb3cc17
|
[
"Artistic-1.0-Perl"
] |
permissive
|
mynlp/amis
|
3eaae1ea5c9a15499db86a07222aae3dd6424c5a
|
c2b42390c747b2f7d9107fea2f620b86d5368c23
|
refs/heads/master
| 2021-06-08T19:37:53.704812
| 2016-11-11T07:24:17
| 2016-11-11T07:24:17
| 73,453,728
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,532
|
h
|
OWBFGSBCMAPLauncherItem.h
|
//////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2006, Yusuke Miyao
// You may distribute under the terms of the Artistic License.
//
// Amis - A maximum entropy estimator
//
// Author: Yusuke Miyao (yusuke@is.s.u-tokyo.ac.jp)
// $Id: OWBFGSBCMAPLauncherItem.h,v 1.1.1.1 2008-07-28 19:25:53 kyoshida Exp $
//
//////////////////////////////////////////////////////////////////////
#ifndef Amis_OWBFGSBCMAPLauncherItem_h_
#define Amis_OWBFGSBCMAPLauncherItem_h_
#include <amis/configure.h>
#include <amis/OWBFGSBCLauncherItem.h>
#include <amis/GaussianPriorLauncher.h>
#include <amis/Property.h>
AMIS_NAMESPACE_BEGIN
/*
* LauncherItem for OWBFGSBCMAP estimators.
* Set memory size, number of threads, and a gaussian prior.
*/
template < class OWBFGSBCMAP >
class OWBFGSBCMAPLauncherItem : public OWBFGSBCLauncherItem< OWBFGSBCMAP > {
public:
/// Constructor
OWBFGSBCMAPLauncherItem( const EstimatorIdentifier& id, const std::string& desc )
: OWBFGSBCLauncherItem< OWBFGSBCMAP >( id, desc ) {}
/// Launch a new OWBFGSBCMAP estimator
EstimatorPtr launch( Property* property ) {
OWBFGSBCMAP* bfgs = new OWBFGSBCMAP();
bfgs->setMemorySize( OWBFGSBCLauncherItem< OWBFGSBCMAP >::memory_size.getValue() );
bfgs->setNumThreads( property->getNumThreads() );
bfgs->setGaussianPrior( property->newGaussianPrior() );
return EstimatorPtr( bfgs );
}
};
AMIS_NAMESPACE_END
#endif // Amis_OWBFGSBCMAPLauncherItem_h_
// end of OWBFGSBCMAPLauncherItem.h
|
cc624dc3dd72b5a35992eb49b790ed6ba4ec3f87
|
1208cea905a7f12638bd5421aac61d4a558eb4ac
|
/game11/modellist.h
|
892ba7b4a02eab70426e0a526e23a36e96c7bc6f
|
[] |
no_license
|
weimingtom/game11
|
b28c554444341a6632ec1a03cea6aacbe67f77d7
|
f1e2e778baa471b910d044a7afc95fa9e89678d8
|
refs/heads/master
| 2020-04-09T11:42:16.728038
| 2014-01-02T02:24:59
| 2014-01-02T02:24:59
| 30,965,279
| 1
| 0
| null | 2015-02-18T12:48:35
| 2015-02-18T12:48:35
| null |
UTF-8
|
C++
| false
| false
| 1,198
|
h
|
modellist.h
|
#ifndef INCLUDED_MODELLIST_H
#define INCLUDED_MODELLIST_H
#include "npdraw.h"
#include "nml.h"
#include "npsound.h"
#include "npobject.h"
//class Sprite;
//class Object;
/////////////////////////////////////////////////////
class ModelList {
class System {
class Number{
MyTexture mTexture;
Model* mModel[10];
Model* mMiss;
int mWidth;
public:
Number();
void create(Sprite*,int number,const GameLib::Math::Vector3& pos,unsigned int color,bool big,int height) const;
void draw(int value,const GameLib::Math::Vector3& pos,unsigned int color) const;
};
public:
MyTexture mCursor;
MyTexture mFrame;
MyTexture mRect;
MyTexture mGauge;
Number mNumber;
System();
void ready();
};
/////////////////////////////////////////////////////
class Chara{
public:
MyTexture mTexture;
MyTexture mUFO;
MyTexture mBoss;
void ready();
};
public:
System mSystem;
SoundSet mSoundSet;
Chara mChara;
MyTexture mBack;
void ready();
static void create();
static void destroy();
static ModelList* instance();
private:
ModelList();
~ModelList();
static ModelList* mInstance;
};
/////////////////////////////////////////////////////
#endif
|
cb08023a5cc00637cc026981662aa727972b0f3f
|
019b21bf99e09eff035bcd4ff7445542acc43bf1
|
/src/server/HTTPRequestHandler.h
|
45c512d142c7f78183a5b6dbc0fc1486f83f90d9
|
[
"BSD-3-Clause"
] |
permissive
|
SRCH2/srch2-ngn
|
252c4f10277fef0018a6c21e7c82a873a303c3a8
|
925f36971aa6a8b31cdc59f7992790169e97ee00
|
refs/heads/master
| 2021-01-10T15:32:51.186548
| 2016-05-07T00:19:56
| 2016-05-07T00:19:56
| 49,683,870
| 14
| 7
| null | 2016-05-07T00:19:57
| 2016-01-15T00:12:16
|
C++
|
UTF-8
|
C++
| false
| false
| 6,636
|
h
|
HTTPRequestHandler.h
|
/*
* Copyright (c) 2016, SRCH2
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of the SRCH2 nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL SRCH2 BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef __WRAPPER_HTTPREQUESTHANDLER_H__
#define __WRAPPER_HTTPREQUESTHANDLER_H__
#include "ConfigManager.h"
#include "json/json.h"
#include "Srch2Server.h"
#include <instantsearch/Schema.h>
#include <instantsearch/Record.h>
#include <instantsearch/QueryResults.h>
#include <instantsearch/Indexer.h>
#include <instantsearch/GlobalCache.h>
#include "query/QueryResultsInternal.h"
#include <instantsearch/QueryEvaluator.h>
#include "operation/QueryEvaluatorInternal.h"
#include "QueryPlan.h"
#include "ParsedParameterContainer.h" // this include is to use enum ParameterName, after fixing the constant problem it must change
#include <sys/queue.h>
#include <event.h>
#include <evhttp.h>
#include "highlighter/Highlighter.h"
namespace srch2
{
namespace httpwrapper
{
// named access to multiple "cores" (ala Solr)
typedef std::map<const std::string, srch2http::Srch2Server *> CoreNameServerMap_t;
class HTTPRequestHandler
{
public:
static void searchCommand(evhttp_request *req, Srch2Server *server);
static void searchAllCommand(evhttp_request *req, const CoreNameServerMap_t * coreNameServerMap);
static void suggestCommand(evhttp_request *req, Srch2Server *server);
static void infoCommand(evhttp_request *req, Srch2Server *server, const string &versioninfo);
static void writeCommand(evhttp_request *req, Srch2Server *server);
static void updateCommand(evhttp_request *req, Srch2Server *server);
static void saveCommand(evhttp_request *req, Srch2Server *server);
static void shutdownCommand(evhttp_request *req, const CoreNameServerMap_t * coreNameServerMap);
static void exportCommand(evhttp_request *req, Srch2Server *server);
static void resetLoggerCommand(evhttp_request *req, Srch2Server *server);
static void lookupCommand(evhttp_request *req, Srch2Server *server);
static void handleException(evhttp_request *req);
static void attributeAclModify(evhttp_request *req, Srch2Server *server);
static void aclRecordRoleReplace(evhttp_request *req, Srch2Server *server);
static void aclRecordRoleAppend(evhttp_request *req, Srch2Server *server);
static void aclRecordRoleDelete(evhttp_request *req, Srch2Server *server);
static void aclAddRecordsForRole(evhttp_request *req, Srch2Server *server);
static void aclAppendRecordsForRole(evhttp_request *req, Srch2Server *server);
static void aclDeleteRecordsForRole(evhttp_request *req, Srch2Server *server);
static void processFeedback(evhttp_request *req, Srch2Server *server);
private:
static boost::shared_ptr<Json::Value> doSearchOneCore(evhttp_request *req,Srch2Server *server,
evkeyvalq* headers, std::stringstream &errorStream) ;
static boost::shared_ptr<Json::Value> printResults(evhttp_request *req, const evkeyvalq &headers,
const LogicalPlan &queryPlan,
const CoreInfo_t *indexDataConfig,
const QueryResults *queryResults,
const Query *query,
const srch2is::Indexer *indexer,
const unsigned offset,
const unsigned nextK,
const unsigned retrievedResults,
const string & aclRoleId,
const string & message,
const unsigned ts1,
struct timespec &tstart, struct timespec &tend,
const vector<RecordSnippet>& recordSnippets, unsigned hltime,
bool onlyFacets = false
);
static boost::shared_ptr<Json::Value> printOneResultRetrievedById(evhttp_request *req, const evkeyvalq &headers,
const LogicalPlan &queryPlan,
const CoreInfo_t *indexDataConfig,
const QueryResults *queryResults,
const srch2is::Indexer *indexer,
const string & aclRoleId,
const string & message,
const unsigned ts1,
struct timespec &tstart, struct timespec &tend);
static void printSuggestions(evhttp_request *req, const evkeyvalq &headers,
const vector<string> & suggestions,
const srch2is::Indexer *indexer,
const string & message,
const unsigned ts1,
struct timespec &tstart, struct timespec &tend);
static void cleanAndAppendToBuffer(const string& in, string& out);
static void genRecordJsonString(const srch2is::Indexer *indexer, StoredRecordBuffer buffer,
const string& externalId, string& sbuffer, const string& aclRoleId);
static void genRecordJsonString(const srch2is::Indexer *indexer, StoredRecordBuffer buffer,
const string& externalId, string& sbuffer,const vector<string>* attrToReturn, const string& aclRoleId);
static void genSnippetJSONString(unsigned recIdx, unsigned start,
const vector<RecordSnippet>& recordSnippets, string& sbuffer,
const QueryResults *queryResults);
static void aclModifyRecordsForRole(evhttp_request *req, Srch2Server *server, srch2::instantsearch::RecordAclCommandType commandType);
static void aclModifyRolesForRecord(evhttp_request *req, Srch2Server *server, srch2::instantsearch::RecordAclCommandType commandType);
static bool processSingleFeedback(const Json::Value& doc,
Srch2Server *server, Json::Value& feedbackResponse);
};
}
}
#endif // _WRAPPER_HTTPREQUESTHANDLER_H_
|
28fea7d90d32f366421dbe9d49164286c8477d16
|
81c74937fd4586b264b9ff3242be616292d06bdf
|
/trunk/src/c++/include/freq/Results.h
|
71dc894958d096f87a72b8d237dc7ba8c5974327
|
[] |
no_license
|
rahulkr007/sageCore
|
be877ff6bb2ee5825e5cc9b9d71e03ac32f4e29f
|
b1b19b95d80637b48fca789a09a8de16cdaad3ab
|
refs/heads/master
| 2021-06-01T12:41:41.374258
| 2016-09-02T19:14:02
| 2016-09-02T19:14:02
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,629
|
h
|
Results.h
|
#ifndef FREQ_RESULTS
#define FREQ_RESULTS
#include "maxfunapi/maxfunapi.h"
#include "output/Output.h"
#include "freq/Configuration.h"
#include "freq/Sample.h"
namespace SAGE {
namespace FREQ {
struct AlleleFrequencies
{
AlleleFrequencies() { founder_freqs.clear(); all_freqs.clear(); }
AlleleFrequencies(const AlleleFrequencies & other) : founder_freqs(other.founder_freqs), all_freqs(other.all_freqs) { }
AlleleFrequencies& operator= (const AlleleFrequencies & other) { if(this != &other) { founder_freqs = other.founder_freqs; all_freqs = other.all_freqs; } return *this; }
void dump() const
{
std::cout << "ALLELE FREQUENCIES DUMP" << std::endl;
for(size_t i = 0; i < founder_freqs.size(); ++i)
{
std::cout << i << " founders only: " << std::setprecision(10) << founder_freqs[i] << " everyone: " << all_freqs[i] << std::endl;
}
std::cout << std::endl;
}
/// Frequencies for each allele for only the founders
std::vector<double> founder_freqs;
/// Frequencies for each allele for the entire dataset
std::vector<double> all_freqs;
};
struct MarkerAnalysis
{
MarkerAnalysis() { }
MarkerAnalysis(const MarkerAnalysis & other) :
marker_id (other.marker_id),
allele_freqs (other.allele_freqs),
maxfun_results (other.maxfun_results),
maxfun_results_inbreeding (other.maxfun_results_inbreeding)
{ }
MarkerAnalysis& operator=(const MarkerAnalysis & other)
{
if(this != &other)
{
marker_id = other.marker_id;
allele_freqs = other.allele_freqs;
maxfun_results = other.maxfun_results;
maxfun_results_inbreeding = other.maxfun_results_inbreeding;
}
return *this;
}
/// Marker id analyzed.
size_t marker_id;
/// The initial allele frequencies.
AlleleFrequencies allele_freqs;
/// The maximization results (without inbreeding coefficient).
MAXFUN::Results maxfun_results;
/// The maximization results (with inbreeding coefficient).
MAXFUN::Results maxfun_results_inbreeding;
};
typedef std::vector<MarkerAnalysis> MarkerAnalyses;
struct Results
{
Results() { }
Results(const Results & other) : config(other.config), analyses(other.analyses) { }
Results& operator=(const Results & other) { if(this != &other) { config = other.config; analyses = other.analyses; } return *this; }
/// Configuration used for analysis
Configuration config;
/// Analyses of each requested marker
MarkerAnalyses analyses;
};
} // End namespace FREQ
} // End namespace SAGE
#endif
|
bd3ce07c549c0cde26c32652caa304506b35c926
|
81aba100de7e89c550c8c0b3ed5252ade24eb230
|
/include/parser.h
|
a68c1710180a002b91893c34e4af6d3afc12bbda
|
[] |
no_license
|
JohnHonkanen/heuro
|
3a285a3996782e5faa2d097f46a4c35bfc329f33
|
636aa0bf4c18ecfe46ef7001dcc25cb263e31649
|
refs/heads/master
| 2021-05-03T16:37:10.833131
| 2018-02-22T19:37:47
| 2018-02-22T19:37:47
| 120,439,794
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 652
|
h
|
parser.h
|
/*
Name: John Honkanen, Lars Palm
Student ID: B00291253, B00294272
We declare that the following code was produced by John Honkanen (B00291253), Lars Palm (B00294272) as a group assignment for the Computer Game AI module and that this is our own work.
We are aware of the penalties incurred by submitting in full or in part work that is not our own and that was developed by third parties that are not appropriately acknowledged.
This file was created by John Honkanen (B00291253) and Lars Palm (B00294272).
*/
#pragma once
#include <string>
class Graph;
class Parser
{
public:
static Graph Load(std::string path, bool debug, bool &success);
};
|
abfe80e6d0588a1d79afb162e261452212a1704c
|
7524106d9776f24311be4e6050cedd2a10e31282
|
/algorithms/kmp/attempt3.cpp
|
1699544092ac7b009a1f65279bf4409938de91f3
|
[] |
no_license
|
Exr0nProjects/learn_cpp
|
f0d0ab1fd26adaea18d711c3cce16d63e0b2a7dc
|
c0fcb9783fa4ce76701fe234599bc13876cc4083
|
refs/heads/master
| 2023-04-11T08:19:42.923015
| 2021-01-27T02:41:35
| 2021-01-27T02:41:35
| 180,021,931
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 502
|
cpp
|
attempt3.cpp
|
// 3 oct 2020 23:33
#include <cstdio>
#include <cstring>
const int MX = 10000;
int P, k[MX];
char p[MX];
void kmp()
{
k[0] = -1;
for (int i=1; i<P; ++i)
{
for (k[i]=k[i-1]; ~k[i] && p[k[i]+1] != p[i];
k[i] = k[k[i]]);
if (p[k[i]+1] == p[i]) ++k[i]; // you must have this extra if statement, because loop breaks on -1
}
}
int main()
{
scanf("%s", p);
P = strlen(p);
kmp();
for (int i=0; i<P; ++i) printf("%3d", k[i]); printf("\n");
}
|
911e15ef762beb23fde1e93589e491c0cf4caf51
|
8cc3498e311d15c9a4394aaa341ef489b482dbe6
|
/compiler/extensions/cpp/runtime/src/zserio/UniquePtr.h
|
61d65cb3b3414068a16d91ffeab75c8b02d12ccb
|
[
"BSD-3-Clause"
] |
permissive
|
ndsev/zserio
|
3e55c064f72e86219a6da297f116d3dbb565a9a9
|
c540c4a97fee4e08bfc6669a2cec0d2b8282d8f6
|
refs/heads/master
| 2023-08-24T14:56:10.750155
| 2023-08-11T19:36:54
| 2023-08-11T19:36:54
| 141,550,444
| 113
| 23
|
BSD-3-Clause
| 2023-08-30T11:14:47
| 2018-07-19T08:44:23
|
Java
|
UTF-8
|
C++
| false
| false
| 3,350
|
h
|
UniquePtr.h
|
#ifndef ZSERIO_UNIQUE_PTR_H_INC
#define ZSERIO_UNIQUE_PTR_H_INC
#include <memory>
#include <type_traits>
#include "zserio/RebindAlloc.h"
#include "zserio/AllocatorHolder.h"
namespace zserio
{
namespace detail
{
/**
* Custom deleter to ensure proper deallocation of the unique_ptr.
*/
template <class ALLOC_T>
struct UniquePtrDeleter : public AllocatorHolder<ALLOC_T>
{
using allocator_type = ALLOC_T;
using T = typename allocator_type::value_type;
/** Method generated by default. */
/** \{ */
~UniquePtrDeleter() = default;
UniquePtrDeleter(UniquePtrDeleter&& other) = default;
UniquePtrDeleter& operator=(UniquePtrDeleter&& other) = default;
/**
* \}
*/
/**
* Copying is disallowed!
* \{
*/
UniquePtrDeleter(const UniquePtrDeleter& other) = delete;
UniquePtrDeleter& operator=(const UniquePtrDeleter& other) = delete;
/**
* \}
*/
/**
* Empty constructor.
*/
template <typename ALLOC_U = ALLOC_T>
UniquePtrDeleter() :
UniquePtrDeleter(ALLOC_U())
{
}
/**
* Constructor from given allocator.
*/
template <typename ALLOC_U = ALLOC_T>
UniquePtrDeleter(const ALLOC_U& allocator) :
AllocatorHolder<ALLOC_T>(allocator)
{
static_assert(std::is_same<allocator_type, RebindAlloc<ALLOC_U, T>>::value,
"UniquePtrDeleter requires same allocator in constructor!");
}
/**
* Constructor from deleter to another type.
*/
template <typename ALLOC_U>
UniquePtrDeleter(const UniquePtrDeleter<ALLOC_U>& deleter) :
UniquePtrDeleter(deleter.get_allocator())
{}
void operator()(T* ptr)
{
allocator_type alloc = this->get_allocator();
using AllocTraits = std::allocator_traits<allocator_type>;
AllocTraits::destroy(alloc, std::addressof(*ptr));
AllocTraits::deallocate(alloc, ptr, 1);
}
};
} // namespace detail
/**
* Typedef to std::unique_ptr provided for convenience - using std::allocator.
*
* Uses custom deleter to ensure proper deallocation.
*/
template <typename T, typename ALLOC = std::allocator<T>>
using unique_ptr = std::unique_ptr<T, detail::UniquePtrDeleter<ALLOC>>;
/**
* Allocates memory for an object of type T using given allocator and constructs it passing args to its
* constructor.
*
* \param allocator Allocator to use.
* \param args List of elements passed to T's constructor.
*
* \return Object of type zserio::unique_ptr<T, ALLOC> that owns and stores a pointer to the constructed object.
*/
template <typename T, typename ALLOC, class ...Args>
zserio::unique_ptr<T, RebindAlloc<ALLOC, T>>
allocate_unique(const ALLOC& allocator, Args&& ...args)
{
using Allocator = RebindAlloc<ALLOC, T>;
using AllocTraits = std::allocator_traits<Allocator>;
Allocator typedAllocator = allocator;
typename AllocTraits::pointer ptr = AllocTraits::allocate(typedAllocator, 1);
try
{
AllocTraits::construct(typedAllocator, std::addressof(*ptr), std::forward<Args>(args)...);
return zserio::unique_ptr<T, Allocator>(std::addressof(*ptr), typedAllocator);
}
catch (...)
{
AllocTraits::deallocate(typedAllocator, ptr, 1);
throw;
}
}
} // namespace zserio
#endif // ZSERIO_UNIQUE_PTR_H_INC
|
71ed6a0284397f691dd58693a161a1b67d026cd2
|
7acbb1c1941bd6edae0a4217eb5d3513929324c0
|
/GLibrary-CPP/sources/GError.h
|
12e9dc401953b40c68dd81132f96f2ac3f298931
|
[] |
no_license
|
hungconcon/geofreylibrary
|
a5bfc96e0602298b5a7b53d4afe7395a993498f1
|
3abf3e1c31a245a79fa26b4bcf2e6e86fa258e4d
|
refs/heads/master
| 2021-01-10T10:11:51.535513
| 2009-11-30T15:29:34
| 2009-11-30T15:29:34
| 46,771,895
| 1
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 165
|
h
|
GError.h
|
#ifndef __GERROR_H__
# define __GERROR_H__
#include "GOStream.h"
#include "GExport.h"
class GEXPORTED GError : public GOStream
{
public:
};
#endif
|
2f771b57d96aacb04f08e34b1d03d4a70083a594
|
9081c6fef3c953dd0fe8c01d147397158666706c
|
/7_4/7_4.cpp
|
06e5b601ab948c86a9b99bc4c6baeeff4ae73948
|
[] |
no_license
|
Desomafo/laboratory7
|
c3ab3777bd9c8380ae2b1708c283ec6f9e0d0bca
|
13caf999601b1ee7517a0ab3af6f988470aca16b
|
refs/heads/master
| 2021-03-18T23:00:57.503683
| 2020-03-14T17:53:11
| 2020-03-14T17:53:11
| 247,108,191
| 0
| 0
| null | 2020-03-13T15:51:54
| 2020-03-13T15:51:53
| null |
UTF-8
|
C++
| false
| false
| 2,151
|
cpp
|
7_4.cpp
|
#include <iostream>
#include <cmath>
using namespace std;
double x[10] = {1.0986, 1.3863, 1.6094, 1.7918, 1.9459, 2.0794, 2.1972, 2.3026, 2.3979, 2.4849};
double y[10] = {13.811, 16.850, 19.176, 21.060, 22.642, 24.005, 25.203, 26.270, 27.233, 28.109};
double K, tau0;
double F, F1, F2, F3, Fa, Fb;
int Nexp = 10, Nit = 1000;
double eps = 1e-12, alpha, beta, n, a = 0, b = 2;
double a11, a12, a21, a22, b1, b2;
double d, d1, d2;
void Ktau0(int Nexp, double *x, double *y, double n) {
a11 = 0, a12 = 0, a21 = 0, a22 = 0, b1 = 0, b2 = 0;
for (int i = 0; i < Nexp; ++i) {
a11 = a11 + pow(x[i], 2 * n);
a12 = a12 + pow(x[i], n);
b1 = b1 + pow(x[i], n) * y[i];
b2 = b2 + y[i];
}
a21 = a12;
a22 = Nexp;
d = a11*a22-a12*a21;
d1 = b1*a22-b2*a12;
d2 = b2*a11-b1*a21;
K = d1/d;
tau0 = d2/d;
}
void FF(int Nexp, double *x, double *y, double n) {
F = 0, F1 = 0, F2 = 0, F3 = 0;
for (int i = 0; i < Nexp; ++i) {
F = F + pow(tau0 + K * pow(x[i], n) - y[i], 2) / Nexp;
F1 = F1 + 2 * (tau0 + K * pow(x[i], n) - y[i]) / Nexp;
F2 = F2 + 2 * (tau0 + K * pow(x[i], n) - y[i]) * pow(x[i], n) / Nexp;
F3 = F3 + 2 * (tau0 + K * pow(x[i], n) - y[i]) * K * pow(x[i], n) * log(x[i]) / Nexp;
}
}
int main() {
for (int i = 0; i < Nit; ++i) {
alpha = a + 2 / (3 + pow(5, 0.5))*(b-a);
n = alpha;
Ktau0(Nexp, x, y, n);
FF(Nexp, x, y, n);
Fa = F;
beta = a + 2 / (1 + pow(5, 0.5))*(b-a);
n = beta;
Ktau0(Nexp, x, y, n);
FF(Nexp, x, y, n);
Fb = F;
if (Fa <= Fb) {
b = beta;
n = alpha;
} else {
a = alpha;
n = beta;
}
if ((b - a) < eps) {
Ktau0(Nexp, x, y, n);
FF(Nexp, x, y, n);
break;
}
}
cout << "tau0: " << tau0 << endl;
cout << "K: " << K << endl;
cout << "n: " << n << endl;
cout << "F: " << F << endl;
cout << "F1: " << F1 << endl;
cout << "F2: " << F2 << endl;
cout << "F3: " << F3 << endl;
return 0;
}
|
f715f3d6dd929bb4402d40ca2956814c9af42baa
|
95f374301236308e4c3820e0deb5b02a1baa7f91
|
/rymobile/frameworks/runtime-src/Classes/game/dntgGame/DntgSimpleTools.h
|
661cc124174e4742e9db54ce58bc5393820bec32
|
[] |
no_license
|
aywlcn/510Game
|
53f02b1a07818ad3661f1b2c0c8d52791b355b05
|
653490b2e0246fb7f37864a164d65236ab05a410
|
refs/heads/master
| 2020-07-04T05:04:27.937878
| 2019-08-13T23:19:36
| 2019-08-13T23:19:36
| 202,165,219
| 0
| 0
| null | 2019-08-13T14:45:44
| 2019-08-13T14:45:43
| null |
UTF-8
|
C++
| false
| false
| 1,413
|
h
|
DntgSimpleTools.h
|
#ifndef _DNTG_SIMPLETOOLS_H_
#define _DNTG_SIMPLETOOLS_H_
#include "cocos2d.h"
#include "ui/CocosGUI.h"
#include "tools/manager/Move_Point_Manager.h"
USING_NS_CC;
using namespace ui;
namespace Dntg
{
///< 闪电类型
enum LINETYPE
{
PINK = 0,
BLUE,
YELLOW,
ALLTYPE
};
///< 简单的工具类
class SimpleTools
{
public:
SimpleTools();
~SimpleTools();
//static const char * getHeadImageById(int head_id);
static float calcRotate(int char_id, const xPoint& pt_offset);
///< 获得圆的坐标
static cocos2d::CCActionInterval * getCircularAction(const Vec2 & start_pos, float radius);
///< 闪电的动作
static cocos2d::Sprite * getLightAction(float duration, const Vec2 & base_pos, std::vector<Vec2> other_pos, LINETYPE sType = LINETYPE::PINK);
///< 大闹天宫
///< 鱼的类型
static bool isDntgSpecialBird(int birdType);
///< 是圆盘鱼
static bool isDntgSpecialRoundBird(int birdType);
///< 是需要直走的鱼
static bool isDntgNeedGoStraightBird(int birdType);
///< 是否反向,值为1或者-1
static bool isDntgReverseAtGoStraightBird(const Vec2 & start_p, const Vec2 & end_p);
///< 是龙王
static bool isDntgDragonKing(int birdType);
};
}
// ///< 缩放由数字构成的文本
// #define DIGIT_SCALE(target, cond) if((cond) > (2 << 22)) target->setScale(0.7f); \
// else target->setScale(0.8f);
#endif
|
ca510eb7ac7667460953d86046adcf29f5deddf3
|
bf9b2a5b68b6f97af49fd8542a99a95542404557
|
/src/dependencies/datk/src/optimization/discFunctions/SetFunctions.h
|
6f620470051608681e73725e0473abbe0718c74f
|
[] |
no_license
|
viv92/video-analytics
|
7d6f2b4bddac7d981fe9cbbf8aae9cdba11d8e62
|
c0d1b431ceb42c6734460ae4933f7df96f0666f9
|
refs/heads/master
| 2020-07-10T12:34:41.344895
| 2019-08-25T07:56:58
| 2019-08-25T07:56:58
| 204,263,798
| 0
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,822
|
h
|
SetFunctions.h
|
/*
* Abstract base class header for implementing (not necessarily submodular) set functions. This implements all oracle functions of general set functions.
All set functions are defined on a ground set V = [n] = {1, 2, ..., n}. If the groundSet is not [n],
one will need to use a transformation function, which transforms a groundSet U, to V = [|U|], through a mapping.
Author: Rishabh Iyer
Melodi Lab, University of Washington, Seattle
*
*/
#ifndef SET_FUNCTION_h
#define SET_FUNCTION_h
#include "../../representation/Set.h"
#include <vector>
namespace datk {
class SetFunctions{
//protected:
protected:
const int n; // Ground set size.
public:
// Constructors
SetFunctions();
SetFunctions(int n);
SetFunctions(const SetFunctions& f); // copy constructor
virtual ~SetFunctions();
virtual SetFunctions * clone() const = 0;
virtual void resetData(std::vector<int> Rset) = 0; // this method may not be necessary.
// Evaluate the function at sset, i.e f(sset)
virtual double eval(const Set& set) const = 0;
// Evaluate the function at sset, i.e f(sset) using preComputed stats
virtual double evalFast(const Set& set) const = 0;
// evaulate the gain of adding item to sset, i.e f(item | sset)
virtual double evalGainsadd(const Set& set, int item) const;
// evaluate the gain of removing item from sset, i.e f(item | sset/item)
virtual double evalGainsremove(const Set& set, int item) const;
// fast evaluation of gain of adding item to sset, using preComputed statistics.
virtual double evalGainsaddFast(const Set& set, int item) const;
// fast evaluation of gain of adding item to sset, using preComputed statistics.
virtual double evalGainsremoveFast(const Set& set, int item) const;
// Functions managing preComputed statistics.
// updating 'statistics' in sequential algorithms for adding elements. This is really useful for any algorithm which creates a sequence os sets X_0 \subset X_1 \subset .. X_n such that |X_i| = |X_{i-1}| + 1.
virtual void updateStatisticsAdd(const Set& set, int item) const = 0;
// updating 'statistics' in sequential algorithms for removing elements. This is really useful for any algorithm which creates a sequence os sets X_0 \subset X_1 \subset .. X_n such that |X_i| = |X_{i-1}| + 1.
virtual void updateStatisticsRemove(const Set& set, int item) const = 0;
// Clears the precompute statistics.
virtual void clearpreCompute() const = 0;
// Compute the precomputed statistics for a given set.
virtual void setpreCompute(const Set& set) const = 0;
// Non-virtual functions
int size() const;
double operator()(const Set& set) const;
double operator()(const Set& set, int item) const;
};
}
#endif
|
07b4f628ce0327993b1d5a9f2419b50fa3ee8846
|
cbbef8580d0571c84ab4ce5a559e0fb9d660f485
|
/data/submissions/528844.cpp
|
260843c1dd49216a275b250bfa035367373bba80
|
[] |
no_license
|
yuantailing/tsinsen
|
efb4c0297e096b8fa64a3390d6bde3cbaaddb217
|
a92759dc965ed58a33536e8c6faaa19b0931afbc
|
refs/heads/main
| 2023-07-08T11:44:32.294152
| 2021-08-09T19:34:07
| 2021-08-09T19:34:07
| 394,414,206
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 458
|
cpp
|
528844.cpp
|
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
using namespace std;
int main()
{
int n,m;
cin>>n>>m;
int i,j;
for (i=1;i<=n;++i)
{
for (j=i;j>=1&&j>i-m;--j)
printf("%c",'A'-1+j);
if (i>=m){
cout<<endl;
continue;
}
for (j=2;j<=m-i+1;++j)
printf("%c",'A'-1+j);
cout<<endl;
}
//system("pause");
return 0;
}
|
8f3b6d55304a20c4b2d0463c492c1be662bb26d9
|
80beaa4cfefec9abeaad6438e6c8cc611c8a90a8
|
/SPIM.cpp
|
defe24a5739318d9c6554e51a98306bad715655b
|
[] |
no_license
|
SJTUStevenDu/MIPS-Simulator
|
4b5f92023d174578689ff761a4027a3bc74c6018
|
acd12456e35e93985e5affc21622370606efa4a2
|
refs/heads/master
| 2020-03-16T11:07:38.152613
| 2018-05-08T17:37:58
| 2018-05-08T17:37:58
| 132,643,229
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,403
|
cpp
|
SPIM.cpp
|
#include <iostream>
#include <map>
#include <queue>
#include <cmath>
#include <vector>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <algorithm>
#include <fstream>
#include "Class.hpp"
#include "Decode.hpp"
#include "String_option.hpp"
#include "Instruction_Save.hpp"
using namespace std;
void Flow_and_work(){
bool Canread = 1, havedone, flag;
int T, ty, LL = Code.size(), now = label_to_num["main"]; // where next instuct is
now = Code_label[now].x;
TS[29] = stacktop;
F[0].exist = 1;
/*for(T = 1; ; T++){
havedone = 0; flag = 0;
for(int x = 4; x >= 0; x--){
if(F[x].exist){
switch(x){
case 4:
for(int i = 0; i < F[4].top; i++){
TS[F[4].to_ts[i]] = F[4].to_data[i];
--lock[F[4].to_ts[i]];
}
F[4].exist = 0;
if(F[4].isjump) Canread = 1;
if(TS[35]) return;
break;
case 3:
ty = Solve_step4(F[3]);
if(ty != -1){
if(ty == 1) havedone = 1;
F[3].exist = 0;
F[x + 1] = F[x]; F[x + 1].exist = 1;
}
else flag = 1;
break;
case 2:
F[2].exist = 0; F[x + 1] = F[x]; F[x + 1].exist = 1;
break;
case 1:
if(Solve_step2(F[1], Canread, now)){
F[1].exist = 0; F[x + 1] = F[x]; F[x + 1].exist = 1;
}
else flag = 1;
break;
case 0:
if(Canread && !havedone && now < LL){
code np = Code[now];
now++;
F[1] = flow(np.op, np.A, np.B, np.C, np.lab);
F[1].exist = 1;
}
break;
}
}
if(flag) break;
}
}*/
while(1){
code np = Code[now];
now++;
F[1] = flow(np.op, np.A, np.B, np.C, np.lab);
if(!Solve_step_Decode(F[1], Canread, now)) break;
Solve_step_Memory(F[1]);
for(int i = 0; i < F[1].top; i++){
TS[F[1].to_ts[i]] = F[1].to_data[i];
--lock[F[1].to_ts[i]];
}
if(TS[35]) return;
}
}
int main(int argc, char* argv[]){
Prework();
string option;
//ifstream fin("test.s");
ifstream fin(argv[1]);
while(getline(fin, option)){
op_save(option);
}
fin.close();
//freopen("test.ans", "w", stdout);
Flow_and_work();
/*for(int i = 0; i < Code.size(); i++){
Code[i].print();
}*/
/*for(int i = 0; i < nowdata; i++){
cout << i << " " << data[i] << " " << (int)(data[i]) << endl;
}*/
/*for(int i = 0; i < Code_label.size(); i++){
cout << i << " " << Code_label[i].ty << " " << Code_label[i].x << endl;
}*/
return retu;
}
|
0bca81733eb88e61ad66babeb8e100f804af0cdc
|
f91cbe3b643edff7d17a3790a5919d9ca0157d07
|
/Code/GameSDK/GameDll/VehicleMovementHelicopterArcade.h
|
0b328e040c0b906ab99ab1cf4cbf19b3e96a4d95
|
[] |
no_license
|
salilkanetkar/AI-Playing-Games
|
5b66b166fc6c84853410bf37961b14933fa20509
|
7dd6965678cbeebb572ab924812acb9ceccabcf3
|
refs/heads/master
| 2021-01-21T18:46:11.320518
| 2016-09-15T16:14:51
| 2016-09-15T16:14:51
| 68,309,388
| 1
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 4,986
|
h
|
VehicleMovementHelicopterArcade.h
|
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
// Original file Copyright Crytek GMBH or its affiliates, used under license.
#if 0
/*************************************************************************
Crytek Source File.
Copyright (C), Crytek Studios, 2001-2005.
-------------------------------------------------------------------------
$Id$
$DateTime$
Description: Implements a standard helicopter movements
-------------------------------------------------------------------------
History:
- Created by Stan Fichele
*************************************************************************/
#ifndef __VEHICLEMOVEMENTHELICOPTER_ARCADE_H__
#define __VEHICLEMOVEMENTHELICOPTER_ARCADE_H__
#include "VehicleMovementBase.h"
#include "Network/NetActionSync.h"
#include "Vehicle/VehiclePhysicsHelicopter.h"
class CVehicleMovementHelicopterArcade;
class CVehicleActionLandingGears;
class CNetworkMovementHelicopterArcade
{
public:
CNetworkMovementHelicopterArcade();
CNetworkMovementHelicopterArcade(CVehicleMovementHelicopterArcade *pMovement);
typedef CVehicleMovementHelicopterArcade * UpdateObjectSink;
bool operator == (const CNetworkMovementHelicopterArcade &rhs)
{
return false;
};
bool operator != (const CNetworkMovementHelicopterArcade &rhs)
{
return !this->operator==(rhs);
};
void UpdateObject( CVehicleMovementHelicopterArcade *pMovement );
void Serialize(TSerialize ser, EEntityAspects aspects);
static const NetworkAspectType CONTROLLED_ASPECT = eEA_GameClientServerOnlyA;
public:
SHelicopterAction action; // Do we need to store this twice?
};
class CVehicleMovementHelicopterArcade
: public CVehicleMovementBase
{
public:
CVehicleMovementHelicopterArcade();
virtual ~CVehicleMovementHelicopterArcade() {}
// IVehicleMovement
virtual bool Init(IVehicle* pVehicle, const CVehicleParams& table);
virtual void PostInit();
virtual void Reset();
virtual void Release();
virtual void Physicalize();
virtual void PostPhysicalize();
virtual EVehicleMovementType GetMovementType() { return eVMT_Air; }
virtual float GetDamageRatio() { return min(1.0f, max(m_damage, m_steeringDamage/3.0f ) ); }
virtual bool StartEngine(EntityId driverId);
virtual void StopEngine();
virtual void OnEvent(EVehicleMovementEvent event, const SVehicleMovementEventParams& params);
virtual void OnAction(const TVehicleActionId actionId, int activationMode, float value);
virtual void ProcessMovement(const float deltaTime);
virtual void ProcessActions(const float deltaTime);
virtual void ProcessAI(const float deltaTime);
virtual void Update(const float deltaTime);
virtual SVehicleMovementAction GetMovementActions();
virtual void RequestActions(const SVehicleMovementAction& movementAction);
virtual bool RequestMovement(CMovementRequest& movementRequest);
virtual void Serialize(TSerialize ser, EEntityAspects aspects);
virtual void SetAuthority( bool auth )
{
m_netActionSync.CancelReceived();
};
virtual void SetChannelId (ChannelId id) {};
virtual SVehicleNetState GetVehicleNetState();
virtual void SetVehicleNetState(const SVehicleNetState& state);
// ~IVehicleMovement
// CVehicleMovementBase
virtual void OnEngineCompletelyStopped();
virtual float GetEnginePedal();
// ~CVehicleMovementBase
virtual void ResetActions();
virtual void UpdateDamages(float deltaTime);
virtual void UpdateEngine(float deltaTime);
virtual void ProcessActions_AdjustActions(float deltaTime) {}
virtual void GetMemoryUsage(ICrySizer * pSizer) const;
void GetMemoryUsageInternal(ICrySizer * pSizer) const;
protected:
float GetEnginePower();
float GetDamageMult();
protected:
// Handling
SHelicopterAction m_inputAction;
CVehiclePhysicsHelicopter m_arcade;
// Animation
IVehicleAnimation* m_pRotorAnim;
IVehiclePart* m_pRotorPart;
IVehicleHelper* m_pRotorHelper;
CVehicleActionLandingGears* m_pLandingGears;
float m_altitudeMax;
float m_engineWarmupDelay; // Time taken to get to full power
float m_enginePower; // ramps from 0 -> 1.0
float m_damageActual;
float m_steeringDamage;
float m_turbulence;
bool m_isTouchingGround;
float m_timeOnTheGround;
// AI
CMovementRequest m_aiRequest;
// Network related
CNetActionSync<CNetworkMovementHelicopterArcade> m_netActionSync;
friend class CNetworkMovementHelicopterArcade;
};
#endif
#endif //0
|
5368988f9d649e3ff034b579ca4aad19d076f841
|
a9f09e79341992b4db9c2d7b24a5542e826d21f5
|
/main.hh
|
0942716c335bcc20b7d4217a6c34eedbe4f22395
|
[] |
no_license
|
kellywang95/p2p
|
658a80c6da1ee530e28ab410ddccea30da1d5f21
|
670c35c29cc6b973fb0e3838238435aed0266278
|
refs/heads/master
| 2020-04-05T06:26:44.789154
| 2018-11-16T05:30:30
| 2018-11-16T05:30:30
| 156,638,300
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,650
|
hh
|
main.hh
|
#ifndef P2PAPP_MAIN_HH
#define P2PAPP_MAIN_HH
#include <QDialog>
#include <QTextEdit>
#include <QLineEdit>
#include <QUdpSocket>
#include <QMutex>
#include <QTimer>
class NetSocket : public QUdpSocket
{
Q_OBJECT
public:
NetSocket(QObject *parent);
~NetSocket();
// Bind this socket to a P2Papp-specific default port.
bool bind();
// bool readUdp(QVariantMap *map);
int genRandNum();
//int getWritePort();
int resendRumorPort(int port);
void changeRandomPort();
void sendUdpDatagram(const QVariantMap &qMap, int port);
void sendUdpDatagram(const QMap<QString, QVariantMap> &qMap, int port);
int myPort;
int neighborPort;
int randomPort; //for anti-entropy
QHostAddress HostAddress;
QString originName;
private:
int myPortMin, myPortMax;
};
class ChatDialog : public QDialog
{
Q_OBJECT
public:
ChatDialog();
public slots:
void gotReturnPressed();
void gotReadyRead();
void timeoutHandler();
void antiEntropyHandler();
private:
QTextEdit *textview;
QLineEdit *textline;
NetSocket *udpSocket;
QTimer *timeoutTimer;
QTimer *antiEntropyTimer;
QVariantMap myWants;
QMap<QString, QMap<quint32, QString> > allMessages;
QVariantMap pendingMsg;
QMutex mutex1; // for myWants
QMutex mutex2; // for allMessages
QMutex mutex3; // for pendingMsg
void writeRumorMessage(QString &origin, quint32 seqNo, QString &text, qint32 port, bool addToMsg);
void writeStatusMessage(int port, QString origin, qint32 seqNo);
void addToMessages(QVariantMap &qMap);
void handleStatusMsg(QVariantMap &gotWants, quint16 port);
void handleRumorMsg(QVariantMap &rumorMap, quint16 port);
};
#endif // P2PAPP_MAIN_HH
|
9d209898cd13fe40165291d428f8ae844113bc07
|
0bd7519a593628e060bc8f229fc5f0b9840d4526
|
/example/7.timerone/Etimerone.cpp
|
8c613c560b9ef8e6cd962498a4a1fb26b3c5b0b4
|
[] |
no_license
|
Hletian/ebox_stm32
|
d2eedced11074212e46b04799ef3ec6dca756664
|
54369b0beb7b21696c5a688618c07d500c8dbfb4
|
refs/heads/master
| 2021-01-18T15:20:13.739044
| 2016-02-26T05:22:38
| 2016-02-26T05:22:38
| 52,923,667
| 1
| 0
| null | 2016-03-02T01:31:51
| 2016-03-02T01:31:50
| null |
UTF-8
|
C++
| false
| false
| 963
|
cpp
|
Etimerone.cpp
|
/*
file : *.cpp
author : shentq
version: V1.0
date : 2015/7/5
Copyright 2015 shentq. All Rights Reserved.
*/
//STM32 RUN IN eBox
#include "ebox.h"
uint32_t x;
uint32_t xx;
uint8_t flag1;
uint8_t flag;
TIM timer2(TIM2);
TIMERONE t1;
void t2it()
{
xx++;
if(xx == 1000)
{
flag = 1;
xx = 0;
PB9.write(!PB9.read());
}
}
void t1it()
{
x++;
if(x == 1000)
{
flag1 = 1;
x = 0;
PB8.write(!PB8.read());
}
}
void setup()
{
ebox_init();
uart1.begin(9600);
PB8.mode(OUTPUT_PP);
PB9.mode(OUTPUT_PP);
timer2.begin(1000);
timer2.attach_interrupt(t2it);
timer2.interrupt(ENABLE);
timer2.start();
t1.begin(10000);
t1.attach_interrupt(t1it);
t1.interrupt(ENABLE);
t1.start();
}
int main(void)
{
setup();
while(1)
{
if(flag == 1)
{
uart1.printf("\r\ntimer2 is triggered 1000 times !",xx);
flag = 0;
}
if(flag1 == 1)
{
uart1.printf("\r\ntimer1 is triggered 1000 times !",xx);
flag1 = 0;
}
}
}
|
8dcab13077bd39b7b17a238c72d4dcf0ed80328d
|
bd7486a56e71b520d0016f170aafa9633d44f05b
|
/multiwinia/code/worldobject/centipede.h
|
f6df00b0d44b730b1d0d874d8039646a43e06a58
|
[] |
no_license
|
bsella/Darwinia-and-Multiwinia-Source-Code
|
3bf1d7117f1be48a7038e2ab9f7d385bf82852d1
|
22f2069b9228a02c7e2953ace1ea63c2ef534e41
|
refs/heads/master
| 2022-05-31T18:35:59.264774
| 2022-04-24T22:40:30
| 2022-04-24T22:40:30
| 290,299,680
| 0
| 0
| null | 2020-08-25T19:02:29
| 2020-08-25T19:02:29
| null |
UTF-8
|
C++
| false
| false
| 1,941
|
h
|
centipede.h
|
#ifndef _included_centipede_h
#define _included_centipede_h
#include "worldobject/entity.h"
#define CENTIPEDE_MINSEARCHRANGE 75.0
#define CENTIPEDE_MAXSEARCHRANGE 150.0
#define CENTIPEDE_SPIRITEATRANGE 10.0
#define CENTIPEDE_NUMSPIRITSTOREGROW 4
#define CENTIPEDE_NUMSPIRITSTOREGROW_MP 4
#define CENTIPEDE_MAXSIZE 20
class Shape;
class Centipede : public Entity
{
protected:
double m_size;
WorldObjectId m_next; // Guy infront of me
WorldObjectId m_prev; // Guy behind me
Vector3 m_targetPos;
WorldObjectId m_targetEntity;
LList<Vector3> m_positionHistory;
bool m_linked;
double m_panic;
int m_numSpiritsEaten;
double m_lastAdvance;
static Shape *s_shapeBody[NUM_TEAMS];
static Shape *s_shapeHead[NUM_TEAMS];
protected:
bool SearchForRandomPosition();
bool SearchForTargetEnemy();
bool SearchForSpirits();
bool SearchForRetreatPosition();
bool AdvanceToTargetPosition();
void RecordHistoryPosition();
bool GetTrailPosition( Vector3 &_pos, Vector3 &_vel, int _numSteps );
void Panic( double _time );
void EatSpirits();
public:
Centipede();
void Begin ();
bool Advance ( Unit *_unit );
bool ChangeHealth ( int _amount, int _damageType = DamageTypeUnresistable );
void Render ( double _predictionTime );
bool RenderPixelEffect ( double _predictionTime );
bool IsInView ();
void Attack ( Vector3 const &_pos );
int GetSize ();
void ListSoundEvents ( LList<char *> *_list );
};
#endif
|
830415a0d5483dc95b33a8c8f0d6c101eee9d70b
|
5591b1d90c9b9ae4be83082707452e2382f5f824
|
/CardMonitors/Rally.cpp
|
24ba5dc11fb1e52c2695db779e96b90633067e03
|
[] |
no_license
|
gerwang/PlayGwent
|
79dde971677a423c1708963878da332789b5260a
|
3d1fd5f5e416b1ded1aa31817994e2e2e6152543
|
refs/heads/master
| 2023-02-20T20:52:37.073595
| 2022-11-29T11:29:50
| 2022-11-29T11:29:50
| 118,078,241
| 0
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,321
|
cpp
|
Rally.cpp
|
//
// Created by Gerwa on 2017/9/9.
//
#include "Rally.h"
void Rally::slotOnHandSeleted(CardInfo *seletedCard, bool allowCancel) {
if (seletedCard->getCardName() == "Rally") {
//in fact rally will noe be in hand
GameController::controller()->defaultHandleHand(seletedCard, allowCancel);
}
}
void Rally::slotOnDeploy(CardInfo *mover, int fromR, int toR) {
if (mover->getCardName() == "Rally") {
GameController::controller()->DestroySpecialCard(mover, fromR);//effect card, delete
GameAssets *assets = GameController::controller()->getAssets();
int fromPlayer = assets->whosePlayerRow(fromR);
int deckIndex = assets->getDeckIndex(fromPlayer);
QList<CardInfo *> bronzeUnits;
for (auto card:assets->getCardArray(deckIndex)) {
if (card->getType() == CardInfo::Bronze
&& card->getInitialStrength() > 0) {//is a unit
bronzeUnits.append(card);
}
}
if (!bronzeUnits.empty()) {
int randomIndex = assets->randint() % bronzeUnits.size();
CardInfo *randomCard = bronzeUnits[randomIndex];
int targetPlayer = fromPlayer;
if (randomCard->getLoyalty() == CardInfo::Disloyal) {
targetPlayer = fromPlayer ^ 1;
}
int targetRow = -1;
switch (randomCard->getRow()) {
case CardInfo::Event: {
int Begin = assets->playerBattlefieldBegin(targetPlayer);
int End = assets->playerBattlefieldEnd(targetPlayer);
targetRow = Begin + assets->randint() % (End - Begin + 1);
break;
}
case CardInfo::Melee:
targetRow = assets->getPlayerMelee(targetPlayer);
break;
case CardInfo::Ranged:
targetRow = assets->getPlayerRanged(targetPlayer);
break;
case CardInfo::Siege:
targetRow = assets->getPlayerSiege(targetPlayer);
break;
default:
qWarning() << "Invalid row!1236786";
}
GameController::controller()->moveCardToRightTop(randomCard, targetRow);
}
}
}
|
fd0a122869e1fa009ab8bc31f63477df1528098e
|
e6c4370f6c3224efb02e7afbee9be8a5d617fc41
|
/USlave.cpp
|
f89d00a7d15ec34093e17ca3af43e60f792f908d
|
[] |
no_license
|
1e1/WSUSB-Mega1280
|
4b168540a6cedc1bc4c4e76f8fe0aac66ff646de
|
1967f29c76262150ebca787c7cbe13d485c47d6c
|
refs/heads/master
| 2021-01-18T15:18:57.195357
| 2014-11-13T21:41:57
| 2014-11-13T21:41:57
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 484
|
cpp
|
USlave.cpp
|
#include "USlave.h"
/***********************************************************
* PUBLIC *
**********************************************************/
void USlave::check()
{
if (Serial.available()) {
LOGLN(">>> USB");
Core::setStream(&Serial);
Core::processLine();
Core::unbuffer();
Core::stateToBuffer();
Core::copyToBuffer('\n');
Core::sendBuffer();
LOGLN("<<< USB");
}
}
|
3cd97ee31e24b91463d94718883520e5ec8abde9
|
dfe1f796a54143e5eb8661f3328ad29dbfa072d6
|
/psx/_dump_/31/_dump_c_src_/diabpsx/source/lang.cpp
|
e9c687c3296d35bd80b54ebaa4c23096e44b7438
|
[
"Unlicense"
] |
permissive
|
diasurgical/scalpel
|
0f73ad9be0750ce08eb747edc27aeff7931800cd
|
8c631dff3236a70e6952b1f564d0dca8d2f4730f
|
refs/heads/master
| 2021-06-10T18:07:03.533074
| 2020-04-16T04:08:35
| 2020-04-16T04:08:35
| 138,939,330
| 15
| 7
|
Unlicense
| 2019-08-27T08:45:36
| 2018-06-27T22:30:04
|
C
|
UTF-8
|
C++
| false
| false
| 1,562
|
cpp
|
lang.cpp
|
// C:\diabpsx\SOURCE\LANG.CPP
#include "types.h"
// address: 0x800732E4
// size: 0x4
// line start: 83
// line end: 84
enum LANG_TYPE LANG_GetLang__Fv() {
}
// address: 0x800732F0
// line start: 91
// line end: 136
void LANG_SetDb__F10LANG_DB_NO(enum LANG_DB_NO NewLangDbNo) {
{
{
// address: 0xFFFFFFC0
// size: 0x28
auto char FileNameBuffer[40];
// register: 17
// size: 0x14
register struct FileIO *FIO;
{
// register: 4
register int f;
}
}
}
}
// address: 0x80073470
// line start: 146
// line end: 166
char *GetStr__Fi(int StrId) {
}
// address: 0x800734D8
// line start: 172
// line end: 173
void LANG_ReloadMainTXT__Fv() {
}
// address: 0x800734F8
// line start: 184
// line end: 219
void LANG_SetLang__F9LANG_TYPE(enum LANG_TYPE NewLanguageType) {
{
{
// address: 0xFFFFFFC0
// size: 0x28
auto char FileNameBuffer[40];
// register: 16
// size: 0x14
register struct FileIO *FIO;
{
// register: 4
register int f;
}
}
}
}
// address: 0x80073670
// line start: 231
// line end: 240
void DumpCurrentText__Fv() {
{
{
}
}
}
// address: 0x800736C8
// line start: 249
// line end: 251
int CalcNumOfStrings__FPPc(char **TPtr) {
}
// address: 0x800736D4
// line start: 261
// line end: 279
void GetLangFileName__F9LANG_TYPEPc(enum LANG_TYPE NewLanguageType, char *Dest) {
// register: 17
register char *Ext;
}
// address: 0x800737F4
// line start: 287
// line end: 313
char *GetLangFileNameExt__F9LANG_TYPE(enum LANG_TYPE NewLanguageType) {
}
|
2a742b66f57e4c19f83c03d3bfa09172c1062f7f
|
960d6f70d83484d2b531d79002b5cc7fa8ad8063
|
/src/1641.cpp
|
bfbc6190b01ea66f1cf749f459fc875e2445f820
|
[] |
no_license
|
lintcoder/leetcode
|
688ce547331f377b68512135dd1033780f080e2b
|
384f316b5e713c0e15943cb4de6cf91ab0ff5881
|
refs/heads/master
| 2023-07-19T18:49:12.858631
| 2023-07-07T13:01:01
| 2023-07-07T13:01:01
| 74,862,636
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 371
|
cpp
|
1641.cpp
|
int countVowelStrings(int n) {
int ct = 0;
for (int i = 0; i < 5; ++i)
dfs(0, i, n, ct);
return ct;
}
void dfs(int index, int v, int n, int& ct)
{
if (index == n-1)
++ct;
else
{
for (int i = v; i < 5; ++i)
dfs(index+1, i, n, ct);
}
}
|
a6715d368c98cd4432970fe1941e1e06ba4a7b12
|
d9001a89dd935ef5571637dc29951db7700be654
|
/CprHandMaster.cpp
|
36cca8950e554c41af006f9ed54cfbee89fa39d5
|
[] |
no_license
|
ByronHsu/Cpr
|
ed86638dc48416d24472a362108f1b1dd0fd3a13
|
0b99ab2623be8dc703f2d20849b1bde2028ea5cc
|
refs/heads/master
| 2021-01-13T11:17:05.431186
| 2017-01-15T16:18:00
| 2017-01-15T16:18:00
| 77,222,275
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 3,685
|
cpp
|
CprHandMaster.cpp
|
/****************************************************************************
FileName [ CprHandMaster.cpp ]
Author [ Haowei Luan ]
Synopsis [ implement CprHandMaster member functions ]
****************************************************************************/
#include "CprHandMaster.h"
#include "CprCollection.h"
#include "CprHand.h"
#include "CprEachMaster.h"
bool CprHandMaster::Compare(const CprHand& h1, const CprHand& h2) {
// TODO (unfinished): return true if h1 is not stronger than h2
assert(h1._type != HTUndefined && h2._type != HTUndefined);
if (h1._type != h2._type) {
return h1._type < h2._type;
} else if (h1.getType() == 1) {
return true;
} else {
CprHandMaster* ms;
HandType type = h1.getType();
ms = CreateMaster(type);
return ms->compareDeeply(h1,h2);
// TODO: finish the case when h1._type == h2._type
// use Polymorphisim~~
// 1. use a CprHandMaster pointer ms, which points to CreateMaster(h1._type)
// 2. now you can call ms->compareDeeply(h1, h2); to compare CprHands with same type
}
}
void CprHandMaster::DetermineType(CprHand& hand) {
// DONE
CprHandMaster* ms;
for (int i = HTHighestType; i >= HTLowestType; --i) {
HandType type = HandType(i);
ms = CreateMaster(type);
if (ms->determineMe(hand)) {
hand._type = type;
delete ms;
return;
}
delete ms;
}
assert(false);
}
CprHand CprHandMaster::GetBestHand(const CprCollection& col) {
// TODO: Find the best possible hand in col
CprHandMaster* ms;
CprHand best;
if(col._availCards.size()==3){
HandType type = HandType(5);
ms = CreateMaster(type);
if(ms->containsMe(col,best)){
return best;
}
for(int i=3;i>=2;--i){
//cout<<i<<endl;
HandType type = HandType(i);
ms = CreateMaster(type);
if(ms->containsMe(col,best)){
return best;
}
}
}
else{
for(int i=10;i>=HTLowestType;--i){
//cout<<i<<endl;
HandType type = HandType(i);
ms = CreateMaster(type);
if(ms->containsMe(col,best)){
return best;
}
}
}
return CprHand();
}
CprHand CprHandMaster::GetBestHandUnder(const CprCollection& col, const CprHand& upperHand) {
// [Optional] Find the best hand weaker than upperHand in col
return CprHand();
}
CprHandMaster * CprHandMaster::CreateMaster(HandType type) {
// FIXME: Uncomment corresponding line once you finish that master
CprHandMaster* ms = 0;
switch (type) {
case HTStraightFlush:
ms = new CprStraightFlushMaster();
break;
case HTFourOfAKind:
ms = new CprFourOfAKindMaster();
break;
case HTFullHouse:
ms = new CprFullHouseMaster();
break;
case HTFlush:
ms = new CprFlushMaster();
break;
case HTStraight:
ms = new CprStraightMaster();
break;
case HTThreeOfAKind:
ms = new CprThreeOfAKindMaster();
break;
case HTTwoPair:
ms = new CprTwoPairMaster();
break;
case HTOnePair:
ms = new CprOnePairMaster();
break;
case HTHighCard:
ms = new CprHighCardMaster();
break;
case HTXianggong:
default:
assert(false);
break;
}
return ms;
}
string CprHandMaster::TranslateType(HandType type) {
switch (type) {
case HTStraightFlush:
return "StraightFlush";
case HTFourOfAKind:
return "FourOfAKind";
case HTFullHouse:
return "FullHouse";
case HTFlush:
return "Flush";
case HTStraight:
return "Straight";
case HTThreeOfAKind:
return "ThreeOfAKind";
case HTTwoPair:
return "TwoPair";
case HTOnePair:
return "OnePair";
case HTHighCard:
return "HighCard";
case HTXianggong:
return "Xianggong";
default:
assert(false);
return string();
}
}
|
02b56d9f252c0f4009914aba4103fc830ab17cd2
|
b59c97f2cbccff2157bbc2fb957742bae4b8855f
|
/LG/P1346.cpp
|
d48bbca51ad2dc3363bfc2575a2cd16def674db3
|
[] |
no_license
|
Yaser-wyx/ACM
|
bbeab36c0218ceaaa0e1895f7c6b5eea6df76386
|
d0c784a9605dc697b4ea9d74c5bd141b2822fec3
|
refs/heads/master
| 2020-03-09T04:47:30.418231
| 2018-05-17T10:24:19
| 2018-05-17T10:24:19
| 122,565,642
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,075
|
cpp
|
P1346.cpp
|
#include <bits/stdc++.h>
using namespace std;
/**
* Created with IntelliJ Clion.
* @author WXY
* @Date: 2018-04-14
* @Time: 15:24
* To change this template use File | Settings | File Templates.
*
*/
#define mset(t, x) memset(t,x,sizeof(t))
#define maxn 200
#define INF 777777777
int n, a, b;
int dis[maxn][maxn];
int P1346(){
scanf("%d%d%d", &n, &a, &b);
for (int i = 1; i <= n; i++) {
for (int j = 1; j <= n; j++) {
dis[i][j] = INF;
}
}
for (int i = 1; i <= n; i++) {
int k = 0;
scanf("%d", &k);
for (int j = 0; j < k; j++) {
int v;
scanf("%d", &v);
if (!j) { dis[i][v] = 0; } else { dis[i][v] = 1; }
}
}
for (int k = 1; k <= n; k++) {
for (int i = 1; i <= n; i++) {
for (int j = 1; j <= n; j++) {
dis[i][j] = min(dis[i][j], dis[i][k] + dis[k][j]);
}
}
}
if (dis[a][b] != INF) {
printf("%d\n", dis[a][b]);
} else {
printf("-1\n");
}
return 0;
}
|
afc5a1fb8bce1ec54ee2dbb679f45512de872267
|
45cfcd24403ab49321faca2bea18509977db695f
|
/HW_3/mat4.cpp
|
8829a1f6e112fa9a4ba2c19b83a173c9bb3b5322
|
[] |
no_license
|
ChickenTarm/Interactive-Graphics
|
0d84cf27a116a792c4d567776854e4aa78fc253e
|
3ae15e2d83d65d4743e731ee1a8e147f3a159169
|
refs/heads/master
| 2021-01-20T12:04:29.078754
| 2017-04-14T04:25:06
| 2017-04-14T04:25:06
| 82,642,728
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 6,954
|
cpp
|
mat4.cpp
|
#include "mat4.h"
#include "vec4.h"
#include <cmath>
#include <assert.h>
using namespace std;
mat4::mat4() {
vec4 fst(1, 0, 0, 0);
vec4 snd(0, 1, 0, 0);
vec4 trd(0, 0, 1, 0);
vec4 fth(0, 0, 0, 1);
this->data[0] = fst;
this->data[1] = snd;
this->data[2] = trd;
this->data[3] = fth;
}
mat4::mat4(float diag) {
vec4 fst(diag, 0, 0, 0);
vec4 snd(0, diag, 0, 0);
vec4 trd(0, 0, diag, 0);
vec4 fth(0, 0, 0, diag);
this->data[0] = fst;
this->data[1] = snd;
this->data[2] = trd;
this->data[3] = fth;
}
mat4::mat4(const vec4 &col0, const vec4 &col1, const vec4 &col2, const vec4 &col3) {
this->data[0] = col0;
this->data[1] = col1;
this->data[2] = col2;
this->data[3] = col3;
}
mat4::mat4(const mat4 &m2) {
this->data[0] = m2[0];
this->data[1] = m2[1];
this->data[2] = m2[2];
this->data[3] = m2[3];
}
const vec4& mat4::operator [](unsigned int index) const {
const vec4 &v = this->data[index];
return v;
}
vec4& mat4::operator [](unsigned int index) {
return (this->data[index]);
}
const vec4& mat4::operator ()(unsigned int index) const {
assert(index >= 0 && index < 4);
const vec4 &v = this->data[index];
return v;
}
vec4& mat4::operator ()(unsigned int index) {
assert(index >= 0 && index < 4);
return this->data[index];
}
mat4 mat4::rot(float angle, float x, float y, float z) {
float len = sqrt(x * x + y * y + z * z);
vec4 d(x / len, y / len, z / len, 0);
double r = angle / 180.0 * M_PI;
vec4 c1((1 - cos(r)) * d[0] * d[0] + cos(r),
(1 - cos(r)) * d[0] * d[1] + sin(r) * d[2],
(1 - cos(r)) * d[0] * d[2] - sin(r) * d[1], 0);
vec4 c2((1 - cos(r)) * d[0] * d[1] - sin(r) * d[2],
(1 - cos(r)) * d[1] * d[1] + cos(r),
(1 - cos(r)) * d[1] * d[2] + sin(r) * d[0], 0);
vec4 c3((1 - cos(r)) * d[0] * d[2] + sin(r) * d[1],
(1 - cos(r)) * d[1] * d[2] - sin(r) * d[0],
(1 - cos(r)) * d[2] * d[2] + cos(r), 0);
vec4 c4(0, 0, 0, 1);
mat4 rotate(c1, c2, c3, c4);
return rotate;
}
mat4 mat4::trans(float x, float y, float z) {
vec4 fst(1, 0, 0, 0);
vec4 snd(0, 1, 0, 0);
vec4 trd(0, 0, 1, 0);
vec4 fth(x, y, z, 1);
mat4 trn(fst, snd, trd, fth);
return trn;
}
mat4 mat4::scale(float x, float y, float z) {
vec4 fst(x, 0, 0, 0);
vec4 snd(0, y, 0, 0);
vec4 trd(0, 0, z, 0);
vec4 fth(0, 0, 0, 1);
mat4 scl(fst, snd, trd, fth);
return scl;
}
mat4& mat4::operator =(const mat4 &m2) {
this->data[0] = m2[0];
this->data[1] = m2[1];
this->data[2] = m2[2];
this->data[3] = m2[3];
return *this;
}
bool mat4::operator ==(const mat4 &m2) const {
return this->data[0] == m2[0] && this->data[1] == m2[1] && this->data[2] == m2[2] && this->data[3] == m2[3];
}
bool mat4::operator !=(const mat4 &m2) const {
return this->data[0] != m2[0] || this->data[1] != m2[1] || this->data[2] != m2[2] || this->data[3] != m2[3];
}
mat4& mat4::operator +=(const mat4 &m2) {
this->data[0] = this->data[0] + m2[0];
this->data[1] = this->data[1] + m2[1];
this->data[2] = this->data[2] + m2[2];
this->data[3] = this->data[3] + m2[3];
return *this;
}
mat4& mat4::operator -=(const mat4 &m2) {
this->data[0] = this->data[0] - m2[0];
this->data[1] = this->data[1] - m2[1];
this->data[2] = this->data[2] - m2[2];
this->data[3] = this->data[3] - m2[3];
return *this;
}
mat4& mat4::operator *=(float c) {
this->data[0] = this->data[0] * c;
this->data[1] = this->data[1] * c;
this->data[2] = this->data[2] * c;
this->data[3] = this->data[3] * c;
return *this;
}
mat4& mat4::operator /=(float c) {
this->data[0] = this->data[0] / c;
this->data[1] = this->data[1] / c;
this->data[2] = this->data[2] / c;
this->data[3] = this->data[3] / c;
return *this;
}
mat4 mat4::operator +(const mat4 &m2) const {
mat4 add(this->data[0] + m2[0], this->data[1] + m2[1],
this->data[2] + m2[2], this->data[3] + m2[3]);
return add;
}
mat4 mat4::operator -(const mat4 &m2) const {
mat4 sub(this->data[0] - m2[0], this->data[1] - m2[1],
this->data[2] - m2[2], this->data[3] - m2[3]);
return sub;
}
mat4 mat4::operator *(float c) const {
mat4 mul(this->data[0] * c, this->data[1] * c,
this->data[2] * c, this->data[3] * c);
return mul;
}
mat4 mat4::operator /(float c) const{
mat4 div(this->data[0] / c, this->data[1] / c,
this->data[2] / c, this->data[3] / c);
return div;
}
mat4 mat4::operator *(const mat4 &m2) const {
vec4 r1(this->data[0][0], this->data[1][0], this->data[2][0], this->data[3][0]);
vec4 r2(this->data[0][1], this->data[1][1], this->data[2][1], this->data[3][1]);
vec4 r3(this->data[0][2], this->data[1][2], this->data[2][2], this->data[3][2]);
vec4 r4(this->data[0][3], this->data[1][3], this->data[2][3], this->data[3][3]);
vec4 c1(dot(r1, m2[0]), dot(r2, m2[0]), dot(r3, m2[0]), dot(r4, m2[0]));
vec4 c2(dot(r1, m2[1]), dot(r2, m2[1]), dot(r3, m2[1]), dot(r4, m2[1]));
vec4 c3(dot(r1, m2[2]), dot(r2, m2[2]), dot(r3, m2[2]), dot(r4, m2[2]));
vec4 c4(dot(r1, m2[3]), dot(r2, m2[3]), dot(r3, m2[3]), dot(r4, m2[3]));
mat4 result(c1, c2, c3, c4);
return result;
}
vec4 mat4::operator *(const vec4 &v) const {
vec4 r1(this->data[0][0], this->data[1][0], this->data[2][0], this->data[3][0]);
vec4 r2(this->data[0][1], this->data[1][1], this->data[2][1], this->data[3][1]);
vec4 r3(this->data[0][2], this->data[1][2], this->data[2][2], this->data[3][2]);
vec4 r4(this->data[0][3], this->data[1][3], this->data[2][3], this->data[3][3]);
vec4 nv(dot(r1, v), dot(r2, v), dot(r3, v), dot(r4, v));
return nv;
}
mat4 mat4::transpose() const {
vec4 r1(this->data[0][0], this->data[1][0], this->data[2][0], this->data[3][0]);
vec4 r2(this->data[0][1], this->data[1][1], this->data[2][1], this->data[3][1]);
vec4 r3(this->data[0][2], this->data[1][2], this->data[2][2], this->data[3][2]);
vec4 r4(this->data[0][3], this->data[1][3], this->data[2][3], this->data[3][3]);
mat4 tran(r1, r2, r3, r4);
return tran;
}
const vec4& mat4::col(unsigned int index) const {
const vec4 &v = this->data[index];
return v;
}
vec4& mat4::col(unsigned int index) {
return this->data[index];
}
mat4 operator*(float c, const mat4 &m) {
mat4 mul = m * c;
return mul;
}
vec4 operator *(const vec4 &v, const mat4 &m) {
vec4 r(dot(v, m[0]), dot(v, m[1]), dot(v, m[2]), dot(v, m[3]));
return r;
}
std::ostream &operator<<(std::ostream &o, const mat4 &m) {
vec4 r1(m[0][0], m[1][0], m[2][0], m[3][0]);
vec4 r2(m[0][1], m[1][1], m[2][1], m[3][1]);
vec4 r3(m[0][2], m[1][2], m[2][2], m[3][2]);
vec4 r4(m[0][3], m[1][3], m[2][3], m[3][3]);
o << endl << r1 << endl << r2 << endl << r3 << endl << r4;
return o;
}
|
87ea7a7132ebd68ef7ebe9f6d805933b0faec3b1
|
d727927f570136d560e0b1f066d5c08110ee74b9
|
/main.cpp
|
1ea98a39a07f7ffd2309dca53dc720e057d11563
|
[] |
no_license
|
MariusProgrammation/Test
|
3933e63b7e17b89951206fa9aa7218c0f5d82d89
|
6b160efa1359309f2ac0d66f33dd4ff4efd7b8b5
|
refs/heads/master
| 2021-04-09T14:52:29.764847
| 2018-03-16T16:28:21
| 2018-03-16T16:28:21
| 125,540,610
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,805
|
cpp
|
main.cpp
|
#include <iostream>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <SFML/Audio/Music.hpp>
#include <SFML/System.hpp>
#include <SFML/Graphics.hpp>
#include <SFML/Audio.hpp>
#include "Player.h"
#include "Bullet.h"
#include "Invador.h"
#include "PointsCounter.h"
#include "Background.h"
#include "MenuSpaceInv.h"
#include <vector>
using namespace std;
using namespace sf;
#define ENEMYNUMBER 100
int main()
{
RenderWindow window(sf::VideoMode(1000, 800), "SPACE INVADERS");
int enemyNumber = 100;
srand (time(NULL));
std::vector<Invador *> test;
Player p1;
Player p2;
Player player;
Invador enemy[enemyNumber];
for (int i = 0; i < 100; ++i) {
test.push_back(new Invador());
}
std::cout << test.size() << std::endl;
Bullet bullet;
PointsCounter pointsCounter(enemyNumber);
MenuSpaceInv menuSI;
sf::RectangleShape winLaser;
winLaser.setSize(sf::Vector2f(1000, 10));
winLaser.setFillColor(sf::Color::Green);
winLaser.setPosition(0, -10000);
while (window.isOpen())
{
Event event;
while (window.pollEvent(event))
{
if (event.type == sf::Event::Closed)
window.close();
}
if(menuSI.getGameStarted() == true)
{
player.move();
player.shoot(bullet.getBulletShape());
if(sf::Keyboard::isKeyPressed(sf::Keyboard::Space))
{
bullet.setBulletFired();
bullet.setBulletPosition(player.getPlayerPosition().x + 45, player.getPlayerPosition().y);
}
bullet.move();
for (int i = 0; i <= enemyNumber - 1; ++i)
{
pointsCounter.changeScore(bullet.getBulletShape(), enemy[i].getEnemyShape());
enemy[i].move(bullet.getBulletShape(), menuSI.getDifficulty());
if(enemy[i].getEndGame() == true)
menuSI.setEndGame();
}
winLaser.move(0, 0.1);
window.clear();
window.draw(player.getPlayerShape());
window.draw(bullet.getBulletShape());
for (int i = 0; i <= enemyNumber - 1; ++i)
{
window.draw(enemy[i].getEnemyShape());
}
window.draw(pointsCounter.getText());
window.draw(winLaser);
window.display();
}
if(menuSI.getGameStarted() == false)
{
window.clear();
menuSI.checkChoice(window);
window.draw(menuSI.getMenuShape());
//menuSI.getMenuShape().setPosition(-100, -100);
window.display();
}
}
return 0;
}
|
c7f7d004e4cc08da5ee0150632d3c546ce5c9463
|
dfc198d5d619dcaeed0b9faa42b0c2b4a5014639
|
/Firmware/Wordclock/ModeFiller.cpp
|
14ed033c152ebac8daca8ed1be97802bb565ff9e
|
[
"MIT"
] |
permissive
|
TetraSource/Wordclock
|
58b893fcf118fba6c3decf534fe4a56466290dfe
|
e3a1c2d5d7126f05737274880f3477254b61e22e
|
refs/heads/master
| 2020-03-28T20:35:21.749222
| 2019-09-30T22:51:46
| 2019-09-30T22:51:46
| 149,085,306
| 1
| 1
|
MIT
| 2019-02-18T20:50:41
| 2018-09-17T07:23:25
|
C++
|
UTF-8
|
C++
| false
| false
| 1,825
|
cpp
|
ModeFiller.cpp
|
#include "ModeFiller.hpp"
#include "Utilities.hpp"
#include "Wordclock.hpp"
namespace Wordclock
{
void ModeFillerUtilities::modeFillerPaint(
const TimeTypes &timeType, const uint8_t &scope,
const Directions &direction)
{
const Fraction amount = Utilities::getTimeProgress(timeType, scope);
uint8_t filledW = Painter::width > 1 ?
((Painter::width + 1) * amount.numerator) / amount.denominator :
(Painter::width == 1 ? amount.numerator >= (amount.denominator >> 1
) : 0);
uint8_t filledH = Painter::height > 1 ?
((Painter::height + 1) * amount.numerator) / amount.denominator :
(Painter::height == 1 ? amount.numerator >= (amount.denominator >> 1
) : 0);
if (direction == Top || direction == Bottom)
{
Painter::paint(
0, direction == Bottom ? Painter::height - filledH : 0,
Painter::width, filledH);
}
else if (direction == Left || direction == Right)
{
Painter::paint(
direction == Right ? Painter::width - filledW : 0, 0,
filledW, Painter::height);
}
else if (direction == Center || direction == Border) {
filledW = Painter::width & 1 ? filledW | 0x01 : filledW & 0xfe;
filledH = Painter::height & 1 ? filledH | 0x01 : filledH & 0xfe;
if (direction == Border) {
Painter::paint(0, 0,
Painter::width, (Painter::height - filledH) >> 1);
Painter::paint(0, (Painter::height + filledH) >> 1,
Painter::width, (Painter::height - filledH) >> 1);
Painter::paint(0, (Painter::height - filledH) >> 1,
(Painter::width - filledW) >> 1, filledH);
Painter::paint((Painter::width + filledW) >> 1,
(Painter::height - filledH) >> 1,
(Painter::width - filledW) >> 1, filledH);
}
else {
Painter::paint(
(Painter::width - filledW) >> 1,
(Painter::height - filledH) >> 1,
filledW, filledH);
}
}
}
}
|
8f9c9598c3657c85af5cadf2660ac33ece947d99
|
5a9f7e7a9dfaba5b1aa44a580d6e2b1612d5ed51
|
/LL_partition.cpp
|
18689587a69b7a2be7cd99a65df21b6b30cea40c
|
[] |
no_license
|
Ishikanagar07/data_structures
|
628000db6f8a6b987a42e4ac6aee56a62342b006
|
407329b34bc7bcbe5969f7e15c1e17bd61cf237e
|
refs/heads/main
| 2023-06-04T21:19:37.341590
| 2021-06-27T09:54:21
| 2021-06-27T09:54:21
| 366,239,219
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,262
|
cpp
|
LL_partition.cpp
|
/**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode() : val(0), next(nullptr) {}
* ListNode(int x) : val(x), next(nullptr) {}
* ListNode(int x, ListNode *next) : val(x), next(next) {}
* };
*/
class Solution {
public:
ListNode* partition(ListNode* head, int x) {
ListNode* dummy1 = new ListNode(-1);
ListNode* dummy2 = new ListNode(-1);
ListNode* ptr1 = dummy1;
ListNode* ptr2 = dummy2;
while(head != NULL){
if(head->val < x){
ptr1->next = head;
ptr1 = head;
}
else{
ptr2 -> next = head;
ptr2 = head;
}
head = head -> next;
}
ptr2 -> next = NULL;
ptr1 -> next = dummy2 -> next;
return(dummy1 -> next);
}
};
/*
Given the head of a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.
You should preserve the original relative order of the nodes in each of the two partitions.
Example 1:
Input: head = [1,4,3,2,5,2], x = 3
Output: [1,2,2,4,3,5]
Example 2:
Input: head = [2,1], x = 2
Output: [1,2]
*/
|
cd5886c14e64c0ac5390a47d1d0320f795d33ce3
|
559220b5652aeebd0bad094df35f4d450fafd682
|
/Project/Light.h
|
0adc5d297eb4ffbe3089401dcb35e6f95106f730
|
[
"Apache-2.0"
] |
permissive
|
KYovchevski/SlothRT
|
119eea1ec8216916cc1349e694badcb0dd8037bc
|
5f522b6d4b9f93242bfd3398e2589bcdfaeccbdb
|
refs/heads/master
| 2022-04-04T04:43:21.280399
| 2020-02-11T02:27:07
| 2020-02-11T02:27:07
| 237,308,700
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 366
|
h
|
Light.h
|
#pragma once
#include "Structs.h"
class Light
{
public:
Light(float3 a_Position, float a_Attenuation, Color a_Color = Color(255, 255, 255, 255));
float3 GetPosition() const;
Color GetColor() const;
float GetAttenuation() const;
Ray GetShadowRay(float3 a_From);
private:
float3 m_Position;
Color m_Color;
float m_Attenuation;
};
|
aaf152c8cdbc45776021c3e612cba6ccb9325e39
|
c0438cae3adfb762c87d2c43bc1095bc0c123627
|
/Tree/Diameter.cpp
|
49ec1dd46b1bb49b9c04d10c441f7bbacf37d873
|
[] |
no_license
|
SubhradeepSS/dsa
|
6705ae2c27e73dd8b9eb3557fa5c255b54e6c746
|
3d4cf60c298e1c93ce458690f3e01940232d5099
|
refs/heads/master
| 2023-08-14T18:14:09.254692
| 2021-10-06T18:13:13
| 2021-10-06T18:13:13
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 511
|
cpp
|
Diameter.cpp
|
int height(TreeNode* root){
if(!root)
return 0;
return 1+max(height(root->left),height(root->right));
}
int util(TreeNode* root){
if(!root)
return 0;
int lh=height(root->left),rh=height(root->right);
int ld=util(root->left),rd=util(root->right);
return max(1+lh+rh,max(ld,rd));
}
int diameterOfBinaryTree(TreeNode* root) {
int r=util(root);
if(r==0)
return 0;
return util(root)-1;
}
|
b43e44d2ba05b321c7ff3a509a652e62ad40126f
|
4ee9313a52d3be89b0e66e11f7f066fdaf96c554
|
/src/main.cpp
|
2a6caaa2759980eae246db92aeac19ba172e845e
|
[] |
no_license
|
nilkun/mixedSDL2
|
a2f8789a9143e461aecbfa5fb85a9e6d5c25cd1d
|
3cd6d424b09ac3d359982d4211b7061ca7564988
|
refs/heads/master
| 2020-03-28T23:48:24.038375
| 2018-09-18T15:22:29
| 2018-09-18T15:22:29
| 149,309,698
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 4,157
|
cpp
|
main.cpp
|
#include <SDL2/SDL.h>
// Engine files
#include "engine/headers/ScreenManager.h"
#include "engine/headers/Factory.h"
// Game files
#include "headers/EventHandler.h"
#include "headers/MovingEntity.h"
#include "headers/Vector2D.h"
#include "headers/Vehicle.h"
#include "engine/headers/GameEntity.h"
#include "headers/GameOfLife.h"
// STL
#include <vector>
#include <string>
#include <iostream>
#include "headers/Perlin.h"
#include "headers/Constants.h"
#include "headers/Grid.h"
#include "headers/Pathfinder.h"
#include "headers/Viewport.h"
int main()
{
bool reRender = false;
// Create objects and get instances
EventHandler events;
Screen *screen = Screen::instance();
Factory *factory = Factory::instance();
screen -> init("Steering", SCREEN_WIDTH, SCREEN_HEIGHT);
factory -> init();
SDL_Renderer* renderer = screen -> getRenderer();
//VEHICLE
// Vehicle vehicle;
// SDL_Texture* texture = factory -> image("resources/explorer.png");
// vehicle.m_vPos.x = 10;
// vehicle.m_vPos.y = 10;
// vehicle.target.x = 500;
// vehicle.target.y = 500;
double current = SDL_GetTicks();
double previous = SDL_GetTicks();
double delta = 0;
// SDL_Rect location = { vehicle.m_vPos.x, vehicle.m_vPos.y, 64, 64 };
// /* This is the game loop. It should be short and concise. */
//PERLIN
// Perlin perlin;
// perlin.render1d(screen -> getRenderer());
//PATHFINDER
// Grid grid;
Pathfinder pathfinder;
// SDL_Point cellSize = { SQUARE - OFFSET*2, SQUARE - OFFSET*2 };
// SDL_Rect target = { 0, 0, cellSize.x, cellSize.y };
Viewport sideViewport;
Viewport mainViewport;
std::vector<Viewport> vps;
{
SDL_Rect outline = { 800, 0, 224, 768 };
sideViewport.setOutline(outline);
outline = { 0, 0, 800, 768 };
mainViewport.setOutline(outline);
mainViewport.addButton(renderer);
SDL_Rect fillAll = { 0, 0, 0, 0 };
outline = { 20, 20, 10 * 12, 18 };
sideViewport.addButton(renderer, "Perlin noise", fillAll, outline );
outline = { 20, 40, 10 * 12, 18 };
sideViewport.addButton(renderer, "Game of Life", fillAll, outline );
outline = { 20, 60, 10 * 14, 18 };
sideViewport.addButton(renderer, "A* pathfinding", fillAll, outline );
outline = { 20, 80, 10 * 14, 18 };
sideViewport.addButton(renderer, "Spinning globe", fillAll, outline );
outline = { 20, 100, 10 * 14, 18 };
sideViewport.addButton(renderer, "Discovery game", fillAll, outline );
vps.push_back(sideViewport);
vps.push_back(mainViewport);
}
// GameOfLife game;
// game.init();
while(true) {
SDL_SetRenderDrawColor(renderer, 0, 0, 0, 0);
screen -> clear();
// Clear renderer
// Check for user events
events.poll(reRender, &pathfinder, vps);
mainViewport.render(renderer);
sideViewport.render(renderer);
// grid.render(screen -> getRenderer(), pathfinder.getNodes());
// pathfinder.findPath();
// // Render
// target.x = (pathfinder.startNode -> x * SQUARE) + OFFSET;
// target.y = (pathfinder.startNode -> y * SQUARE) + OFFSET;
// SDL_SetRenderDrawColor(screen -> getRenderer(), 0, 255, 0, 0);
// SDL_RenderFillRect(screen -> getRenderer(), &target);
// target.x = (pathfinder.endNode -> x * SQUARE) + OFFSET;
// target.y = (pathfinder.endNode -> y * SQUARE) + OFFSET;
// SDL_SetRenderDrawColor(screen -> getRenderer(), 255, 0, 0, 0);
// SDL_RenderFillRect(screen -> getRenderer(), &target);
// vehicle.update(delta);
// location.x = vehicle.m_vPos.x;
// location.y = vehicle.m_vPos.y;
// std::cout << vehicle.m_vPos.y << std::endl;
// SDL_RenderCopy(screen -> getRenderer(), texture, NULL, &location);
// game of life
// game.render(renderer);
// game.setLife();
//perlin
// if(reRender)
// {
// perlin.initializeArray1d();
// perlin.initialNoise2d[1] = 0.5f; // Set sea level
// perlin.render1d(screen -> getRenderer());
// reRender = false;
// }
// Render to screen
screen -> render();
while (SDL_GetTicks() - previous < 500);
delta = current - previous;
previous = SDL_GetTicks();
current = SDL_GetTicks();
}
return 0;
}
|
53d8f00199f34a8cb8aad77ef445965ed2d9c469
|
e2181e9439866cbf1455fdff66e4e27879eb034e
|
/src_my/tools/merger/merger.cpp
|
b22f4e7b34a6cf78d0d8816457aec79d091aaa30
|
[] |
no_license
|
lineCode/game_server-1
|
3fb841d3a4973d47e9c2692bbf9b1e440c499e5d
|
d9178ee8a0a504e5873bee3616d323056c9c9764
|
refs/heads/master
| 2020-05-19T08:01:02.835874
| 2019-05-03T11:10:57
| 2019-05-03T11:10:57
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 24,883
|
cpp
|
merger.cpp
|
// #include "utils/service_thread.hpp"
// #include "utils/log.hpp"
// #include "utils/assert.hpp"
// #include "db/connector.hpp"
// #include "proto/data_rank.pb.h"
// #include "utils/proto_utils.hpp"
// #include <boost/program_options.hpp>
// #include <string>
// #include <iostream>
// #include <list>
// #include <set>
// using namespace std;
// using namespace nora;
// namespace bpo = boost::program_options;
// set<string> to_rolenames;
// shared_ptr<db::connector> from_db;
// shared_ptr<db::connector> to_db;
// uint32_t adding_count = 0u;
// shared_ptr<service_thread> main_st;
// int page_size = 50;
// int cur_page = 0;
// map<pd::rank_type, list<pd::rank_entity>> ranks_;
// void on_db_get_roles_done(const shared_ptr<db::message>& db_msg);
// void on_db_get_fiefs_done(const shared_ptr<db::message>& db_msg);
// void merge_roles() {
// page_size = 50;
// adding_count = 0;
// auto db_msg = make_shared<db::message>("get_roles",
// db::message::req_type::rt_select,
// [] (const shared_ptr<db::message>& msg) {
// on_db_get_roles_done(msg);
// });
// db_msg->push_param(cur_page * page_size);
// db_msg->push_param((cur_page + 1) * page_size);
// from_db->push_message(db_msg, main_st);
// cur_page += 1;
// }
// void merge_fiefs() {
// page_size = 50;
// adding_count = 0;
// auto db_msg = make_shared<db::message>("get_fiefs",
// db::message::req_type::rt_select,
// [] (const shared_ptr<db::message>& msg) {
// on_db_get_fiefs_done(msg);
// });
// db_msg->push_param(cur_page * page_size);
// db_msg->push_param((cur_page + 1) * page_size);
// from_db->push_message(db_msg, main_st);
// cur_page += 1;
// }
// void merge_gladiators() {
// page_size = 50;
// adding_count = 0;
// auto db_msg = make_shared<db::message>("get_gladiators",
// db::message::req_type::rt_select,
// [] (const shared_ptr<db::message>& msg) {
// handle_finished_db_msg(msg);
// });
// from_db->push_message(db_msg, main_st);
// cur_page += 1;
// }
// void merge_mansions() {
// page_size = 50;
// adding_count = 0;
// auto db_msg = make_shared<db::message>("get_mansions",
// db::message::req_type::rt_select,
// [] (const shared_ptr<db::message>& msg) {
// handle_finished_db_msg(msg);
// });
// db_msg->push_param(cur_page * page_size);
// db_msg->push_param((cur_page + 1) * page_size);
// from_db->push_message(db_msg, main_st);
// cur_page += 1;
// }
// void merge_mails() {
// page_size = 50;
// adding_count = 0;
// auto db_msg = make_shared<db::message>("get_mails",
// db::message::req_type::rt_select,
// [] (const shared_ptr<db::message>& msg) {
// handle_finished_db_msg(msg);
// });
// db_msg->push_param(cur_page * page_size);
// db_msg->push_param((cur_page + 1) * page_size);
// from_db->push_message(db_msg, main_st);
// cur_page += 1;
// }
// void merge_notices() {
// page_size = 50;
// adding_count = 0;
// auto db_msg = make_shared<db::message>("get_notices",
// db::message::req_type::rt_select,
// [] (const shared_ptr<db::message>& msg) {
// handle_finished_db_msg(msg);
// });
// db_msg->push_param(cur_page * page_size);
// db_msg->push_param((cur_page + 1) * page_size);
// from_db->push_message(db_msg, main_st);
// cur_page += 1;
// }
// void merge_leagues() {
// adding_count = 0;
// auto db_msg = make_shared<db::message>("get_leagues",
// db::message::req_type::rt_select,
// [] (const shared_ptr<db::message>& msg) {
// handle_finished_db_msg(msg);
// });
// from_db->push_message(db_msg, main_st);
// }
// void merge_rank() {
// adding_count = 0;
// auto db_msg = make_shared<db::message>("get_ranks",
// db::message::req_type::rt_select,
// [] (const shared_ptr<db::message>& msg) {
// handle_finished_db_msg(msg);
// });
// from_db->push_message(db_msg, main_st);
// to_db->push_message(db_msg, main_st);
// }
// void on_db_get_roles_done(const shared_ptr<db::message>& db_msg) {
// if (db_msg->results().empty()) {
// cout << "merge roles done" << endl;
// cur_page = 0;
// merge_fiefs();
// }
// for (const auto& i : db_msg->results()) {
// ASSERT(i.size() == 4);
// adding_count += 1;
// auto db_msg = make_shared<db::message>("add_role",
// db::message::req_type::rt_insert,
// [] (const shared_ptr<db::message>& msg) {
// adding_count -= 1;
// if (adding_count == 0) {
// merge_roles();
// }
// });
// ILOG << "process role " << username << " " << rolename << " " << gid;
// auto username = boost::any_cast<string>(i[0]);
// auto gid = boost::any_cast<uint64_t>(i[1]);
// auto rolename = boost::any_cast<string>(i[2]);
// if (to_rolenames.count(rolename) > 0) {
// ILOG << rolename << " already exist, use gid " << gid << " as new name";
// rolename = to_string(gid);
// }
// db_msg->push_param(username);
// db_msg->push_param(gid);
// db_msg->push_param(rolename);
// db_msg->push_param(boost::any_cast<string>(i[3]));
// to_db->push_message(db_msg, main_st);
// }
// }
// void on_db_get_fiefs_done(const shared_ptr<db::message>& db_msg) {
// if (db_msg->results().empty()) {
// cout << "merge fiefs done" << endl;
// cur_page = 0;
// merge_mansions();
// }
// for (const auto& i : db_msg->results()) {
// ASSERT(i.size() == 2);
// adding_count += 1;
// auto db_msg = make_shared<db::message>("add_fief",
// db::message::req_type::rt_insert,
// [] (const shared_ptr<db::message>& msg) {
// adding_count -= 1;
// if (adding_count == 0) {
// merge_fiefs();
// }
// });
// auto gid = boost::any_cast<uint64_t>(i[0]);
// ILOG << "process fief " << gid;
// db_msg->push_param(gid);
// db_msg->push_param(boost::any_cast<string>(i[1]));
// to_db->push_message(db_msg, main_st);
// }
// }
// void handle_finished_db_msg(
// if (db_msg->procedure() == "get_roles") {
// } else if (db_msg->procedure() == "add_role") {
// } else if (db_msg->procedure() == "get_fiefs") {
// } else if (db_msg->procedure() == "add_fief") {
// } else if (db_msg->procedure() == "get_mansions") {
// if (db_msg->results().empty()) {
// cout << "merge mansions done" << endl;
// cur_page = 0;
// merge_gladiators();
// }
// for (const auto& i : db_msg->results()) {
// ASSERT(i.size() == 2);
// adding_count += 1;
// auto db_msg = make_shared<db::message>("add_mansion",
// db::message::req_type::rt_insert,
// [] (const shared_ptr<db::message>& msg) {
// handle_finished_db_msg(msg);
// });
// db_msg->push_param(boost::any_cast<uint64_t>(i[0]));
// db_msg->push_param(boost::any_cast<string>(i[1]));
// to_db->push_message(db_msg, main_st);
// }
// } else if (db_msg->procedure() == "add_mansion") {
// adding_count -= 1;
// if (adding_count == 0) {
// merge_mansions();
// }
// } else if (db_msg->procedure() == "get_gladiators") {
// adding_count = db_msg->results().size();
// if (adding_count == 0) {
// cur_page = 0;
// merge_mails();
// return;
// }
// for (const auto& i : db_msg->results()) {
// ASSERT(i.size() == 4);
// auto db_msg = make_shared<db::message>("add_gladiator",
// db::message::req_type::rt_insert,
// [] (const shared_ptr<db::message>& msg) {
// handle_finished_db_msg(msg);
// });
// db_msg->push_param(boost::any_cast<uint64_t>(i[0]));
// db_msg->push_param(boost::any_cast<string>(i[1]));
// db_msg->push_param(boost::any_cast<string>(i[2]));
// db_msg->push_param(boost::any_cast<string>(i[3]));
// to_db->push_message(db_msg, main_st);
// }
// } else if (db_msg->procedure() == "add_gladiator") {
// adding_count -= 1;
// if (adding_count == 0) {
// merge_mails();;
// }
// } else if (db_msg->procedure() == "get_mails") {
// if (db_msg->results().empty()) {
// cout << "merge mails done" << endl;
// cur_page = 0;
// merge_notices();
// }
// for (const auto& i : db_msg->results()) {
// ASSERT(i.size() == 6);
// adding_count += 1;
// auto db_msg = make_shared<db::message>("add_mail",
// db::message::req_type::rt_insert,
// [] (const shared_ptr<db::message>& msg) {
// handle_finished_db_msg(msg);
// });
// db_msg->push_param(boost::any_cast<uint64_t>(i[0]));
// db_msg->push_param(boost::any_cast<uint64_t>(i[1]));
// db_msg->push_param(boost::any_cast<uint32_t>(i[2]));
// db_msg->push_param(boost::any_cast<uint32_t>(i[3]));
// db_msg->push_param(boost::any_cast<uint32_t>(i[4]));
// db_msg->push_param(boost::any_cast<string>(i[5]));
// to_db->push_message(db_msg, main_st);
// }
// } else if (db_msg->procedure() == "add_mail") {
// adding_count -= 1;
// if (adding_count == 0) {
// merge_mails();
// }
// } else if (db_msg->procedure() == "get_notices") {
// if (db_msg->results().empty()) {
// cout << "merge notices done" << endl;
// cur_page = 0;
// merge_leagues();
// }
// for (const auto& i : db_msg->results()) {
// ASSERT(i.size() == 4);
// adding_count += 1;
// auto db_msg = make_shared<db::message>("add_notice",
// db::message::req_type::rt_insert,
// [] (const shared_ptr<db::message>& msg) {
// handle_finished_db_msg(msg);
// });
// db_msg->push_param(boost::any_cast<uint64_t>(i[0]));
// db_msg->push_param(boost::any_cast<uint64_t>(i[1]));
// db_msg->push_param(boost::any_cast<uint32_t>(i[2]));
// db_msg->push_param(boost::any_cast<string>(i[3]));
// to_db->push_message(db_msg, main_st);
// }
// } else if (db_msg->procedure() == "add_notice") {
// adding_count -= 1;
// if (adding_count == 0) {
// merge_notices();
// }
// } else if (db_msg->procedure() == "get_leagues") {
// adding_count = db_msg->results().size();
// if (adding_count == 0) {
// cout << "begin merge rank ..." << endl;
// cur_page = 0;
// merge_rank();
// return;
// }
// for (const auto& i : db_msg->results()) {
// ASSERT(i.size() == 2);
// auto db_msg = make_shared<db::message>("add_league",
// db::message::req_type::rt_insert,
// [] (const shared_ptr<db::message>& msg) {
// handle_finished_db_msg(msg);
// });
// db_msg->push_param(boost::any_cast<uint64_t>(i[0]));
// db_msg->push_param(boost::any_cast<string>(i[1]));
// to_db->push_message(db_msg, main_st);
// }
// } else if (db_msg->procedure() == "add_league") {
// adding_count -= 1;
// if (adding_count == 0) {
// cout << "merge leagues done" << endl;
// merge_rank();
// }
// } else if (db_msg->procedure() == "get_ranks") {
// adding_count += 1;
// if (!db_msg->results().empty()) {
// set<pd::rank_type> rank_types = {
// pd::RT_LEVEL,
// pd::RT_ZHANLI,
// pd::RT_RECEIVE_GIFT,
// pd::RT_GIVE_GIFT,
// pd::RT_MANSION_FANCY,
// pd::RT_CHAOTANG,
// };
// const auto& result = db_msg->results().front();
// for (const auto& i : result) {
// pd::rank rank;
// rank.ParseFromString(boost::any_cast<string>(i));
// for (const auto& j : rank.entities()) {
// if (rank_types.count(rank.type()) > 0) {
// rank_types.erase(rank.type());
// }
// ranks_[rank.type()].push_back(j);
// }
// }
// for (auto i : rank_types) {
// if (ranks_.count(i) <= 0) {
// ranks_[i].push_back(pd::rank_entity());
// }
// }
// }
// if (adding_count == 2) {
// if (ranks_.empty()) {
// cout << "merge rank done" << endl;
// main_st->stop();
// return;
// }
// adding_count -= 1;
// auto db_msg = make_shared<db::message>("add_rank",
// db::message::req_type::rt_insert,
// [] (const shared_ptr<db::message>& msg) {
// handle_finished_db_msg(msg);
// });
// ASSERT(ranks_.size() == size_t(6));
// for (auto& i : ranks_) {
// i.second.sort(
// [] (const auto& a, const auto& b) {
// return a > b;
// });
// cout << "add rank type: " << pd::rank_type_Name(i.first) << "\n";
// pd::rank rank;
// rank.set_type(i.first);
// if (i.second.front().gid() != 0) {
// for (const auto& j : i.second) {
// *rank.add_entities() = j;
// }
// }
// string rank_str;
// rank.SerializeToString(&rank_str);
// db_msg->push_param(rank_str);
// }
// to_db->push_message(db_msg, main_st);
// }
// } else if (db_msg->procedure() == "add_rank") {
// adding_count -= 1;
// if (adding_count == 0) {
// cout << "merge rank done" << endl;
// main_st->stop();
// }
// }
// }
// int main(int argc, char *argv[]) {
// bpo::options_description desc("options");
// desc.add_options()
// ("help", "produce help message")
// ("from_ipport", bpo::value<string>(), "from db ipport, like 127.0.0.1:3306")
// ("from_user", bpo::value<string>(), "from db username")
// ("from_password", bpo::value<string>(), "from db password")
// ("from_database", bpo::value<string>(), "from db database")
// ("to_ipport", bpo::value<string>(), "to db ipport, like 127.0.0.1:3306")
// ("to_user", bpo::value<string>(), "to db username")
// ("to_password", bpo::value<string>(), "to db password")
// ("to_database", bpo::value<string>(), "to db database");
// bpo::variables_map vm;
// try {
// bpo::store(bpo::command_line_parser(argc, argv).options(desc).run(), vm);
// bpo::notify(vm);
// } catch (const exception& e) {
// cerr << e.what() << endl;
// return 1;
// }
// if (vm.count("help")) {
// cout << desc << "\n";
// return 0;
// }
// if (!vm.count("from_ipport") || !vm.count("from_user") || !vm.count("from_password") || !vm.count("from_database")) {
// cout << "missing from db info" << "\n";
// return 1;
// }
// if (!vm.count("to_ipport") || !vm.count("to_user") || !vm.count("to_password") || !vm.count("to_database")) {
// cout << "missing to db info" << "\n";
// return 1;
// }
// auto from_ipport = vm["from_ipport"].as<string>();
// auto from_user = vm["from_user"].as<string>();
// auto from_password = vm["from_password"].as<string>();
// auto from_database = vm["from_database"].as<string>();
// auto to_ipport = vm["to_ipport"].as<string>();
// auto to_user = vm["to_user"].as<string>();
// auto to_password = vm["to_password"].as<string>();
// auto to_database = vm["to_database"].as<string>();
// if (from_ipport == to_ipport && from_database == to_database) {
// cout << "from and to are the same" << "\n";
// return 1;
// }
// from_db = make_shared<db::connector>(from_ipport,
// from_user,
// from_password,
// from_database);
// from_db->start();
// to_db = make_shared<db::connector>(to_ipport,
// to_user,
// to_password,
// to_database);
// to_db->start();
// cout << "begin merge db ..." << "\n";
// main_st = make_shared<service_thread>("main");
// main_st->async_call(
// [] {
// auto db_msg = make_shared<db::message>("load_gid_and_rolename",
// db::message::req_type::rt_select,
// [] (const auto& msg) {
// auto& results = msg->results();
// for (const auto& i : results) {
// ASSERT(i.size() == 2);
// auto rolename = boost::any_cast<string>(i[1]);
// to_rolenames.insert(rolename);
// }
// cout << "begin merge roles ..." << "\n";
// merge_roles();
// });
// to_db->push_message(db_msg, main_st);
// });
// main_st->run();
// from_db->stop();
// to_db->stop();
// return 0;
// }
|
bfdf5c2254a68b1681ded80a1198d6e31c27b9f6
|
c3e538067cdf5b57fe2402dd8c3be6e87ab5d09d
|
/practicos/practico_0_2012/include/const.h
|
da0406b514c95318d90badb48a6e39caaff3f468
|
[] |
no_license
|
renzodgc/fing-compgraf2021
|
901191e7ae9c6a49c9d9ec35df4d175574aa6443
|
f59f1a4a9e5ba80dd110dfbb008303812d4cd953
|
refs/heads/main
| 2023-06-04T18:39:14.175639
| 2021-06-23T20:28:01
| 2021-06-23T20:28:01
| 354,966,895
| 0
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 356
|
h
|
const.h
|
#ifndef CONST_H
#define CONST_H
// Global dependencies
#include <string>
// Function return codes
const unsigned short OK = 0;
// Main errors
const unsigned short ERROR_MAIN_BAD_FORMATTING = 1;
// Function return messages
// Main errors
const std::string ERROR_MAIN_BAD_FORMATTING_MSG = "(Error, Main) - Bad formatted call for main program.\n";
#endif
|
ac0be145e01ca818d3ab829cef569848f06d68af
|
d3e44d47e89578bba0104d07437cd3a3cda8ca42
|
/Classes/Hero/HerosThings.cpp
|
3ac408ef5a1dd2c5ca10c596fed721689e0aad64
|
[] |
no_license
|
RoyBirds/BubblePlay
|
5e8c9d406bf63c22daa4859bd271eb4885014148
|
4047d06e2a08760f29c55f92238b7c19c27bfa13
|
refs/heads/master
| 2021-01-02T08:56:43.880283
| 2015-06-26T09:31:54
| 2015-06-26T09:31:54
| 38,025,482
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 104
|
cpp
|
HerosThings.cpp
|
//
// HerosThings.cpp
// BubblePlay
//
// Created by roy on 15/6/26.
//
//
#include "HerosThings.h"
|
8123b3a1f63f2312d510e26a210b8a9eecbfeeba
|
d326405b1f63a282291e59f050bf63eb436ccbb2
|
/RrrRenderer/Scene.cpp
|
e5979fbac6a8552dc77c14c97834cca7784443fb
|
[] |
no_license
|
asmei1/RrrRenderer
|
5a37e24606f1dd40977ded746aa48d6af04111b4
|
42378be7fb17dbba9b4278882b3397aa753037ea
|
refs/heads/master
| 2022-02-23T18:50:44.324592
| 2019-09-17T18:01:54
| 2019-09-17T18:01:54
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 4,688
|
cpp
|
Scene.cpp
|
#include "Scene.h"
#include "Objects/Sphere.h"
#include "Lights/DirectionLight.h"
#include "Lights/PointLight.h"
#include "Intersection.h"
#include <random>
#include "Helpers/FunctionHelper.h"
Scene::Scene()
{
this->allObjectsPositionMatrix.insert_cols(0, arma::dvec4{ 0,0,0,0 });
Object_A::setAllObjectsPositionMatrix(&this->allObjectsPositionMatrix);
}
void Scene::addObjectToScene(ObjectUptr object)
{
this->objects.push_back(std::move(object));
}
const std::vector<ObjectUptr>& Scene::getObjects() const
{
return this->objects;
}
const std::vector<LightUptr>& Scene::getLights() const
{
return this->lights;
}
void Scene::createSphere(const arma::vec3& position, float radius, Material* material, RrrColor::RGBA color)
{
int positionIndex = static_cast<int>(this->allObjectsPositionMatrix.n_cols);
this->allObjectsPositionMatrix.insert_cols(positionIndex, arma::dvec4{ position.x(), position.y(), position.z(), 1 });
ObjectUptr sphere(new Sphere(positionIndex, radius, color, material));
this->objects.push_back(std::move(sphere));
this->objsCounter.spheres++;
}
void Scene::createDirectionalLight(const arma::vec3& direction, float intensity, const RrrColor::RGBA& color)
{
LightUptr dirLight(new DirectionLight(direction, intensity, color));
this->lights.push_back(std::move(dirLight));
this->objsCounter.distantLights++;
}
void Scene::createPointLight(const arma::vec3& position, float intensity, const RrrColor::RGBA& color)
{
LightUptr pLight(new PointLight(position, intensity, color));
this->lights.push_back(std::move(pLight));
this->objsCounter.pointLights++;
}
void Scene::transformWorld(const arma::dmat44& transformMatrix)
{
this->allObjectsPositionMatrix = transformMatrix * this->allObjectsPositionMatrix;
}
void Scene::pitch(float angle)
{
arma::dmat44 pitchMatrix{
{cos(rrr::deg2rad(angle)), 0, sin(rrr::deg2rad(angle)), 0},
{0, 1, 0, 0},
{-sin(rrr::deg2rad(angle)), 0, cos(rrr::deg2rad(angle)), 0},
{0,0,0,1} };
this->transformWorld(pitchMatrix);
}
void Scene::yaw(float angle)
{
arma::dmat44 yawMatrix{
{cos(rrr::deg2rad(angle)), sin(rrr::deg2rad(angle)), 0, 0},
{-sin(rrr::deg2rad(angle)), cos(rrr::deg2rad(angle)), 0, 0},
{0,0,1,0},
{0,0,0,1} };
this->transformWorld(yawMatrix);
}
void Scene::roll(float angle)
{
arma::dmat44 rollMatrix{
{1,0,0,0},
{0, cos(rrr::deg2rad(angle)), sin(rrr::deg2rad(angle)), 0},
{0, -sin(rrr::deg2rad(angle)), cos(rrr::deg2rad(angle)), 0},
{0,0,0,1} };
this->transformWorld(rollMatrix);
}
void Scene::translate(const arma::vec3& transformVec)
{
arma::dmat44 trans{
{1, 0, 0, transformVec.x()},
{0, 1, 0, transformVec.y()},
{0, 0, 1, transformVec.z()},
{0, 0, 0, 1} };
this->transformWorld(trans);
}
bool Scene::trace(const Ray& ray, Intersection& interObjInfo, std::vector<const Object_A*> ignore) const
{
std::vector<std::unique_ptr<Object_A>>::const_iterator iter = this->objects.begin();
float t = std::numeric_limits<float>::max();
for (; this->objects.cend() != iter; ++iter)
{
if (std::find(ignore.begin(), ignore.end(), iter->get()) == ignore.end())
{
if ((*iter)->intersect(ray, t) && t < interObjInfo.tNear) {
//if (Ray::RayType::SHADOW == ray.type
// && true == (*iter)->material->isReflective()
// && true == (*iter)->material->isRefractive())
//{
// continue;
//}
interObjInfo.hitObject = iter->get();
interObjInfo.tNear = t;
}
}
}
return interObjInfo.hitObject != nullptr;
}
std::ostream& operator<<(std::ostream& os, Scene& scene)
{
os << "========SCENE========" << std::endl;
os << "Spheres " << scene.objsCounter.spheres << std::endl;
os << "DistantLights " << scene.objsCounter.distantLights << std::endl;
os << "PointLights " << scene.objsCounter.pointLights << std::endl;
os << std::endl;
os << "========LIGHTS========" << std::endl;
for(const auto& l : scene.lights)
{
os << *(l.get()) << std::endl;
}
os << "========OBJECTS========" << std::endl;
for (const auto& o : scene.objects)
{
os << *(o.get()) << std::endl;
}
return os;
}
|
195bf7ae542aac4f342ce0d3964a14a161649e53
|
0a673c7741965cd0c47164c526cd085a15ce99f4
|
/E.cpp
|
25da71d02bc3bd99380f90ce8b5e2626c0f9b5ca
|
[] |
no_license
|
gustavohcs/SBC-2017-Regional
|
9dd4c19640e0525134d4ebfb82475f1209936aba
|
c5c05698ab64de0b7343fcd147d77e7b0d34a147
|
refs/heads/master
| 2021-05-08T05:21:21.608311
| 2017-10-10T03:06:38
| 2017-10-10T03:06:38
| 106,336,651
| 2
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,431
|
cpp
|
E.cpp
|
#include <iostream>
#include <set>
using namespace std;
int main(){
int N;
int X;
set<int> guarda[13];
for(int k=1;k<=12;k++){
guarda[k].insert(k%12);
guarda[k].insert((k+2)%12);
guarda[k].insert((k+4)%12);
guarda[k].insert((k+5)%12);
guarda[k].insert((k+7)%12);
guarda[k].insert((k+9)%12);
guarda[k].insert((k+11)%12);
}
cin >> N;
int arr[N+1];
for(int i=0;i<N;i++){
cin >> X;
arr[i] = X%12;
}
bool passou;
int aux = 99;
for(int j=1;j<=12;j++){
passou = true;
for(int i=0;i<N;i++){
if (guarda[j].count(arr[i]) > 0){
continue;
}
else{
passou = false;
break;
}
}
if (passou == true){
aux = j;
break;
}
}
if (aux==1) cout << "do" << endl;
if (aux==2) cout << "do#" << endl;
if (aux==3) cout << "re" << endl;
if (aux==4) cout << "re#" << endl;
if (aux==5) cout << "mi" << endl;
if (aux==6) cout << "fa" << endl;
if (aux==7) cout << "fa#" << endl;
if (aux==8) cout << "sol" << endl;
if (aux==9) cout << "sol#" << endl;
if (aux==10) cout << "la" << endl;
if (aux==11) cout << "la#" << endl;
if (aux==12) cout << "si" << endl;
if (aux==99) cout << "desafinado" << endl;
return 0;
}
|
0bc753a3dfb30b823a7624f95fa89d563d3e549e
|
fa134e5f64c51ccc1c2cac9b9cb0186036e41563
|
/GT/Aircraft.h
|
94690d99d52826e08a57ca216435bc3516de6255
|
[] |
no_license
|
dlsyaim/gradthes
|
70b626f08c5d64a1d19edc46d67637d9766437a6
|
db6ba305cca09f273e99febda4a8347816429700
|
refs/heads/master
| 2016-08-11T10:44:45.165199
| 2010-07-19T05:44:40
| 2010-07-19T05:44:40
| 36,058,688
| 0
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,467
|
h
|
Aircraft.h
|
#pragma once
#include "VRMLLoader.h"
class Terrain;
class Aircraft
{
public:
Aircraft(void);
virtual ~Aircraft(void);
// Load aircraft
void loadAircraft(const char* filePath);
// Draw function.
void draw(const RECT &rect, BOOL isTerrain = TRUE, BOOL isInstr = FALSE);
// Setters and getters
inline void setXrot(double xrot) {xrot_ = xrot;}
inline double getXrot(void) {return xrot_;}
inline void setYrot(double yrot) {yrot_ = yrot;}
inline double getYrot(void) {return yrot_;}
inline void setZrot(double zrot) {zrot_ = zrot;}
inline double getZrot(void) {return zrot_;}
inline void setX(float x) {x_ = x;}
inline float getX(void) {return x_;}
inline void setY(float y) {y_ = y;}
inline float getY(void) {return y_;}
inline void setZ(float z) {z_ = z;}
inline float getZ(void) {return z_;}
// Update data
void update(const double *stat);
void update(const FlyState& fs);
void update(const IMUTestData& itd);
void update(const OPTTRACETestData& otd);
private:
// Attributes
std::vector<Mesh> meshes_;
double xrot_, yrot_, zrot_;
// Position
float x_, y_, z_;
// Terrain
Terrain *terrain_;
// Operations
// When the client area's size changes, then the aircraft update acoordingly.
void drawWithAutoSize(const RECT &rect);
// When the instruments are drawn, so the aircraft adjust its position
void drawWithInstruments(const RECT &rect);
void drawModel(void);
};
|
a8247a6e79c346f90da487e4c30d0b1ab327ae50
|
c4f840be3b1d0e3a50ffceda730550b903a2e53a
|
/advanced/advanced-pat-cpp/1029/main.cpp
|
d8184815bbd5f301b17e3211c06e98a1ff4a1e1e
|
[] |
no_license
|
mzorro/PAT
|
7ea0fd270f4c41c2678174859f526b9940a57e5e
|
8693671a58395d727aa14132ba1bdea713e01901
|
refs/heads/master
| 2021-01-22T23:54:16.363024
| 2016-12-22T06:10:03
| 2016-12-22T06:10:03
| 40,072,368
| 3
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 605
|
cpp
|
main.cpp
|
#include <cstdio>
#define MAX_LEN 1000000
using namespace std;
int a1[MAX_LEN];
int a2[MAX_LEN];
int main() {
int N1, N2, N;
scanf_s("%d", &N1);
for (int i = 0; i < N1; i++) {
scanf_s("%d", &a1[i]);
}
scanf_s("%d", &N2);
for (int i = 0; i < N2; i++) {
scanf_s("%d", &a2[i]);
}
N = N1 + N2;
N = N % 2 == 0 ? N/2 : N/2 + 1;
int i1, i2; i1 = i2 = 0;
register int res;
for (int i = 0; i < N; i++) {
if (i1 >= N1) {
res = a2[i2++];
} else if (i2 >= N2) {
res = a1[i1++];
} else if (a1[i1] < a2[i2]) {
res = a1[i1++];
} else {
res = a2[i2++];
}
}
printf("%d\n", res);
}
|
f35030df6307d8dc5f6c78cb82d1c976265023ae
|
3de3bb4e1f651b5bf200fe5a6ff9f4e358cad6cd
|
/main.cxx
|
04c567700535c6bc48447f298bd42d4208ac02db
|
[
"MIT"
] |
permissive
|
gaebor/vmt_test
|
7d53f35b1177bde3234581947df7686b6b84fd53
|
0727f9f8f9290baca37453c5db8981b39b3e1ac0
|
refs/heads/master
| 2020-03-28T12:24:10.504381
| 2018-09-11T10:42:57
| 2018-09-11T10:42:57
| 148,294,068
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,933
|
cxx
|
main.cxx
|
#include "f.h"
#include "f.hxx"
#include <chrono>
#include <iostream>
#include <sstream>
#include <vector>
#include <string>
#include <numeric>
#include <cmath>
typedef std::chrono::high_resolution_clock myclock;
template<class Type, template<class, class> typename Container, typename Allocator>
Type mean(const Container<Type, Allocator>& v)
{
return std::accumulate(v.begin(), v.end(), (Type)0) / v.size();
}
template<class Type, template<class, class> typename Container, typename Allocator>
Type stddev(const Container<Type, Allocator>& v)
{
const auto m = mean(v);
return sqrt(std::accumulate(v.begin(), v.end(), (Type)0, [&](Type prev, Type x) {return prev + (x - m)*(x - m); }) / (v.size() - 1));
}
int main(int argc, char* argv[])
{
int N = 0, n = 0;
if (argc > 1)
N = atoi(argv[1]);
if (N <= 0)
N = 1000000;
if (argc > 2)
n = atoi(argv[2]);
if (n <= 0)
n = 10;
double* x = new double[N];
std::vector<double> f0_time, f1_time, f2_time, f3_time, fxx_time;
double result = 0.0;
auto start = myclock::now();
F** arraycpp = new F*[N];
for (int i = 0; i < N; ++i)
arraycpp[i] = (i % 2 == 0) ? static_cast<F*>(new F1()) : static_cast<F*>(new F2());
s* arrayc = new s[N];
for (int i = 0; i < N; ++i)
{
arrayc[i].c = (i % 2 == 0);
x[i] = (double)i;
}
#define measurec(FF, arg) start = myclock::now();\
for (int i = 0; i < N; ++i)\
result = FF(arg, x[i]);\
FF##_time.push_back(std::chrono::duration<double>(myclock::now() - start).count()); \
std::cout << FF##_time.back() << "\t";\
std::cout.flush()
std::cout << "C++\tC_1\tC_2\tC_3\tbaseline" << std::endl;
for (int j = 0; j < n; ++j)
{
measurec(fxx, arraycpp[i]);
measurec(f1, arrayc[i]);
measurec(f2, arrayc[i]);
measurec(f3, arrayc[i].c);
start = myclock::now();
for (int i = 0; i < N; ++i)
result = f0(x[i]);
f0_time.push_back(std::chrono::duration<double>(myclock::now() - start).count());
std::cout << f0_time.back() << "\t";
std::cout.flush();
std::cout << std::endl;
}
for (int i = 0; i < N; ++i)
{
delete arraycpp[i];
}
delete[] arraycpp;
delete[] arrayc;
delete[] x;
const auto baseline = mean(f0_time)/N;
for (auto v : { &fxx_time, &f1_time, &f2_time, &f3_time })
printf("baseline%+.3fns\t", 1000000000 * (mean(*v) / N - baseline));
printf("%.3fns/call\n", 1000000000 * baseline);
for (auto v : { &fxx_time, &f1_time, &f2_time, &f3_time, &f0_time })
printf("+/-%.3f%%\t", 100 * stddev(*v) / mean(*v));
printf("\n");
return result == 0;
}
|
ad3c45d1677947690702e7255711dc9503e2a699
|
d4c74a8001451840f3efb87f15856cdb9d5e9eb6
|
/examples/native/mbed/test_driver_c++/test_HYPER_RAM/test_HYPER_RAM.cpp
|
4d768611b147774e14714475a64a9ead7ecdd2a2
|
[
"Apache-2.0"
] |
permissive
|
danieldennett/gap_sdk
|
3e4b4d187f03a28a761b08aed36a5e6a06f48e8d
|
5667c899025a3a152dbf91e5c18e5b3e422d4ea6
|
refs/heads/master
| 2020-12-19T19:17:40.083131
| 2020-02-27T14:51:48
| 2020-02-27T14:51:48
| 235,814,026
| 1
| 0
|
Apache-2.0
| 2020-01-23T14:39:59
| 2020-01-23T14:39:58
| null |
UTF-8
|
C++
| false
| false
| 4,181
|
cpp
|
test_HYPER_RAM.cpp
|
#include "mbed.h"
#define BUFFER_SIZE 1024
#define CONF_REG_DEFAULT 0x8F1F
#define RXTX_ADDR 0x800
GAP_L2_DATA uint8_t txHyperbusSamples[BUFFER_SIZE];
GAP_L2_DATA uint8_t rxHyperbusSamples[BUFFER_SIZE];
#define ID0 0x0000
#define ID1 0x0002
/*
* CA bits 47 46 45 44-40 | 39-32 | 31-24 | 23-16 | 15-8 | 7-0
*
* ID0 (RO) C0h or E0h 00h 00h 00h 00h 00h
* ID1 (RO) C0h or E0h 00h 00h 00h 00h 01h
* CR0_R C0h or E0h 00h 01h 00h 00h 00h
* CR0_W 60h 00h 01h 00h 00h 00h
* CR1_R C0h or E0h 00h 01h 00h 00h 01h
* CR1_W 60h 00h 01h 00h 00h 01h
*
* CA[44-16] => ADDR[31-3]
* CA[2-0] => ADDR[2-0]
*/
/* Configuration Register 0 */
#define CR0 0x1000
/* Configuration Register 1 */
#define CR1 0x1002
HYPERBUS hyperbus(HYPERBUS_DQ0, HYPERBUS_DQ1, HYPERBUS_DQ2, HYPERBUS_DQ3,
HYPERBUS_DQ4, HYPERBUS_DQ5, HYPERBUS_DQ6, HYPERBUS_DQ7,
HYPERBUS_CLK, HYPERBUS_CLKN, HYPERBUS_RWDS, HYPERBUS_CSN0, HYPERBUS_CSN1);
int error_count = 0;
static void hyperbus_rx_callback(int events)
{
printf("Start Check!\n");
for (int k = 0; k < BUFFER_SIZE; k++)
{
if((rxHyperbusSamples[k] % 256) != (unsigned char)(k)) error_count++;
#ifdef HYPERBUS_DEBUG
printf("RX_ DATA[%d] = 0x%02x\n", k, rxHyperbusSamples[k]);
#endif
}
}
static void hyperbus_tx_callback(int events)
{
if(events == HYPERBUS_EVENT_COMPLETE)
{
printf("TX is finished, event = %d!\n", events);
event_callback_t event;
event = hyperbus_rx_callback;
printf("Start RX!\n");
/* Read RAM */
hyperbus.transfer(RXTX_ADDR, (uint32_t *)NULL, 0, (uint32_t *) rxHyperbusSamples, BUFFER_SIZE, event);
} else {
printf("TX Fail!\n");
}
}
int main()
{
printf("Fabric controller code execution for mbed_os HYPERBUS RAM driver test\n");
/* Initialize the samples */
for (int i = 0; i< BUFFER_SIZE; i++)
txHyperbusSamples[i] = i;
/* Default is 6 Clock Lateny */
/*
* 0000 - 5 Clock Latency
* 0001 - 6 Clock Latency
* 0010 - Reserved
* 0000 - Reserved
* ...
* 1110 - 3 Clock Latency
* 1111 - 4 Clock Latency
*/
#if defined(__GAP8__)
char latency = 1;
/* Config memory maximum transfer data length for TX and RX*/
hyperbus.set_max_length(uHYPERBUS_Ram, 0x1ff, 1);
hyperbus.set_max_length(uHYPERBUS_Ram, 0x1ff, 1);
/* Config memory access timing for TX and RX*/
hyperbus.set_timing(uHYPERBUS_Ram, 4, 4, 4, latency);
hyperbus.set_timing(uHYPERBUS_Ram, 4, 4, 4, latency);
#else
char latency = 6;
hyperbus.set_device_type(uHYPERBUS_HYPERBUS_MODE, uHYPERBUS_Ram, uHYPERBUS_Flash);
hyperbus.set_timing(latency, 0, 6, 1, 1, 666);
#endif
printf("Start TX!\n");
event_callback_t event;
event = hyperbus_tx_callback;
/* Write RAM */
hyperbus.transfer(RXTX_ADDR, (uint32_t *) txHyperbusSamples, BUFFER_SIZE, (uint32_t *)NULL, 0, event);
/* Wait TX RX Check finish */
wait_ms(1);
/* Read RAM register */
uint16_t config_reg = hyperbus.read(CR0, uHYPERBUS_Reg_Access);
if(config_reg != CONF_REG_DEFAULT) error_count++;
printf("Read CR0 6 clock lateny = 0x%02x\n", config_reg);
/* Write RAM register to change latenny to 5 clock */
config_reg &= 0xFF0F;
hyperbus.write(CR0, config_reg, uHYPERBUS_Reg_Access);
/* Read RAM register */
config_reg = hyperbus.read(CR0, uHYPERBUS_Reg_Access);
printf("Read CR0 5 clock lateny = 0x%02x\n", config_reg);
/* Write RAM register to change latenny back to 6 clock */
config_reg |= 0x0010;
hyperbus.write(CR0, config_reg, uHYPERBUS_Reg_Access);
if (error_count)
{
printf("Test failed\n");
return -1;
}
else
{
printf("Test success\n");
return 0;
}
}
|
30bd54463f85ba5d13489eda4fbdf76925f8c45c
|
617042f44ef02d88188584a8db87cd8aa576ddb8
|
/LINE_follower.ino
|
f1aa2b3291029bb387320b16cf6884f14f61e2ea
|
[
"Apache-2.0"
] |
permissive
|
XAEA-16/Obstracle-detector-car
|
94d6268e8199d96958996d714f6b53b1b4f0a9be
|
a044c6119a2656261edc30150417192b2b4b8c35
|
refs/heads/master
| 2022-03-08T04:15:52.592975
| 2019-11-26T17:56:08
| 2019-11-26T17:56:08
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,312
|
ino
|
LINE_follower.ino
|
/*------ Program for Line Follower Robot using Arduino----- */
/*-------definning Inputs------*/
#define LS 2 // left sensor
#define RS 3 // right sensor
/*-------definning Outputs------*/
#define LM1 4 // left motor
#define LM2 5 // left motor
#define RM1 6 // right motor
#define RM2 7 // right motor
void setup()
{
pinMode(LS, INPUT);
pinMode(RS, INPUT);
pinMode(LM1, OUTPUT);
pinMode(LM2, OUTPUT);
pinMode(RM1, OUTPUT);
pinMode(RM2, OUTPUT);
}
void loop()
{
if(digitalRead(LS) && digitalRead(RS)) // Move Forward
{
digitalWrite(LM1, HIGH);
digitalWrite(LM2, LOW);
digitalWrite(RM1, HIGH);
digitalWrite(RM2, LOW);
}
if(!(digitalRead(LS)) && digitalRead(RS)) // Turn right
{
digitalWrite(LM1, LOW);
digitalWrite(LM2, HIGH);
digitalWrite(RM1, HIGH);
digitalWrite(RM2, LOW);
}
if(digitalRead(LS) && !(digitalRead(RS))) // turn left
{
digitalWrite(LM1, HIGH);
digitalWrite(LM2, LOW);
digitalWrite(RM1, LOW);
digitalWrite(RM2, HIGH);
}
if(!(digitalRead(LS)) && !(digitalRead(RS))) // stop
{
digitalWrite(LM1, LOW);
digitalWrite(LM2, LOW);
digitalWrite(RM1, LOW);
digitalWrite(RM2, LOW);
}
}
|
afb0a7586f7d28f75b30cc20d67cbedffee2a24d
|
72c90af446dade8ce7457230c96caea10ebb2c17
|
/slides/cpp-code/pq-usage.cpp
|
1224cab3ae2646526fbb904aa34759d327414dbd
|
[] |
no_license
|
kit-cpp-workshop/workshop-ss12-09
|
177812ceb7328d46275851e34d7bddae6eb91330
|
aa5ce31882e2c47f3d7806f4f6745811d95c77e1
|
refs/heads/master
| 2020-12-24T13:35:45.365227
| 2014-04-29T16:19:16
| 2014-04-29T16:19:16
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 479
|
cpp
|
pq-usage.cpp
|
// #include <priority_queue> #include <functional> // for greater<T>
struct Bar_t { int a, b; };
struct BartComp {
bool operator() (const Bar_t &lhs, const Bar_t &rhs) const {
return (lhs.a != rhs.a) ? (lhs.a < rhs.a) : (lhs.b < rhs.b);
}
};
std::priority_queue<int> pq1; // PQ of ints, ordering default == less<T>
std::priority_queue<int, greater<int> > pq2; // Inv. ordering -> MinHeap
std::priority_queue<Bar_t, BartComp> pq3; // Bar_t's ordered by BartComp
|
5a0531888ec1d0e58965a7a0d97ca3dfee24005e
|
be14e50a83bc718d0c871b74eb218188eef5248a
|
/std_function.cpp
|
275d1fd9dcef87d5a580fd1b038ea93d735f9342
|
[] |
no_license
|
russellboyd/studying
|
405a0236affcd02236ef760f7c6aa18bc577870b
|
93b30003c7ea513690fc693f21f73a8f42e13690
|
refs/heads/master
| 2022-04-18T20:42:57.295590
| 2020-03-30T15:49:02
| 2020-03-30T15:49:02
| 113,865,608
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 425
|
cpp
|
std_function.cpp
|
#include <functional>
class LambdaStore
{
function<bool(double)> _stored_lambda;
public:
function<int(int)> get_abs() const
{
return [](int i) {return abs(i);};
}
void set_lambda(const function<bool(double)>& lambda)
{
_stored_lambda = lambda;
}
};
int main()
{
LambdaStore ls;
ls.set_lambda([](double d) {return d > 0.0;});
auto abs_lambda = ls.get_abs();
abs_lambda(-10); // return 10;
}
|
b778ee793643ea67e1ecb87afbf49964582c6b67
|
539c338ea3b7e3f7d30f02b8a7206f8fefbfd3a6
|
/gearchange.ino
|
7d6d4fcabd9b9fb55ed428d666ca9bab35433982
|
[] |
no_license
|
UVigoMotorsport/gearchange
|
be0edb5211e5e264b907865edc95a748f7cab9f1
|
404c192e0115f3e41caa1646f4bd57054b89bdb1
|
refs/heads/master
| 2021-01-22T03:49:36.646893
| 2017-07-21T11:52:10
| 2017-07-21T11:52:10
| 92,406,672
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 9,730
|
ino
|
gearchange.ino
|
#include "gearchange.h"
void loop()
{
if ((millis() - GEARLAST) > 25 && (!CHANGESTAGE))
{
if (!GEARCHG)
{
gearchange.writeMicroseconds(SGEARMID);
}
if (RELEASE)
{
if (!(PIND & ((1 << PORTD2) | (1 << PORTD3))))
{
RELEASE = 0;
}
}
else if (PIND & (1 << PORTD2))
{
if (GEARCHG == 0)
{
if (GEAR < 7)
{
GEARCHG = GEARUP;
switch (GEAR)
{
case 0 :
GEAR = 2;
break;
case 1 :
GEAR = 3;
break;
default :
GEAR++;
}
if (AUTO)
{
CHANGESTAGE++;
if (OLDGEAR != 0)
{
BLIPTYPE = CUT;
BLIPTIME = UPBLIPTIME;
digitalWrite(8, 1);
}
else
{
BLIPTYPE = NOBLIP;
digitalWrite(8, 1);
}
}
}
}
RELEASE = 1;
}
else if (PIND & (1 << PORTD3))
{
if (GEARCHG == 0)
{
if (GEAR > 0)
{
GEARCHG = GEARDOWN;
GEAR--;
if (AUTO)
{
CHANGESTAGE++;
if (GEAR == 0)
{
BLIPTYPE = NOBLIP;
}
else if (GEAR == 1)
{
GEARCHG = 0;
}
else
{
BLIPTYPE = BLIP;
BLIPTIME = DOWNBLIPTIME;
}
}
if (GEAR == 1)
{
OLDGEAR = 1;
CHANGESTAGE = 0;
LASTNEUTSAVE = millis();
}
}
}
RELEASE = 1;
}
GEARLAST = millis();
if (GEAR == 1 && ((millis() - LASTNEUTSAVE) >= NEUTSAVEMAX))
{
GEAR++;
OLDGEAR++;
}
}
if (AUTO && (CHANGESTAGE == 3))
{
if (BLIPTYPE == CUT)
{
digitalWrite(8, 1);
CHANGESTAGE++;
BLIPDUR = millis();
}
else if (BLIPTYPE == BLIP)
{
digitalWrite(7, 1);
CHANGESTAGE++;
BLIPDUR = millis();
}
else if (BLIPTYPE == NOBLIP)
{
CHANGESTAGE = 5;
}
else
{
CHANGESTAGE = 0;
}
}
if (AUTO && (CHANGESTAGE == 4))
{
if ((millis() - BLIPDUR) >= BLIPTIME)
{
digitalWrite(8, 0);
digitalWrite(7, 0);
CHANGESTAGE++;
}
}
if ((millis() - CLUTCHLAST > 30) || CHANGESTAGE == 1 || CHANGESTAGE == 5)
{
CLUTCHPOS = tocfake(analogRead(A0));
CLUTCHREALPOS = analogRead(A1);
if (!CLUTCHSTART)
{
if (CLUTCHPOS >= CLUTCHFAKEMAX)
{
CLUTCHSTART = 1;
if (WANTAUTO == 1)
{
AUTO = 1;
}
}
else if (CHANGESTAGE)
{
CHANGESTAGE = 0;
GEARCHG = 0;
}
}
else if (BADCHANGE)
{
CLUTCH = CLUTCHFAKEMAX;
CLUTCHSTART = 0;
}
else if (CHANGESTAGE == 1)
{
CLUTCH = CLUTCHFAKEMAX;
CLUTCHREALPOS = analogRead(A1);
if (CLUTCHREALPOS <= CREALMAX + FUDGEPOS && CLUTCHREALPOS >= CREALMAX - FUDGEPOS)
{
CHANGESTAGE++;
}
}
else if (CHANGESTAGE == 5)
{
if (BLIPTYPE != NOBLIP)
{
CLUTCH = MIN;
}
CLUTCHREALPOS = analogRead(A1);
if ((CLUTCHREALPOS <= CREALMIN + FUDGEPOS && CLUTCHREALPOS >= CREALMIN - FUDGEPOS) || BLIPTYPE == NOBLIP)
{
CHANGESTAGE = 0;
}
}
else if (CHANGESTAGE == 0)
{
CLUTCH = CLUTCHPOS;
}
clutch.writeMicroseconds(exptoservo((float) CLUTCH));
CLUTCHLAST = millis();
}
if (GEARCHG != 0 && !AUTO || CHANGESTAGE == 2 && AUTO)
{
CURRGEARPOS = analogRead(A2);
if (GEARS[GEAR] == GEARS[OLDGEAR])
{
GEARCHG = 0;
}
else
{
if (!CHANGESTARTED)
{
if (GEARS[GEAR] == 'N' && GEARS[OLDGEAR] == '1')
{
CHANGEPOINT = SGEARHALFUP;
CHANGEPOS = SPOSGEARHALFUP;
CHANGESTARTED = 1;
}
else if (GEARS[OLDGEAR] > GEARS[GEAR])
{
CHANGEPOINT = SGEARDOWN;
CHANGEPOS = SPOSGEARDOWN;
CHANGESTARTED = 1;
}
else if (GEARS[OLDGEAR] < GEARS[GEAR])
{
CHANGEPOINT = SGEARUP;
CHANGEPOS = SPOSGEARUP;
CHANGESTARTED = 1;
}
}
if (CHANGESTARTED == 1)
{
gearchange.writeMicroseconds(CHANGEPOINT);
CHANGESTART = millis();
CHANGESTARTED = 2;
}
if (CHANGESTARTED == 2)
{
CURRGEARPOS = analogRead(A2);
Serial.println(CURRGEARPOS);
if ((CURRGEARPOS <= CHANGEPOS + FUDGEPOS && CURRGEARPOS >= CHANGEPOS - FUDGEPOS) && (millis() - CHANGESTART > MINCHANGE))
{
CHANGESTARTED = 3;
}
else
{
if ((millis() - CHANGESTART) > CHANGELIMIT)
{
CHANGESTARTED = 0;
GEARCHG = 0;
BADCHANGE = 1;
gearchange.writeMicroseconds(SGEARMID);
GEAR = OLDGEAR;
if (CHANGESTAGE)
{
CHANGESTAGE = 0;
}
}
}
}
if (CHANGESTARTED == 3)
{
gearchange.writeMicroseconds(SGEARMID);
CHANGESTART = millis();
CHANGESTARTED = 4;
}
if (CHANGESTARTED == 4)
{
CURRGEARPOS = analogRead(A2);
Serial.println(CURRGEARPOS);
if ((CURRGEARPOS <= SPOSGEARMID + FUDGEPOS && CURRGEARPOS >= SPOSGEARMID - FUDGEPOS) && (millis() - CHANGESTART > MINCHANGE))
{
CHANGESTARTED = 0;
OLDGEAR = GEAR;
GEARCHG = 0;
if (GEARS[GEAR] == 'N' && digitalRead(12) == 1)
{
BADCHANGE = 0;
}
if (CHANGESTAGE)
{
CHANGESTAGE++;
}
}
else
{
if ((millis() - CHANGESTART) > CHANGELIMIT)
{
CHANGESTARTED = 0;
GEARCHG = 0;
BADCHANGE = 1;
gearchange.writeMicroseconds(SGEARMID);
GEAR = OLDGEAR;
if (CHANGESTAGE)
{
CHANGESTAGE = 0;
}
}
}
}
}
}
if ((millis() - TIMELAST) > 750)
{
TIMELAST = millis();
Serial.print("Clutch: ");
int clutchposnow = exptoservo((float) CLUTCH);
Serial.print(clutchposnow);
Serial.print("|");
Serial.println(analogRead(A0));
Serial.print(MAX);
Serial.print("|");
Serial.print(MIN);
Serial.print("|");
Serial.println(MAX2);
Serial.print("Clutch real pos: ");
Serial.println(CLUTCHREALPOS);
Serial.print("Gear: [");
Serial.print(GEARS[GEAR]);
if (GEARCHG == GEARUP)
{
Serial.print("/\\");
}
else if (GEARCHG == GEARDOWN)
{
Serial.print("\\/");
}
else if (GEARCHG == 0)
{
Serial.print("-");
}
else
{
Serial.print("X");
}
Serial.print(GEARS[OLDGEAR]);
if (BADCHANGE == 1)
{
Serial.print("X");
}
Serial.println("]");
Serial.print("Percent exp: ");
Serial.print(DIV * 100.0);
Serial.println("%");
Serial.print("Auto: ");
Serial.println(AUTO);
Serial.print("Changestage: ");
Serial.println(CHANGESTAGE);
Serial.println("");
}
if ((millis() - CONFIGLAST) > 100)
{
CONFIGLAST = millis();
char in = Serial.read();
char inner = 0;
switch (in)
{
case 'a':
if (AUTO < AUTOMAX)
{
AUTO++;
if (!CLUTCHSTART)
{
AUTO--;
WANTAUTO = AUTO;
}
}
break;
case 'd':
if (AUTO > 0)
{
AUTO--;
WANTAUTO = 0;
}
break;
case 'r':
reset();
break;
case 'n':
BADCHANGE = 0;
GEAR = 0;
OLDGEAR = 0;
CLUTCHSTART = 0;
CLUTCH = CLUTCHFAKEMAX;
delay(CHANGELIMIT);
clutch.writeMicroseconds(exptoservo((float) CLUTCH));
delay(CHANGELIMIT);
gearchange.writeMicroseconds(SGEARMID);
delay(CHANGELIMIT);
Serial.println("Put the gearbox in neutral");
while (digitalRead(12) != 1);
delay(CHANGELIMIT);
break;
case 'e' :
if (DIVNUM < MAXDIV)
{
DIVNUM++;
DIV = (float) DIVNUM / 10.0;
EEPROM.put(addr_DIVNUM, DIVNUM);
}
break;
case 'q' :
if (DIVNUM > 0)
{
DIVNUM--;
DIV = (float) DIVNUM / 10.0;
EEPROM.put(addr_DIVNUM, DIVNUM);
}
break;
case 't':
if (DEADPER < 1.0)
{
DEADPER += .01;
Serial.print("Dead % is: ");
Serial.println(DEADPER);
}
EEPROM.put(addr_DEADPER, DEADPER);
break;
case 'y':
if (DEADPER > 0.0)
{
DEADPER -= .01;
Serial.print("Dead % is: ");
Serial.println(DEADPER);
}
EEPROM.put(addr_DEADPER, DEADPER);
break;
case 'o':
if (EXPFACTOR < 10)
{
EXPFACTOR += .1;
Serial.print("exp factor is: ");
Serial.println(EXPFACTOR);
}
EEPROM.put(addr_EXPFACTOR, EXPFACTOR);
break;
case 'p':
if (EXPFACTOR > 1)
{
EXPFACTOR -= .1;
Serial.print("exp factor is: ");
Serial.println(EXPFACTOR);
}
EEPROM.put(addr_EXPFACTOR, EXPFACTOR);
break;
case '!':
cleardats();
case 's' :
set();
case -1:
break;
default :
FLAG = 0;
}
}
}
|
c9676cb22a9601ff367af368ba3eec430c06a312
|
b34cf25802c55387defc54aed80faa2770b16d73
|
/Comenter v2.0/loadInfo.h
|
c937b101d61a3edcedbf02ccc1f12525ec1cf4da
|
[
"Apache-2.0"
] |
permissive
|
stefan1st/Comenter-v2.0
|
d4223cca4112e422e316a9c34f1e3cdf46001174
|
89c7313c7a9d6d93af9a8d54b4f3ad1f499a6ef3
|
refs/heads/master
| 2021-01-11T02:24:38.026481
| 2014-01-16T09:05:26
| 2014-01-16T09:05:26
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 210
|
h
|
loadInfo.h
|
#pragma once
#include <string>
#include <fstream>
using namespace std;
class loadInfo
{
private:
string nume_fisier;
string dataArray[8];
public:
loadInfo(string);
string getData(int);
~loadInfo(void);
};
|
729588fce387a36e2a1921dcc46b297160cc0cb3
|
dc82345db9f503cb3dd0038781d4b0d92258ab3a
|
/PhotoshopPDFTool/CLayerSet.h
|
9254e5123f59fed2b58a69a631f332579a395661
|
[] |
no_license
|
lsjsoft/PhotoshopPDFTool
|
78fe0a9e683e694b28bee3a0f65e54f216567027
|
919ec55bba39775f9497c63f7b2429f986d8f829
|
refs/heads/master
| 2020-07-04T13:59:38.950948
| 2013-07-10T03:34:54
| 2013-07-10T03:34:54
| 11,280,320
| 3
| 1
| null | null | null | null |
GB18030
|
C++
| false
| false
| 7,264
|
h
|
CLayerSet.h
|
// Machine generated IDispatch wrapper class(es) created with Add Class from Typelib Wizard
#import "C:\\Program Files\\Adobe\\Photoshop CS\\Plug-Ins\\Adobe Photoshop Only\\自动\\脚本支持.8li" no_namespace
// CLayerSet wrapper class
class CLayerSet : public COleDispatchDriver
{
public:
CLayerSet(){} // Calls COleDispatchDriver default constructor
CLayerSet(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CLayerSet(const CLayerSet& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
// LayerSet methods
public:
VARIANT get_EnabledChannels()
{
VARIANT result;
InvokeHelper(0x456e4368, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&result, NULL);
return result;
}
void put_EnabledChannels(VARIANT& newValue)
{
static BYTE parms[] = VTS_VARIANT ;
InvokeHelper(0x456e4368, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, &newValue);
}
LPDISPATCH get_Layers()
{
LPDISPATCH result;
InvokeHelper(0x634c7972, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);
return result;
}
LPDISPATCH get_LayerSets()
{
LPDISPATCH result;
InvokeHelper(0x634c5a74, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);
return result;
}
LPDISPATCH get_ArtLayers()
{
LPDISPATCH result;
InvokeHelper(0x63434c72, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);
return result;
}
LPDISPATCH get_Layer()
{
LPDISPATCH result;
InvokeHelper(0x53436c73, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);
return result;
}
CString get_Name()
{
CString result;
InvokeHelper(0x706e616d, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
return result;
}
void put_Name(LPCTSTR newValue)
{
static BYTE parms[] = VTS_BSTR ;
InvokeHelper(0x706e616d, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, newValue);
}
BOOL get_AllLocked()
{
BOOL result;
InvokeHelper(0x416c4c63, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
return result;
}
void put_AllLocked(BOOL newValue)
{
static BYTE parms[] = VTS_BOOL ;
InvokeHelper(0x416c4c63, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, newValue);
}
long get_BlendMode()
{
long result;
InvokeHelper(0x426c4d64, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
return result;
}
void put_BlendMode(long newValue)
{
static BYTE parms[] = VTS_I4 ;
InvokeHelper(0x426c4d64, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, newValue);
}
VARIANT get_LinkedLayers()
{
VARIANT result;
InvokeHelper(0x4c6b6564, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&result, NULL);
return result;
}
double get_Opacity()
{
double result;
InvokeHelper(0x4f706374, DISPATCH_PROPERTYGET, VT_R8, (void*)&result, NULL);
return result;
}
void put_Opacity(double newValue)
{
static BYTE parms[] = VTS_R8 ;
InvokeHelper(0x4f706374, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, newValue);
}
BOOL get_Visible()
{
BOOL result;
InvokeHelper(0x70565362, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
return result;
}
void put_Visible(BOOL newValue)
{
static BYTE parms[] = VTS_BOOL ;
InvokeHelper(0x70565362, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, newValue);
}
long get_LayerType()
{
long result;
InvokeHelper(0x74797065, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
return result;
}
LPDISPATCH get_ArtLayer()
{
LPDISPATCH result;
InvokeHelper(0x4c41744c, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);
return result;
}
LPDISPATCH get_LayerSet()
{
LPDISPATCH result;
InvokeHelper(0x4c41745a, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);
return result;
}
VARIANT get_Bounds()
{
VARIANT result;
InvokeHelper(0x426e6473, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&result, NULL);
return result;
}
LPDISPATCH get_Application()
{
LPDISPATCH result;
InvokeHelper(0x63617070, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);
return result;
}
LPDISPATCH get_Parent()
{
LPDISPATCH result;
InvokeHelper(0x63746e72, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);
return result;
}
LPDISPATCH Merge()
{
LPDISPATCH result;
InvokeHelper(0x4d674c5a, DISPATCH_METHOD, VT_DISPATCH, (void*)&result, NULL);
return result;
}
void Unlink()
{
InvokeHelper(0x556c6e6b, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
}
void Link(LPDISPATCH With)
{
static BYTE parms[] = VTS_DISPATCH ;
InvokeHelper(0x6c6b546f, DISPATCH_METHOD, VT_EMPTY, NULL, parms, With);
}
void Translate(VARIANT& DeltaX, VARIANT& DeltaY)
{
static BYTE parms[] = VTS_VARIANT VTS_VARIANT ;
InvokeHelper(0x4d765073, DISPATCH_METHOD, VT_EMPTY, NULL, parms, &DeltaX, &DeltaY);
}
void Rotate(double Angle, VARIANT& Anchor)
{
static BYTE parms[] = VTS_R8 VTS_VARIANT ;
InvokeHelper(0x526f7461, DISPATCH_METHOD, VT_EMPTY, NULL, parms, Angle, &Anchor);
}
void Resize(VARIANT& Horizontal, VARIANT& Vertical, VARIANT& Anchor)
{
static BYTE parms[] = VTS_VARIANT VTS_VARIANT VTS_VARIANT ;
InvokeHelper(0x53636c65, DISPATCH_METHOD, VT_EMPTY, NULL, parms, &Horizontal, &Vertical, &Anchor);
}
void MoveToBeginning(LPDISPATCH Container)
{
static BYTE parms[] = VTS_DISPATCH ;
InvokeHelper(0x4d764566, DISPATCH_METHOD, VT_EMPTY, NULL, parms, Container);
}
void MoveToEnd(LPDISPATCH Container)
{
static BYTE parms[] = VTS_DISPATCH ;
InvokeHelper(0x4d764565, DISPATCH_METHOD, VT_EMPTY, NULL, parms, Container);
}
void MoveBefore(LPDISPATCH RelativeObject)
{
static BYTE parms[] = VTS_DISPATCH ;
InvokeHelper(0x4d764562, DISPATCH_METHOD, VT_EMPTY, NULL, parms, RelativeObject);
}
void MoveAfter(LPDISPATCH RelativeObject)
{
static BYTE parms[] = VTS_DISPATCH ;
InvokeHelper(0x4d764561, DISPATCH_METHOD, VT_EMPTY, NULL, parms, RelativeObject);
}
LPDISPATCH Duplicate(VARIANT& RelativeObject, VARIANT& InsertionLocation)
{
LPDISPATCH result;
static BYTE parms[] = VTS_VARIANT VTS_VARIANT ;
InvokeHelper(0x636c6f6e, DISPATCH_METHOD, VT_DISPATCH, (void*)&result, parms, &RelativeObject, &InsertionLocation);
return result;
}
void Move(LPDISPATCH RelativeObject, long InsertionLocation)
{
static BYTE parms[] = VTS_DISPATCH VTS_I4 ;
InvokeHelper(0x6d6f7665, DISPATCH_METHOD, VT_EMPTY, NULL, parms, RelativeObject, InsertionLocation);
}
void Delete()
{
InvokeHelper(0x64656c6f, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
}
// LayerSet properties
public:
};
|
ed788f9599641e449c5e8355da548294a7e76244
|
78ebca5d558e9f55f791b53c4ee3e60303524276
|
/apps/bfs.cpp
|
4b1767ed4666fa00555a545b52ce084c468353e4
|
[] |
no_license
|
atsmith3/GraphMat
|
8912bc32bfd5c3dfa8d615c1caabb6a6a8f5fc1e
|
b017eb5987b4b59c120f474b10eefe63da62112f
|
refs/heads/master
| 2020-11-23T19:07:02.517628
| 2019-12-17T22:22:34
| 2019-12-17T22:22:34
| 227,782,769
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,250
|
cpp
|
bfs.cpp
|
// Andrew Smith
// BFS Baseline Application
// 121319
#include "bfs.h"
void initialize_bfs(Graph<vertex_t, edge_t>& graph, std::queue<uint64_t>* curr) {
for(auto it = graph.vertex.begin(); it != graph.vertex.end(); it++) {
it->property = false;
}
graph.vertex[0].property = true;
curr->push(0);
}
void do_every_iteration_bfs(Graph<vertex_t, edge_t>& graph, std::queue<uint64_t>* curr) {
/* Do Nothing */
}
void run_bfs(Graph<vertex_t, edge_t>& graph, std::queue<uint64_t>* curr, std::queue<uint64_t>* next, uint64_t max_iter) {
for(uint64_t iteration = 0; iteration < max_iter && !curr->empty(); iteration++) {
std::cout << "Iteration: " << iteration << " Process Queue Size: " << curr->size() << " elements\n";
while(!curr->empty()) {
// Dequeue:
uint64_t src = curr->front();
curr->pop();
// Explore neighbors:
for(auto it = graph.vertex[src].edges.begin(); it != graph.vertex[src].edges.end(); it++) {
if(graph.vertex[it->dst].property == false) {
// Mark explored and add to the next queue;
graph.vertex[it->dst].property = true;
next->push(it->dst);
}
}
}
std::swap(curr, next);
do_every_iteration_bfs(graph, curr);
}
}
|
f55b9c640b877123e718233d88b4d710b4a968a5
|
bb285e1849703530e40bfa39109d440b80b9cc88
|
/0218_The_Skyline_Problem/Solution.h
|
69f553130c4410a919e9bf4dfc34e2e46ae4cfd8
|
[] |
no_license
|
kkoala0864/LeetCode
|
43fe84a63af1605a3034b072f4cd26683af1fd85
|
386f8f17a5507f3940ad1621fd36d2ae98950727
|
refs/heads/master
| 2023-07-14T12:49:04.735378
| 2021-08-15T08:17:04
| 2021-08-15T08:17:04
| 33,233,776
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 375
|
h
|
Solution.h
|
#include <vector>
#include <utility>
#include <queue>
using std::vector;
using std::pair;
using std::priority_queue;
class Solution {
public :
Solution() {}
vector<pair<int, int>> getSkyline(vector<vector<int>>& buildings);
private :
virtual ~Solution() {}
Solution& operator=(const Solution& source);
Solution(const Solution&);
};
|
def4698c521fc61df2ac1b40f012c0ce485dcff9
|
674b7aa4e384a99889d23d5ebb5760dab8e04f0d
|
/SimpleEngine/GameObject.h
|
06c4eefda363b57d175a609201f2bff9bb6c4dae
|
[] |
no_license
|
UserNameIsAlredyTaken/SimpleEngine
|
2ad5f7e6fd510457c56dbb8d9a1f8b61464a79cb
|
bdb8373e73ad2ade810b5a609583d90c9fa4cee8
|
refs/heads/main
| 2023-04-26T12:09:00.001175
| 2021-05-23T08:32:18
| 2021-05-23T08:32:18
| 331,851,395
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,580
|
h
|
GameObject.h
|
#pragma once
#include <DirectXMath.h>
#include <vector>
#include "FrameResource.h"
#include "Game.h"
#include "Transform.h"
#include "Components/BaseComponent.h"
#include "Components/MoveComponent.h"
#include "Components/RollComponent.h"
// #include "Components/InputComponent.h"
using namespace DirectX;
struct RenderItem
{
RenderItem() = default;
XMFLOAT4X4 World = MathHelper::Identity4x4();
XMFLOAT4X4 TexTransform = MathHelper::Identity4x4();
int NumFramesDirty = gNumFrameResources;
// Index into GPU constant buffer corresponding to the ObjectCB for this render item.
UINT ObjCBIndex = -1;
Material* Mat = nullptr;
MeshGeometry* Geo = nullptr;
D3D12_PRIMITIVE_TOPOLOGY PrimitiveType = D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST;
// DrawIndexedInstanced parameters.
UINT IndexCount = 0;
UINT StartIndexLocation = 0;
int BaseVertexLocation = 0;
};
class GameObject
{
public:
GameObject(Material* mat, MeshGeometry* geo, std::string subgeoName, std::string goName, Transform transform = Transform());
void Update(const GameTimer& gt);
void Start();
void AddChild(GameObject* child);
void SetParent(GameObject* parent);
template <class T> void AddComponent();
template <class T> T* GetComponent();
void RefreshWorldMatrix();
Transform LocalTransform; //always relative to parent's
std::shared_ptr<RenderItem> Ritem;
std::string GeometryName;
// XMVECTOR GetWorldUp();
std::string GetName(){
return Name;
};
bool IsParentOf(GameObject* go);
private:
std::string Name;
GameObject* ParentGameObject;
std::vector<GameObject*> ChildrenGameOjects;
std::vector<std::shared_ptr<BaseComponent>> Components;
XMFLOAT4X4 GetGlobalWorldMatrix();
void RecalcTransformRelativeToParent();
inline static int cbIndex = 0;
};
template <class T>
inline void GameObject::AddComponent()
{
static_assert(std::is_base_of<BaseComponent, T>::value, "T must derive from BaseComponent");
auto component = std::make_shared<T>(this);
Components.push_back(std::move(component));
}
template <class T>
T* GameObject::GetComponent()
{
auto foundComp = std::find_if(Components.begin(), Components.end(), [](std::shared_ptr<BaseComponent> comp)
{
return dynamic_cast<T*>(comp.get()) != NULL;
});
if(foundComp == Components.end())//didn't find
{
printf("There is no such Component!\n");
return nullptr;
}
return dynamic_cast<T*>(foundComp->get());
}
|
b26306ade10306c1ce566a91ee4059b15345afcb
|
075506fe8a0e0206eb172ee26f52e6b4db391200
|
/items/equipable_item.cpp
|
8095f75998853ab27c015bdff0d7cd747cb8ab29
|
[] |
no_license
|
pcapel/CaveDiver
|
fc1f78be0f17bf1ca01bc5be5e5539fb67dd204f
|
e207e71fd7681573b0c2c3c2643da7b16fe3a4af
|
refs/heads/master
| 2021-01-20T03:23:46.598058
| 2018-03-12T21:42:34
| 2018-03-12T21:42:34
| 89,537,716
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 120
|
cpp
|
equipable_item.cpp
|
#include <string>
#include "equipable_item.h"
EquipableItem::EquipableItem(std::string ItemName) : Item(ItemName) {
}
|
e4de8bc545ce9710d8b95a96fe50e1a5cd3e15d8
|
364f9f353a1a24a6e1b7fd4d7a101ed96ea5ac90
|
/Sources/Logger.h
|
15f98e125a89a1b6de256eb76ff0a127d821d77b
|
[] |
no_license
|
samuel-olivier/raytracer
|
fea28b987c7db0cab9cefda6133db7e4993ffda4
|
50a9eba63dd820628d190e2aeef27701c8585032
|
refs/heads/master
| 2021-05-27T18:49:30.232541
| 2014-06-12T19:17:29
| 2014-06-12T19:17:29
| 19,592,415
| 2
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,612
|
h
|
Logger.h
|
#ifndef LOGGER_H
#define LOGGER_H
#include <QString>
#include <QObject>
#include <QMutex>
#include <atomic>
#define logger Logger::instance()
class Console;
class QStatusBar;
class Logger : public QObject
{
Q_OBJECT
public:
static Logger* instance();
Console* console() const;
void setConsole(Console* console);
QStatusBar* statusBar() const;
void setStatusBar(QStatusBar* statusBar);
public slots:
void writeInfo(QString const& message);
void writeDebug(QString const& message);
void writeSuccess(QString const& message);
void writeError(QString const& message);
void clearConsole();
void writeSeparator();
void showMessage(QString const& message, int timeout = 0);
void clearMessage();
private slots:
void onRefresh();
private:
enum StatusBarAction {
ClearMessage,
Show,
Status_None
};
enum ConsoleAction {
Info,
Debug,
Success,
Error,
ClearConsole,
Separator,
Console_None
};
Logger();
~Logger();
static Logger* _instance;
Console* _console;
QStatusBar* _statusBar;
std::atomic<StatusBarAction> _nextAction;
QMutex _statusMessageMutex;
QString _statusMessageString;
int _statusMessageTimeout;
QMutex _consoleMutex;
QList<QPair<ConsoleAction, QString>> _consoleActions;
};
#endif // LOGGER_H
|
af23a25c5ab693a7035e97f4cb5fe57bb7f711ed
|
cffd28b971453f6d47b5f64f397d6446f7ccdc9b
|
/src/protocolgame.cpp
|
01d1d7a270e549add387b9cba60c82f3154f142b
|
[
"Zlib"
] |
permissive
|
Kadresiak/The-Forgotten-Client
|
a672c9e45178a1a95b934f15b36bfb44ac28b81e
|
8b7979619ea76bc29581122440d09f241afc175d
|
refs/heads/master
| 2023-03-18T10:51:07.294550
| 2020-09-01T01:56:31
| 2020-09-01T01:56:31
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 226,352
|
cpp
|
protocolgame.cpp
|
/*
The Forgotten Client
Copyright (C) 2020 Saiyans King
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#include "protocolgame.h"
#include "engine.h"
#include "thingManager.h"
#include "rsa.h"
#include "creature.h"
#include "item.h"
#include "map.h"
#include "tile.h"
#include "light.h"
#include "distanceEffect.h"
#include "effect.h"
#include "automap.h"
#include "game.h"
#include "GUI_Elements/GUI_Log.h"
#include "GUI/itemUI.h"
extern RSA g_rsa;
extern Map g_map;
extern LightSystem g_light;
extern Engine g_engine;
extern ThingManager g_thingManager;
extern Automap g_automap;
extern Game g_game;
extern GUI_Log g_logger;
extern Connection* g_connection;
extern Uint32 g_datRevision;
extern Uint16 g_ping;
void ProtocolGame::parseMessage(InputMessage& msg)
{
Uint8 header = msg.getU8();
switch(header)
{
case RecvCreatureDataOpcode: parseCreatureData(msg); break;
case RecvSessionDumpStartOpcode: parseSessionDumpStart(msg); break;
case RecvLoginOrPendingOpcode: parseLoginOrPending(msg); break;
case RecvGMActionsOpcode: (g_clientVersion < 1100 ? parseGMActions(msg) : parseReadyForSecondaryConnection(msg)); break;
case RecvEnterGameOpcode: parseEnterGame(msg); break;
case RecvUpdateNeededOpcode: parseUpdateNeeded(msg); break;
case RecvLoginErrorOpcode: parseLoginError(msg); break;
case RecvLoginAdviceOpcode: parseLoginAdvice(msg); break;
case RecvLoginWaitOpcode: parseLoginWait(msg); break;
case RecvLoginSuccessOpcode: parseLogin(msg); break;
case RecvLoginTokenOpcode: parseLoginToken(msg); break;
case RecvStoreButtonIndicatorsOpcode: parseStoreButtonIndicators(msg); break;
case RecvPingBackOpcode: parsePingBack(msg); break;
case RecvPingOpcode: parsePing(msg); break;
case RecvChallengeOpcode: parseChallenge(msg); return;
case RecvDeathOpcode: parseDeath(msg); break;
case RecvStashOpcode: parseStash(msg); break;
case RecvSpecialContainersAvailableOpcode: parseSpecialContainersAvailable(msg); break;
case RecvPartyHuntAnalyserOpcode: parsePartyHuntAnalyser(msg); break;
case RecvTeamFinderTeamLeaderOpcode: parseTeamFinderTeamLeader(msg); break;
case RecvTeamFinderTeamMemberOpcode: parseTeamFinderTeamMember(msg); break;
case RecvOtclientOpcode: parseOtclient(msg); break;
case RecvClientCheckOpcode: parseClientCheck(msg); break;
case RecvMapDescriptionOpcode: parseMapDescription(msg); break;
case RecvMapNorthOpcode: parseMapNorth(msg); break;
case RecvMapEastOpcode: parseMapEast(msg); break;
case RecvMapSouthOpcode: parseMapSouth(msg); break;
case RecvMapWestOpcode: parseMapWest(msg); break;
case RecvUpdateTileOpcode: parseUpdateTile(msg); break;
case RecvTileAddThingOpcode: parseTileAddThing(msg); break;
case RecvTileTransformThingOpcode: parseTileTransformThing(msg); break;
case RecvTileRemoveThingOpcode: parseTileRemoveThing(msg); break;
case RecvTileMoveCreatureOpcode: parseTileMoveCreature(msg); break;
case RecvContainerOpenOpcode: parseContainerOpen(msg); break;
case RecvContainerCloseOpcode: parseContainerClose(msg); break;
case RecvContainerAddItemOpcode: parseContainerAddItem(msg); break;
case RecvContainerTransformItemOpcode: parseContainerTransformItem(msg); break;
case RecvContainerRemoveItemOpcode: parseContainerRemoveItem(msg); break;
case RecvFriendSystemDataOpcode: parseFriendSystemData(msg); break;
case RecvScreenshotEventOpcode: parseScreenshotEvent(msg); break;
case RecvInspectionListOpcode: parseInspectionList(msg); break;
case RecvInspectionStateOpcode: parseInspectionState(msg); break;
case RecvInventoryTransformItemOpcode: parseInventoryTransformItem(msg); break;
case RecvInventoryRemoveItemOpcode: parseInventoryRemoveItem(msg); break;
case RecvNPCOpenTradeOpcode: parseNpcOpenTrade(msg); break;
case RecvNPCPlayerGoodsOpcode: parseNpcPlayerGoods(msg); break;
case RecvNPCCloseTradeOpcode: parseNpcCloseTrade(msg); break;
case RecvTradeOwnOpcode: parseTradeOwn(msg); break;
case RecvTradeCounterOpcode: parseTradeCounter(msg); break;
case RecvTradeCloseOpcode: parseTradeClose(msg); break;
case RecvCharacterTradeConfigurationOpcode: parseCharacterTradeConfigurationLight(msg); break;
case RecvAmbientWorldLightOpcode: parseAmbientWorldLight(msg); break;
case RecvMagicEffectOpcode: (g_clientVersion >= 1203 ? parseMagicEffects(msg) : parseMagicEffect(msg)); break;
case RecvAnimatedTextOpcode: (g_clientVersion >= 1200 ? parseRemoveMagicEffect(msg) : parseAnimatedText(msg)); break;
case RecvDistanceEffectOpcode: parseDistanceEffect(msg); break;
case RecvCreatureMarkOpcode: parseCreatureMark(msg); break;
case RecvCreatureTrappersOpcode: parseCreatureTrappers(msg); break;
case RecvCreatureUpdateOpcode: parseCreatureUpdate(msg); break;
case RecvCreatureHealthOpcode: parseCreatureHealth(msg); break;
case RecvCreatureLightOpcode: parseCreatureLight(msg); break;
case RecvCreatureOutfitOpcode: parseCreatureOutfit(msg); break;
case RecvCreatureSpeedOpcode: parseCreatureSpeed(msg); break;
case RecvCreatureSkullOpcode: parseCreatureSkull(msg); break;
case RecvCreaturePartyOpcode: parseCreatureParty(msg); break;
case RecvCreatureUnpassableOpcode: parseCreatureUnpassable(msg); break;
case RecvCreatureMarksOpcode: parseCreatureMarks(msg); break;
case RecvCreatureHelpersOpcode: (g_clientVersion >= 1220 ? parseDepotSearchResult(msg) : parseCreatureHelpers(msg)); break;
case RecvCreatureTypeOpcode: parseCreatureType(msg); break;
case RecvEditTextWindowOpcode: parseEditTextWindow(msg); break;
case RecvEditHouseWindowOpcode: parseEditHouseWindow(msg); break;
case RecvGameNewsOpcode: parseGameNews(msg); break;
case RecvDepotSearchDetailListOpcode: parseDepotSearchDetailList(msg); break;
case RecvCloseDepotSearchOpcode: parseCloseDepotSearch(msg); break;
case RecvBlessingsDialogOpcode: parseBlessingsDialog(msg); break;
case RecvBlessingsOpcode: parseBlessings(msg); break;
case RecvPresetOpcode: parsePreset(msg); break;
case RecvPremiumTriggerOpcode: parsePremiumTrigger(msg); break;
case RecvPlayerDataBasicOpcode: parsePlayerDataBasic(msg); break;
case RecvPlayerDataOpcode: parsePlayerData(msg); break;
case RecvPlayerSkillsOpcode: parsePlayerSkills(msg); break;
case RecvPlayerIconsOpcode: parsePlayerIcons(msg); break;
case RecvPlayerCancelTargetOpcode: parsePlayerCancelTarget(msg); break;
case RecvPlayerSpellDelayOpcode: parsePlayerSpellDelay(msg); break;
case RecvPlayerSpellGroupDelayOpcode: parsePlayerSpellGroupDelay(msg); break;
case RecvPlayerMultiUseDelayOpcode: parsePlayerMultiUseDelay(msg); break;
case RecvPlayerModesOpcode: parsePlayerModes(msg); break;
case RecvPlayerStoreDeepLinkOpcode: parsePlayerStoreDeepLink(msg); break;
case RecvRestingAreaStateOpcode: parseRestingAreaState(msg); break;
case RecvPlayerTalkOpcode: parsePlayerTalk(msg); break;
case RecvChannelsOpcode: parseChannels(msg); break;
case RecvOpenChannelOpcode: parseOpenChannel(msg); break;
case RecvOpenPrivateChannelOpcode: parseOpenPrivateChannel(msg); break;
case RecvRuleViolationChannelOpcode: (g_clientVersion >= 1070 ? parseEditGuildMessage(msg) : parseRuleViolationChannel(msg)); break;
case RecvRuleViolationRemoveOpcode: parseRuleViolationRemove(msg); break;
case RecvRuleViolationCancelOpcode: parseRuleViolationCancel(msg); break;
case RecvRuleViolationLockOpcode: (g_clientVersion >= 1070 ? parseHighscores(msg) : parseRuleViolationLock(msg)); break;
case RecvOpenOwnChannelOpcode: parseOpenOwnChannel(msg); break;
case RecvCloseChannelOpcode: parseCloseChannel(msg); break;
case RecvTextMessageOpcode: parseTextMessage(msg); break;
case RecvCancelWalkOpcode: parseCancelWalk(msg); break;
case RecvWalkWaitOpcode: parseWalkWait(msg); break;
case RecvUnjustifiedStatsOpcode: parseUnjustifiedStats(msg); break;
case RecvPvpSituationsOpcode: parsePvpSituations(msg); break;
case RecvBestiaryTrackerOpcode: parseBestiaryTracker(msg); break;
case RecvPreyHuntingTaskBaseDataOpcode: parsePreyHuntingTaskBaseData(msg); break;
case RecvPreyHuntingTaskDataOpcode: parsePreyHuntingTaskData(msg); break;
case RecvFloorChangeUpOpcode: parseFloorChangeUp(msg); break;
case RecvFloorChangeDownOpcode: parseFloorChangeDown(msg); break;
case RecvUpdateLootContainersOpcode: parseUpdateLootContainers(msg); break;
case RecvPlayerDataTournamentOpcode: parsePlayerDataTournament(msg); break;
case RecvCyclopediaHouseActionResultOpcode: parseCyclopediaHouseActionResult(msg); break;
case RecvTournamentInformationOpcode: parseTournamentInformation(msg); break;
case RecvTournamentLeaderboardOpcode: parseTournamentLeaderboard(msg); break;
case RecvCyclopediaStaticHouseDataOpcode: parseCyclopediaStaticHouseData(msg); break;
case RecvCyclopediaCurrentHouseDataOpcode: parseCyclopediaCurrentHouseData(msg); break;
case RecvChooseOutfitOpcode: parseChooseOutfit(msg); break;
case RecvExivaSuppressedOpcode: parseExivaSuppressed(msg); break;
case RecvUpdateExivaOptionsOpcode: parseUpdateExivaOptions(msg); break;
case RecvTransactionDetailsOpcode: parseTransactionDetails(msg); break;
case RecvImpactTrackingOpcode: parseImpactTracking(msg); break;
case RecvItemWastedOpcode: parseItemWasted(msg); break;
case RecvItemLootedOpcode: parseItemLooted(msg); break;
case RecvTrackedQuestFlagsOpcode: parseTrackedQuestFlags(msg); break;
case RecvKillTrackingOpcode: parseKillTracking(msg); break;
case RecvMarketStatisticsOpcode: parseMarketStatistics(msg);
case RecvVipAddOpcode: parseVipAdd(msg); break;
case RecvVipStatusOpcode: parseVipStatus(msg); break;
case RecvVipStatusLogoutOpcode: parseVipStatusLogout(msg); break;
case RecvMonsterCyclopediaOpcode: parseMonsterCyclopedia(msg); break;
case RecvMonsterCyclopediaMonstersOpcode: parseMonsterCyclopediaMonsters(msg); break;
case RecvMonsterCyclopediaRaceOpcode: parseMonsterCyclopediaRace(msg); break;
case RecvMonsterCyclopediaBonusEffectsOpcode: parseMonsterCyclopediaBonusEffects(msg); break;
case RecvMonsterCyclopediaNewDetailsOpcode: parseMonsterCyclopediaNewDetails(msg); break;
case RecvCyclopediaCharacterInfoOpcode: parseCyclopediaCharacterInfo(msg); break;
case RecvHirelingNameChangeOpcode: parseHirelingNameChange(msg); break;
case RecvTutorialHintOpcode: parseTutorialHint(msg); break;
case RecvAutomapFlagOpcode: (g_clientVersion >= 1180 ? parseCyclopediaMapData(msg) : parseAutomapFlag(msg)); break;
case RecvDailyRewardCollectionStateOpcode: parseDailyRewardCollectionState(msg); break;
case RecvStoreCoinBalanceOpcode: parseStoreCoinBalance(msg); break;
case RecvStoreErrorOpcode: parseStoreError(msg); break;
case RecvStoreRequestPurchaseOpcode: parseStoreRequestPurchase(msg); break;
case RecvOpenRewardWallOpcode: parseOpenRewardWall(msg); break;
case RecvCloseRewardWallOpcode: parseCloseRewardWall(msg); break;
case RecvDailyRewardBasicOpcode: parseDailyRewardBasic(msg); break;
case RecvDailyRewardHistoryOpcode: parseDailyRewardHistory(msg); break;
case RecvPreyFreeListRerollAvailabilityOpcode: parsePreyFreeListRerollAvailability(msg); break;
case RecvPreyTimeLeftOpcode: parsePreyTimeLeft(msg); break;
case RecvPreyDataOpcode: parsePreyData(msg); break;
case RecvPreyPricesOpcode: parsePreyPrices(msg); break;
case RecvOfferDescriptionOpcode: parseOfferDescription(msg); break;
case RecvRefreshImbuingDialogOpcode: parseRefreshImbuingDialog(msg); break;
case RecvCloseImbuingDialogOpcode: parseCloseImbuingDialog(msg); break;
case RecvShowMessageDialogOpcode: parseShowMessageDialog(msg); break;
case RecvResourceBalanceOpcode: parseResourceBalance(msg); break;
case RecvTimeOpcode: parseTime(msg); break;
case RecvQuestLogOpcode: parseQuestLog(msg); break;
case RecvQuestLineOpcode: parseQuestLine(msg); break;
case RecvStoreCoinBalanceUpdatingOpcode: parseStoreCoinBalanceUpdating(msg); break;
case RecvChannelEventOpcode: parseChannelEvent(msg); break;
case RecvItemInfoOpcode: parseItemInfo(msg); break;
case RecvPlayerInventoryOpcode: parsePlayerInventory(msg); break;
case RecvMarketEnterOpcode: parseMarketEnter(msg); break;
case RecvMarketLeaveOpcode: parseMarketLeave(msg); break;
case RecvMarketDetailOpcode: parseMarketDetail(msg); break;
case RecvMarketBrowseOpcode: parseMarketBrowse(msg); break;
case RecvModalWindowOpcode: parseModalWindow(msg); break;
case RecvStoreOpenOpcode: parseStoreOpen(msg); break;
case RecvStoreOffersOpcode: parseStoreOffers(msg); break;
case RecvStoreTransactionHistoryOpcode: parseStoreTransactionHistory(msg); break;
case RecvStoreCompletePurchaseOpcode: parseStoreCompletePurchase(msg); break;
default:
{
msg.setReadPos(msg.getMessageSize());//Make sure we don't read anymore
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "Received unsupported packet header: 0x%02X", SDL_static_cast(Uint32, header));
UTIL_messageBox("Error", std::string(g_buffer, SDL_static_cast(size_t, len)));
}
break;
}
m_skipErrors = true;//Since we read something skip disconnect errors
}
void ProtocolGame::parseOtclient(InputMessage& msg)
{
msg.getU8();
msg.getRawString();
}
void ProtocolGame::parseCreatureData(InputMessage& msg)
{
getCreature(msg, 0x61, Position(0xFFFF, 0xFFFF, 0xFF));
}
void ProtocolGame::parseSessionDumpStart(InputMessage& msg)
{
Uint32 playerId = msg.getU32();
Uint16 serverBeat = msg.getU16();
Creature::speedA = msg.getDouble();
Creature::speedB = msg.getDouble();
Creature::speedC = msg.getDouble();
if(!m_gameInitialized)
{
g_engine.processGameStart();
m_gameInitialized = true;
}
g_game.setPlayerID(playerId);
g_game.setServerBeat(serverBeat);
Creature* creature = g_map.getCreatureById(playerId);
if(creature)
{
g_map.setLocalCreature(creature);
creature->setLocalCreature(true);
}
}
void ProtocolGame::parseLogin(InputMessage& msg)
{
Uint32 playerId = msg.getU32();
Uint16 serverBeat = msg.getU16();
if(g_game.hasGameFeature(GAME_FEATURE_NEWSPEED_LAW))
{
Creature::speedA = msg.getDouble();
Creature::speedB = msg.getDouble();
Creature::speedC = msg.getDouble();
}
bool canReportBugs = msg.getBool();
bool canChangePvPFrames = true;
if(g_clientVersion >= 1054)
canChangePvPFrames = msg.getBool();
bool expertModeEnabled = false;
if(g_clientVersion >= 1058)
expertModeEnabled = msg.getBool();
else if(g_clientVersion >= 1000)
expertModeEnabled = true;
if(g_game.hasGameFeature(GAME_FEATURE_STORE))
{
const std::string storeURL = msg.getString();
Uint16 storePackages = msg.getU16();
g_game.setStoreUrl(std::move(storeURL));
g_game.setStorePackages(storePackages);
}
bool haveExivaRestrictions = false;
if(g_clientVersion >= 1149)
haveExivaRestrictions = msg.getBool();
if(g_game.hasGameFeature(GAME_FEATURE_TOURNAMENTS))
{
bool tournamentEnabled = msg.getBool();
if(tournamentEnabled)
{
Sint32 tournamentFactor = msg.getS32();
g_game.setPlayerTournamentFactor(tournamentFactor);
if(g_clientVersion >= 1230)
{
msg.getU8();//??
}
}
g_game.setTournamentEnabled(tournamentEnabled);
}
g_game.setPlayerID(playerId);
g_game.setServerBeat(serverBeat);
g_game.setCanReportBugs(canReportBugs);
g_game.setCanChangePvpFrames(canChangePvPFrames);
g_game.setExpertPvpMode(expertModeEnabled);
g_game.setHaveExivaRestrictions(haveExivaRestrictions);
UTIL_resetVipPlayers();
Creature* creature = g_map.getCreatureById(playerId);
if(creature)
{
g_map.setLocalCreature(creature);
creature->setLocalCreature(true);
}
}
void ProtocolGame::parseLoginOrPending(InputMessage& msg)
{
if(g_game.hasGameFeature(GAME_FEATURE_LOGIN_PENDING))
{
m_pendingGame = true;
sendEnterGame();
}
else
{
parseLogin(msg);
if(!m_gameInitialized)
{
g_engine.processGameStart();
m_gameInitialized = true;
}
}
}
void ProtocolGame::parseGMActions(InputMessage& msg)
{
std::vector<Uint8> actions;
size_t numViolationReasons;
if(g_clientVersion >= 726 && g_clientVersion <= 730)
numViolationReasons = 30;
else if(g_clientVersion >= 850)
numViolationReasons = 20;
else if(g_clientVersion >= 820)
numViolationReasons = 23;
else
numViolationReasons = 32;
actions.resize(numViolationReasons);
for(size_t i = 0; i < numViolationReasons; ++i)
actions[i] = msg.getU8();
g_game.processGMActions(actions);
}
void ProtocolGame::parseReadyForSecondaryConnection(InputMessage& msg)
{
const std::string& sessionKey = msg.getString();
g_engine.setAccountSessionKey(sessionKey);
}
void ProtocolGame::parseEnterGame(InputMessage&)
{
m_pendingGame = false;
if(!m_gameInitialized)
{
g_engine.processGameStart();
m_gameInitialized = true;
}
}
void ProtocolGame::parseUpdateNeeded(InputMessage& msg)
{
const std::string signature = msg.getString();
UTIL_messageBox("Error", "Client needs update.");
UTIL_createCharacterList();
}
void ProtocolGame::parseLoginError(InputMessage& msg)
{
const std::string message = msg.getString();
UTIL_messageBox("Sorry", message);
UTIL_createCharacterList();
}
void ProtocolGame::parseLoginAdvice(InputMessage& msg)
{
const std::string message = msg.getString();
UTIL_messageBox("For Your Information", message);
}
void ProtocolGame::parseLoginWait(InputMessage& msg)
{
const std::string message = msg.getString();
Uint8 time = msg.getU8();
g_game.processLoginWait(message, time);
}
void ProtocolGame::parseLoginToken(InputMessage& msg)
{
msg.getU8(); //Unknown
UTIL_messageBox("Two-Factor Authentification", "A new authentification token is required.\nPlease login again.");
}
void ProtocolGame::parseStoreButtonIndicators(InputMessage& msg)
{
msg.getBool(); //??
msg.getBool(); //??
}
void ProtocolGame::parsePingBack(InputMessage&)
{
sendPingBack();
}
void ProtocolGame::parsePing(InputMessage&)
{
if(g_game.hasGameFeature(GAME_FEATURE_PING))
{
if(++m_pingReceived == m_pingSent)
g_ping = SDL_static_cast(Uint16, SDL_GetTicks() - m_pingTime);
}
else
sendPingBack();
}
void ProtocolGame::parseChallenge(InputMessage& msg)
{
Uint32 timestamp = msg.getU32();
Uint8 random = msg.getU8();
sendLogin(timestamp, random);
}
void ProtocolGame::parseDeath(InputMessage& msg)
{
Uint8 penalty = 100;
Uint8 deathType = DeathType_Regular;
if(g_game.hasGameFeature(GAME_FEATURE_DEATH_TYPE))
deathType = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_DEATH_PENALTY) && deathType == DeathType_Regular)
penalty = msg.getU8();
bool deathRedemption = false;
if(g_clientVersion >= 1121)
deathRedemption = msg.getBool();
(void)deathRedemption;
g_game.processDeath(deathType, penalty);
}
void ProtocolGame::parseClientCheck(InputMessage& msg)
{
std::vector<Uint8> dataCheck;
size_t size = SDL_static_cast(size_t, msg.getU32());
dataCheck.resize(size);
for(size_t i = 0; i < size; ++i)
dataCheck[i] = msg.getU8();
sendClientCheck(dataCheck);
}
void ProtocolGame::parseTime(InputMessage& msg)
{
Uint8 hour = msg.getU8();
Uint8 minute = msg.getU8();
Uint16 time = (hour * 60) + minute;
g_game.setGameTime(time);
}
void ProtocolGame::parseScreenshotEvent(InputMessage& msg)
{
msg.getU8();//??
}
void ProtocolGame::parseMapDescription(InputMessage& msg)
{
const Position pos = msg.getPosition();
g_map.changeMap(DIRECTION_INVALID);
g_map.setCentralPosition(pos);
g_map.needUpdateCache();
g_light.changeFloor(pos.z);
g_automap.setCentralPosition(pos);
g_game.stopAutoWalk();
setMapDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), pos.z, GAME_MAP_WIDTH, GAME_MAP_HEIGHT);
}
void ProtocolGame::parseMapNorth(InputMessage& msg)
{
Position pos = g_map.getCentralPosition();
--pos.y;
g_map.changeMap(DIRECTION_NORTH);
g_map.setCentralPosition(pos);
g_map.needUpdateCache();
g_automap.setCentralPosition(pos);
setMapDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), pos.z, GAME_MAP_WIDTH, 1);
}
void ProtocolGame::parseMapEast(InputMessage& msg)
{
Position pos = g_map.getCentralPosition();
++pos.x;
g_map.changeMap(DIRECTION_EAST);
g_map.setCentralPosition(pos);
g_map.needUpdateCache();
g_automap.setCentralPosition(pos);
setMapDescription(msg, pos.x + MAP_WIDTH_OFFSET, pos.y - (MAP_HEIGHT_OFFSET - 1), pos.z, 1, GAME_MAP_HEIGHT);
}
void ProtocolGame::parseMapSouth(InputMessage& msg)
{
Position pos = g_map.getCentralPosition();
++pos.y;
g_map.changeMap(DIRECTION_SOUTH);
g_map.setCentralPosition(pos);
g_map.needUpdateCache();
g_automap.setCentralPosition(pos);
setMapDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y + MAP_HEIGHT_OFFSET, pos.z, GAME_MAP_WIDTH, 1);
}
void ProtocolGame::parseMapWest(InputMessage& msg)
{
Position pos = g_map.getCentralPosition();
--pos.x;
g_map.changeMap(DIRECTION_WEST);
g_map.setCentralPosition(pos);
g_map.needUpdateCache();
g_automap.setCentralPosition(pos);
setMapDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), pos.z, 1, GAME_MAP_HEIGHT);
}
void ProtocolGame::parseUpdateTile(InputMessage& msg)
{
const Position tilePos = msg.getPosition();
setTileDescription(msg, tilePos, SDL_static_cast(Sint32, g_map.getCentralPosition().z) - SDL_static_cast(Sint32, tilePos.z));
g_map.needUpdateCache();
}
void ProtocolGame::parseTileAddThing(InputMessage& msg)
{
const Position pos = msg.getPosition();
Uint8 stackPos = 0xFF;
if(g_game.hasGameFeature(GAME_FEATURE_TILE_ADDTHING_STACKPOS))
stackPos = msg.getU8();
Thing* thing = internalGetThing(msg, pos);
Tile* tile = g_map.getTile(pos);
if(!tile || !thing)
{
if(!tile)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u).", "[ProtocolGame::parseTileAddThing] Tile not found", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
else if(!thing)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u).", "[ProtocolGame::parseTileAddThing] Invalid thing", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
return;
}
if(stackPos == 0xFF)
{
if(thing->isCreature())
tile->addThing(thing, (g_clientVersion < 853));
else
tile->addThing(thing, true);
}
else
tile->insertThing(thing, SDL_static_cast(Uint32, stackPos));
if(!thing->isCreature())
{
updateMinimapTile(pos, tile);
g_map.needUpdateCache();
}
}
void ProtocolGame::parseTileTransformThing(InputMessage& msg)
{
Position pos;
pos.x = msg.getU16();
if(pos.x == 0xFFFF)
{
Uint32 creatureId = msg.getU32();
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
{
pos = creature->getCurrentPosition();
Thing* thing = internalGetThing(msg, pos);
if(!thing || !thing->isCreature())
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u).", "[ProtocolGame::parseTileTransformThing] Thing is not a creature", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
return;
}
}
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u, ID: %u).", "[ProtocolGame::parseTileTransformThing] Creature not found", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z), creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
return;
}
}
else
{
pos.y = msg.getU16();
pos.z = msg.getU8();
Uint32 stackPos = SDL_static_cast(Uint32, msg.getU8());
Thing* thing = internalGetThing(msg, pos);
Tile* tile = g_map.getTile(pos);
if(!tile || !thing)
{
if(!tile)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u).", "[ProtocolGame::parseTileTransformThing] Tile not found", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
else if(!thing)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u).", "[ProtocolGame::parseTileTransformThing] Invalid thing", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
return;
}
if(!thing->isCreature())//Creatures get updated automatically so don't waste cpu power
{
Thing* excessThing = tile->getThingByStackPos(stackPos);
if(!excessThing)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u, Stack: %u).", "[ProtocolGame::parseTileTransformThing] Thing not found", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z), stackPos);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
return;
}
if(!tile->removeThing(excessThing))
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u, Stack: %u).", "[ProtocolGame::parseTileTransformThing] Failed to remove thing", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z), stackPos);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
return;
}
tile->insertThing(thing, stackPos);
updateMinimapTile(pos, tile);
g_map.needUpdateCache();
}
}
}
void ProtocolGame::parseTileRemoveThing(InputMessage& msg)
{
Tile* tile;
Position pos;
pos.x = msg.getU16();
if(pos.x == 0xFFFF)
{
Uint32 creatureId = msg.getU32();
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
{
pos = creature->getCurrentPosition();
tile = g_map.getTile(pos);
if(!tile)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u).", "[ProtocolGame::parseTileRemoveThing] Tile not found", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
return;
}
if(!tile->removeThing(creature))
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u).", "[ProtocolGame::parseTileRemoveThing] Failed to remove creature", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
return;
}
}
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u, ID: %u).", "[ProtocolGame::parseTileRemoveThing] Creature not found", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z), creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
return;
}
}
else
{
pos.y = msg.getU16();
pos.z = msg.getU8();
Uint32 stackPos = SDL_static_cast(Uint32, msg.getU8());
tile = g_map.getTile(pos);
if(!tile)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u).", "[ProtocolGame::parseTileRemoveThing] Tile not found", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
return;
}
Thing* excessThing = tile->getThingByStackPos(stackPos);
if(!excessThing)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u, Stack: %u).", "[ProtocolGame::parseTileRemoveThing] Thing not found", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z), stackPos);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
return;
}
bool creature = excessThing->isCreature();
if(!tile->removeThing(excessThing))
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u, Stack: %u).", "[ProtocolGame::parseTileRemoveThing] Failed to remove thing", SDL_static_cast(Uint32, pos.x), SDL_static_cast(Uint32, pos.y), SDL_static_cast(Uint32, pos.z), stackPos);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
return;
}
if(!creature)
{
updateMinimapTile(pos, tile);
g_map.needUpdateCache();
}
}
if(g_game.hasGameFeature(GAME_FEATURE_UPDATE_TILE) && tile->getThingCount() >= 9)
sendUpdateTile(tile->getPosition());
}
void ProtocolGame::parseTileMoveCreature(InputMessage& msg)
{
Position fromPos;
Tile* oldTile = NULL;
Creature* creature = NULL;
fromPos.x = msg.getU16();
if(fromPos.x == 0xFFFF)
{
Uint32 creatureId = msg.getU32();
creature = g_map.getCreatureById(creatureId);
if(creature)
{
fromPos = creature->getCurrentPosition();
oldTile = g_map.getTile(fromPos);
if(!oldTile)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u).", "[ProtocolGame::parseTileMoveCreature] Old tile not found", SDL_static_cast(Uint32, fromPos.x), SDL_static_cast(Uint32, fromPos.y), SDL_static_cast(Uint32, fromPos.z));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u, ID: %u).", "[ProtocolGame::parseTileMoveCreature] Creature not found", SDL_static_cast(Uint32, fromPos.x), SDL_static_cast(Uint32, fromPos.y), SDL_static_cast(Uint32, fromPos.z), creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
else
{
fromPos.y = msg.getU16();
fromPos.z = msg.getU8();
Uint32 stackPos = SDL_static_cast(Uint32, msg.getU8());
oldTile = g_map.getTile(fromPos);
if(!oldTile)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u).", "[ProtocolGame::parseTileMoveCreature] Old tile not found", SDL_static_cast(Uint32, fromPos.x), SDL_static_cast(Uint32, fromPos.y), SDL_static_cast(Uint32, fromPos.z));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
else
{
Thing* thing = oldTile->getThingByStackPos(stackPos);
if(!thing || !thing->isCreature())
{
if(thing)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u, Stack: %u).", "[ProtocolGame::parseTileMoveCreature] Thing is not a valid creature", SDL_static_cast(Uint32, fromPos.x), SDL_static_cast(Uint32, fromPos.y), SDL_static_cast(Uint32, fromPos.z), stackPos);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u, Stack: %u).", "[ProtocolGame::parseTileMoveCreature] Thing not found", SDL_static_cast(Uint32, fromPos.x), SDL_static_cast(Uint32, fromPos.y), SDL_static_cast(Uint32, fromPos.z), stackPos);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
else
creature = thing->getCreature();
}
}
const Position toPos = msg.getPosition();
Tile* newTile = g_map.getTile(toPos);
if(!newTile)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u).", "[ProtocolGame::parseTileMoveCreature] New tile not found", SDL_static_cast(Uint32, toPos.x), SDL_static_cast(Uint32, toPos.y), SDL_static_cast(Uint32, toPos.z));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
return;
}
else if(!oldTile || !creature)
return;
creature->move(fromPos, toPos, oldTile, newTile);
SortMethods sortMethod = g_engine.getBattleSortMethod();
if(sortMethod == Sort_Ascending_Distance || sortMethod == Sort_Descending_Distance)
UTIL_sortBattleWindow();
if(g_game.hasGameFeature(GAME_FEATURE_UPDATE_TILE) && oldTile->getThingCount() >= 9)
sendUpdateTile(oldTile->getPosition());
}
void ProtocolGame::parseFloorChangeUp(InputMessage& msg)
{
Position pos = g_map.getCentralPosition();
--pos.z;
Sint32 skip = 0;
if(pos.z == GAME_PLAYER_FLOOR)
{
//Going to surface - floor 7 and 6 are already set
g_map.removeMagicEffects(5);
g_map.removeMagicEffects(4);
g_map.removeMagicEffects(3);
g_map.removeMagicEffects(2);
g_map.removeMagicEffects(1);
g_map.removeMagicEffects(0);
skip = setFloorDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), 5, GAME_MAP_WIDTH, GAME_MAP_HEIGHT, 3, skip);
skip = setFloorDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), 4, GAME_MAP_WIDTH, GAME_MAP_HEIGHT, 4, skip);
skip = setFloorDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), 3, GAME_MAP_WIDTH, GAME_MAP_HEIGHT, 5, skip);
skip = setFloorDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), 2, GAME_MAP_WIDTH, GAME_MAP_HEIGHT, 6, skip);
skip = setFloorDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), 1, GAME_MAP_WIDTH, GAME_MAP_HEIGHT, 7, skip);
skip = setFloorDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), 0, GAME_MAP_WIDTH, GAME_MAP_HEIGHT, 8, skip);
}
else if(pos.z > GAME_PLAYER_FLOOR)//Going still underground
{
g_map.removeMagicEffects(pos.z - GAME_MAP_AWARERANGE);
skip = setFloorDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), pos.z - GAME_MAP_AWARERANGE, GAME_MAP_WIDTH, GAME_MAP_HEIGHT, 3, skip);
}
++pos.x;
++pos.y;
g_map.setCentralPosition(pos);
g_map.needUpdateCache();
g_automap.setCentralPosition(pos);
g_light.changeFloor(pos.z);
}
void ProtocolGame::parseFloorChangeDown(InputMessage& msg)
{
Position pos = g_map.getCentralPosition();
++pos.z;
Sint32 skip = 0;
if(pos.z == (GAME_PLAYER_FLOOR + 1))
{
//Going from surface to underground
g_map.removeMagicEffects(pos.z);
g_map.removeMagicEffects(pos.z + 1);
g_map.removeMagicEffects(pos.z + 2);
skip = setFloorDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), pos.z, GAME_MAP_WIDTH, GAME_MAP_HEIGHT, -1, skip);
skip = setFloorDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), pos.z + 1, GAME_MAP_WIDTH, GAME_MAP_HEIGHT, -2, skip);
skip = setFloorDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), pos.z + 2, GAME_MAP_WIDTH, GAME_MAP_HEIGHT, -3, skip);
}
else if(pos.z > (GAME_PLAYER_FLOOR + 1) && pos.z < (GAME_MAP_FLOORS - 1))//Going further down
{
g_map.removeMagicEffects(pos.z + GAME_MAP_AWARERANGE);
skip = setFloorDescription(msg, pos.x - (MAP_WIDTH_OFFSET - 1), pos.y - (MAP_HEIGHT_OFFSET - 1), pos.z + GAME_MAP_AWARERANGE, GAME_MAP_WIDTH, GAME_MAP_HEIGHT, -3, skip);
}
--pos.x;
--pos.y;
g_map.setCentralPosition(pos);
g_map.needUpdateCache();
g_automap.setCentralPosition(pos);
g_light.changeFloor(pos.z);
}
void ProtocolGame::parseContainerOpen(InputMessage& msg)
{
Uint8 containerId = msg.getU8();
Uint16 thingId = msg.getU16();
ItemUI* containerItem = getItemUI(msg, thingId);
const std::string name = UTIL_formatCreatureName(msg.getString());
Uint8 capacity = msg.getU8();
bool hasParent = msg.getBool();
bool canUseDepotSearch = false;
if(g_clientVersion >= 1220)
canUseDepotSearch = msg.getBool();
bool isUnlocked = true;
bool hasPages = false;
Uint16 containerSize = 0;
Uint16 firstIndex = 0;
if(g_game.hasGameFeature(GAME_FEATURE_CONTAINER_PAGINATION))
{
isUnlocked = msg.getBool();
hasPages = msg.getBool();
containerSize = msg.getU16();
firstIndex = msg.getU16();
}
std::vector<ItemUI*> itemVector;
Uint8 itemCount = msg.getU8();
for(Uint8 i = 0; i < itemCount; ++i)
{
thingId = msg.getU16();
ItemUI* insideItem = getItemUI(msg, thingId);
if(!insideItem)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ThingID: %u).", "[ProtocolGame::parseContainerOpen] Item not found", SDL_static_cast(Uint32, thingId));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
continue;
}
itemVector.push_back(insideItem);
}
if(!containerItem)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ThingID: %u).", "[ProtocolGame::parseContainerOpen] Item not found", SDL_static_cast(Uint32, thingId));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
g_game.processContainerOpen(containerId, containerItem, name, capacity, hasParent, canUseDepotSearch, isUnlocked, hasPages, containerSize, firstIndex, itemVector);
}
void ProtocolGame::parseContainerClose(InputMessage& msg)
{
Uint8 containerId = msg.getU8();
g_game.processContainerClose(containerId);
}
void ProtocolGame::parseContainerAddItem(InputMessage& msg)
{
Uint8 containerId = msg.getU8();
Uint16 slot = 0;
if(g_game.hasGameFeature(GAME_FEATURE_CONTAINER_PAGINATION))
slot = msg.getU16();
ItemUI* item = getItemUI(msg, msg.getU16());
g_game.processContainerAddItem(containerId, slot, item);
}
void ProtocolGame::parseContainerTransformItem(InputMessage& msg)
{
Uint8 containerId = msg.getU8();
Uint16 slot;
if(g_game.hasGameFeature(GAME_FEATURE_CONTAINER_PAGINATION))
slot = msg.getU16();
else
slot = SDL_static_cast(Uint16, msg.getU8());
ItemUI* item = getItemUI(msg, msg.getU16());
g_game.processContainerTransformItem(containerId, slot, item);
}
void ProtocolGame::parseContainerRemoveItem(InputMessage& msg)
{
Uint8 containerId = msg.getU8();
Uint16 slot;
ItemUI* lastItem = NULL;
if(g_game.hasGameFeature(GAME_FEATURE_CONTAINER_PAGINATION))
{
slot = msg.getU16();
Uint16 thingId = msg.getU16();
if(thingId != 0)
lastItem = getItemUI(msg, thingId);
}
else
slot = SDL_static_cast(Uint16, msg.getU8());
g_game.processContainerRemoveItem(containerId, slot, lastItem);
}
void ProtocolGame::parseStash(InputMessage& msg)
{
Uint16 availableItems = msg.getU16();
for(Uint16 i = 0; i < availableItems; ++i)
{
Uint16 itemId = msg.getU16();
Uint32 itemCount = msg.getU32();
(void)itemId;
(void)itemCount;
}
Uint16 emptySlots = msg.getU16();
(void)emptySlots;
}
void ProtocolGame::parseSpecialContainersAvailable(InputMessage& msg)
{
bool supplyStashAvailable = msg.getBool();
bool marketAvailable = msg.getBool();
(void)supplyStashAvailable;
(void)marketAvailable;
}
void ProtocolGame::parseDepotSearchResult(InputMessage& msg)
{
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
Uint16 itemId = msg.getU16();
Uint16 itemCount = msg.getU16();
(void)itemId;
(void)itemCount;
}
}
void ProtocolGame::parseDepotSearchDetailList(InputMessage& msg)
{
msg.getU16();//??
msg.getU32();//??
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
ItemUI* item = getItemUI(msg, msg.getU16());
(void)item;
}
msg.getU32();//??
size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
ItemUI* item = getItemUI(msg, msg.getU16());
(void)item;
}
size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getU16();//itemId?
msg.getU32();//itemCount?
}
}
void ProtocolGame::parseCloseDepotSearch(InputMessage&)
{
}
void ProtocolGame::parseInspectionList(InputMessage& msg)
{
Uint8 creatureType = msg.getU8();//1 - player
msg.getU8();//??
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
if(creatureType == 1)
{
msg.getU8();//??
}
msg.getRawString();//??
ItemUI* item = getItemUI(msg, msg.getU16());
(void)item;
Uint8 count = msg.getU8();
for(Uint8 j = 0; j < count; ++j)
{
msg.getU16();//??
}
count = msg.getU8();
for(Uint8 j = 0; j < count; ++j)
{
msg.getRawString();//??
msg.getRawString();//??
}
}
if(creatureType == 1)
{
std::string playerName = msg.getString();
(void)playerName;
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
(void)lookType;
(void)lookTypeEx;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
(void)lookAddons;
Uint8 details = msg.getU8();
for(Uint8 j = 0; j < details; ++j)
{
std::string name = msg.getString();
std::string description = msg.getString();
(void)name;
(void)description;
}
}
}
void ProtocolGame::parseInspectionState(InputMessage& msg)
{
Uint32 creatureId = msg.getU32();
Uint8 state = msg.getU8();
(void)creatureId;
(void)state;
}
void ProtocolGame::parseInventoryTransformItem(InputMessage& msg)
{
Uint8 slot = msg.getU8();
if(slot > 0)
slot -= 1;
Uint16 thingId = msg.getU16();
ItemUI* item = getItemUI(msg, thingId);
if(!item)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ThingID: %u).", "[ProtocolGame::parseInventoryTransformItem] Item not found", SDL_static_cast(Uint32, thingId));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
g_game.processTransformInventoryItem(slot, item);
}
void ProtocolGame::parseInventoryRemoveItem(InputMessage& msg)
{
Uint8 slot = msg.getU8();
if(slot > 0)
slot -= 1;
g_game.processTransformInventoryItem(slot, NULL);
}
void ProtocolGame::parseNpcOpenTrade(InputMessage& msg)
{
std::string npcName;
if(g_game.hasGameFeature(GAME_FEATURE_NPC_NAME_ON_TRADE))
npcName = msg.getString();
Uint16 currencyId = 0;
if(g_clientVersion >= 1203)
currencyId = msg.getU16();
if(g_clientVersion >= 1240)
msg.getRawString();//??
size_t listCount;
if(g_clientVersion >= 980)
listCount = SDL_static_cast(size_t, msg.getU16());
else
listCount = SDL_static_cast(size_t, msg.getU8());
std::vector<NPCTradeItems> npcItems;
npcItems.resize(listCount);
for(size_t i = 0; i < listCount; ++i)
{
NPCTradeItems& tradeItem = npcItems[i];
tradeItem.itemId = msg.getU16();
tradeItem.itemSubtype = msg.getU8();
tradeItem.itemName = msg.getString();
tradeItem.itemWeight = msg.getU32();
tradeItem.itemBuyPrice = msg.getU32();
tradeItem.itemSellPrice = msg.getU32();
}
g_game.processNPCTradeOpen(npcName, currencyId, npcItems);
}
void ProtocolGame::parseNpcPlayerGoods(InputMessage& msg)
{
Uint64 playerMoney;
if(g_clientVersion >= 973)
playerMoney = msg.getU64();
else
playerMoney = SDL_static_cast(Uint64, msg.getU32());
NPCTradeGoods npcGoods;
size_t count = SDL_static_cast(size_t, msg.getU8());
for(size_t i = 0; i < count; ++i)
{
Uint16 itemId = msg.getU16();
Uint16 itemCount;
if(g_game.hasGameFeature(GAME_FEATURE_DOUBLE_SHOPSELLAMOUNT))
itemCount = msg.getU16();
else
itemCount = SDL_static_cast(Uint16, msg.getU8());
npcGoods[itemId] = itemCount;
}
g_game.processNPCTradeGoods(playerMoney, npcGoods);
}
void ProtocolGame::parseNpcCloseTrade(InputMessage&)
{
g_game.processNPCTradeClose();
}
void ProtocolGame::parseTradeOwn(InputMessage& msg)
{
const std::string name = UTIL_formatCreatureName(msg.getString());
std::vector<ItemUI*> itemVector;
Uint8 itemCount = msg.getU8();
for(Uint8 i = 0; i < itemCount; ++i)
{
Uint16 thingId = msg.getU16();
ItemUI* item = getItemUI(msg, thingId);
if(!item)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ThingID: %u).", "[ProtocolGame::parseTradeOwn] Item not found", SDL_static_cast(Uint32, thingId));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
continue;
}
itemVector.push_back(item);
}
g_game.processTradeOwn(name, itemVector);
}
void ProtocolGame::parseTradeCounter(InputMessage& msg)
{
const std::string name = UTIL_formatCreatureName(msg.getString());
std::vector<ItemUI*> itemVector;
Uint8 itemCount = msg.getU8();
for(Uint8 i = 0; i < itemCount; ++i)
{
Uint16 thingId = msg.getU16();
ItemUI* item = getItemUI(msg, thingId);
if(!item)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ThingID: %u).", "[ProtocolGame::parseTradeCounter] Item not found", SDL_static_cast(Uint32, thingId));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
continue;
}
itemVector.push_back(item);
}
g_game.processTradeCounter(name, itemVector);
}
void ProtocolGame::parseTradeClose(InputMessage&)
{
g_game.processTradeClose();
}
void ProtocolGame::parseAmbientWorldLight(InputMessage& msg)
{
Uint8 lightLevel = msg.getU8();
Uint8 lightColor = msg.getU8();
g_light.setGlobalLight(SDL_static_cast(Uint16, lightLevel), SDL_static_cast(Uint16, lightColor), g_map.getCentralPosition().z);
if(!g_game.hasGameFeature(GAME_FEATURE_GAMETIME))
{
//In case we don't have real time we can just simulate time by sunset/sunrise effect
float delta = 1.0f - ((UTIL_max<Uint8>(40, UTIL_min<Uint8>(250, lightLevel)) - 40) / 210.0f);
Uint16 time = (580 + SDL_static_cast(Uint16, 930.0f * delta)) % 1440;
g_game.setGameTime(time);
}
}
void ProtocolGame::parseMagicEffects(InputMessage& msg)
{
Position initialPos = msg.getPosition();
Position fromPos = initialPos;
Uint32 delta = 0;
Uint16 delay = 0;
Uint8 effectType;
do
{
effectType = msg.getU8();
switch(effectType)
{
case MAGIC_EFFECTS_END_LOOP: return;
case MAGIC_EFFECTS_DELTA:
{
delta += SDL_static_cast(Uint32, msg.getU8());
fromPos.x = initialPos.x + SDL_static_cast(Uint16, delta % GAME_MAP_WIDTH);
fromPos.y = initialPos.y + SDL_static_cast(Uint16, delta / GAME_MAP_WIDTH);
}
break;
case MAGIC_EFFECTS_DELAY: delay = msg.getU16(); break;
case MAGIC_EFFECTS_CREATE_EFFECT:
{
Uint16 effectId;
if(g_game.hasGameFeature(GAME_FEATURE_EFFECTS_U16))
effectId = msg.getU16();
else
effectId = SDL_static_cast(Uint16, msg.getU8());
g_map.checkMagicEffects();
Tile* tile = g_map.getTileOrCreate(fromPos);
if(tile)
{
Effect* effect = Effect::createEffect(fromPos, delay, effectId);
if(effect)
tile->addEffect(effect);
}
delay &= 0;
}
break;
case MAGIC_EFFECTS_CREATE_DISTANCEEFFECT:
case MAGIC_EFFECTS_CREATE_DISTANCEEFFECT_REVERSED:
{
Uint16 effectId;
if(g_game.hasGameFeature(GAME_FEATURE_DISTANCEEFFECTS_U16))
effectId = msg.getU16();
else
effectId = SDL_static_cast(Uint16, msg.getU8());
Uint16 deltaX = SDL_static_cast(Uint16, msg.getS8());
Uint16 deltaY = SDL_static_cast(Uint16, msg.getS8());
Position toPos = Position(fromPos.x + deltaX, fromPos.y + deltaY, fromPos.z);
g_map.checkDistanceEffects();
if(effectType == MAGIC_EFFECTS_CREATE_DISTANCEEFFECT_REVERSED)
{
DistanceEffect* distanceEffect = DistanceEffect::createDistanceEffect(toPos, fromPos, delay, effectId);
if(distanceEffect)
g_map.addDistanceEffect(distanceEffect, toPos.z);
}
else
{
DistanceEffect* distanceEffect = DistanceEffect::createDistanceEffect(fromPos, toPos, delay, effectId);
if(distanceEffect)
g_map.addDistanceEffect(distanceEffect, fromPos.z);
}
delay &= 0;
}
break;
default: break;
}
} while(true);
}
void ProtocolGame::parseMagicEffect(InputMessage& msg)
{
const Position pos = msg.getPosition();
Uint16 type;
if(g_game.hasGameFeature(GAME_FEATURE_EFFECTS_U16))
type = msg.getU16();
else
type = SDL_static_cast(Uint16, msg.getU8());
g_map.checkMagicEffects();
Tile* tile = g_map.getTileOrCreate(pos);
if(tile)
{
Effect* effect = Effect::createEffect(pos, 0, type);
if(effect)
tile->addEffect(effect);
}
}
void ProtocolGame::parseRemoveMagicEffect(InputMessage& msg)
{
const Position pos = msg.getPosition();
Uint16 effectId;
if(g_game.hasGameFeature(GAME_FEATURE_EFFECTS_U16) || g_game.hasGameFeature(GAME_FEATURE_DISTANCEEFFECTS_U16))
effectId = msg.getU16();
else
effectId = SDL_static_cast(Uint16, msg.getU8());
g_map.removeMagicEffects(pos, effectId);
}
void ProtocolGame::parseAnimatedText(InputMessage& msg)
{
const Position pos = msg.getPosition();
Uint8 color = msg.getU8();
const std::string text = msg.getString();
g_map.addAnimatedText(pos, color, text);
}
void ProtocolGame::parseDistanceEffect(InputMessage& msg)
{
const Position fromPos = msg.getPosition();
const Position toPos = msg.getPosition();
Uint16 type;
if(g_game.hasGameFeature(GAME_FEATURE_DISTANCEEFFECTS_U16))
type = msg.getU16();
else
type = SDL_static_cast(Uint16, msg.getU8());
g_map.checkDistanceEffects();
DistanceEffect* distanceEffect = DistanceEffect::createDistanceEffect(fromPos, toPos, 0, type);
if(distanceEffect)
g_map.addDistanceEffect(distanceEffect, fromPos.z);
}
void ProtocolGame::parseCreatureMark(InputMessage& msg)
{
Uint32 creatureId = msg.getU32();
Uint8 color = msg.getU8();
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
creature->addTimedSquare(color);
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureMark] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
void ProtocolGame::parseCreatureTrappers(InputMessage& msg)
{
Uint8 numTrappers = msg.getU8();
for(Uint8 i = 0; i < numTrappers; ++i)
{
Uint32 creatureId = msg.getU32();
Creature* creature = g_map.getCreatureById(creatureId);
if(!creature)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureTrappers] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
}
void ProtocolGame::parseCreatureUpdate(InputMessage& msg)
{
Uint32 creatureId = msg.getU32();
Uint8 updateType = msg.getU8();
switch(updateType)
{
case 0:
{
Uint16 thingId = msg.getU16();
if(thingId == 0x61 || thingId == 0x62 || thingId == 0x63)
getCreature(msg, thingId, Position(0xFFFF, 0xFFFF, 0xFF));
}
break;
case 11:
{
Uint8 manaPercent = msg.getU8();
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
creature->setManaPercent(manaPercent);
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureUpdate] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
break;
case 12:
{
bool showCreatureStatus = msg.getBool();
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
creature->setShowStatus(showCreatureStatus);
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureUpdate] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
break;
case 13:
{
Uint8 vocation = msg.getU8() % 10;
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
creature->setVocation(vocation);
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureUpdate] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
break;
case 14:
{
Uint8 icons = msg.getU8();
for(Uint8 i = 0; i < icons; ++i)
{
Uint8 iconId = msg.getU8();
Uint16 iconValue = msg.getU16();
(void)iconId;
(void)iconValue;
}
/*Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
creature->setIcons(icons);
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureUpdate] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}*/
}
break;
default: break;
}
}
void ProtocolGame::parseCreatureHealth(InputMessage& msg)
{
Uint32 creatureId = msg.getU32();
Uint8 health = msg.getU8();
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
{
creature->setHealth(health);
SortMethods sortMethod = g_engine.getBattleSortMethod();
if(sortMethod == Sort_Ascending_HP || sortMethod == Sort_Descending_HP)
UTIL_sortBattleWindow();
}
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureHealth] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
void ProtocolGame::parseCreatureLight(InputMessage& msg)
{
Uint32 creatureId = msg.getU32();
Uint16 light[2];
light[0] = SDL_static_cast(Uint16, msg.getU8());
light[1] = SDL_static_cast(Uint16, msg.getU8());
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
creature->setLight(light);
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureLight] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
void ProtocolGame::parseCreatureOutfit(InputMessage& msg)
{
Uint32 creatureId = msg.getU32();
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
Uint16 lookMount = 0;
if(g_game.hasGameFeature(GAME_FEATURE_MOUNTS))
lookMount = msg.getU16();
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
creature->setOutfit(lookType, lookTypeEx, lookHead, lookBody, lookLegs, lookFeet, lookAddons, lookMount);
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureOutfit] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
void ProtocolGame::parseCreatureSpeed(InputMessage& msg)
{
Uint32 creatureId = msg.getU32();
Sint32 baseSpeed = -1;
if(g_clientVersion >= 1059)
baseSpeed = SDL_static_cast(Sint32, msg.getU16());
Uint16 speed = msg.getU16();
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
{
creature->setSpeed(speed);
(void)baseSpeed;
}
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureSpeed] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
void ProtocolGame::parseCreatureSkull(InputMessage& msg)
{
Uint32 creatureId = msg.getU32();
Uint8 skull = msg.getU8();
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
creature->setSkull(skull);
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureSkull] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
void ProtocolGame::parseCreatureParty(InputMessage& msg)
{
Uint32 creatureId = msg.getU32();
Uint8 shield = msg.getU8();
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
creature->setShield(shield);
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureParty] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
void ProtocolGame::parseCreatureUnpassable(InputMessage& msg)
{
Uint32 creatureId = msg.getU32();
bool unpassable = msg.getBool();
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
creature->setUnpassable(unpassable);
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureUnpassable] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
void ProtocolGame::parseCreatureMarks(InputMessage& msg)
{
Uint8 len;
if(g_clientVersion >= 1035)
len = 1;
else
len = msg.getU8();
for(Uint8 i = 0; i < len; ++i)
{
Uint32 creatureId = msg.getU32();
bool isPermanent = !msg.getBool();
Uint8 markType = msg.getU8();
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
{
if(isPermanent)
{
if(markType == 0xFF)
creature->hideStaticSquare();
else
creature->showStaticSquare(markType);
}
else
creature->addTimedSquare(markType);
}
else
{
Sint32 strlen = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureMarks] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, strlen)));
}
}
}
void ProtocolGame::parseCreatureHelpers(InputMessage& msg)
{
Uint32 creatureId = msg.getU32();
Uint16 helpers = msg.getU16();
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
creature->setHelpers(helpers);
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureHelpers] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
void ProtocolGame::parseCreatureType(InputMessage& msg)
{
Uint32 creatureId = msg.getU32();
Uint8 creatureType = msg.getU8();
if(g_clientVersion >= 1121 && creatureType == CREATURETYPE_SUMMON_OWN)
{
Uint32 masterId = msg.getU32();
if(masterId != g_game.getPlayerID())
creatureType = CREATURETYPE_SUMMON_OTHERS;
}
Creature* creature = g_map.getCreatureById(creatureId);
if(creature)
creature->setType(creatureType);
else
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ID: %u).", "[ProtocolGame::parseCreatureType] Creature not found", creatureId);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
void ProtocolGame::parseEditTextWindow(InputMessage& msg)
{
Uint32 windowId = msg.getU32();
Uint16 thingId = msg.getU16();
ItemUI* item = getItemUI(msg, thingId);
Uint16 maxLen = msg.getU16();
const std::string windowText = msg.getString();
const std::string writer = msg.getString();
std::string date = "";
if(g_game.hasGameFeature(GAME_FEATURE_WRITABLE_DATE))
date = msg.getString();
if(!item)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(ThingID: %u).", "[ProtocolGame::parseEditTextWindow] Item not found", SDL_static_cast(Uint32, thingId));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
g_game.processEditTextWindow(windowId, item, maxLen, windowText, writer, date);
}
void ProtocolGame::parseEditHouseWindow(InputMessage& msg)
{
Uint8 doorId = msg.getU8();
Uint32 windowId = msg.getU32();
const std::string windowText = msg.getString();
g_game.processEditHouseWindow(doorId, windowId, windowText);
}
void ProtocolGame::parseBlessingsDialog(InputMessage& msg)
{
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getU16();//??
msg.getU8();//??
msg.getU8();//??
}
msg.getBool();//??
msg.getU8();//??
msg.getU8();//??
msg.getU8();//??
msg.getU8();//??
msg.getU8();//??
msg.getU8();//??
msg.getBool();//??
msg.getBool();//??
size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getU32();//??
msg.getU8();//??
msg.getRawString();//??
}
}
void ProtocolGame::parseBlessings(InputMessage& msg)
{
Uint16 blessings = msg.getU16();
(void)blessings;
if(g_clientVersion >= 1121)
{
Uint8 status = msg.getU8();
(void)status;
}
}
void ProtocolGame::parsePreset(InputMessage& msg)
{
Uint32 preset = msg.getU32();
(void)preset;
}
void ProtocolGame::parsePremiumTrigger(InputMessage& msg)
{
std::vector<Uint8> triggers;
Uint8 triggerCount = msg.getU8();
for(Uint8 i = 0; i < triggerCount; ++i)
triggers.push_back(msg.getU8());
if(g_clientVersion <= 1096)
{
bool something = msg.getBool();
(void)something;
}
(void)triggers;
}
void ProtocolGame::parseTextMessage(InputMessage& msg)
{
Uint32 channelId = 0;
MessageMode mode = translateMessageModeFromServer(msg.getU8());
std::string text;
switch(mode)
{
case MessageChannelManagement:
case MessageGuild:
case MessagePartyManagement:
case MessageParty:
{
channelId = SDL_static_cast(Uint32, msg.getU16());
text = msg.getString();
}
break;
case MessageDamageDealed:
case MessageDamageReceived:
case MessageDamageOthers:
{
Position pos = msg.getPosition();
Sint32 value[2];
Uint8 color[2];
//Physical Damage
value[0] = msg.getS32();
color[0] = msg.getU8();
//Magic Damage
value[1] = msg.getS32();
color[1] = msg.getU8();
text = msg.getString();
for(Sint32 i = 0; i < 2; ++i)
{
if(value[i] == 0)
continue;
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%d", value[i]);
g_map.addAnimatedText(pos, color[i], std::string(g_buffer, SDL_static_cast(size_t, len)));
}
}
break;
case MessageHeal:
case MessageMana:
case MessageExp:
case MessageHealOthers:
case MessageExpOthers:
{
Position pos = msg.getPosition();
Sint32 value = msg.getS32();
Uint8 color = msg.getU8();
text = msg.getString();
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%d", value);
g_map.addAnimatedText(pos, color, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
break;
case MessageInvalid:
break;
default:
text = msg.getString();
break;
}
if(mode != MessageInvalid)
g_game.processTextMessage(mode, text, channelId);
}
void ProtocolGame::parseCancelWalk(InputMessage& msg)
{
Direction direction = SDL_static_cast(Direction, msg.getU8());
g_game.processWalkCancel(direction);
}
void ProtocolGame::parseWalkWait(InputMessage& msg)
{
Uint16 walkTime = msg.getU16();
g_game.processWalkWait(walkTime);
}
void ProtocolGame::parseUnjustifiedStats(InputMessage& msg)
{
Uint8 killsDay = msg.getU8();
Uint8 killsDayRemaining = msg.getU8();
Uint8 killsWeek = msg.getU8();
Uint8 killsWeekRemaining = msg.getU8();
Uint8 killsMonth = msg.getU8();
Uint8 killsMonthRemaining = msg.getU8();
Uint8 skullTime = msg.getU8();
(void)killsDay;
(void)killsDayRemaining;
(void)killsWeek;
(void)killsWeekRemaining;
(void)killsMonth;
(void)killsMonthRemaining;
(void)skullTime;
}
void ProtocolGame::parsePvpSituations(InputMessage& msg)
{
Uint8 openPvpSituations = msg.getU8();
(void)openPvpSituations;
}
void ProtocolGame::parseUpdateLootContainers(InputMessage& msg)
{
bool unknown = msg.getBool();
Uint8 count = msg.getU8();
for(Uint8 i = 0; i < count; ++i)
{
Uint8 type = msg.getU8();
Uint16 objectId = msg.getU16();
(void)type;
(void)objectId;
}
(void)unknown;
}
void ProtocolGame::parseChooseOutfit(InputMessage& msg)
{
std::vector<OutfitDetail> outfits;
std::vector<MountDetail> mounts;
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
Uint16 lookMount = 0;
if(g_game.hasGameFeature(GAME_FEATURE_MOUNTS))
lookMount = msg.getU16();
if(g_game.hasGameFeature(GAME_FEATURE_NEWOUTFITS))
{
size_t outfitsCount;
if(g_clientVersion >= 1185)
outfitsCount = SDL_static_cast(size_t, msg.getU16());
else
outfitsCount = SDL_static_cast(size_t, msg.getU8());
outfits.resize(outfitsCount);
for(size_t i = 0; i < outfitsCount; ++i)
{
OutfitDetail& newOutfit = outfits[i];
newOutfit.outfitID = msg.getU16();
newOutfit.outfitName = msg.getString();
newOutfit.outfitAddons = msg.getU8();
Uint8 outfitLocked = 0;
Uint32 offerId = 0;
if(g_clientVersion >= 1185)
{
outfitLocked = msg.getU8();
if(outfitLocked == 1)
offerId = msg.getU32();
}
}
}
else
{
Uint16 outfitsStart, outfitsEnd;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
{
outfitsStart = msg.getU16();
outfitsEnd = msg.getU16();
}
else
{
outfitsStart = SDL_static_cast(Uint16, msg.getU8());
outfitsEnd = SDL_static_cast(Uint16, msg.getU8());
}
for(Uint16 i = outfitsStart; i <= outfitsEnd; ++i)
{
OutfitDetail newOutfit;
newOutfit.outfitID = i;
newOutfit.outfitName = "Your Character";
newOutfit.outfitAddons = 0;
outfits.push_back(newOutfit);
}
}
if(g_game.hasGameFeature(GAME_FEATURE_MOUNTS))
{
size_t mountsCount;
if(g_clientVersion >= 1185)
mountsCount = SDL_static_cast(size_t, msg.getU16());
else
mountsCount = SDL_static_cast(size_t, msg.getU8());
mounts.resize(mountsCount);
for(size_t i = 0; i < mountsCount; ++i)
{
MountDetail& newMount = mounts[i];
newMount.mountID = msg.getU16();
newMount.mountName = msg.getString();
Uint8 outfitLocked = 0;
Uint32 offerId = 0;
if(g_clientVersion >= 1185)
{
outfitLocked = msg.getU8();
if(outfitLocked == 1)
offerId = msg.getU32();
}
}
}
if(g_clientVersion >= 1185)
{
Uint8 tryOutfit = msg.getU8();
bool mounted = msg.getBool();
(void)mounted;
if(tryOutfit == 3)
{
msg.getU32();//??
}
else if(tryOutfit == 4)
{
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
msg.getU16();//??
msg.getU16();//??
}
}
}
g_game.processOutfits(lookType, lookHead, lookBody, lookLegs, lookFeet, lookAddons, lookMount, outfits, mounts);
}
void ProtocolGame::parseExivaSuppressed(InputMessage&)
{
//Don't have any data
}
void ProtocolGame::parseUpdateExivaOptions(InputMessage& msg)
{
msg.getBool();//??
msg.getBool();//??
msg.getBool();//??
msg.getBool();//??
msg.getBool();//??
msg.getBool();//??
Uint16 count = msg.getU16();
for(Uint16 i = 0; i < count; ++i)
msg.getRawString();//??
count = msg.getU16();
for(Uint16 i = 0; i < count; ++i)
msg.getRawString();//??
count = msg.getU16();
for(Uint16 i = 0; i < count; ++i)
msg.getRawString();//??
count = msg.getU16();
for(Uint16 i = 0; i < count; ++i)
msg.getRawString();//??
}
void ProtocolGame::parseTutorialHint(InputMessage& msg)
{
Uint8 tutorialId = msg.getU8();
g_game.processTutorialHint(tutorialId);
}
void ProtocolGame::parseAutomapFlag(InputMessage& msg)
{
Position pos = msg.getPosition();
Uint8 type = msg.getU8();
const std::string description = msg.getString();
bool remove = false;
if(g_game.hasGameFeature(GAME_FEATURE_MINIMAP_REMOVEMARK))
remove = msg.getBool();
g_automap.setMapMark(pos.x, pos.y, pos.z, type, description, remove);
}
void ProtocolGame::parseModalWindow(InputMessage& msg)
{
Uint32 windowId = msg.getU32();
const std::string title = msg.getString();
const std::string message = msg.getString();
std::vector<std::pair<std::string, Uint8>> v_buttons;
Uint8 buttons = msg.getU8();
for(Uint8 i = 0; i < buttons; ++i)
{
const std::string buttonText = msg.getString();
Uint8 buttonId = msg.getU8();
v_buttons.emplace_back(buttonText, buttonId);
}
std::vector<std::pair<std::string, Uint8>> v_choices;
if(g_clientVersion >= 970)
{
//Pre 9.70 clients don't have choices
Uint8 choices = msg.getU8();
for(Uint8 i = 0; i < choices; ++i)
{
const std::string choiceText = msg.getString();
Uint8 choiceId = msg.getU8();
v_choices.emplace_back(choiceText, choiceId);
}
}
Uint8 escapeButton = msg.getU8();
Uint8 enterButton = msg.getU8();
bool priority = false;
if(g_clientVersion >= 970)
priority = msg.getBool();
g_game.processModalWindow(windowId, priority, title, message, enterButton, escapeButton, v_buttons, v_choices);
}
void ProtocolGame::parseShowMessageDialog(InputMessage& msg)
{
//0-3, 10-11, 20-21, 30 - info
Uint8 messageType = msg.getU8();
const std::string message = msg.getString();
(void)messageType;
(void)message;
}
void ProtocolGame::parseOfferDescription(InputMessage& msg)
{
msg.getU32();//??
msg.getRawString();//??
}
void ProtocolGame::parseEditGuildMessage(InputMessage& msg)
{
msg.getRawString();//??
}
void ProtocolGame::parsePlayerDataBasic(InputMessage& msg)
{
bool premium = msg.getBool();
if(g_game.hasGameFeature(GAME_FEATURE_PREMIUM_EXPIRATION))
msg.getU32();//Premium expiration timestamp used for premium advertisement
Uint8 vocation = msg.getU8();
bool promoted = (vocation >= 10);
vocation %= 10;
if(g_clientVersion >= 1100)
{
bool hasReachedMain = msg.getBool();
(void)hasReachedMain;
}
Uint16 spellCount = msg.getU16();
for(Uint16 i = 0; i < spellCount; ++i)
msg.getU8();//Spellid
(void)premium;
(void)promoted;
(void)vocation;
}
void ProtocolGame::parsePlayerData(InputMessage& msg)
{
Uint32 health, maxHealth;
if(g_game.hasGameFeature(GAME_FEATURE_DOUBLE_HEALTH))
{
health = msg.getU32();
maxHealth = msg.getU32();
}
else
{
health = SDL_static_cast(Uint32, msg.getU16());
maxHealth = SDL_static_cast(Uint32, msg.getU16());
}
double capacity;
if(g_game.hasGameFeature(GAME_FEATURE_DOUBLE_CAPACITY))
capacity = msg.getU32() / 100.0;
else
capacity = static_cast<double>(msg.getU16());
double totalCapacity = g_game.getPlayerTotalCapacity();
if(g_game.hasGameFeature(GAME_FEATURE_TOTAL_CAPACITY) && g_clientVersion < 1150)
totalCapacity = msg.getU32() / 100.0;
Uint64 experience;
if(g_game.hasGameFeature(GAME_FEATURE_DOUBLE_EXPERIENCE))
experience = msg.getU64();
else
experience = SDL_static_cast(Uint64, msg.getU32());
Uint16 level = msg.getU16();
Uint8 levelPercent = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_EXPERIENCE_BONUS))
{
if(g_game.hasGameFeature(GAME_FEATURE_DETAILED_EXPERIENCE_BONUS))
{
Uint16 baseXpGain = msg.getU16();
Uint16 voucherXpGain = 0;
if(g_clientVersion < 1150)
voucherXpGain = msg.getU16();
Uint16 grindingXpGain = msg.getU16();
Uint16 storeBoostXpGain = msg.getU16();
Uint16 huntingBoostXpGain = msg.getU16();
g_game.setPlayerExpBonus(baseXpGain, voucherXpGain, grindingXpGain, storeBoostXpGain, huntingBoostXpGain);
}
else
{
double expBonus = msg.getDouble();
g_game.setPlayerExpBonus(expBonus);
}
}
Uint32 mana, maxMana;
if(g_game.hasGameFeature(GAME_FEATURE_DOUBLE_HEALTH))
{
mana = msg.getU32();
maxMana = msg.getU32();
}
else
{
mana = SDL_static_cast(Uint32, msg.getU16());
maxMana = SDL_static_cast(Uint32, msg.getU16());
}
if(g_clientVersion < 1200)
{
Uint16 magicLevel = SDL_static_cast(Uint16, msg.getU8());
Uint16 baseMagicLevel = magicLevel;
if(g_game.hasGameFeature(GAME_FEATURE_BASE_SKILLS))
baseMagicLevel = SDL_static_cast(Uint16, msg.getU8());
Uint8 magicLevelPercent = msg.getU8();
g_game.setPlayerMagicLevel(magicLevel, baseMagicLevel, magicLevelPercent);
}
Uint8 soul = msg.getU8();
Uint16 stamina = 0;
if(g_game.hasGameFeature(GAME_FEATURE_STAMINA))
stamina = msg.getU16();
Uint16 baseSpeed = 0;
if(g_game.hasGameFeature(GAME_FEATURE_BASE_SKILLS))
baseSpeed = msg.getU16();
Uint16 regeneration = 0;
if(g_game.hasGameFeature(GAME_FEATURE_REGENERATION_TIME))
regeneration = msg.getU16();
Uint16 training = 0;
if(g_game.hasGameFeature(GAME_FEATURE_OFFLINE_TRAINING))
training = msg.getU16();
if(g_game.hasGameFeature(GAME_FEATURE_DETAILED_EXPERIENCE_BONUS))
{
//Since we don't display xp boost store button we don't need these variables
Uint16 remainingStoreXpBoostSeconds = msg.getU16();
bool canBuyMoreStoreXpBoosts = msg.getBool();
(void)remainingStoreXpBoostSeconds;
(void)canBuyMoreStoreXpBoosts;
}
g_game.setPlayerExperience(experience);
g_game.setPlayerCapacity(capacity, totalCapacity);
g_game.setPlayerHealth(health, maxHealth);
g_game.setPlayerMana(mana, maxMana);
g_game.setPlayerLevel(level, levelPercent);
g_game.setPlayerStamina(stamina);
g_game.setPlayerSoul(soul);
g_game.setPlayerBaseSpeed(baseSpeed);
g_game.setPlayerRegeneration(regeneration);
g_game.setPlayerOfflineTraining(training);
UTIL_updateHealthPanel();
UTIL_updateSkillsWindowStats();
UTIL_updateInventoryPanel();
if(!g_engine.getIgnoreCapacity() && g_game.hasCachedStat(CACHED_STAT_CAPACITY))
UTIL_updateShopWindow();
g_game.resetCachedStats();
}
void ProtocolGame::parsePlayerSkills(InputMessage& msg)
{
Sint32 skills = Skills_LastSkill;
if(g_game.hasGameFeature(GAME_FEATURE_ADDITIONAL_SKILLS))
skills = Skills_LastAdditionalSkill;
for(Sint32 skill = (g_clientVersion >= 1200 ? -1 : 0); skill < skills; ++skill)
{
Uint16 level;
if(g_game.hasGameFeature(GAME_FEATURE_DOUBLE_SKILLS))
level = msg.getU16();
else
level = SDL_static_cast(Uint16, msg.getU8());
Uint16 baseLevel = level;
if(g_game.hasGameFeature(GAME_FEATURE_BASE_SKILLS))
{
if(g_game.hasGameFeature(GAME_FEATURE_DOUBLE_SKILLS))
baseLevel = msg.getU16();
else
baseLevel = SDL_static_cast(Uint16, msg.getU8());
}
Uint8 levelPercent = 0;
if(skill <= Skills_Fishing)
{
if(g_game.hasGameFeature(GAME_FEATURE_DOUBLE_PERCENT_SKILLS))
{
msg.getU16();//loyalty bonus
levelPercent = SDL_static_cast(Uint8, msg.getU16() / 100);
}
else
levelPercent = msg.getU8();
}
if(skill == -1)
g_game.setPlayerMagicLevel(level, baseLevel, levelPercent);
else
g_game.setPlayerSkill(SDL_static_cast(Skills, skill), level, baseLevel, levelPercent);
}
if(g_clientVersion >= 1150)
{
double totalCapacity = msg.getU32() / 100.0;
msg.getU32();
g_game.setPlayerCapacity(g_game.getPlayerCapacity(), totalCapacity);
UTIL_updateSkillsWindowStats();
g_game.resetCachedStats();
}
UTIL_updateSkillsWindowSkills();
g_game.resetCachedSkills();
}
void ProtocolGame::parsePlayerIcons(InputMessage& msg)
{
Uint32 icons;
if(g_game.hasGameFeature(GAME_FEATURE_PLAYERICONS_U32))
icons = msg.getU32();
else if(g_game.hasGameFeature(GAME_FEATURE_PLAYERICONS_U16))
icons = SDL_static_cast(Uint32, msg.getU16());
else
icons = SDL_static_cast(Uint32, msg.getU8());
g_game.setIcons(icons);
}
void ProtocolGame::parsePlayerCancelTarget(InputMessage& msg)
{
Uint32 sequence = 0;
if(g_game.hasGameFeature(GAME_FEATURE_ATTACK_SEQUENCE))
sequence = msg.getU32();
g_game.processCancelTarget(sequence);
}
void ProtocolGame::parsePlayerSpellDelay(InputMessage& msg)
{
Uint8 spellId = msg.getU8();
Uint32 delay = msg.getU32();
g_game.processSpellDelay(spellId, delay);
}
void ProtocolGame::parsePlayerSpellGroupDelay(InputMessage& msg)
{
Uint8 groupId = msg.getU8();
Uint32 delay = msg.getU32();
g_game.processSpellGroupDelay(groupId, delay);
}
void ProtocolGame::parsePlayerMultiUseDelay(InputMessage& msg)
{
Uint32 delay = msg.getU32();
g_game.processMultiUseDelay(delay);
}
void ProtocolGame::parsePlayerModes(InputMessage& msg)
{
Uint8 fightMode = msg.getU8();
Uint8 chaseMode = msg.getU8();
Uint8 safeMode = msg.getU8();
Uint8 pvpMode = PVPMODE_DOVE;
if(g_game.hasGameFeature(GAME_FEATURE_PVP_MODE))
pvpMode = msg.getU8();
g_game.processPlayerModes(fightMode, chaseMode, safeMode, pvpMode);
}
void ProtocolGame::parsePlayerStoreDeepLink(InputMessage& msg)
{
Uint8 currentlyFeaturedServiceType = msg.getU8();
if(g_clientVersion >= 1200)
{
switch(currentlyFeaturedServiceType)
{
case 1:
case 3:
{
msg.getU8();//??
}
break;
case 2:
{
msg.getRawString();//??
msg.getRawString();//??
}
break;
case 4:
{
msg.getU32();//??
}
break;
case 5:
{
msg.getRawString();//??
}
break;
default: break;
}
msg.getU8();//??
msg.getU8();//??
}
}
void ProtocolGame::parsePlayerTalk(InputMessage& msg)
{
Uint32 statementId = 0;
if(g_game.hasGameFeature(GAME_FEATURE_MESSAGE_STATEMENT))
statementId = msg.getU32();
const std::string playerName = UTIL_formatCreatureName(msg.getString());
if(g_clientVersion >= 1250 && statementId != 0)
msg.getBool();//(Traded)
Uint16 level = 0;
if(g_game.hasGameFeature(GAME_FEATURE_MESSAGE_LEVEL))
level = msg.getU16();
MessageMode talkMode = translateMessageModeFromServer(msg.getU8());
Uint32 channelId = 0;
Position pos;
switch(talkMode)
{
case MessageSay:
case MessageWhisper:
case MessageYell:
case MessageMonsterSay:
case MessageMonsterYell:
case MessageBarkLow:
case MessageBarkLoud:
case MessageSpell:
case MessageNpcFrom:
pos = msg.getPosition();
break;
case MessageChannel:
case MessageChannelManagement:
case MessageChannelHighlight:
case MessageGamemasterChannel:
channelId = SDL_static_cast(Uint32, msg.getU16());
break;
case MessageNpcFromBlock:
case MessagePrivateFrom:
case MessageGamemasterBroadcast:
case MessageGamemasterPrivateFrom:
case MessageRVRAnswer:
case MessageRVRContinue:
break;
case MessageRVRChannel:
channelId = (g_clientVersion >= 713 ? msg.getU32() : 0);
break;
default:
talkMode = MessageInvalid;
break;
}
std::string text = msg.getString();
if(talkMode != MessageInvalid)
g_game.processTalk(playerName, statementId, level, talkMode, text, channelId, pos);
}
void ProtocolGame::parseItemInfo(InputMessage& msg)
{
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
Uint16 itemId = msg.getU16();
Uint8 countOrSubtype = msg.getU8();
const std::string description = msg.getString();
(void)itemId;
(void)countOrSubtype;
(void)description;
}
}
void ProtocolGame::parsePlayerInventory(InputMessage& msg)
{
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
Uint16 itemId = msg.getU16();
Uint8 subtype = msg.getU8();
Uint16 count = msg.getU16();
(void)itemId;
(void)subtype;
(void)count;
}
}
void ProtocolGame::parseRestingAreaState(InputMessage& msg)
{
bool inRestingArea = msg.getBool();
bool restingBonusActive = msg.getBool();
const std::string description = msg.getString();
(void)inRestingArea;
(void)restingBonusActive;
(void)description;
}
void ProtocolGame::parseChannels(InputMessage& msg)
{
if(m_expectChannels)
{
std::vector<ChannelDetail> channels;
size_t count = SDL_static_cast(size_t, msg.getU8());
channels.resize(count);
for(size_t i = 0; i < count; ++i)
{
ChannelDetail& newChannel = channels[i];
newChannel.channelId = msg.getU16();
newChannel.channelName = msg.getString();
}
g_game.processChannelList(channels);
--m_expectChannels;
}
else
{
//Our emulated ping for older versions
if(++m_pingReceived == m_pingSent)
g_ping = SDL_static_cast(Uint16, SDL_GetTicks() - m_pingTime);
Uint8 count = msg.getU8();
for(Uint8 i = 0; i < count; ++i)
{
msg.getU16();
msg.getRawString();
}
}
}
void ProtocolGame::parseOpenChannel(InputMessage& msg)
{
Uint16 channelId = msg.getU16();
const std::string name = msg.getString();
g_game.processOpenChannel(channelId, name);
if(g_game.hasGameFeature(GAME_FEATURE_CHAT_PLAYERLIST))
{
std::vector<std::string> joinedPlayers;
size_t players = msg.getU16();
joinedPlayers.resize(players);
for(size_t i = 0; i < players; ++i)
joinedPlayers[i] = UTIL_formatCreatureName(msg.getString());
size_t invitedPlayers = msg.getU16();
for(size_t i = 0; i < invitedPlayers; ++i)
msg.getRawString(); //Player Name
if(!joinedPlayers.empty())
{
std::string participants("Channel participants: "); participants.append(joinedPlayers[0]);
for(size_t i = 1, end = joinedPlayers.size(); i < end; ++i)
participants.append(", ").append(joinedPlayers[i]);
g_game.processTalk("", 0, 0, MessageChannelManagement, participants.append("."), SDL_static_cast(Uint32, channelId), Position(0xFFFF, 0xFFFF, 0xFF));
}
}
}
void ProtocolGame::parseOpenPrivateChannel(InputMessage& msg)
{
const std::string name = UTIL_formatCreatureName(msg.getString());
g_game.processOpenPrivateChannel(name);
}
void ProtocolGame::parseRuleViolationChannel(InputMessage& msg)
{
Uint16 channelId = msg.getU16();
(void)channelId;
}
void ProtocolGame::parseRuleViolationRemove(InputMessage& msg)
{
const std::string name = msg.getString();
(void)name;
}
void ProtocolGame::parseRuleViolationCancel(InputMessage& msg)
{
const std::string name = msg.getString();
(void)name;
}
void ProtocolGame::parseRuleViolationLock(InputMessage&)
{
}
void ProtocolGame::parseOpenOwnChannel(InputMessage& msg)
{
Uint16 channelId = msg.getU16();
const std::string name = msg.getString();
g_game.processOpenOwnPrivateChannel(channelId, name);
if(g_game.hasGameFeature(GAME_FEATURE_CHAT_PLAYERLIST))
{
std::vector<std::string> joinedPlayers;
size_t players = msg.getU16();
joinedPlayers.resize(players);
for(size_t i = 0; i < players; ++i)
joinedPlayers[i] = UTIL_formatCreatureName(msg.getString());
size_t invitedPlayers = msg.getU16();
for(size_t i = 0; i < invitedPlayers; ++i)
msg.getRawString(); //Player Name
if(!joinedPlayers.empty())
{
std::string participants("Channel participants: "); participants.append(joinedPlayers[0]);
for(size_t i = 1, end = joinedPlayers.size(); i < end; ++i)
participants.append(", ").append(joinedPlayers[i]);
g_game.processTalk("", 0, 0, MessageChannelManagement, participants.append("."), SDL_static_cast(Uint32, channelId), Position(0xFFFF, 0xFFFF, 0xFF));
}
}
}
void ProtocolGame::parseCloseChannel(InputMessage& msg)
{
Uint16 channelId = msg.getU16();
g_game.processCloseChannel(channelId);
}
void ProtocolGame::parseChannelEvent(InputMessage& msg)
{
Uint16 channelId = msg.getU16();
const std::string playerName = UTIL_formatCreatureName(msg.getString());
ChannelEvent eventType = SDL_static_cast(ChannelEvent, msg.getU8());
switch(eventType)
{
case CHANNEL_EVENT_JOIN:
{
std::string message(playerName);
g_game.processTalk("", 0, 0, MessageChannelManagement, message.append(" has entered the channel."), SDL_static_cast(Uint32, channelId), Position(0xFFFF, 0xFFFF, 0xFF));
}
break;
case CHANNEL_EVENT_LEAVE:
{
std::string message(playerName);
g_game.processTalk("", 0, 0, MessageChannelManagement, message.append(" has left the channel."), SDL_static_cast(Uint32, channelId), Position(0xFFFF, 0xFFFF, 0xFF));
}
break;
case CHANNEL_EVENT_INVITE:
case CHANNEL_EVENT_EXCLUDE:
case CHANNEL_EVENT_PENDING:
break;
default: break;
}
}
void ProtocolGame::parseHighscores(InputMessage& msg)
{
bool noData = msg.getBool();
if(noData)
return;
Uint8 unknown = msg.getU8();//?? - suggestion worlds
for(Uint8 i = 0; i < unknown; ++i)
{
msg.getRawString();//??
}
msg.getRawString();//??
unknown = msg.getU8();//??
for(Uint8 i = 0; i < unknown; ++i)
{
msg.getU32();//??
msg.getRawString();//??
}
msg.getU32();//??
unknown = msg.getU8();//?? - suggestion players
for(Uint8 i = 0; i < unknown; ++i)
{
msg.getU8();//??
msg.getRawString();//??
msg.getU8();//??
msg.getU16();//??
msg.getU16();//??
msg.getU8();//??
msg.getU32();//??
msg.getRawString();//??
msg.getRawString();//??
Uint8 vocation = msg.getU8() % 10;
(void)vocation;
msg.getRawString();//??
msg.getU16();//??
msg.getU8();//??
msg.getU64();//??
}
msg.getU8();//??
msg.getU8();//??
msg.getU8();//??
msg.getU32();//??
}
void ProtocolGame::parseVipAdd(InputMessage& msg)
{
Uint32 iconId = 0;
bool notifyLogin = false;
Uint32 playerGUID = msg.getU32();
const std::string playerName = UTIL_formatCreatureName(msg.getString());
std::string description = "";
if(g_game.hasGameFeature(GAME_FEATURE_ADDITIONAL_VIPINFO))
{
description = msg.getString();
iconId = msg.getU32();
notifyLogin = msg.getBool();
}
else
{
VipData* vip = g_engine.getVipData(playerGUID);
if(vip)
{
description = vip->description;
iconId = vip->iconId;
notifyLogin = vip->notifyLogin;
}
}
std::vector<Uint8> groups;
Uint8 status = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_VIP_GROUPS))
{
size_t groupCount = SDL_static_cast(size_t, msg.getU8());
groups.resize(groupCount);
for(size_t i = 0; i < groupCount; ++i)
groups[i] = msg.getU8();
}
g_game.processVipAdd(playerGUID, playerName, description, iconId, notifyLogin, status, groups);
}
void ProtocolGame::parseVipStatus(InputMessage& msg)
{
Uint32 playerGUID = msg.getU32();
if(g_game.hasGameFeature(GAME_FEATURE_VIP_STATUS))
{
Uint8 status = msg.getU8();
g_game.processVipStatusChange(playerGUID, status);
}
else
g_game.processVipStatusChange(playerGUID, VIP_STATUS_ONLINE);
}
void ProtocolGame::parseVipStatusLogout(InputMessage& msg)
{
if(g_game.hasGameFeature(GAME_FEATURE_VIP_GROUPS))
{
std::vector<VipGroups> groups;
size_t groupCount = SDL_static_cast(size_t, msg.getU8());
groups.resize(groupCount);
for(size_t i = 0; i < groupCount; ++i)
{
VipGroups& group = groups[i];
group.groupId = msg.getU8();
group.groupName = msg.getString();
group.groupRemovable = msg.getBool();
}
Uint8 createGroupsLeft = msg.getU8();
g_game.processVipGroups(groups, createGroupsLeft);
}
else
{
Uint32 playerGUID = msg.getU32();
g_game.processVipStatusChange(playerGUID, VIP_STATUS_OFFLINE);
}
}
void ProtocolGame::parseFriendSystemData(InputMessage& msg)
{
Uint8 type = msg.getU8();
switch(type)
{
case 0:
{
Uint8 something = msg.getU8();//??
if(something == 1)
msg.getRawString();//??
}
break;
case 1:
{
//no payload
}
break;
case 2:
{
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
msg.getU32();//??
msg.getU32();//??
msg.getRawString();//??
msg.getRawString();//??
msg.getRawString();//??
msg.getRawString();//??
msg.getU16();//??
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
(void)lookType;
(void)lookTypeEx;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
(void)lookAddons;
msg.getU8();//??
msg.getU32();//??
}
}
break;
case 3:
{
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
msg.getBool();//??
msg.getU32();//??
msg.getRawString();//??
msg.getRawString();//??
msg.getRawString();//??
msg.getU32();//??
}
}
break;
case 4:
{
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
msg.getU32();//??
msg.getRawString();//??
msg.getU32();//??
}
}
break;
case 5:
{
msg.getU32();//??
msg.getBool();//??
msg.getBool();//??
bool something = msg.getBool();
if(something)
{
msg.getBool();//??
msg.getU32();//??
msg.getBool();//??
msg.getRawString();//??
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getU32();//??
msg.getRawString();//??
}
}
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getU32();//??
msg.getRawString();//??
msg.getBool();//??
msg.getRawString();//??
msg.getRawString();//??
msg.getRawString();//??
msg.getU16();//??
msg.getBool();//??
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
(void)lookType;
(void)lookTypeEx;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
(void)lookAddons;
}
}
break;
case 6:
{
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getU32();//??
msg.getRawString();//??
msg.getRawString();//??
msg.getBool();//??
msg.getBool();//??
}
}
break;
case 7:
{
//no payload
}
break;
case 8:
{
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getU8();//??
msg.getBool();//??
msg.getBool();//??
msg.getBool();//??
}
}
break;
default: break;
}
}
void ProtocolGame::parseQuestLog(InputMessage& msg)
{
std::vector<QuestLogDetail> questLogElements;
size_t questsCount = SDL_static_cast(size_t, msg.getU16());
questLogElements.resize(questsCount);
for(size_t i = 0; i < questsCount; ++i)
{
QuestLogDetail& newQuestLogElement = questLogElements[i];
newQuestLogElement.questId = msg.getU16();
newQuestLogElement.questName = msg.getString();
newQuestLogElement.questCompleted = msg.getBool();
}
g_game.processQuestLog(0xFFFFFFFF, questLogElements);
}
void ProtocolGame::parseQuestLine(InputMessage& msg)
{
std::vector<QuestLineDetail> questLineElements;
Uint16 questId = msg.getU16();
size_t missionCount = SDL_static_cast(size_t, msg.getU8());
questLineElements.resize(missionCount);
for(size_t i = 0; i < missionCount; ++i)
{
QuestLineDetail& newQuestLineElement = questLineElements[i];
if(g_clientVersion >= 1121)
newQuestLineElement.missionId = msg.getU16();
else
newQuestLineElement.missionId = 0;
newQuestLineElement.missionName = msg.getString();
newQuestLineElement.missionDescription = msg.getString();
}
g_game.processQuestLine(questId, questLineElements);
}
void ProtocolGame::parseTrackedQuestFlags(InputMessage& msg)
{
bool full = msg.getBool();
if(full)
{
Uint8 allowedTrackers = msg.getU8();
Uint8 missions = msg.getU8();
for(Uint8 i = 0; i < missions; ++i)
{
Uint16 missionId = msg.getU16();
std::string qusetName = msg.getString();
std::string missionName = msg.getString();
std::string missionDescription = msg.getString();
(void)missionId;
(void)qusetName;
(void)missionName;
(void)missionDescription;
}
(void)allowedTrackers;
}
else
{
Uint16 missionId = msg.getU16();
std::string missionName = msg.getString();
std::string missionDescription = msg.getString();
(void)missionId;
(void)missionName;
(void)missionDescription;
}
}
void ProtocolGame::parseMarketStatistics(InputMessage& msg)
{
Uint16 count = msg.getU16();
for(Uint16 i = 0; i < count; ++i)
{
Uint16 itemId = msg.getU16();
Uint32 itemPrice = msg.getU32();
(void)itemId;
(void)itemPrice;
}
}
void ProtocolGame::parseMarketEnter(InputMessage& msg)
{
Uint64 balance;
if(g_clientVersion >= 981)
balance = msg.getU64();
else
balance = SDL_static_cast(Uint64, msg.getU32());
Sint8 vocation;
if(g_clientVersion < 950)
vocation = msg.getS8();
else
vocation = -1;
(void)balance;
(void)vocation;
Uint8 offers = msg.getU8();
Uint16 depotItemsCount = msg.getU16();
for(Uint16 i = 0; i < depotItemsCount; ++i)
{
Uint16 itemId = msg.getU16();
Uint16 itemCount = msg.getU16();
(void)itemId;
(void)itemCount;
}
(void)offers;
}
void ProtocolGame::parseMarketLeave(InputMessage&)
{
}
void ProtocolGame::parseMarketDetail(InputMessage& msg)
{
Uint16 itemId = msg.getU16();
const std::string armor = msg.getString();
const std::string attack = msg.getString();
const std::string container = msg.getString();
const std::string defense = msg.getString();
const std::string description = msg.getString();
const std::string decayTime = msg.getString();
const std::string absorb = msg.getString();
const std::string reqlvl = msg.getString();
const std::string reqmaglvl = msg.getString();
const std::string vocation = msg.getString();
const std::string runespellname = msg.getString();
const std::string stats = msg.getString();
const std::string charges = msg.getString();
const std::string weaponName = msg.getString();
const std::string weight = msg.getString();
if(g_game.hasGameFeature(GAME_FEATURE_IMBUING))
{
const std::string imbuements = msg.getString();
(void)imbuements;
}
(void)itemId;
(void)armor;
(void)attack;
(void)container;
(void)defense;
(void)description;
(void)decayTime;
(void)absorb;
(void)reqlvl;
(void)reqmaglvl;
(void)vocation;
(void)runespellname;
(void)stats;
(void)charges;
(void)weaponName;
(void)weight;
Uint8 count = msg.getU8();
for(Uint8 i = 0; i < count; ++i)
{
Uint32 transactions = msg.getU32();
Uint32 totalPrice = msg.getU32();
Uint32 highestPrice = msg.getU32();
Uint32 lowestPrice = msg.getU32();
(void)transactions;
(void)totalPrice;
(void)highestPrice;
(void)lowestPrice;
}
count = msg.getU8();
for(Uint8 i = 0; i < count; ++i)
{
Uint32 transactions = msg.getU32();
Uint32 totalPrice = msg.getU32();
Uint32 highestPrice = msg.getU32();
Uint32 lowestPrice = msg.getU32();
(void)transactions;
(void)totalPrice;
(void)highestPrice;
(void)lowestPrice;
}
}
void ProtocolGame::parseMarketBrowse(InputMessage& msg)
{
Uint16 request = msg.getU16();
Uint32 buyOfferCount = msg.getU32();
for(Uint32 i = 0; i < buyOfferCount; ++i)
{
Uint32 timestamp = msg.getU32();
Uint16 counter = msg.getU16();
Uint16 itemId;
if(request == MARKETREQUEST_OWN_OFFERS || request == MARKETREQUEST_OWN_HISTORY)
itemId = msg.getU16();
else
itemId = request;
Uint16 amount = msg.getU16();
Uint32 price = msg.getU32();
std::string playerName = "";
Uint8 state = OFFERSTATE_ACTIVE;
if(request == MARKETREQUEST_OWN_HISTORY)
state = msg.getU8();
else if(request != MARKETREQUEST_OWN_OFFERS)
playerName = msg.getString();
(void)timestamp;
(void)counter;
(void)itemId;
(void)amount;
(void)price;
(void)playerName;
(void)state;
}
Uint32 sellOfferCount = msg.getU32();
for(Uint32 i = 0; i < sellOfferCount; ++i)
{
Uint32 timestamp = msg.getU32();
Uint16 counter = msg.getU16();
Uint16 itemId;
if(request == MARKETREQUEST_OWN_OFFERS || request == MARKETREQUEST_OWN_HISTORY)
itemId = msg.getU16();
else
itemId = request;
Uint16 amount = msg.getU16();
Uint32 price = msg.getU32();
std::string playerName = "";
Uint8 state = OFFERSTATE_ACTIVE;
if(request == MARKETREQUEST_OWN_HISTORY)
state = msg.getU8();
else if(request != MARKETREQUEST_OWN_OFFERS)
playerName = msg.getString();
(void)timestamp;
(void)counter;
(void)itemId;
(void)amount;
(void)price;
(void)playerName;
(void)state;
}
}
void ProtocolGame::parseStoreCoinBalance(InputMessage& msg)
{
bool update = msg.getBool();
Uint32 coins = SDL_static_cast(Uint32, -1);
Uint32 transferableCoins = SDL_static_cast(Uint32, -1);
if(update)
{
coins = msg.getU32();
transferableCoins = msg.getU32();
if(g_clientVersion >= 1250)
msg.getU32();
if(g_game.hasGameFeature(GAME_FEATURE_TOURNAMENTS))
{
Uint32 tournamentCoins = msg.getU32();
(void)tournamentCoins;
}
}
(void)update;
(void)coins;
(void)transferableCoins;
}
void ProtocolGame::parseStoreError(InputMessage& msg)
{
Uint8 errorType = msg.getU8();
const std::string message = msg.getString();
(void)errorType;
(void)message;
}
void ProtocolGame::parseStoreRequestPurchase(InputMessage& msg)
{
Uint32 transactionId = msg.getU32();
Uint8 productType = msg.getU8();
switch(productType)
{
case 9:
{
msg.getBool();//??
Uint8 worlds = msg.getU8();
for(Uint8 i = 0; i < worlds; ++i)
{
std::string worldName = msg.getString();
bool premiumOnly = msg.getBool();
bool locked = msg.getBool();
Uint8 worldType = msg.getU8();
(void)worldName;
(void)premiumOnly;
(void)locked;
(void)worldType;
}
bool redSkull = msg.getBool();
bool blackSkull = msg.getBool();
bool guildLeader = msg.getBool();
bool haveHouse = msg.getBool();
bool tcAuctions = msg.getBool();
(void)redSkull;
(void)blackSkull;
(void)guildLeader;
(void)haveHouse;
(void)tcAuctions;
}
break;
case 11:
{
std::string characterName = msg.getString();
(void)characterName;
Uint8 locations = msg.getU8();
for(Uint8 i = 0; i < locations; ++i)
{
std::string gameWorld = msg.getString();
(void)gameWorld;
}
Uint8 vocations = msg.getU8();
for(Uint8 i = 0; i < vocations; ++i)
{
Uint8 vocationId = msg.getU8();
(void)vocationId;
}
Uint8 startCities = msg.getU8();
for(Uint8 i = 0; i < startCities; ++i)
{
std::string city = msg.getString();
(void)city;
}
}
break;
case 12:
{
Uint8 characters = msg.getU8();
for(Uint8 i = 0; i < characters; ++i)
{
std::string characterName = msg.getString();
std::string worldName = msg.getString();
std::string vocation = msg.getString();
Uint16 level = msg.getU16();
(void)characterName;
(void)worldName;
(void)vocation;
(void)level;
}
}
break;
default: break;
}
(void)transactionId;
}
void ProtocolGame::parseStoreCoinBalanceUpdating(InputMessage& msg)
{
bool isUpdating = msg.getBool();
(void)isUpdating;
}
void ProtocolGame::parseStoreOpen(InputMessage& msg)
{
if(g_clientVersion < 1180)
parseStoreCoinBalance(msg);
Uint16 categories = msg.getU16();
for(Uint16 i = 0; i < categories; ++i)
{
const std::string category = msg.getString();
std::string description;
if(g_clientVersion < 1180)
description = msg.getString();
(void)category;
(void)description;
Uint8 highlightState = 0;
if(g_game.hasGameFeature(GAME_FEATURE_STORE_HIGHLIGHTS))
highlightState = msg.getU8();
(void)highlightState;
Uint8 iconCount = msg.getU8();
for(Uint8 j = 0; j < iconCount; ++j)
{
const std::string icon = msg.getString();
(void)icon;
}
const std::string parentCategory = msg.getString();
(void)parentCategory;
}
}
void ProtocolGame::parseStoreOffers(InputMessage& msg)
{
const std::string categoryName = msg.getString();
if(g_clientVersion >= 1180)
{
Uint32 selectedOfferId = msg.getU32();
Uint8 sortType = msg.getU8();
Uint8 filters = msg.getU8();
for(Uint8 i = 0; i < filters; ++i)
{
const std::string filter = msg.getString();
(void)filter;
}
(void)selectedOfferId;
(void)sortType;
if(g_clientVersion >= 1185)
{
const std::string shownFilter = msg.getString();
(void)shownFilter;
}
Uint16 offers = msg.getU16();
for(Uint16 i = 0; i < offers; ++i)
{
const std::string offerName = msg.getString();
(void)offerName;
Uint8 quantitys = msg.getU8();
for(Uint8 j = 0; j < quantitys; ++j)
{
Uint32 offerId = msg.getU32();
Uint16 offerCount = msg.getU16();
Uint32 offerPrice = msg.getU32();
Uint8 offerCoinType = msg.getU8();
(void)offerId;
(void)offerCount;
(void)offerPrice;
(void)offerCoinType;
std::vector<std::string> disabledReasons;
bool disabled = msg.getBool();
if(disabled)
{
Uint8 errors = msg.getU8();
disabledReasons.resize(SDL_static_cast(size_t, errors));
for(Uint8 k = 0; k < errors; ++k)
disabledReasons[k].assign(msg.getString());
}
(void)disabledReasons;
Uint8 highlightState = msg.getU8();
if(highlightState == 2)
{
Uint32 saleTimestamp = msg.getU32();
Uint32 basePrice = msg.getU32();
(void)saleTimestamp;
(void)basePrice;
}
}
Uint8 offerType = msg.getU8();
switch(offerType)
{
case 0:
{
const std::string icon = msg.getString();
(void)icon;
}
break;
case 1:
{
Uint16 lookMount = msg.getU16();
(void)lookMount;
}
break;
case 2:
{
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint8 lookHead = msg.getU8();
Uint8 lookBody = msg.getU8();
Uint8 lookLegs = msg.getU8();
Uint8 lookFeet = msg.getU8();
(void)lookType;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
}
break;
case 3:
{
Uint16 itemId = msg.getU16();
(void)itemId;
}
break;
case 4:
{
Uint8 gender = msg.getU8();
Uint16 maleLookType = msg.getU16();
Uint16 femaleLookType = msg.getU16();
Uint8 lookHead = msg.getU8();
Uint8 lookBody = msg.getU8();
Uint8 lookLegs = msg.getU8();
Uint8 lookFeet = msg.getU8();
(void)gender;
(void)maleLookType;
(void)femaleLookType;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
}
break;
default: break;
}
if(g_clientVersion >= 1212)
{
msg.getU8();//??
}
const std::string filter = msg.getString();
Uint16 timesBought = msg.getU16();
Uint32 timeAddedToStore = msg.getU32();
bool requiresConfiguration = msg.getBool();
(void)filter;
(void)timeAddedToStore;
(void)timesBought;
(void)requiresConfiguration;
Uint16 products = msg.getU16();
for(Uint16 j = 0; j < products; ++j)
{
const std::string productName = msg.getString();
Uint8 productType = msg.getU8();
switch(productType)
{
case 0:
{
const std::string icon = msg.getString();
(void)icon;
}
break;
case 1:
{
Uint16 lookMount = msg.getU16();
(void)lookMount;
}
break;
case 2:
{
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint8 lookHead = msg.getU8();
Uint8 lookBody = msg.getU8();
Uint8 lookLegs = msg.getU8();
Uint8 lookFeet = msg.getU8();
(void)lookType;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
}
break;
case 3:
{
Uint16 itemId = msg.getU16();
(void)itemId;
}
break;
case 4:
{
Uint8 gender = msg.getU8();
Uint16 maleLookType = msg.getU16();
Uint16 femaleLookType = msg.getU16();
Uint8 lookHead = msg.getU8();
Uint8 lookBody = msg.getU8();
Uint8 lookLegs = msg.getU8();
Uint8 lookFeet = msg.getU8();
(void)gender;
(void)maleLookType;
(void)femaleLookType;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
}
break;
default: break;
}
}
}
if(categoryName == "Home")
{
Uint8 featuredOffers = msg.getU8();
for(Uint8 i = 0; i < featuredOffers; ++i)
{
const std::string icon = msg.getString();
Uint8 openAction = msg.getU8();
switch(openAction)
{
case 1:
{
Uint8 featuredCategoryType = msg.getU8();
(void)featuredCategoryType;
}
break;
case 2:
{
const std::string featuredCategoryName = msg.getString();
const std::string featuredCategoryFilter = msg.getString();
(void)featuredCategoryName;
(void)featuredCategoryFilter;
}
break;
case 3:
{
Uint8 featuredOfferType = msg.getU8();
(void)featuredOfferType;
}
break;
case 4:
{
Uint32 featuredOfferId = msg.getU32();
(void)featuredOfferId;
}
break;
case 5:
{
const std::string featuredOfferName = msg.getString();
(void)featuredOfferName;
}
break;
default: break;
}
msg.getU8();//??
msg.getU8();//??
}
msg.getU8();//??
}
else if(categoryName == "Search")
{
msg.getBool();//??
}
return;
}
Uint16 offers = msg.getU16();
for(Uint16 i = 0; i < offers; ++i)
{
Uint32 offerId = msg.getU32();
const std::string offerName = msg.getString();
const std::string offerDescription = msg.getString();
(void)offerId;
(void)offerName;
(void)offerDescription;
Uint32 price = msg.getU32();
Uint8 highlightState = msg.getU8();
if(highlightState == 2 && g_game.hasGameFeature(GAME_FEATURE_STORE_HIGHLIGHTS2))
{
Uint32 saleTimestamp = msg.getU32();
Uint32 basePrice = msg.getU32();
(void)saleTimestamp;
(void)basePrice;
}
(void)price;
Uint8 disabledState = msg.getU8();
std::string disabledReason = "";
if(g_game.hasGameFeature(GAME_FEATURE_STORE_HIGHLIGHTS) && disabledState == 1)
disabledReason = msg.getString();
(void)disabledState;
(void)disabledReason;
Uint8 icons = msg.getU8();
for(Uint8 j = 0; j < icons; ++j)
{
const std::string icon = msg.getString();
(void)icon;
}
Uint16 subOffers = msg.getU16();
for(Uint16 j = 0; j < subOffers; ++j)
{
const std::string name = msg.getString();
const std::string description = msg.getString();
(void)name;
(void)description;
Uint8 subIcons = msg.getU8();
for(Uint8 k = 0; k < subIcons; ++k)
{
const std::string icon = msg.getString();
(void)icon;
}
const std::string serviceType = msg.getString();
(void)serviceType;
}
}
}
void ProtocolGame::parseStoreTransactionHistory(InputMessage& msg)
{
bool hasNextPage;
Uint32 pageCount;
Uint32 currentPage;
if(g_clientVersion <= 1096)
{
currentPage = SDL_static_cast(Uint32, msg.getU16());
pageCount = 0;//We don't know how many pages we have :)
hasNextPage = msg.getBool();
}
else
{
currentPage = msg.getU32();
pageCount = msg.getU32();
hasNextPage = false;
}
(void)hasNextPage;
(void)pageCount;
(void)currentPage;
Uint8 entries = msg.getU8();
for(Uint8 i = 0; i < entries; ++i)
{
if(g_clientVersion >= 1208)//Detect client version
{
msg.getU32();//Offer id?
msg.getU32();//Timestamp?
msg.getU8();//Product type?
msg.getU32();//Coin change?
msg.getU8();//Coin type?
msg.getRawString();//Product name?
msg.getBool();//Details button?
}
else
{
Uint32 time = msg.getU32();
Uint8 productType = msg.getU8();
Uint32 coinChange = msg.getU32();
if(g_clientVersion >= 1200)
msg.getU8();//Coin type?
const std::string productName = msg.getString();
(void)time;
(void)productType;
(void)coinChange;
(void)productName;
}
}
}
void ProtocolGame::parseStoreCompletePurchase(InputMessage& msg)
{
Uint8 messageId = msg.getU8();
(void)messageId;
const std::string message = msg.getString();
if(g_clientVersion < 1215)
{
Uint32 coins = msg.getU32();
Uint32 transferableCoins = msg.getU32();
(void)coins;
(void)transferableCoins;
}
(void)message;
}
void ProtocolGame::parseTransactionDetails(InputMessage& msg)
{
msg.getU32();//??
Uint8 type = msg.getU8();
switch(type)
{
case 0:
{
msg.getU32();//??
msg.getRawString();//??
msg.getRawString();//??
msg.getS32();//??
msg.getU32();//??
msg.getS32();//??
}
break;
case 1:
{
msg.getRawString();//??
msg.getU32();//??
msg.getU32();//??
msg.getU32();//??
msg.getU32();//??
msg.getU32();//??
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
msg.getU32();//??
msg.getRawString();//??
msg.getU8();//??
msg.getS32();//??
}
}
break;
default: break;
}
}
void ProtocolGame::parseImpactTracking(InputMessage& msg)
{
Uint8 healing = msg.getU8();
Uint32 damage = msg.getU32();
(void)healing;
(void)damage;
}
void ProtocolGame::parseItemWasted(InputMessage& msg)
{
Uint16 itemId = msg.getU16();
(void)itemId;
}
void ProtocolGame::parseItemLooted(InputMessage& msg)
{
ItemUI* item = getItemUI(msg, msg.getU16());
const std::string itemName = msg.getString();
(void)item;
(void)itemName;
}
void ProtocolGame::parseKillTracking(InputMessage& msg)
{
const std::string name = msg.getString();
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
(void)lookType;
(void)lookTypeEx;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
(void)lookAddons;
Uint8 lootCount = msg.getU8();
for(Uint8 i = 0; i < lootCount; ++i)
{
ItemUI* item = getItemUI(msg, msg.getU16());
(void)item;
}
(void)name;
}
void ProtocolGame::parsePartyHuntAnalyser(InputMessage& msg)
{
msg.getU32();//??
msg.getU32();//??
msg.getU8();//??
Uint8 count = msg.getU8();
for(Uint8 i = 0; i < count; ++i)
{
msg.getU32();//??
msg.getBool();//??
msg.getU64();//??
msg.getU64();//??
msg.getU64();//??
msg.getU64();//??
}
bool something = msg.getBool();
if(something)
{
count = msg.getU8();
for(Uint8 i = 0; i < count; ++i)
{
msg.getU32();//??
msg.getRawString();//??
}
}
}
void ProtocolGame::parseBestiaryTracker(InputMessage& msg)
{
Uint8 count = msg.getU8();
for(Uint8 i = 0; i < count; ++i)
{
msg.getU16();//??
msg.getU32();//??
msg.getU16();//??
msg.getU16();//??
msg.getU16();//??
msg.getBool();//??
}
}
void ProtocolGame::parsePreyHuntingTaskBaseData(InputMessage& msg)
{
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
msg.getU16();//??
msg.getU8();//??
}
Uint8 count = msg.getU8();
for(Uint8 i = 0; i < count; ++i)
{
msg.getU8();//??
msg.getU8();//??
msg.getU16();//??
msg.getU16();//??
msg.getU16();//??
msg.getU16();//??
}
}
void ProtocolGame::parsePreyHuntingTaskData(InputMessage& msg)
{
msg.getU8();//??
Uint8 something = msg.getU8();
if(something == 0)
{
msg.getU8();//??
}
else if(something > 1)
{
if(something <= 3)
{
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
msg.getU16();//??
msg.getBool();//??
}
}
else if(something <= 5)
{
msg.getU16();//??
msg.getBool();//??
msg.getU16();//??
msg.getU16();//??
msg.getU8();//??
}
}
}
void ProtocolGame::parseTeamFinderTeamLeader(InputMessage& msg)
{
bool noData = msg.getBool();
if(noData)
return;
msg.getU16();//??
msg.getU16();//??
msg.getU8();//??
msg.getU16();//??
msg.getU16();//??
msg.getU32();//??
Uint8 type = msg.getU8();//??
switch(type)
{
case 1:
{
msg.getU16();//??
}
break;
case 2:
{
msg.getU16();//??
msg.getU16();//??
}
break;
case 3:
{
msg.getU16();//??
}
break;
default: break;
}
Uint16 size = msg.getU16();//??
for(Uint16 i = 0; i < size; ++i)
{
msg.getU32();//??
msg.getRawString();//??
msg.getU16();//??
msg.getU8();//??
msg.getU8();//??
}
}
void ProtocolGame::parseTeamFinderTeamMember(InputMessage& msg)
{
bool noData = msg.getBool();
if(noData)
return;
Uint16 size = msg.getU16();//??
for(Uint16 i = 0; i < size; ++i)
{
msg.getU32();//??
msg.getRawString();//??
msg.getU16();//??
msg.getU16();//??
msg.getU8();//??
msg.getU16();//??
msg.getU16();//??
msg.getU32();//??
Uint8 type = msg.getU8();//??
switch(type)
{
case 1:
{
msg.getU16();//??
}
break;
case 2:
{
msg.getU16();//??
msg.getU16();//??
}
break;
case 3:
{
msg.getU16();//??
}
break;
default: break;
}
msg.getU8();//??
}
}
void ProtocolGame::parseRefreshImbuingDialog(InputMessage& msg)
{
msg.getU16();//??
Uint8 size8 = msg.getU8();
for(Uint8 i = 0; i < size8; ++i)
{
bool something = msg.getBool();
if(something)
{
msg.getU32();//??
msg.getRawString();//??
msg.getRawString();//??
msg.getRawString();//??
msg.getU16();//??
msg.getU32();//??
msg.getBool();//??
Uint8 size = msg.getU8();
for(Uint8 j = 0; j < size; ++j)
{
msg.getU16();//??
msg.getRawString();//??
msg.getU16();//??
}
msg.getU32();//??
msg.getU8();//??
msg.getU32();//??
msg.getU32();//??
msg.getU32();//??
}
}
Uint16 size16 = msg.getU16();
for(Uint16 i = 0; i < size16; ++i)
{
msg.getU32();//??
msg.getRawString();//??
msg.getRawString();//??
msg.getRawString();//??
msg.getU16();//??
msg.getU32();//??
msg.getBool();//??
Uint8 size = msg.getU8();
for(Uint8 j = 0; j < size; ++j)
{
msg.getU16();//??
msg.getRawString();//??
msg.getU16();//??
}
msg.getU32();//??
msg.getU8();//??
msg.getU32();//??
}
Uint32 size32 = msg.getU32();
for(Uint32 i = 0; i < size32; ++i)
{
msg.getU16();//??
msg.getU16();//??
}
}
void ProtocolGame::parseCloseImbuingDialog(InputMessage&)
{
}
void ProtocolGame::parseResourceBalance(InputMessage& msg)
{
ResourceBalanceTypes type = SDL_static_cast(ResourceBalanceTypes, msg.getU8());
if(type == RESOURCETYPE_CHARM_POINTS)
{
Sint32 charmPoints = msg.getS32();
g_game.setCharmPoints(charmPoints);
}
else if(type == RESOURCETYPE_UNKNOWN60)
{
Sint32 balance = msg.getS32();
(void)balance;
}
else
{
Uint64 balance = msg.getU64();
g_game.setResourceBalance(type, balance);
}
}
void ProtocolGame::parsePreyFreeListRerollAvailability(InputMessage& msg)
{
msg.getU8();//??
msg.getU16();//??
}
void ProtocolGame::parsePreyTimeLeft(InputMessage& msg)
{
msg.getU8();//??
msg.getU16();//??
}
void ProtocolGame::parsePreyData(InputMessage& msg)
{
msg.getU8();//??
Uint8 type = msg.getU8();
switch(type)
{
case 0:
{
msg.getU8();//??
}
break;
case 1: break;//no payload
case 2:
{
msg.getRawString();//??
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
(void)lookType;
(void)lookTypeEx;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
(void)lookAddons;
msg.getU8();//??
msg.getU16();//??
msg.getU8();//??
msg.getU16();//??
}
break;
case 3:
{
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getRawString();//??
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
(void)lookType;
(void)lookTypeEx;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
(void)lookAddons;
}
}
break;
case 4:
{
msg.getU8();//??
msg.getU16();//??
msg.getU8();//??
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getRawString();//??
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
(void)lookType;
(void)lookTypeEx;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
(void)lookAddons;
}
}
break;
case 5:
{
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
msg.getU16();//??
}
}
break;
case 6:
{
msg.getU8();//??
msg.getU16();//??
msg.getU8();//??
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
msg.getU16();//??
}
}
break;
default: break;
}
msg.getU16();//??
if(g_clientVersion >= 1190)
{
msg.getU8();//??
}
}
void ProtocolGame::parsePreyPrices(InputMessage& msg)
{
msg.getU32();//??
if(g_clientVersion >= 1190)
{
msg.getU8();//??
msg.getU8();//??
}
if(g_clientVersion >= 1230)
{
msg.getU32();//??
msg.getU32();//??
msg.getU8();//??
msg.getU8();//??
}
}
void ProtocolGame::parseMonsterCyclopedia(InputMessage& msg)
{
Uint16 races = msg.getU16();
for(Uint16 i = 0; i < races; ++i)
{
const std::string raceName = msg.getString();
Uint16 monsters = msg.getU16();
Uint16 knownMonsters = msg.getU16();
(void)raceName;
(void)monsters;
(void)knownMonsters;
}
}
void ProtocolGame::parseMonsterCyclopediaMonsters(InputMessage& msg)
{
const std::string race = msg.getString();
(void)race;
Uint16 monsters = msg.getU16();
for(Uint16 i = 0; i < monsters; ++i)
{
Uint16 monsterId = msg.getU16();
Uint8 progress = msg.getU8();
if(progress > 0)
{
Uint8 occurence = msg.getU8();
(void)occurence;
}
(void)monsterId;
}
}
void ProtocolGame::parseMonsterCyclopediaRace(InputMessage& msg)
{
Uint16 monsterId = msg.getU16();
const std::string raceName = msg.getString();
Uint8 progress = msg.getU8();
Uint32 totalKills = msg.getU32();
Uint16 killsToProgress1 = msg.getU16();
Uint16 killsToProgress2 = msg.getU16();
Uint16 killsToProgress3 = msg.getU16();
(void)monsterId;
(void)raceName;
(void)totalKills;
(void)killsToProgress1;
(void)killsToProgress2;
(void)killsToProgress3;
if(progress == 0)
return;
Uint8 difficult = msg.getU8();
Uint8 occurence = msg.getU8();
(void)difficult;
(void)occurence;
Uint8 items = msg.getU8();
for(Uint8 i = 0; i < items; ++i)
{
Uint16 itemId = msg.getU16();
Uint8 rarity = msg.getU8();
bool specialEventItem = msg.getBool();
if(itemId != 0)
{
const std::string itemName = msg.getString();
bool onePlus = msg.getBool();
(void)itemName;
(void)onePlus;
}
(void)itemId;
(void)rarity;
(void)specialEventItem;
}
if(progress == 1)
return;
Uint16 charmPoints = msg.getU16();
Uint8 attackType = msg.getU8();
bool castSpells = msg.getBool();
Uint32 hitPoints = msg.getU32();
Uint32 experience = msg.getU32();
Uint16 speed = msg.getU16();
Uint16 armor = msg.getU16();
(void)charmPoints;
(void)attackType;
(void)castSpells;
(void)hitPoints;
(void)experience;
(void)speed;
(void)armor;
if(progress == 2)
return;
Uint8 combats = msg.getU8();
for(Uint8 i = 0; i < combats; ++i)
{
Uint8 combatType = msg.getU8();
Sint16 combatValue = SDL_static_cast(Sint16, msg.getU16());
(void)combatType;
(void)combatValue;
}
Uint16 locations = msg.getU16();
for(Uint16 i = 0; i < locations; ++i)
{
const std::string location = msg.getString();
(void)location;
}
if(progress == 3)
return;
bool haveCharm = msg.getBool();
if(haveCharm)
{
msg.getU8();//??
msg.getU32();//??
}
else
msg.getBool();//??
}
void ProtocolGame::parseMonsterCyclopediaBonusEffects(InputMessage& msg)
{
Sint32 charmPoints = msg.getS32();
(void)charmPoints;
Uint8 charms = msg.getU8();
for(Uint8 i = 0; i < charms; ++i)
{
Uint8 charmId = msg.getU8();
const std::string charmName = msg.getString();
const std::string charmDescription = msg.getString();
msg.getU8();//??
Uint16 charmPrice = msg.getU16();
bool unlocked = msg.getBool();
bool activated = msg.getBool();
if(activated)
{
Uint16 monsterId = msg.getU16();
Uint32 clearPrice = msg.getU32();
(void)monsterId;
(void)clearPrice;
}
(void)charmId;
(void)charmName;
(void)charmDescription;
(void)charmPrice;
(void)unlocked;
}
Uint8 remainingAssignableCharms = msg.getU8();
bool hasCharmExpansion = (remainingAssignableCharms == 0xFF);
(void)remainingAssignableCharms;
(void)hasCharmExpansion;
Uint16 assignableMonsters = msg.getU16();
for(Uint16 i = 0; i < assignableMonsters; ++i)
{
Uint16 monsterId = msg.getU16();
(void)monsterId;
}
}
void ProtocolGame::parseMonsterCyclopediaNewDetails(InputMessage& msg)
{
msg.getU16();//??
}
void ProtocolGame::parseCyclopediaCharacterInfo(InputMessage& msg)
{
Uint8 type = msg.getU8();
if(g_clientVersion >= 1215)
{
bool noData = msg.getBool();
if(noData)
{
UTIL_messageBox("Error", "No data available at the moment. Please try again later. Note that it takes approximately 15 minutes if this character has recently logged out from a game world.");
return;
}
}
switch(type)
{
case CHARACTERINFO_BASEINFORMATION:
{
const std::string characterName = msg.getString();
const std::string characterVocation = msg.getString();
Uint16 characterLevel = msg.getU16();
(void)characterName;
(void)characterVocation;
(void)characterLevel;
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
(void)lookType;
(void)lookTypeEx;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
(void)lookAddons;
msg.getBool();
bool enableStoreNTitles = msg.getBool();
const std::string characterTitle = msg.getString();
(void)enableStoreNTitles;
(void)characterTitle;
}
break;
case CHARACTERINFO_GENERALSTATS:
{
Uint64 experience = msg.getU64();
Uint16 level = msg.getU16();
Uint8 levelPercent = msg.getU8();
(void)experience;
(void)level;
(void)levelPercent;
Uint16 baseXp = msg.getU16();
if(g_clientVersion >= 1215)
{
Sint32 tournamentFactor = msg.getS32();
(void)tournamentFactor;
}
Uint16 grindingXp = msg.getU16();
Uint16 storeBoostXp = msg.getU16();
Uint16 huntingBoostXp = msg.getU16();
(void)baseXp;
(void)grindingXp;
(void)storeBoostXp;
(void)huntingBoostXp;
Uint16 xpBoostRemainingTime = msg.getU16();
bool canBuyXpBoost = msg.getBool();
(void)xpBoostRemainingTime;
(void)canBuyXpBoost;
Uint16 health = msg.getU16();
Uint16 healthMax = msg.getU16();
Uint16 mana = msg.getU16();
Uint16 manaMax = msg.getU16();
(void)health;
(void)healthMax;
(void)mana;
(void)manaMax;
Uint8 soul = msg.getU8();
Uint16 stamina = msg.getU16();
Uint16 regeneration = msg.getU16();
Uint16 training = msg.getU16();
(void)soul;
(void)stamina;
(void)regeneration;
(void)training;
Uint16 speed = msg.getU16();
Uint16 baseSpeed = msg.getU16();
(void)speed;
(void)baseSpeed;
Uint32 totalCapacity = msg.getU32();
Uint32 baseCapacity = msg.getU32();
Uint32 freeCapacity = msg.getU32();
(void)totalCapacity;
(void)baseCapacity;
(void)freeCapacity;
Uint8 skills = msg.getU8();
for(Uint8 i = 0; i < skills; ++i)
{
Uint8 skillId = msg.getU8();
Uint16 skillLevel;
if(g_game.hasGameFeature(GAME_FEATURE_DOUBLE_SKILLS))
skillLevel = msg.getU16();
else
skillLevel = SDL_static_cast(Uint16, msg.getU8());
Uint16 baseSkillLevel = skillLevel;
if(g_game.hasGameFeature(GAME_FEATURE_BASE_SKILLS))
{
if(g_game.hasGameFeature(GAME_FEATURE_DOUBLE_SKILLS))
baseSkillLevel = msg.getU16();
else
baseSkillLevel = SDL_static_cast(Uint16, msg.getU8());
}
Uint8 skillLevelPercent = 0;
if(g_game.hasGameFeature(GAME_FEATURE_DOUBLE_PERCENT_SKILLS))
{
msg.getU16();//loyalty bonus
skillLevelPercent = SDL_static_cast(Uint8, msg.getU16() / 100);
}
else
skillLevelPercent = msg.getU8();
(void)skillId;
(void)skillLevel;
(void)baseSkillLevel;
(void)skillLevelPercent;
}
}
break;
case CHARACTERINFO_COMBATSTATS:
{
for(Sint32 i = Skills_CriticalChance; i < Skills_LastAdditionalSkill; ++i)
{
Uint16 level;
if(g_game.hasGameFeature(GAME_FEATURE_DOUBLE_SKILLS))
level = msg.getU16();
else
level = SDL_static_cast(Uint16, msg.getU8());
Uint16 baseLevel = level;
if(g_game.hasGameFeature(GAME_FEATURE_BASE_SKILLS))
{
if(g_game.hasGameFeature(GAME_FEATURE_DOUBLE_SKILLS))
baseLevel = msg.getU16();
else
baseLevel = SDL_static_cast(Uint16, msg.getU8());
}
(void)level;
(void)baseLevel;
}
Uint8 blessings = msg.getU8();
Uint8 totalBlessings = msg.getU8();
(void)blessings;
(void)totalBlessings;
Uint16 attackValue = msg.getU16();
Uint8 damageType = msg.getU8();
(void)attackValue;
(void)damageType;
Uint8 convertedDamage = msg.getU8();
Uint8 convertedType = msg.getU8();
(void)convertedDamage;
(void)convertedType;
Uint16 armorValue = msg.getU16();
Uint16 defenseValue = msg.getU16();
(void)armorValue;
(void)defenseValue;
Uint8 combats = msg.getU8();
for(Uint8 i = 0; i < combats; ++i)
{
Uint8 combatType = msg.getU8();
Sint8 combatValue = msg.getS8();
(void)combatType;
(void)combatValue;
}
}
break;
case CHARACTERINFO_RECENTDEATHS:
{
Uint16 currentPage = msg.getU16();
Uint16 availablePages = msg.getU16();
Uint16 deaths = msg.getU16();
for(Uint16 i = 0; i < deaths; ++i)
{
Uint32 timestamp = msg.getU32();
std::string cause = msg.getString();
(void)timestamp;
(void)cause;
}
(void)currentPage;
(void)availablePages;
}
break;
case CHARACTERINFO_RECENTPVPKILLS:
{
Uint16 currentPage = msg.getU16();
Uint16 availablePages = msg.getU16();
Uint16 kills = msg.getU16();
for(Uint16 i = 0; i < kills; ++i)
{
Uint32 timestamp = msg.getU32();
std::string description = msg.getString();
Uint8 status = msg.getU8();
(void)timestamp;
(void)description;
(void)status;
}
(void)currentPage;
(void)availablePages;
}
break;
case CHARACTERINFO_ACHIEVEMENTS:
{
Uint16 totalPoints = msg.getU16();
Uint16 totalSecretAchievements = msg.getU16();
(void)totalPoints;
(void)totalSecretAchievements;
Uint16 achievements = msg.getU16();
for(Uint16 i = 0; i < achievements; ++i)
{
Uint16 achievementId = msg.getU16();
Uint32 timestamp = msg.getU32();
bool secret = msg.getBool();
if(secret)
{
std::string name = msg.getString();
std::string description = msg.getString();
Uint8 grade = msg.getU8();
(void)name;
(void)description;
(void)grade;
}
(void)achievementId;
(void)timestamp;
}
}
break;
case CHARACTERINFO_ITEMSUMMARY:
{
Uint16 inventoryItems = msg.getU16();
for(Uint16 i = 0; i < inventoryItems; ++i)
{
Uint16 itemId = msg.getU16();
Uint32 itemCount = msg.getU32();
(void)itemId;
(void)itemCount;
}
Uint16 storeInboxItems = msg.getU16();
for(Uint16 i = 0; i < storeInboxItems; ++i)
{
Uint16 itemId = msg.getU16();
Uint32 itemCount = msg.getU32();
(void)itemId;
(void)itemCount;
}
Uint16 supplyStashItems = msg.getU16();
for(Uint16 i = 0; i < supplyStashItems; ++i)
{
Uint16 itemId = msg.getU16();
Uint32 itemCount = msg.getU32();
(void)itemId;
(void)itemCount;
}
Uint16 depotItems = msg.getU16();
for(Uint16 i = 0; i < depotItems; ++i)
{
Uint16 itemId = msg.getU16();
Uint32 itemCount = msg.getU32();
(void)itemId;
(void)itemCount;
}
Uint16 inboxItems = msg.getU16();
for(Uint16 i = 0; i < inboxItems; ++i)
{
Uint16 itemId = msg.getU16();
Uint32 itemCount = msg.getU32();
(void)itemId;
(void)itemCount;
}
}
break;
case CHARACTERINFO_OUTFITSMOUNTS:
{
Uint16 outfits = msg.getU16();
for(Uint16 i = 0; i < outfits; ++i)
{
Uint16 lookType = msg.getU16();
const std::string outfitName = msg.getString();
Uint8 lookAddons = msg.getU8();
Uint8 outfitType = msg.getU8();
Uint32 outfitId = msg.getU32();
(void)lookType;
(void)outfitName;
(void)lookAddons;
(void)outfitType;
(void)outfitId;
}
if(outfits > 0)
{
Uint8 lookHead = msg.getU8();
Uint8 lookBody = msg.getU8();
Uint8 lookLegs = msg.getU8();
Uint8 lookFeet = msg.getU8();
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
}
Uint16 mounts = msg.getU16();
for(Uint16 i = 0; i < mounts; ++i)
{
Uint16 lookMount = msg.getU16();
const std::string mountName = msg.getString();
Uint8 mountType = msg.getU8();
Uint32 mountId = msg.getU32();
(void)lookMount;
(void)mountName;
(void)mountType;
(void)mountId;
}
}
break;
case CHARACTERINFO_STORESUMMARY:
{
Uint32 remainingStoreXpBoostTime = msg.getU32();
Uint32 remainingDailyRewardXpBoostTime = msg.getU32();
Uint8 blessings = msg.getU8();
for(Uint8 i = 0; i < blessings; ++i)
{
const std::string blessName = msg.getString();
Uint8 blessCount = msg.getU8();
(void)blessName;
(void)blessCount;
}
(void)remainingStoreXpBoostTime;
(void)remainingDailyRewardXpBoostTime;
Uint8 permanentPreySlots = msg.getU8();
Uint8 preyWildcards = msg.getU8();
Uint8 instantRewardAccess = msg.getU8();
bool charmExpansion = msg.getBool();
Uint8 purchasedHirelings = msg.getU8();
Uint8 hirelingJobs = msg.getU8();
for(Uint8 i = 0; i < hirelingJobs; ++i)
{
Uint8 jobId = msg.getU8();
(void)jobId;
//0 - Banker
//1 - Trader
//2 - Cook
//3 - Steward
}
(void)permanentPreySlots;
(void)preyWildcards;
(void)instantRewardAccess;
(void)charmExpansion;
(void)purchasedHirelings;
Uint8 hirelingOutfits = msg.getU8();
for(Uint8 i = 0; i < hirelingOutfits; ++i)
{
const std::string outfitName = msg.getString();
Uint8 outfitCount = msg.getU8();
(void)outfitName;
(void)outfitCount;
}
Uint16 purchasedItems = msg.getU16();
for(Uint16 i = 0; i < purchasedItems; ++i)
{
Uint16 itemId = msg.getU16();
const std::string itemName = msg.getString();
Uint8 itemCount = msg.getU8();
(void)itemId;
(void)itemName;
(void)itemCount;
}
}
break;
case CHARACTERINFO_INSPECTION:
{
Uint8 items = msg.getU8();
for(Uint8 i = 0; i < items; ++i)
{
Uint8 slot = msg.getU8();
const std::string itemName = msg.getString();
(void)slot;
(void)itemName;
ItemUI* item = getItemUI(msg, msg.getU16());
(void)item;
Uint8 imbuements = msg.getU8();
for(Uint8 j = 0; j < imbuements; ++j)
{
Uint16 imbuementId = msg.getU16();//??
(void)imbuementId;
}
Uint8 messages = msg.getU8();
for(Uint8 j = 0; j < messages; ++j)
{
const std::string title = msg.getString();
const std::string value = msg.getString();
(void)title;
(void)value;
}
}
const std::string characterName = msg.getString();
(void)characterName;
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
(void)lookType;
(void)lookTypeEx;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
(void)lookAddons;
Uint8 messages = msg.getU8();
for(Uint8 i = 0; i < messages; ++i)
{
const std::string title = msg.getString();
const std::string value = msg.getString();
(void)title;
(void)value;
}
}
break;
case CHARACTERINFO_BADGES:
{
bool enabledBadges = msg.getBool();
if(!enabledBadges)
return;
bool accountOnline = msg.getBool();
bool premiumStatus = msg.getBool();
const std::string royaltyTitle = msg.getString();
Uint8 badges = msg.getU8();
for(Uint8 i = 0; i < badges; ++i)
{
Uint32 badgeId = msg.getU32();
const std::string badgeDescription = msg.getString();
(void)badgeId;
(void)badgeDescription;
}
(void)accountOnline;
(void)premiumStatus;
(void)royaltyTitle;
}
break;
case CHARACTERINFO_TITLES:
{
Uint8 currentTitleId = msg.getU8();
Uint8 titles = msg.getU8();
for(Uint8 i = 0; i < titles; ++i)
{
Uint8 titleId = msg.getU8();
const std::string titleName = msg.getString();
const std::string titleDescription = msg.getString();
bool permanent = msg.getBool();
bool unlocked = msg.getBool();
(void)titleId;
(void)titleName;
(void)titleDescription;
(void)permanent;
(void)unlocked;
}
(void)currentTitleId;
}
break;
default: break;
}
}
void ProtocolGame::parseHirelingNameChange(InputMessage& msg)
{
msg.getU32();//??
msg.getU32();//??
}
void ProtocolGame::parseCyclopediaMapData(InputMessage& msg)
{
Uint8 type = msg.getU8();
switch(type)
{
case MAPDATA_SETMARK:
{
Position markPos = msg.getPosition();
Uint8 marktype = msg.getU8();
const std::string markDescription = msg.getString();
g_automap.setMapMark(markPos.x, markPos.y, markPos.z, marktype, markDescription);
}
break;
case MAPDATA_AREADATA:
{
Uint16 areas = msg.getU16();
for(Uint16 i = 0; i < areas; ++i)
{
Uint16 areaId = msg.getU16();
Uint8 status = msg.getU8();//0 - ??, 1 - ??, 2 - ??, 3 - completed
Uint8 progress = msg.getU8();
(void)areaId;
(void)status;
(void)progress;
}
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
msg.getU16();//??
}
size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
msg.getU16();//??
}
}
break;
case MAPDATA_SETRAID:
{
const Position position = msg.getPosition();
bool inactiveRaid = msg.getBool();
(void)position;
(void)inactiveRaid;
}
break;
case MAPDATA_IMMINENTRAID:
{
Uint16 areaId = msg.getU16();
Uint8 raidCount = msg.getU8();
(void)areaId;
(void)raidCount;
}
break;
case MAPDATA_UNKNOWN4:
{
msg.getU16();//??
msg.getU8();//??
}
break;
case MAPDATA_INTERESTPOINTS:
{
Uint16 areaId = msg.getU16();
Uint8 totalInterestPoints = msg.getU8();
Uint8 interestPoints = msg.getU8();
for(Uint8 i = 0; i < interestPoints; ++i)
{
const Position position = msg.getPosition();
bool discovered = msg.getBool();
(void)position;
(void)discovered;
}
(void)areaId;
(void)totalInterestPoints;
}
break;
case MAPDATA_UNKNOWN6:
{
msg.getPosition();//??
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getU16();//??
}
}
break;
case MAPDATA_UNKNOWN7:
{
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getU16();//??
Uint8 count = msg.getU8();
for(Uint8 j = 0; j < count; ++j)
{
msg.getU16();//??
msg.getBool();//??
msg.getU8();//??
}
}
}
break;
case MAPDATA_UNKNOWN8:
{
msg.getU16();//??
msg.getBool();//??
}
break;
case MAPDATA_IMPROVEDRESPAWNS:
{
Uint64 maximumGold = msg.getU64();
Uint8 areas = msg.getU8();
for(Uint8 i = 0; i < areas; ++i)
{
Uint16 areaId = msg.getU16();
bool improvedRespawn = msg.getBool();
Uint64 areaGold = msg.getU64();
(void)areaId;
(void)improvedRespawn;
(void)areaGold;
}
(void)maximumGold;
}
break;
case MAPDATA_UNKNOWN10:
{
msg.getU16();//??
}
break;
default: break;
}
}
void ProtocolGame::parseCyclopediaHouseActionResult(InputMessage& msg)
{
msg.getU32();//??
Uint8 something1 = msg.getU8();//??
Uint8 something2 = msg.getU8();//??
if(something1 == 1 && something2 == 0)
{
msg.getBool();//??
}
}
void ProtocolGame::parseCyclopediaStaticHouseData(InputMessage& msg)
{
msg.getU32();//??
msg.getU8();//??
msg.getU8();//??
msg.getU8();//??
msg.getU8();//??
msg.getU8();//??
msg.getU8();//??
Uint8 count = msg.getU8();//??
for(Uint8 i = 0; i < count; ++i)
{
msg.getU32();//??
}
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
msg.getU32();//??
}
}
void ProtocolGame::parseCyclopediaCurrentHouseData(InputMessage& msg)
{
Uint16 houses = msg.getU16();
for(Uint16 i = 0; i < houses; ++i)
{
Uint32 houseId = msg.getU32();
bool active = msg.getBool();
Uint8 houseType = msg.getU8();
(void)houseId;
(void)active;
switch(houseType)
{
case 0:
{
//Auction
std::string bidder = msg.getString();
bool bidLimited = msg.getBool();
msg.getU8();//??
if(!bidder.empty())
{
Uint32 bidEndTimestamp = msg.getU32();
Uint64 bidMoney = msg.getU64();
(void)bidEndTimestamp;
(void)bidMoney;
}
if(bidLimited)
{
Uint64 bidLimit = msg.getU64();
(void)bidLimit;
}
}
break;
case 1:
{
//Unrentable
}
break;
case 2:
{
//Rental Details
std::string houseTenant = msg.getString();
Uint32 paidUntil = msg.getU32();
bool youAreRenting = msg.getBool();
if(youAreRenting)
{
msg.getU8();//??
msg.getU8();//??
}
(void)houseTenant;
(void)paidUntil;
}
break;
case 3:
{
//Rental Details
std::string houseTenant = msg.getString();
Uint32 paidUntil = msg.getU32();
bool youAreRenting = msg.getBool();
if(youAreRenting)
{
msg.getU8();//??
msg.getU8();//??
}
(void)houseTenant;
(void)paidUntil;
//Pending Transfer
Uint32 transferDate = msg.getU32();
std::string newOwner = msg.getString();
msg.getBool();//??
Uint64 transferPrice = msg.getU64();
bool youAreRecipient = msg.getBool();
if(youAreRecipient)
{
msg.getU8();//??
msg.getU8();//??
}
if(youAreRenting)
{
msg.getU8();//??
}
(void)transferDate;
(void)newOwner;
(void)transferPrice;
}
break;
case 4:
{
//Rental Details
std::string houseTenant = msg.getString();
Uint32 paidUntil = msg.getU32();
bool youAreRenting = msg.getBool();
if(youAreRenting)
{
msg.getU8();//??
msg.getU8();//??
}
(void)houseTenant;
(void)paidUntil;
//Move out Pending
Uint32 moveOutDate = msg.getU32();
if(youAreRenting)
{
msg.getU8();//??
}
(void)moveOutDate;
}
break;
default: break;
}
}
}
void ProtocolGame::parseOpenRewardWall(InputMessage& msg)
{
msg.getBool();//??
msg.getU32();//??
msg.getU8();//??
Uint8 something = msg.getU8();
if(something != 0)
{
msg.getRawString();//??
}
msg.getU32();//??
msg.getU16();//??
msg.getU16();//??
}
void ProtocolGame::parseCloseRewardWall(InputMessage&)
{
}
void ProtocolGame::parseDailyRewardBasic(InputMessage& msg)
{
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
Uint8 type = msg.getU8();
switch(type)
{
case 1:
{
msg.getU8();//??
Uint8 count = msg.getU8();
for(Uint8 j = 0; j < count; ++j)
{
msg.getU16();//??
msg.getRawString();//??
msg.getU32();//??
}
}
break;
case 2:
{
Uint8 count = msg.getU8();
for(Uint8 j = 0; j < count; ++j)
{
Uint8 subType = msg.getU8();
switch(subType)
{
case 1:
{
msg.getU16();//??
msg.getRawString();//??
msg.getU8();//??
}
break;
case 2:
{
msg.getU8();//??
}
break;
case 3:
{
msg.getU16();//??
}
break;
default: break;
}
}
}
break;
default: break;
}
type = msg.getU8();
switch(type)
{
case 1:
{
msg.getU8();//??
Uint8 count = msg.getU8();
for(Uint8 j = 0; j < count; ++j)
{
msg.getU16();//??
msg.getRawString();//??
msg.getU32();//??
}
}
break;
case 2:
{
Uint8 count = msg.getU8();
for(Uint8 j = 0; j < count; ++j)
{
Uint8 subType = msg.getU8();
switch(subType)
{
case 1:
{
msg.getU16();//??
msg.getRawString();//??
msg.getU8();//??
}
break;
case 2:
{
msg.getU8();//??
}
break;
case 3:
{
msg.getU16();//??
}
break;
default: break;
}
}
}
break;
default: break;
}
}
size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getRawString();//??
msg.getU8();//??
}
msg.getU8();//??
}
void ProtocolGame::parseDailyRewardHistory(InputMessage& msg)
{
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getU32();//??
msg.getU8();//??
msg.getRawString();//??
msg.getU16();//??
}
}
void ProtocolGame::parseDailyRewardCollectionState(InputMessage& msg)
{
msg.getBool();//??
}
void ProtocolGame::parseGameNews(InputMessage& msg)
{
Uint32 timestamp = msg.getU32();
bool readed = msg.getBool();
(void)timestamp;
(void)readed;
}
void ProtocolGame::parsePlayerDataTournament(InputMessage& msg)
{
if(g_clientVersion >= 1240)
{
Uint8 type = msg.getU8();
switch(type)
{
case 0:
{
msg.getU32();//??
}
break;
case 1:
{
msg.getU32();//??
}
break;
case 2:
{
msg.getU32();//??
msg.getU32();//??
}
break;
default: break;
}
}
else
{
Uint32 dailyPlaytime = msg.getU32();
(void)dailyPlaytime;
}
}
void ProtocolGame::parseTournamentInformation(InputMessage& msg)
{
Uint8 tournamentType = msg.getU8();
switch(tournamentType)
{
case TOURNAMENT_INFORMATION_WORLDS:
{
msg.getU8();//need more tests to determine what it is, ??
Uint32 regularWorldCost = msg.getU32();
bool enableRestrictedWorld = msg.getBool();
Uint32 restrictedWorldCost = msg.getU32();
Uint8 something = msg.getU8();
if(something == 1 || something == 2)
{
msg.getBool();//need more tests to determine what it is, ??
msg.getBool();//need more tests to determine what it is, ??
msg.getU16();//need more tests to determine what it is, ??
}
(void)regularWorldCost;
(void)enableRestrictedWorld;
(void)restrictedWorldCost;
}
break;
case TOURNAMENT_INFORMATION_STAGE:
{
Uint32 signupTimestamp = msg.getU32();
Uint32 runningTimestamp = msg.getU32();
Uint32 finishTimestamp = msg.getU32();
StageInformation status = SDL_static_cast(StageInformation, msg.getU8());
msg.getU32();//need more tests to determine what it is, ??
Uint32 timeleft = msg.getU32();
(void)signupTimestamp;
(void)runningTimestamp;
(void)finishTimestamp;
(void)status;
(void)timeleft;
}
break;
case TOURNAMENT_INFORMATION_RULES:
{
RulePvPType pvpType = SDL_static_cast(RulePvPType, msg.getU8());
if(g_clientVersion >= 1240)
{
msg.getBool();//??
Uint8 type = msg.getU8();//??
switch(type)
{
case 0:
{
msg.getU32();//??
}
break;
case 1:
{
msg.getU32();//??
}
break;
case 2:
{
msg.getU32();//??
msg.getU32();//??
}
break;
default: break;
}
}
else
{
Uint32 dailyPlaytime = msg.getU32();
(void)dailyPlaytime;
}
Uint16 deathPenaltyModifier = msg.getU16();
Uint16 expMultiplier = msg.getU16();
Uint16 skillMultiplier = msg.getU16();
Uint16 spawnMultiplier = msg.getU16();
Uint16 lootProbability = msg.getU16();
Uint8 rentPercentage = msg.getU8();
Uint8 houseAuctionDurations = msg.getU8();
msg.getRawString();//need more tests to determine what it is, ??
msg.getRawString();//need more tests to determine what it is, ??
if(g_clientVersion >= 1240)
msg.getRawString();//??
(void)pvpType;
(void)deathPenaltyModifier;
(void)expMultiplier;
(void)skillMultiplier;
(void)spawnMultiplier;
(void)lootProbability;
(void)rentPercentage;
(void)houseAuctionDurations;
}
break;
case TOURNAMENT_INFORMATION_UNKNOWN:
{
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getRawString();//??
}
size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getRawString();//??
}
size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getU8();//??
}
size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getRawString();//??
}
bool something = msg.getBool();
if(something)
{
msg.getRawString();//??
msg.getU8();//??
msg.getRawString();//??
}
}
break;
case TOURNAMENT_INFORMATION_CHARACTERS:
{
bool hasRegularWorldCharacter = msg.getBool();
if(hasRegularWorldCharacter)
{
//characterGUID is for cyclopedia character info
Uint32 characterGUID = msg.getU32();
std::string characterName = msg.getString();
Uint16 completedTournaments = msg.getU16();
Uint32 highestRank = msg.getU32();
Uint32 highestRankTimestamp = msg.getU32();
std::string worldName = msg.getString();
Uint32 tournamentCoinsRewarded = msg.getU32();
Uint32 tibiaCoinsRewarded = msg.getU32();
Uint16 tournamentVouchersRewarded = msg.getU16();
(void)characterGUID;
(void)characterName;
(void)completedTournaments;
(void)highestRank;
(void)highestRankTimestamp;
(void)worldName;
(void)tournamentCoinsRewarded;
(void)tibiaCoinsRewarded;
(void)tournamentVouchersRewarded;
if(g_clientVersion >= 1240)
{
Uint8 size = msg.getU8();//??
for(Uint8 i = 0; i < size; ++i)
{
msg.getU8();//??
msg.getU16();//??
}
size = msg.getU8();//??
for(Uint8 i = 0; i < size; ++i)
{
msg.getU16();//??
msg.getU8();//??
}
}
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
(void)lookType;
(void)lookTypeEx;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
(void)lookAddons;
Uint32 totalPlaytime = msg.getU32();
Uint32 totalDeaths = msg.getU32();
(void)totalPlaytime;
(void)totalDeaths;
}
bool hasRestrictedWorldCharacter = msg.getBool();
if(hasRestrictedWorldCharacter)
{
Uint32 characterGUID = msg.getU32();
std::string characterName = msg.getString();
Uint16 completedTournaments = msg.getU16();
Uint32 highestRank = msg.getU32();
Uint32 highestRankTimestamp = msg.getU32();
std::string worldName = msg.getString();
Uint32 tournamentCoinsRewarded = msg.getU32();
Uint32 tibiaCoinsRewarded = msg.getU32();
Uint16 tournamentVouchersRewarded = msg.getU16();
(void)characterGUID;
(void)characterName;
(void)completedTournaments;
(void)highestRank;
(void)highestRankTimestamp;
(void)worldName;
(void)tournamentCoinsRewarded;
(void)tibiaCoinsRewarded;
(void)tournamentVouchersRewarded;
if(g_clientVersion >= 1240)
{
Uint8 size = msg.getU8();//??
for(Uint8 i = 0; i < size; ++i)
{
msg.getU8();//??
msg.getU16();//??
}
size = msg.getU8();//??
for(Uint8 i = 0; i < size; ++i)
{
msg.getU16();//??
msg.getU8();//??
}
}
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
(void)lookType;
(void)lookTypeEx;
(void)lookHead;
(void)lookBody;
(void)lookLegs;
(void)lookFeet;
(void)lookAddons;
Uint32 totalPlaytime = msg.getU32();
Uint32 totalDeaths = msg.getU32();
(void)totalPlaytime;
(void)totalDeaths;
}
}
break;
case TOURNAMENT_INFORMATION_UNKNOWN5:
{
msg.getBool();//??
}
break;
default: break;
}
}
void ProtocolGame::parseTournamentLeaderboard(InputMessage& msg)
{
Uint8 type = msg.getU8();
bool noData = msg.getBool();
if(noData)
{
//pass no data available to leaderboard window
return;
}
switch(type)
{
case TOURNAMENT_LEADERBOARD_WORLDS:
{
Uint8 worlds = msg.getU8();
for(Uint8 i = 0; i < worlds; ++i)
{
std::string worldName = msg.getString();
(void)worldName;
if(g_clientVersion >= 1240)
msg.getRawString();//??
}
std::string currentWorld = msg.getString();
Uint16 refreshInSeconds = msg.getU16();
Uint16 currentPage = msg.getU16();
Uint16 totalPages = msg.getU16();
(void)currentWorld;
(void)refreshInSeconds;
(void)currentPage;
(void)totalPages;
}
case TOURNAMENT_LEADERBOARD_CHARACTERS:
{
Uint8 characters = msg.getU8();
for(Uint8 i = 0; i < characters; ++i)
{
Uint32 currentRank = msg.getU32();
Uint32 lastRank = msg.getU32();
std::string name = msg.getString();
Uint8 vocation = msg.getU8();
bool promoted = (vocation >= 10);
vocation %= 10;
Uint64 score = msg.getU64();
RankIndicator rankIndicator = SDL_static_cast(RankIndicator, msg.getU8());
bool unk1 = msg.getBool();//need more tests to determine what it is, ??
bool unk2 = msg.getBool();//need more tests to determine what it is, change color name to green(our character indicator?)
(void)currentRank;
(void)lastRank;
(void)name;
(void)vocation;
(void)promoted;
(void)score;
(void)rankIndicator;
(void)unk1;
(void)unk2;
}
Uint8 unk3 = msg.getU8();//need more tests to determine what it is, ??
std::string unk4 = msg.getString();//need more tests to determine what it is, ??
(void)unk3;
(void)unk4;
}
break;
default: break;
}
}
void ProtocolGame::parseCharacterTradeConfigurationLight(InputMessage& msg)
{
Uint8 type = msg.getU8();
switch(type)
{
case 0:
{
msg.getRawString();//??
msg.getU16();//??
Uint8 vocation = msg.getU8() % 10;
(void)vocation;
msg.getU8();//??
msg.getU32();//??
msg.getU32();//??
msg.getU16();//??
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getRawString();//??
msg.getBool();//??
}
}
break;
case 1:
case 2:
{
Uint16 size = msg.getU16();
for(Uint16 i = 0; i < size; ++i)
{
msg.getU16();//??
msg.getU32();//??
}
}
break;
case 3:
{
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getU8();//??
msg.getRawString();//??
Uint16 count = msg.getU16();
for(Uint16 j = 0; j < count; ++j)
{
msg.getU16();//??
msg.getRawString();//??
}
}
}
break;
case 4:
{
msg.getU16();//??
Uint8 size = msg.getU8();
for(Uint8 i = 0; i < size; ++i)
{
msg.getRawString();//??
}
}
break;
}
}
void ProtocolGame::onConnect()
{
if(g_game.hasGameFeature(GAME_FEATURE_SERVER_SENDFIRST))
setChecksumMethod(CHECKSUM_METHOD_CHALLENGE);
else
sendLogin(0, 0);
if(g_game.hasGameFeature(GAME_FEATURE_CLIENT_SENDSERVERNAME))
sendServerName(g_engine.getCharacterWorldName());
}
void ProtocolGame::onConnectionError(ConnectionError error)
{
if(!m_skipErrors)
m_lastError = error;
}
void ProtocolGame::onDisconnect()
{
if(m_gameInitialized)
g_engine.processGameEnd();
if(m_lastError != CONNECTION_ERROR_INVALID)
{
switch(m_lastError)
{
case CONNECTION_ERROR_RESOLVE_HOST:
UTIL_messageBox("Connection Failed", "Cannot connect to a game server.\n\nError: Cannot resolve host.");
break;
case CONNECTION_ERROR_CANNOT_CONNECT:
UTIL_messageBox("Connection Failed", "Cannot connect to a game server.\n\nError: Cannot connect.");
break;
case CONNECTION_ERROR_FAIL_CONNECT:
UTIL_messageBox("Connection Failed", "Cannot connect to a game server.\n\nError: Connection failed.");
break;
case CONNECTION_ERROR_REFUSED_CONNECT:
UTIL_messageBox("Connection Failed", "Cannot connect to a game server.\n\nError: Connection refused.");
break;
case CONNECTION_ERROR_TIMEOUT:
UTIL_messageBox("Connection Failed", "Cannot connect to a game server.\n\nError: Connection timed out.");
break;
case CONNECTION_ERROR_RECV_FAIL:
UTIL_messageBox("Connection Failed", "Cannot connect to a game server.\n\nError: Failed to call recv().");
break;
case CONNECTION_ERROR_SEND_FAIL:
UTIL_messageBox("Connection Failed", "Cannot connect to a game server.\n\nError: Failed to call send().");
break;
case CONNECTION_ERROR_PROTOCOL_FAIL:
UTIL_messageBox("Connection Failed", "Cannot connect to a game server.\n\nError: Protocol mismatched.");
break;
default: break;
}
}
UTIL_createCharacterList();
delete this;
}
void ProtocolGame::sendServerName(const std::string& serverName)
{
if(!g_connection)
return;
OutputMessage msg(0);
for(size_t i = 0, len = serverName.length(); i < len; ++i)
msg.addU8(serverName[i]);
msg.addU8('\n');
g_connection->sendMessage(msg);
}
void ProtocolGame::sendLogin(Uint32 challengeTimestamp, Uint8 challengeRandom)
{
bool checksumFeature = (g_game.hasGameFeature(GAME_FEATURE_CHECKSUM) || g_game.hasGameFeature(GAME_FEATURE_PROTOCOLSEQUENCE));
bool xteaFeature = g_game.hasGameFeature(GAME_FEATURE_XTEA);
bool rsa1024Feature = g_game.hasGameFeature(GAME_FEATURE_RSA1024);
OutputMessage msg((checksumFeature ? 6 : 2));
msg.addU8(GameLoginOpcode);
msg.addU8((g_game.hasGameFeature(GAME_FEATURE_PROTOCOLSEQUENCE) ? QT_CIPBIA_OS : LEGACY_CIPBIA_OS));
msg.addU8(Protocol::getOS());
msg.addU16(Protocol::getProtocolVersion());
if(g_game.hasGameFeature(GAME_FEATURE_CLIENT_VERSION))
msg.addU32(Protocol::getClientVersion());
if(g_clientVersion >= 1240)
msg.addString("00.00.00000");
if(g_game.hasGameFeature(GAME_FEATURE_CONTENT_REVISION))
msg.addU16(SDL_static_cast(Uint16, g_datRevision));
if(g_game.hasGameFeature(GAME_FEATURE_PREVIEW_STATE))
msg.addU8(0);
if(g_clientVersion >= 1149 && g_clientVersion < 1200)
msg.addU8(0);
Uint16 firstByte = msg.getWritePos();
if(rsa1024Feature)
msg.addU8(0);//First byte with RSA have to be 0
Uint32 keys[4];
if(xteaFeature)
{
keys[0] = (UTIL_random(0, 0xFF) << 24) | (UTIL_random(0, 0xFF) << 16) | (UTIL_random(0, 0xFF) << 8) | UTIL_random(0, 0xFF);
keys[1] = (UTIL_random(0, 0xFF) << 24) | (UTIL_random(0, 0xFF) << 16) | (UTIL_random(0, 0xFF) << 8) | UTIL_random(0, 0xFF);
keys[2] = (UTIL_random(0, 0xFF) << 24) | (UTIL_random(0, 0xFF) << 16) | (UTIL_random(0, 0xFF) << 8) | UTIL_random(0, 0xFF);
keys[3] = (UTIL_random(0, 0xFF) << 24) | (UTIL_random(0, 0xFF) << 16) | (UTIL_random(0, 0xFF) << 8) | UTIL_random(0, 0xFF);
msg.addU32(keys[0]);
msg.addU32(keys[1]);
msg.addU32(keys[2]);
msg.addU32(keys[3]);
}
msg.addU8(0);//Is gamemaster mode
if(g_game.hasGameFeature(GAME_FEATURE_SESSIONKEY))
{
msg.addString(g_engine.getAccountSessionKey());
msg.addString(g_engine.getCharacterName());
}
else
{
if(g_game.hasGameFeature(GAME_FEATURE_ACCOUNT_NAME))
msg.addString(g_engine.getAccountName());
else
msg.addU32(SDL_static_cast(Uint32, SDL_strtoul(g_engine.getAccountName().c_str(), NULL, 10)));
msg.addString(g_engine.getCharacterName());
msg.addString(g_engine.getAccountPassword());
if(g_game.hasGameFeature(GAME_FEATURE_AUTHENTICATOR))
msg.addString("");//Token
}
if(g_game.hasGameFeature(GAME_FEATURE_SERVER_SENDFIRST))
{
msg.addU32(challengeTimestamp);
msg.addU8(challengeRandom);
}
if(rsa1024Feature)
{
msg.addPaddingBytes(128 - (msg.getWritePos() - firstByte), 0xFF);
g_rsa.encrypt(msg.getBuffer() + firstByte);
}
if(checksumFeature)
setChecksumMethod(g_game.hasGameFeature(GAME_FEATURE_PROTOCOLSEQUENCE) ? CHECKSUM_METHOD_SEQUENCE : CHECKSUM_METHOD_ADLER32);
onSend(msg);
if(xteaFeature)
{
setEncryption(true);
setEncryptionKeys(keys);
}
}
void ProtocolGame::sendSecondaryLogin()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameSecondaryLoginOpcode);
Uint16 firstByte = msg.getWritePos();
msg.addU8(0);
msg.addString(g_engine.getAccountSessionKey());
msg.addString(g_engine.getCharacterName());
msg.addPaddingBytes(128 - (msg.getWritePos() - firstByte), 0xFF);
g_rsa.encrypt(msg.getBuffer() + firstByte);
onSend(msg);
}
void ProtocolGame::sendEnterGame()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameEnterGameOpcode);
onSend(msg);
}
void ProtocolGame::sendLogout()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameLeaveOpcode);
onSend(msg);
}
void ProtocolGame::sendPing()
{
if(m_pingReceived != m_pingSent)
return;
if(g_game.hasGameFeature(GAME_FEATURE_PING))
{
OutputMessage msg(getHeaderPos());
msg.addU8(GamePingOpcode);
onSend(msg);
}
else
{
//Emulate ping through request channels packet on older versions
OutputMessage msg(getHeaderPos());
msg.addU8(GameRequestChannelsOpcode);
onSend(msg);
}
++m_pingSent;
m_pingTime = SDL_GetTicks();
}
void ProtocolGame::sendPingBack()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GamePingBackOpcode);
onSend(msg);
}
void ProtocolGame::sendConnectionPingBack()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameConnectionPingBackOpcode);
onSend(msg);
}
void ProtocolGame::sendUpdateTile(const Position& position)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameUpdateTileOpcode);
msg.addPosition(position);
onSend(msg);
}
void ProtocolGame::sendAutoWalk(const std::vector<Direction>& path)
{
if(path.empty())
return;
//In cipbia the max path tiles is 127(probably because of int8_t limit)
size_t tileSize = UTIL_min<size_t>(0x7F, path.size());
OutputMessage msg(getHeaderPos());
msg.addU8(GameAutowalkOpcode);
msg.addU8(SDL_static_cast(Uint8, tileSize));
for(size_t i = 1; i <= tileSize; ++i)
{
Uint8 walkByte;
Direction dir = path[path.size() - i];
switch(dir)
{
case DIRECTION_NORTH: walkByte = 3; break;
case DIRECTION_EAST: walkByte = 1; break;
case DIRECTION_SOUTH: walkByte = 7; break;
case DIRECTION_WEST: walkByte = 5; break;
case DIRECTION_SOUTHWEST: walkByte = 6; break;
case DIRECTION_SOUTHEAST: walkByte = 8; break;
case DIRECTION_NORTHWEST: walkByte = 4; break;
case DIRECTION_NORTHEAST: walkByte = 2; break;
default: walkByte = 0; break;
}
msg.addU8(walkByte);
}
onSend(msg);
}
void ProtocolGame::sendWalk(Direction dir)
{
OutputMessage msg(getHeaderPos());
Uint8 headerByte;
switch(dir)
{
case DIRECTION_NORTH: headerByte = GameWalkNorthOpcode; break;
case DIRECTION_EAST: headerByte = GameWalkEastOpcode; break;
case DIRECTION_SOUTH: headerByte = GameWalkSouthOpcode; break;
case DIRECTION_WEST: headerByte = GameWalkWestOpcode; break;
case DIRECTION_SOUTHWEST: headerByte = GameWalkSouthWestOpcode; break;
case DIRECTION_SOUTHEAST: headerByte = GameWalkSouthEastOpcode; break;
case DIRECTION_NORTHWEST: headerByte = GameWalkNorthWestOpcode; break;
case DIRECTION_NORTHEAST: headerByte = GameWalkNorthEastOpcode; break;
default: headerByte = GameStopAutowalkOpcode; break;
}
msg.addU8(headerByte);
onSend(msg);
}
void ProtocolGame::sendTurnNorth()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameTurnNorthOpcode);
onSend(msg);
}
void ProtocolGame::sendTurnEast()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameTurnEastOpcode);
onSend(msg);
}
void ProtocolGame::sendTurnSouth()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameTurnSouthOpcode);
onSend(msg);
}
void ProtocolGame::sendTurnWest()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameTurnWestOpcode);
onSend(msg);
}
void ProtocolGame::sendEquipItem(Uint16 itemid, Uint16 count)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameEqupItemOpcode);
msg.addU16(itemid);
if(g_game.hasGameFeature(GAME_FEATURE_ITEMS_U16))
msg.addU16(count);
else
msg.addU8(SDL_static_cast(Uint8, count));
onSend(msg);
}
void ProtocolGame::sendMove(const Position& fromPos, Uint16 itemid, Uint8 stackpos, const Position& toPos, Uint16 count)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameThrowOpcode);
msg.addPosition(fromPos);
msg.addU16(itemid);
msg.addU8(stackpos);
msg.addPosition(toPos);
if(g_game.hasGameFeature(GAME_FEATURE_ITEMS_U16))
msg.addU16(count);
else
msg.addU8(SDL_static_cast(Uint8, count));
onSend(msg);
}
void ProtocolGame::sendLookInShop(Uint16 itemid, Uint16 count)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameLookInShopOpcode);
msg.addU16(itemid);
if(g_game.hasGameFeature(GAME_FEATURE_ITEMS_U16))
msg.addU16(count);
else
msg.addU8(SDL_static_cast(Uint8, count));
onSend(msg);
}
void ProtocolGame::sendNPCPurchase(Uint16 itemid, Uint8 subtype, Uint16 amount, bool ignoreCapacity, bool buyWithBackpack)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameNPCPurchaseOpcode);
msg.addU16(itemid);
msg.addU8(subtype);
if(g_game.hasGameFeature(GAME_FEATURE_ITEMS_U16))
msg.addU16(amount);
else
msg.addU8(SDL_static_cast(Uint8, amount));
msg.addBool(ignoreCapacity);
msg.addBool(buyWithBackpack);
onSend(msg);
}
void ProtocolGame::sendNPCSell(Uint16 itemid, Uint8 subtype, Uint16 amount, bool ignoreEquipped)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameNPCSellOpcode);
msg.addU16(itemid);
msg.addU8(subtype);
if(g_game.hasGameFeature(GAME_FEATURE_ITEMS_U16))
msg.addU16(amount);
else
msg.addU8(SDL_static_cast(Uint8, amount));
msg.addBool(ignoreEquipped);
onSend(msg);
}
void ProtocolGame::sendNPCClose()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameNPCCloseOpcode);
onSend(msg);
}
void ProtocolGame::sendRequestTrade(const Position& position, Uint16 itemId, Uint8 stackpos, Uint32 creatureId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameRequestTradeOpcode);
msg.addPosition(position);
msg.addU16(itemId);
msg.addU8(stackpos);
msg.addU32(creatureId);
onSend(msg);
}
void ProtocolGame::sendLookInTrade(bool counterOffer, Uint8 index)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameLookInTradeOpcode);
msg.addBool(counterOffer);
msg.addU8(index);
onSend(msg);
}
void ProtocolGame::sendAcceptTrade()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameAcceptTradeOpcode);
onSend(msg);
}
void ProtocolGame::sendCloseTrade()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameCloseTradeOpcode);
onSend(msg);
}
void ProtocolGame::sendUseItem(const Position& position, Uint16 itemId, Uint8 stackpos, Uint8 index)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameUseItemOpcode);
msg.addPosition(position);
msg.addU16(itemId);
msg.addU8(stackpos);
msg.addU8(index);
onSend(msg);
}
void ProtocolGame::sendUseItemEx(const Position& fromPos, Uint16 itemId, Uint8 fromStackPos, const Position& toPos, Uint16 toItemId, Uint8 toStackPos)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameUseItemExOpcode);
msg.addPosition(fromPos);
msg.addU16(itemId);
msg.addU8(fromStackPos);
msg.addPosition(toPos);
msg.addU16(toItemId);
msg.addU8(toStackPos);
onSend(msg);
}
void ProtocolGame::sendUseOnCreature(const Position& position, Uint16 itemId, Uint8 stackpos, Uint32 creatureId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameUseWithCreatureOpcode);
msg.addPosition(position);
msg.addU16(itemId);
msg.addU8(stackpos);
msg.addU32(creatureId);
onSend(msg);
}
void ProtocolGame::sendRotateItem(const Position& position, Uint16 itemId, Uint8 stackpos)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameRotateItemOpcode);
msg.addPosition(position);
msg.addU16(itemId);
msg.addU8(stackpos);
onSend(msg);
}
void ProtocolGame::sendRequestItemInfo(std::vector<RequestItems>& requestItems)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameRequestItemInfoOpcode);
size_t items = UTIL_min<size_t>(0xFF, requestItems.size());
msg.addU8(SDL_static_cast(Uint8, items));
for(size_t i = 0; i < items; ++i)
{
RequestItems& requestItem = requestItems[i];
msg.addU16(requestItem.itemId);
msg.addU8(requestItem.itemCount);
}
onSend(msg);
}
void ProtocolGame::sendWrapState(const Position& position, Uint16 itemId, Uint8 stackpos)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameWrapStateOpcode);
msg.addPosition(position);
msg.addU16(itemId);
msg.addU8(stackpos);
onSend(msg);
}
void ProtocolGame::sendCloseContainer(Uint8 containerId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameCloseContainerOpcode);
msg.addU8(containerId);
onSend(msg);
}
void ProtocolGame::sendUpContainer(Uint8 containerId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameUpContainerOpcode);
msg.addU8(containerId);
onSend(msg);
}
void ProtocolGame::sendUpdateContainer(Uint8 containerId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameUpdateContainerOpcode);
msg.addU8(containerId);
onSend(msg);
}
void ProtocolGame::sendSeekInContainer(Uint8 containerId, Uint16 index)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameSeekInContainerOpcode);
msg.addU8(containerId);
msg.addU16(index);
onSend(msg);
}
void ProtocolGame::sendBrowseField(const Position& position)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameBrowseFieldOpcode);
msg.addPosition(position);
onSend(msg);
}
void ProtocolGame::sendOpenParentContainer(const Position& position)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameOpenParentContainerOpcode);
msg.addPosition(position);
onSend(msg);
}
void ProtocolGame::sendOpenDepotSearch()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameOpenDepotSearchOpcode);
onSend(msg);
}
void ProtocolGame::sendCloseDepotSearch()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameCloseDepotSearchOpcode);
onSend(msg);
}
void ProtocolGame::sendDepotSearchType(Uint16 itemId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameDepotSearchTypeOpcode);
msg.addU16(itemId);
onSend(msg);
}
void ProtocolGame::sendDepotSearchRetrieve(Uint16 itemId, Uint8 itemCount)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameDepotSearchRetrieveOpcode);
msg.addU16(itemId);
msg.addU8(itemCount);
onSend(msg);
}
void ProtocolGame::sendStashAction(Sint8 unk1)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameStashActionOpcode);
msg.addU8(SDL_static_cast(Uint8, unk1));
if(!(unk1 < 0))
{
if(unk1 <= 2)
{
msg.addPosition(Position(0xFFFF, 0xFFFF, 0xFF));//??
msg.addU16(0);//??
msg.addU8(0);//??
if(unk1 == 0)
{
msg.addU8(0);//??
}
}
else if(unk1 == 3)
{
msg.addU16(0);//??
msg.addU32(0);//??
msg.addU8(0);//??
}
}
onSend(msg);
}
void ProtocolGame::sendTextWindow(Uint32 windowId, const std::string& text)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameTextWindowOpcode);
msg.addU32(windowId);
msg.addString(text);
onSend(msg);
}
void ProtocolGame::sendHouseWindow(Uint32 windowId, Uint8 doorId, const std::string& text)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameHouseWindowOpcode);
msg.addU8(doorId);
msg.addU32(windowId);
msg.addString(text);
onSend(msg);
}
void ProtocolGame::sendLookAt(const Position& position, Uint16 thingId, Uint8 stackpos)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameLookAtOpcode);
msg.addPosition(position);
msg.addU16(thingId);
msg.addU8(stackpos);
onSend(msg);
}
void ProtocolGame::sendLookInBattle(Uint32 creatureId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameLookInBattleOpcode);
msg.addU32(creatureId);
onSend(msg);
}
void ProtocolGame::sendSay(MessageMode mode, Uint16 channelId, const std::string& receiver, const std::string& message)
{
if(message.empty() || message.length() > 255)
return;
Uint8 talkMode = translateMessageModeToServer(mode);
if(talkMode == MessageInvalid)
return;
OutputMessage msg(getHeaderPos());
msg.addU8(GameSayOpcode);
msg.addU8(talkMode);
switch(mode)
{
case MessagePrivateTo:
case MessageGamemasterPrivateTo:
case MessageRVRAnswer:
msg.addString(receiver);
break;
case MessageChannel:
case MessageChannelHighlight:
case MessageChannelManagement:
case MessageGamemasterChannel:
msg.addU16(channelId);
break;
default: break;
}
msg.addString(message);
onSend(msg);
}
void ProtocolGame::sendUpdateExivaOptions()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameUpdateExivaOptionsOpcode);
msg.addBool(false);//??
msg.addBool(false);//??
msg.addBool(false);//??
msg.addBool(false);//??
msg.addBool(false);//??
msg.addBool(false);//??
msg.addU16(0);//?? for(Uint16 i = 0, end = size; i < end; ++i) msg.addString("");//??
msg.addU16(0);//?? for(Uint16 i = 0, end = size; i < end; ++i) msg.addString("");//??
msg.addU16(0);//?? for(Uint16 i = 0, end = size; i < end; ++i) msg.addString("");//??
msg.addU16(0);//?? for(Uint16 i = 0, end = size; i < end; ++i) msg.addString("");//??
onSend(msg);
}
void ProtocolGame::sendRequestChannels()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameRequestChannelsOpcode);
onSend(msg);
++m_expectChannels;
}
void ProtocolGame::sendOpenChannel(Uint16 channelId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameOpenChannelOpcode);
msg.addU16(channelId);
onSend(msg);
}
void ProtocolGame::sendCloseChannel(Uint16 channelId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameCloseChannelOpcode);
msg.addU16(channelId);
onSend(msg);
}
void ProtocolGame::sendOpenPrivateChannel(const std::string& receiver)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameOpenPrivateChannelOpcode);
msg.addString(receiver);
onSend(msg);
}
void ProtocolGame::sendOpenRuleViolationChannel(const std::string& reporter)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameOpenRuleViolationChannelOpcode);
msg.addString(reporter);
onSend(msg);
}
void ProtocolGame::sendCloseRuleViolationChannel(const std::string& reporter)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameCloseRuleViolationChannelOpcode);
msg.addString(reporter);
onSend(msg);
}
void ProtocolGame::sendCancelRuleViolationChannel()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameCancelRuleViolationChannelOpcode);
onSend(msg);
}
void ProtocolGame::sendCloseNPCChannel()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameCloseNpcChannelOpcode);
onSend(msg);
}
void ProtocolGame::sendCreatePrivateChannel()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameCreatePrivateChannelOpcode);
onSend(msg);
}
void ProtocolGame::sendChannelInvite(const std::string& target, Uint16 channelId)
{
if(target.empty())
return;
OutputMessage msg(getHeaderPos());
msg.addU8(GameChannelInviteOpcode);
msg.addString(target);
if(g_clientVersion >= 1070)
msg.addU16(channelId);
onSend(msg);
}
void ProtocolGame::sendChannelExclude(const std::string& target, Uint16 channelId)
{
if(target.empty())
return;
OutputMessage msg(getHeaderPos());
msg.addU8(GameChannelExcludeOpcode);
msg.addString(target);
if(g_clientVersion >= 1070)
msg.addU16(channelId);
onSend(msg);
}
void ProtocolGame::sendAttackModes(Uint8 attackMode, Uint8 chaseMode, Uint8 secureMode, Uint8 pvpMode)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameAttackModesOpcode);
msg.addU8(attackMode);
msg.addU8(chaseMode);
msg.addU8(secureMode);
if(g_game.hasGameFeature(GAME_FEATURE_PVP_MODE))
msg.addU8(pvpMode);
onSend(msg);
}
void ProtocolGame::sendAttack(Uint32 creatureId, Uint32 sequence)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameAttackOpcode);
msg.addU32(creatureId);
if(g_game.hasGameFeature(GAME_FEATURE_ATTACK_SEQUENCE))
msg.addU32(sequence);
onSend(msg);
}
void ProtocolGame::sendFollow(Uint32 creatureId, Uint32 sequence)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameFollowOpcode);
msg.addU32(creatureId);
if(g_game.hasGameFeature(GAME_FEATURE_ATTACK_SEQUENCE))
msg.addU32(sequence);
onSend(msg);
}
void ProtocolGame::sendCancelAttackAndFollow()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameCancelAttackAndFollowOpcode);
onSend(msg);
}
void ProtocolGame::sendJoinAggression(Uint32 creatureId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameJoinAggressionOpcode);
msg.addU32(creatureId);
onSend(msg);
}
void ProtocolGame::sendInviteToParty(Uint32 creatureId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameInviteToPartyOpcode);
msg.addU32(creatureId);
onSend(msg);
}
void ProtocolGame::sendJoinToParty(Uint32 creatureId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameJoinToPartyOpcode);
msg.addU32(creatureId);
onSend(msg);
}
void ProtocolGame::sendRevokePartyInvitation(Uint32 creatureId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameRevokePartyInviteOpcode);
msg.addU32(creatureId);
onSend(msg);
}
void ProtocolGame::sendPassPartyLeadership(Uint32 creatureId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GamePassPartyLeadershipOpcode);
msg.addU32(creatureId);
onSend(msg);
}
void ProtocolGame::sendLeaveParty()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameLeavePartyOpcode);
onSend(msg);
}
void ProtocolGame::sendEnableSharedPartyExperience(bool active)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameEnableSharedPartyExperienceOpcode);
msg.addBool(active);
onSend(msg);
}
void ProtocolGame::sendRequestOutfit()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameRequestOutfitOpcode);
if(g_clientVersion >= 1220)
{
Uint8 something = 0;
msg.addU8(something);
if(something == 1 || something == 3)
msg.addU16(0);
else if(something == 2)
msg.addU32(0);
}
onSend(msg);
}
void ProtocolGame::sendSetOutfit(Uint16 lookType, Uint8 lookHead, Uint8 lookBody, Uint8 lookLegs, Uint8 lookFeet, Uint8 lookAddons, Uint16 lookMount)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameSetOutfitOpcode);
Uint8 outfitType = 0;
if(g_clientVersion >= 1220)//Detect client version
msg.addU8(outfitType);
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
msg.addU16(lookType);
else
msg.addU8(SDL_static_cast(Uint8, lookType));
msg.addU8(lookHead);
msg.addU8(lookBody);
msg.addU8(lookLegs);
msg.addU8(lookFeet);
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
msg.addU8(lookAddons);
if(outfitType == 0)
{
if(g_game.hasGameFeature(GAME_FEATURE_MOUNTS))
msg.addU16(lookMount);
}
else if(outfitType == 1)
{
msg.addU32(0);//??
}
onSend(msg);
}
void ProtocolGame::sendMount(bool active)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameMountOpcode);
msg.addBool(active);
onSend(msg);
}
void ProtocolGame::sendAddVip(const std::string& name)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameAddVipOpcode);
msg.addString(name);
onSend(msg);
}
void ProtocolGame::sendRemoveVip(Uint32 playerGUID)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameRemoveVipOpcode);
msg.addU32(playerGUID);
onSend(msg);
}
void ProtocolGame::sendEditVip(Uint32 playerGUID, const std::string& description, Uint32 iconId, bool notifyLogin, std::vector<Uint8>& groupIds)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameEditVipOpcode);
msg.addU32(playerGUID);
msg.addString(description);
msg.addU32(iconId);
msg.addBool(notifyLogin);
if(g_game.hasGameFeature(GAME_FEATURE_VIP_GROUPS))
{
size_t groups = UTIL_min<size_t>(0xFF, groupIds.size());
msg.addU8(SDL_static_cast(Uint8, groups));
for(size_t i = 0; i < groups; ++i)
msg.addU8(groupIds[i]);
}
onSend(msg);
}
void ProtocolGame::sendVipGroupAction(VipGroupActions groupAction, Uint8 groupId, const std::string& name)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameVipGroupActionOpcode);
if(groupAction == VIP_GROUP_ACTION_ADD)
{
msg.addU8(VIP_GROUP_ACTION_ADD);
msg.addString(name);
}
else if(groupAction == VIP_GROUP_ACTION_EDIT)
{
msg.addU8(VIP_GROUP_ACTION_EDIT);
msg.addU8(groupId);
msg.addString(name);
}
else if(groupAction == VIP_GROUP_ACTION_REMOVE)
{
msg.addU8(VIP_GROUP_ACTION_REMOVE);
msg.addU8(groupId);
}
onSend(msg);
}
void ProtocolGame::sendFriendSystemAction()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameFriendSystemActionOpcode);
Uint8 something = 0;
msg.addU8(something);
switch(something)
{
case 3:
case 5:
case 6:
case 7:
case 8:
case 9:
{
msg.addU32(0);//??
}
break;
case 4:
case 10:
{
msg.addU32(0);//??
msg.addU8(0);//??
}
break;
case 11:
{
msg.addString("");//??
}
break;
case 13:
{
msg.addU32(0);//??
msg.addBool(0);//??
}
break;
case 14:
{
msg.addU8(0);//??
}
break;
case 16:
{
msg.addU8(0);//??
msg.addBool(0);//??
msg.addBool(0);//??
msg.addBool(0);//??
}
break;
default: break;
}
onSend(msg);
}
void ProtocolGame::sendNewBugReport(BugReportCategory category, const std::string& comment, const std::string& typoSpeaker, const std::string& typoText)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameBugReportOpcode);
msg.addU8(SDL_static_cast(Uint8, category));
msg.addString(comment);
switch(category)
{
case BUG_CATEGORY_MAP:
{
Creature* player = g_map.getLocalCreature();
if(player)
msg.addPosition(player->getCurrentPosition());
else
{
msg.addU16(0xFFFF);
msg.addU16(0xFFFF);
msg.addU8(0xFF);
}
}
break;
case BUG_CATEGORY_TYPO:
{
msg.addString(typoSpeaker);
msg.addString(typoText);
}
break;
default: break;
}
onSend(msg);
}
void ProtocolGame::sendBugReport(const std::string& comment)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameBugReportOpcode);
msg.addString(comment);
onSend(msg);
}
void ProtocolGame::sendRuleViolation(const std::string& target, Uint8 reason, Uint8 action, const std::string& comment, const std::string& statement, Uint16 statementId, bool ipBanishment)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameRuleViolationOpcode);
msg.addString(target);
msg.addU8(reason);
msg.addU8(action);
msg.addString(comment);
msg.addString(statement);
msg.addU16(statementId);
msg.addBool(ipBanishment);
onSend(msg);
}
void ProtocolGame::sendNewRuleViolation(Uint8 reason, Uint8 action, const std::string& characterName, const std::string& comment, const std::string& translation, Uint32 statementId)
{
if(characterName.empty())
return;
OutputMessage msg(getHeaderPos());
msg.addU8(GameNewRuleViolationOpcode);
msg.addU8(reason);
msg.addU8(action);
msg.addString(characterName);
msg.addString(comment);
switch(reason)
{
case 0:
msg.addString(translation);
break;
case 1:
case 3:
{
msg.addString(translation);
msg.addU32(statementId);
}
break;
default: break;
}
onSend(msg);
}
void ProtocolGame::sendDebugReport(const std::string& line, const std::string& date, const std::string& decription, const std::string& comment)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameDebugAssertOpcode);
msg.addString(line);
msg.addString(date);
msg.addString(decription);
msg.addString(comment);
onSend(msg);
}
void ProtocolGame::sendShowQuestLog()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameShowQuestLogOpcode);
onSend(msg);
}
void ProtocolGame::sendShowQuestLine(Uint16 questId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameShowQuestLineOpcode);
msg.addU16(questId);
onSend(msg);
}
void ProtocolGame::sendAnswerModalDialog(Uint32 dialogId, Uint8 button, Uint8 choice)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameAnswerModalDialogOpcode);
msg.addU32(dialogId);
msg.addU8(button);
msg.addU8(choice);
onSend(msg);
}
void ProtocolGame::sendOpenStore(Uint8 serviceType, const std::string& category)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameOpenStoreOpcode);
if(g_game.hasGameFeature(GAME_FEATURE_STORE_SERVICETYPE))
{
msg.addU8(serviceType);
msg.addString(category);
}
onSend(msg);
}
void ProtocolGame::sendRequestStore(Uint8 serviceType, const std::string& category)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameRequestStoreOpcode);
if(g_clientVersion >= 1220)//Detect version
{
msg.addU8(serviceType);
switch(serviceType)
{
case 1:
{
msg.addU8(0);//??
}
break;
case 2:
{
msg.addString("");//??
msg.addString("");//??
}
break;
case 3:
{
msg.addU8(0);//??
}
break;
case 4:
{
msg.addU32(0);//??
}
break;
case 5:
{
msg.addString("");//??
}
break;
default: break;
}
msg.addU8(0);//??
msg.addU8(0);//??
}
else
{
if(g_game.hasGameFeature(GAME_FEATURE_STORE_SERVICETYPE))
msg.addU8(serviceType);
msg.addString(category);
}
onSend(msg);
}
void ProtocolGame::sendBuyInStore(Uint32 offerId, StoreProductTypes productType, const std::string& name)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameBuyStoreOpcode);
msg.addU32(offerId);
msg.addU8(SDL_static_cast(Uint8, productType));
if(productType == ProductTypeNameChange)
msg.addString(name);
else if(productType == 9)
{
msg.addString("");//??
}
else if(productType == 10)
{
msg.addString("");//??
msg.addU8(0);//??
}
else if(productType == 11)
{
msg.addString("");//??
msg.addU8(0);//??
msg.addString("");//??
}
else if(productType == 12)
{
msg.addString("");//??
}
onSend(msg);
}
void ProtocolGame::sendOpenTransactionHistory(Uint8 entriesPerPage)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameOpenTransactionStoreOpcode);
msg.addU8(entriesPerPage);//16
onSend(msg);
}
void ProtocolGame::sendRequestTransactionHistory(Uint32 page, Uint8 entriesPerPage)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameRequestTransactionStoreOpcode);
if(g_clientVersion <= 1096)
{
msg.addU16(SDL_static_cast(Uint16, page));
msg.addU8(entriesPerPage);
}
else
{
msg.addU32(page);
msg.addU8(entriesPerPage);
}
onSend(msg);
}
void ProtocolGame::sendTransferCoins(const std::string& recipient, Uint32 amount)
{
if(recipient.empty())
return;
OutputMessage msg(getHeaderPos());
msg.addU8(GameTransferCoinsOpcode);
msg.addString(recipient);
msg.addU32(amount);
onSend(msg);
}
void ProtocolGame::sendGetTransactionDetails(Uint32 unknown)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameGetTransactionDetailsOpcode);
msg.addU32(unknown);
onSend(msg);
}
void ProtocolGame::sendStoreEvent()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameStoreEventOpcode);
Uint8 storeEventType = 0;
msg.addU8(storeEventType);
switch(storeEventType)
{
case 0:
{
msg.addU32(0);//??
}
break;
case 1:
{
msg.addString("");//??
}
break;
case 2:
{
msg.addU8(0);//??
}
break;
case 3:
{
msg.addU32(0);//??
}
break;
default: break;
}
onSend(msg);
}
void ProtocolGame::sendMarketLeave()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameMarketLeaveOpcode);
onSend(msg);
}
void ProtocolGame::sendMarketBrowse(Uint16 browseId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameMarketBrowseOpcode);
msg.addU16(browseId);
onSend(msg);
}
void ProtocolGame::sendMarketCreateOffer(Uint8 type, Uint16 thingId, Uint16 amount, Uint32 price, bool anonymous)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameMarketCreateOpcode);
msg.addU8(type);
msg.addU16(thingId);
msg.addU16(amount);
msg.addU32(price);
msg.addBool(anonymous);
onSend(msg);
}
void ProtocolGame::sendMarketCancelOffer(Uint32 timestamp, Uint16 counter)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameMarketCancelOpcode);
msg.addU32(timestamp);
msg.addU16(counter);
onSend(msg);
}
void ProtocolGame::sendMarketAcceptOffer(Uint32 timestamp, Uint16 counter, Uint16 amount)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameMarketAcceptOpcode);
msg.addU32(timestamp);
msg.addU16(counter);
msg.addU16(amount);
onSend(msg);
}
void ProtocolGame::sendTrackQuestFlags(std::vector<Uint16>& missionIds)
{
size_t missions = UTIL_min<size_t>(0xFF, missionIds.size());
OutputMessage msg(getHeaderPos());
msg.addU8(GameTrackQuestFlagsOpcode);
msg.addU8(SDL_static_cast(Uint8, missions));
for(size_t i = 0; i < missions; ++i)
msg.addU16(missionIds[i]);
onSend(msg);
}
void ProtocolGame::sendOpenCyclopediaCharacterInfo(CyclopediaCharacterInfoType characterInfoType)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameOpenCyclopediaCharacterInfoOpcode);
if(g_clientVersion >= 1220)
{
msg.addU32(0);//??
msg.addU8(SDL_static_cast(Uint8, characterInfoType));
if(characterInfoType == CHARACTERINFO_RECENTDEATHS || characterInfoType == CHARACTERINFO_RECENTPVPKILLS)
{
msg.addU16(0);//??
msg.addU16(0);//??
}
}
else
msg.addU8(SDL_static_cast(Uint8, characterInfoType));
onSend(msg);
}
void ProtocolGame::sendTrackBestiaryRace()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameTrackBestiaryRaceOpcode);
msg.addU16(0);//??
msg.addBool(false);//??
onSend(msg);
}
void ProtocolGame::sendPartyHuntAnalyser()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GamePartyHuntAnalyserOpcode);
Uint8 partyHuntType = 0;
msg.addU8(partyHuntType);//??
switch(partyHuntType)
{
case 1:
{
msg.addU8(0);//??
}
break;
case 2:
{
std::vector<std::pair<Uint16, Uint32>> data;//??
msg.addU16(SDL_static_cast(Uint16, data.size()));
for(std::vector<std::pair<Uint16, Uint32>>::iterator it = data.begin(), end = data.end(); it != end; ++it)
{
msg.addU16((*it).first);//??
msg.addU32((*it).second);//??
}
}
break;
default: break;
}
onSend(msg);
}
void ProtocolGame::sendFeatureEvent(FeatureEventType type, bool active)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameFeatureEventOpcode);
msg.addU8(SDL_static_cast(Uint8, type));
msg.addBool(active);
if(!active)
msg.addU32(0);//timestamp??
onSend(msg);
}
void ProtocolGame::sendTeamFinderAssembleTeam()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameTeamFinderAssembleTeamOpcode);
Uint8 type = 0;//??
msg.addU8(type);
switch(type)
{
case 3:
{
msg.addU16(0);//??
msg.addU16(0);//??
msg.addU8(0);//??
msg.addU16(0);//??
msg.addU16(0);//??
msg.addBool(false);//??
msg.addU32(0);//??
Uint8 type2 = 0;//??
msg.addU8(type2);
switch(type2)
{
case 3:
{
msg.addU16(0);//??
}
break;
case 2:
{
msg.addU16(0);//??
msg.addU16(0);//??
}
break;
case 1:
{
msg.addU16(0);//??
}
break;
default: break;
}
}
break;
case 2:
{
msg.addU32(0);//??
msg.addU8(0);//??
}
break;
default: break;
}
onSend(msg);
}
void ProtocolGame::sendTeamFinderJoinTeam()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameTeamFinderJoinTeamOpcode);
Uint8 type = 0;//??
msg.addU8(type);
if(type <= 1)
{
msg.addU32(0);//??
}
onSend(msg);
}
void ProtocolGame::sendHighscores()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameHighscoresOpcode);
Uint8 type = 0;//??
msg.addU8(type);
msg.addU8(0);//??
msg.addU32(0);//??
msg.addString("");//??
if(type == 0)
{
msg.addU16(0);//??
}
msg.addU8(0);//??
onSend(msg);
}
void ProtocolGame::sendInspectPlayer(InspectPlayerState playerState, Uint32 playerGUID)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameInspectPlayerOpcode);
msg.addU8(SDL_static_cast(Uint8, playerState));
if(playerState <= PLAYERSTATE_REVOKEPERMISSION)
msg.addU32(playerGUID);
onSend(msg);
}
void ProtocolGame::sendInspectObject(InspectObjectData& inspectData)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameInspectObjectOpcode);
msg.addU8(inspectData.type);
switch(inspectData.type)
{
case INSPECT_NORMALOBJECT:
{
Position position(inspectData.normalObject.posX, inspectData.normalObject.posY, inspectData.normalObject.posZ);
msg.addPosition(position);
}
break;
case INSPECT_NPCTRADE:
case INSPECT_CYCLOPEDIA:
{
msg.addU16(inspectData.npcTrade.itemId);
msg.addU8(inspectData.npcTrade.itemCount);
}
break;
case INSPECT_UNKNOWN:
{
msg.addU8(0);//??
msg.addU8(0);//??
}
break;
default: break;
}
onSend(msg);
}
void ProtocolGame::sendApplyImbuement(Uint8 slot, Uint32 imbuementId, bool protectiveCharm)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameApplyImbuementOpcode);
msg.addU8(slot);
msg.addU32(imbuementId);
msg.addBool(protectiveCharm);
onSend(msg);
}
void ProtocolGame::sendClearCharm(Uint8 slot)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameClearCharmOpcode);
msg.addU8(slot);
onSend(msg);
}
void ProtocolGame::sendImbuementLeave()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameImbuementLeaveOpcode);
onSend(msg);
}
void ProtocolGame::sendPreyAction(Uint8 preyId, PreyAction action, Uint8 listIndex)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GamePreyActionOpcode);
msg.addU8(preyId);
msg.addU8(SDL_static_cast(Uint8, action));
if(action == PREYACTION_SELECTPREY)
msg.addU8(listIndex);
else if(action == PREYACTION_UNKNOWN4)
msg.addU16(0);
else if(action == PREYACTION_UNKNOWN5)
msg.addU8(0);
onSend(msg);
}
void ProtocolGame::sendMarketStatistics()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameMarketStatisticsOpcode);
onSend(msg);
}
void ProtocolGame::sendOpenMonsterCyclopedia()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameOpenMonsterCyclopediaOpcode);
onSend(msg);
}
void ProtocolGame::sendOpenMonsterCyclopediaMonsters(const std::string& race)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameOpenMonsterCyclopediaMonstersOpcode);
if(g_clientVersion >= 1215)
{
Uint8 type = 0;
msg.addU8(type);
switch(type)
{
case 0:
{
msg.addString(race);
}
break;
case 1:
{
msg.addU16(0);//size of uint16_t elements
/*
for(Uint16 i = 0; i < elements; ++i)
{
msg.addU16(0);//?
}
*/
}
break;
default: break;
}
}
else
msg.addString(race);
onSend(msg);
}
void ProtocolGame::sendOpenMonsterCyclopediaRace(Uint16 raceId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameOpenMonsterCyclopediaRaceOpcode);
msg.addU16(raceId);
onSend(msg);
}
void ProtocolGame::sendCyclopediaMapAction()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameCyclopediaMapActionOpcode);
Uint8 something = 0;
if(!(something & 1))
{
if((something >> 1) & 1)
{
msg.addU8(1);//??
msg.addU16(0);//??
msg.addU32(0);//??
}
}
else
{
msg.addU8(0);//??
msg.addU16(0);//??
}
onSend(msg);
}
void ProtocolGame::sendMonsterBonusEffectAction(CyclopediaBonusEffectAction action, Uint8 charmId, Uint16 raceId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameMonsterBonusEffectActionOpcode);
msg.addU8(charmId);
msg.addU8(SDL_static_cast(Uint8, action));
if(action == CYCLOPEDIA_BONUSEFFECT_SELECT)
msg.addU16(raceId);
onSend(msg);
}
void ProtocolGame::sendSetHirelingName()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameSetHirelingNameOpcode);
msg.addString("");//??
msg.addU32(0);//??
msg.addU32(0);//??
onSend(msg);
}
void ProtocolGame::sendCyclopediaHouseAction()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameCyclopediaHouseActionOpcode);
Uint8 houseActionType = 0;
msg.addU8(houseActionType);//??
if(houseActionType != 0)
msg.addU32(0);//??
switch(houseActionType)
{
case 0:
{
msg.addString("");//??
}
break;
case 2:
{
msg.addU32(0);//??
}
break;
case 3:
{
msg.addU32(0);//??
msg.addString("");//??
}
case 1:
{
msg.addU64(0);//??
}
break;
default: break;
}
onSend(msg);
}
void ProtocolGame::sendPreyHuntingTaskAction()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GamePreyHuntingTaskActionOpcode);
msg.addU8(0);//??
Uint8 something = 0;
msg.addU8(something);//??
if(something == 3)
{
msg.addBool(false);//??
msg.addU16(0);//??
}
onSend(msg);
}
void ProtocolGame::sendOpenRewardWall()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameOpenRewardWallOpcode);
onSend(msg);
}
void ProtocolGame::sendOpenRewardHistory()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameOpenRewardHistoryOpcode);
onSend(msg);
}
void ProtocolGame::sendColectReward(bool shrine, std::vector<RewardCollection>& rewards)
{
size_t rewardSize = UTIL_min<size_t>(0xFF, rewards.size());
OutputMessage msg(getHeaderPos());
msg.addU8(GameCollectRewardOpcode);
msg.addBool(shrine);
msg.addU8(SDL_static_cast(Uint8, rewardSize));
for(size_t i = 0; i < rewardSize; ++i)
{
RewardCollection& reward = rewards[i];
msg.addU16(reward.itemId);
msg.addU8(reward.itemCount);
}
onSend(msg);
}
void ProtocolGame::sendQuickLoot(const Position& position, Uint16 itemId, Uint8 stackpos)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameQuickLootOpcode);
msg.addPosition(position);
msg.addU16(itemId);
msg.addU8(stackpos);
onSend(msg);
}
void ProtocolGame::sendLootContainer(LootContainerData& lootData)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameLootContainerOpcode);
msg.addU8(lootData.action);
if(lootData.action == LOOTACTION_SETUSEFALLBACK)
{
msg.addBool(lootData.setUseFallback.useFallback);
onSend(msg);
return;
}
msg.addU8(lootData.clearContainer.objectCategory);
if(lootData.action == LOOTACTION_ASSIGNCONTAINER)
{
Position position(lootData.assignContainer.posX, lootData.assignContainer.posY, lootData.assignContainer.posZ);
msg.addPosition(position);
msg.addU16(lootData.assignContainer.itemId);
msg.addU8(lootData.assignContainer.itemCount);
}
onSend(msg);
}
void ProtocolGame::sendQuickLootBlackWhitelist(QuickLootFilter filter, std::vector<Uint16>& itemIds)
{
size_t items = UTIL_min<size_t>(0xFFFF, itemIds.size());
OutputMessage msg(getHeaderPos());
msg.addU8(GameQuickLootBlackWhitelistOpcode);
msg.addU8(SDL_static_cast(Uint8, filter));
msg.addU16(SDL_static_cast(Uint16, items));
for(size_t i = 0; i < items; ++i)
msg.addU16(itemIds[i]);
onSend(msg);
}
void ProtocolGame::sendSubscribeToUpdates(bool unknownB, Uint8 unknownU)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameSubscribeToUpdatesOpcode);
msg.addBool(unknownB);
msg.addU8(unknownU);
onSend(msg);
}
void ProtocolGame::sendMarkGameNewsAsRead(Uint32 newsId, bool readed)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameMarkGameNewsAsReadOpcode);
msg.addU32(newsId);
msg.addBool(readed);
onSend(msg);
}
void ProtocolGame::sendClaimTournamentReward(Uint8 rewardId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameClaimTournamentReward);
msg.addU8(rewardId);
onSend(msg);
}
void ProtocolGame::sendTournamentInformation()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameTournamentInformationOpcode);
onSend(msg);
}
void ProtocolGame::sendTournamentLeaderboard(const std::string& worldName, Uint16 currentPage, const std::string& searchCharacter, Uint8 elementsPerPage/* = 20*/)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameTournamentLeaderboardOpcode);
Uint8 ledaerboardType = (searchCharacter.empty() ? 0 : 1);
msg.addU8(ledaerboardType);
switch(ledaerboardType)
{
case 0:
{
msg.addString(worldName);
msg.addU16(currentPage);
}
break;
case 1:
{
msg.addString(worldName);
msg.addString(searchCharacter);
}
break;
default: break;
}
msg.addU8(elementsPerPage);
onSend(msg);
}
void ProtocolGame::sendTournamentTicketAction()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameTournamentTicketActionOpcode);
msg.addU8(0);
msg.addString("");
msg.addU8(0);
msg.addString("");
onSend(msg);
}
void ProtocolGame::sendThankYou(Uint32 statementId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameThankYouOpcode);
msg.addU32(statementId);
onSend(msg);
}
void ProtocolGame::sendGetOfferDescription(Uint32 offerId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameGetOfferDescriptionOpcode);
msg.addU32(offerId);
onSend(msg);
}
void ProtocolGame::sendRequestResourceBalance(ResourceBalanceTypes resource)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameRequestResourceBalanceOpcode);
msg.addU8(SDL_static_cast(Uint8, resource));
onSend(msg);
}
void ProtocolGame::sendGreet(Uint32 statementId)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameGreetOpcode);
msg.addU32(statementId);
onSend(msg);
}
void ProtocolGame::sendGuildMessage()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameGuldMessageOpcode);
onSend(msg);
}
void ProtocolGame::sendEditGuildMessage(const std::string& message)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameEditGuldMessageOpcode);
msg.addString(message);
onSend(msg);
}
void ProtocolGame::sendBlessingsDialog()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameBlessingsDialogOpcode);
onSend(msg);
}
void ProtocolGame::sendClientCheck(std::vector<Uint8>& data)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameClientCheckOpcode);
msg.addU32(SDL_static_cast(Uint32, data.size()));
for(Uint8 u8 : data)
msg.addU8(u8);
onSend(msg);
}
void ProtocolGame::sendTeleport(const Position& position)
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameTeleportOpcode);
msg.addPosition(position);
onSend(msg);
}
void ProtocolGame::sendCharacterTradeConfigurationAction()
{
OutputMessage msg(getHeaderPos());
msg.addU8(GameCharacterTradeConfigurationActionOpcode);
Uint8 something = 0;
msg.addU8(something);
if(something == 2 || something == 3)
{
msg.addU32(0);//??
msg.addU32(0);//??
Uint8 size = 0;
msg.addU8(size);
for(Uint8 i = 0; i < size; ++i)
{
msg.addU16(0);//??
}
size = 0;
msg.addU8(size);
for(Uint8 i = 0; i < size; ++i)
{
msg.addU16(0);//??
}
size = 0;
msg.addU8(size);
for(Uint8 i = 0; i < size; ++i)
{
msg.addU16(0);//??
}
}
onSend(msg);
}
MessageMode ProtocolGame::translateMessageModeFromServer(Uint8 mode)
{
if(g_clientVersion >= 1200 && mode == 0x31)
return MessageBeyondLast;
if(g_clientVersion >= 1094 && mode == 0x2B)
return MessageMana;
if(g_clientVersion >= 1055)
{
switch(mode)
{
case 0x00: return MessageNone;
case 0x01: return MessageSay;
case 0x02: return MessageWhisper;
case 0x03: return MessageYell;
case 0x04: return MessagePrivateFrom;
case 0x05: return MessagePrivateTo;
case 0x06: return MessageChannelManagement;
case 0x07: return MessageChannel;
case 0x08: return MessageChannelHighlight;
case 0x09: return MessageSpell;
case 0x0A: return MessageNpcFrom;
case 0x0B: return MessageNpcFromBlock;
case 0x0C: return MessageNpcTo;
case 0x0D: return MessageGamemasterBroadcast;
case 0x0E: return MessageGamemasterChannel;
case 0x0F: return MessageGamemasterPrivateFrom;
case 0x10: return MessageGamemasterPrivateTo;
case 0x11: return MessageLogin;
case 0x12: return MessageWarning;
case 0x13: return MessageGame;
case 0x14: return MessageGameHighlight;
case 0x15: return MessageFailure;
case 0x16: return MessageLook;
case 0x17: return MessageDamageDealed;
case 0x18: return MessageDamageReceived;
case 0x19: return MessageHeal;
case 0x1A: return MessageExp;
case 0x1B: return MessageDamageOthers;
case 0x1C: return MessageHealOthers;
case 0x1D: return MessageExpOthers;
case 0x1E: return MessageStatus;
case 0x1F: return MessageLoot;
case 0x20: return MessageTradeNpc;
case 0x21: return MessageGuild;
case 0x22: return MessagePartyManagement;
case 0x23: return MessageParty;
case 0x24: return MessageBarkLow;
case 0x25: return MessageBarkLoud;
case 0x26: return MessageReport;
case 0x27: return MessageHotkeyUse;
case 0x28: return MessageTutorialHint;
case 0x29: return MessageThankyou;
case 0x2A: return MessageMarket;
default: break;
}
}
else if(g_clientVersion >= 1036)
{
if(mode <= SDL_static_cast(Uint8, MessageMarket))
{
if(mode >= SDL_static_cast(Uint8, MessageNpcTo))
return SDL_static_cast(MessageMode, mode - 1);
else
return SDL_static_cast(MessageMode, mode);
}
}
else if(g_clientVersion >= 900)
{
if(mode <= SDL_static_cast(Uint8, MessageThankyou))
return SDL_static_cast(MessageMode, mode);
}
else if(g_clientVersion >= 861)
{
switch(mode)
{
case 0x00: return MessageNone;
case 0x01: return MessageSay;
case 0x02: return MessageWhisper;
case 0x03: return MessageYell;
case 0x04: return MessageNpcTo;
case 0x05: return MessageNpcFrom;
case 0x06: return MessagePrivateFrom;
case 0x07: return MessageChannel;
case 0x08: return MessageChannelManagement;
case 0x09: return MessageGamemasterBroadcast;
case 0x0A: return MessageGamemasterChannel;
case 0x0B: return MessageGamemasterPrivateFrom;
case 0x0C: return MessageChannelHighlight;
case 0x0D: return MessageMonsterSay;
case 0x0E: return MessageMonsterYell;
case 0x0F: return MessageWarning;
case 0x10: return MessageGame;
case 0x11: return MessageLogin;
case 0x12: return MessageStatus;
case 0x13: return MessageLook;
case 0x14: return MessageFailure;
case 0x15: return MessageBlue;
case 0x16: return MessageRed;
default: break;
}
}
else if(g_clientVersion >= 840)
{
switch(mode)
{
case 0x00: return MessageNone;
case 0x01: return MessageSay;
case 0x02: return MessageWhisper;
case 0x03: return MessageYell;
case 0x04: return MessageNpcTo;
case 0x05: return MessageNpcFrom;
case 0x06: return MessagePrivateFrom;
case 0x07: return MessageChannel;
case 0x08: return MessageChannelManagement;
case 0x09: return MessageRVRChannel;
case 0x0A: return MessageRVRAnswer;
case 0x0B: return MessageRVRContinue;
case 0x0C: return MessageGamemasterBroadcast;
case 0x0D: return MessageGamemasterChannel;
case 0x0E: return MessageGamemasterPrivateFrom;
case 0x0F: return MessageChannelHighlight;
case 0x12: return MessageRed;
case 0x13: return MessageMonsterSay;
case 0x14: return MessageMonsterYell;
case 0x15: return MessageWarning;
case 0x16: return MessageGame;
case 0x17: return MessageLogin;
case 0x18: return MessageStatus;
case 0x19: return MessageLook;
case 0x1A: return MessageFailure;
case 0x1B: return MessageBlue;
default: break;
}
}
else if(g_clientVersion >= 820)
{
switch(mode)
{
case 0x00: return MessageNone;
case 0x01: return MessageSay;
case 0x02: return MessageWhisper;
case 0x03: return MessageYell;
case 0x04: return MessageNpcTo;
case 0x05: return MessageNpcFrom;
case 0x06: return MessagePrivateFrom;
case 0x07: return MessageChannel;
case 0x08: return MessageRVRChannel;
case 0x09: return MessageRVRAnswer;
case 0x0A: return MessageRVRContinue;
case 0x0B: return MessageGamemasterBroadcast;
case 0x0C: return MessageGamemasterChannel;
case 0x0D: return MessageGamemasterPrivateFrom;
case 0x0E: return MessageChannelHighlight;
case 0x11: return MessageRed;
case 0x12: return MessageMonsterSay;
case 0x13: return MessageMonsterYell;
case 0x14: return MessageWarning;
case 0x15: return MessageGame;
case 0x16: return MessageLogin;
case 0x17: return MessageStatus;
case 0x18: return MessageLook;
case 0x19: return MessageFailure;
case 0x1A: return MessageBlue;
default: break;
}
}
else if(g_clientVersion >= 723)
{
switch(mode)
{
case 0x00: return MessageNone;
case 0x01: return MessageSay;
case 0x02: return MessageWhisper;
case 0x03: return MessageYell;
case 0x04: return MessagePrivateFrom;
case 0x05: return MessageChannel;
case 0x06: return MessageRVRChannel;
case 0x07: return MessageRVRAnswer;
case 0x08: return MessageRVRContinue;
case 0x09: return MessageGamemasterBroadcast;
case 0x0A: return MessageGamemasterChannel;
case 0x0B: return MessageGamemasterPrivateFrom;
case 0x0C: return MessageChannelHighlight;
case 0x10: return MessageMonsterSay;
case 0x11: return MessageMonsterYell;
case 0x12: return MessageWarning;
case 0x13: return MessageGame;
case 0x14: return MessageLogin;
case 0x15: return MessageStatus;
case 0x16: return MessageLook;
case 0x17: return MessageFailure;
case 0x18: return MessageBlue;
case 0x19: return MessageRed;
default: break;
}
}
else if(g_clientVersion >= 710)
{
switch(mode)
{
case 0x00: return MessageNone;
case 0x01: return MessageSay;
case 0x02: return MessageWhisper;
case 0x03: return MessageYell;
case 0x04: return MessagePrivateFrom;
case 0x05: return MessageChannel;
case 0x06: return MessageRVRChannel;
case 0x07: return MessageRVRAnswer;
case 0x08: return MessageRVRContinue;
case 0x09: return MessageGamemasterBroadcast;
case 0x0A: return MessageGamemasterPrivateFrom;
case 0x0D: return MessageMonsterSay;
case 0x0E: return MessageMonsterYell;
case 0x0F: return MessageWarning;
case 0x10: return MessageGame;
case 0x11: return MessageLogin;
case 0x12: return MessageStatus;
case 0x13: return MessageLook;
case 0x14: return MessageFailure;
default: break;
}
}
return MessageInvalid;
}
Uint8 ProtocolGame::translateMessageModeToServer(MessageMode mode)
{
if(g_clientVersion >= 1200 && mode == MessageBeyondLast)
return 0x31;
if(g_clientVersion >= 1094 && mode == MessageMana)
return 0x2B;
if(g_clientVersion >= 1055)
{
switch(mode)
{
case MessageNone: return 0x00;
case MessageSay: return 0x01;
case MessageWhisper: return 0x02;
case MessageYell: return 0x03;
case MessagePrivateFrom: return 0x04;
case MessagePrivateTo: return 0x05;
case MessageChannelManagement: return 0x06;
case MessageChannel: return 0x07;
case MessageChannelHighlight: return 0x08;
case MessageSpell: return 0x09;
case MessageNpcFrom: return 0x0A;
case MessageNpcFromBlock: return 0x0B;
case MessageNpcTo: return 0x0C;
case MessageGamemasterBroadcast: return 0x0D;
case MessageGamemasterChannel: return 0x0E;
case MessageGamemasterPrivateFrom: return 0x0F;
case MessageGamemasterPrivateTo: return 0x10;
case MessageLogin: return 0x11;
case MessageWarning: return 0x12;
case MessageGame: return 0x13;
case MessageGameHighlight: return 0x14;
case MessageFailure: return 0x15;
case MessageLook: return 0x16;
case MessageDamageDealed: return 0x17;
case MessageDamageReceived: return 0x18;
case MessageHeal: return 0x19;
case MessageExp: return 0x1A;
case MessageDamageOthers: return 0x1B;
case MessageHealOthers: return 0x1C;
case MessageExpOthers: return 0x1D;
case MessageStatus: return 0x1E;
case MessageLoot: return 0x1F;
case MessageTradeNpc: return 0x20;
case MessageGuild: return 0x21;
case MessagePartyManagement: return 0x22;
case MessageParty: return 0x23;
case MessageBarkLow: return 0x24;
case MessageBarkLoud: return 0x25;
case MessageReport: return 0x26;
case MessageHotkeyUse: return 0x27;
case MessageTutorialHint: return 0x28;
case MessageThankyou: return 0x29;
case MessageMarket: return 0x2A;
default: break;
}
}
else if(g_clientVersion >= 1036)
{
if(mode <= MessageThankyou)
{
if(mode >= MessageNpcTo)
return SDL_static_cast(Uint8, mode + 1);
else
return SDL_static_cast(Uint8, mode);
}
}
else if(g_clientVersion >= 900)
{
if(mode <= MessageThankyou)
return SDL_static_cast(Uint8, mode);
}
else if(g_clientVersion >= 861)
{
switch(mode)
{
case MessageNone: return 0x00;
case MessageSay: return 0x01;
case MessageWhisper: return 0x02;
case MessageYell: return 0x03;
case MessageNpcTo: return 0x04;
case MessageNpcFrom: return 0x05;
case MessagePrivateFrom: return 0x06;
case MessagePrivateTo: return 0x06;
case MessageChannel: return 0x07;
case MessageChannelManagement: return 0x08;
case MessageGamemasterBroadcast: return 0x09;
case MessageGamemasterChannel: return 0x0A;
case MessageGamemasterPrivateFrom: return 0x0B;
case MessageGamemasterPrivateTo: return 0x0B;
case MessageChannelHighlight: return 0x0C;
case MessageMonsterSay: return 0x0D;
case MessageMonsterYell: return 0x0E;
case MessageWarning: return 0x0F;
case MessageGame: return 0x10;
case MessageLogin: return 0x11;
case MessageStatus: return 0x12;
case MessageLook: return 0x13;
case MessageFailure: return 0x14;
case MessageBlue: return 0x15;
case MessageRed: return 0x16;
default: break;
}
}
else if(g_clientVersion >= 840)
{
switch(mode)
{
case MessageNone: return 0x00;
case MessageSay: return 0x01;
case MessageWhisper: return 0x02;
case MessageYell: return 0x03;
case MessageNpcTo: return 0x04;
case MessageNpcFrom: return 0x05;
case MessagePrivateFrom: return 0x06;
case MessagePrivateTo: return 0x06;
case MessageChannel: return 0x07;
case MessageChannelManagement: return 0x08;
case MessageRVRChannel: return 0x09;
case MessageRVRAnswer: return 0x0A;
case MessageRVRContinue: return 0x0B;
case MessageGamemasterBroadcast: return 0x0C;
case MessageGamemasterChannel: return 0x0D;
case MessageGamemasterPrivateFrom: return 0x0E;
case MessageGamemasterPrivateTo: return 0x0E;
case MessageChannelHighlight: return 0x0F;
case MessageRed: return 0x12;
case MessageMonsterSay: return 0x13;
case MessageMonsterYell: return 0x14;
case MessageWarning: return 0x15;
case MessageGame: return 0x16;
case MessageLogin: return 0x17;
case MessageStatus: return 0x18;
case MessageLook: return 0x19;
case MessageFailure: return 0x1A;
case MessageBlue: return 0x1B;
default: break;
}
}
else if(g_clientVersion >= 820)
{
switch(mode)
{
case MessageNone: return 0x00;
case MessageSay: return 0x01;
case MessageWhisper: return 0x02;
case MessageYell: return 0x03;
case MessageNpcTo: return 0x04;
case MessageNpcFrom: return 0x05;
case MessagePrivateFrom: return 0x06;
case MessagePrivateTo: return 0x06;
case MessageChannel: return 0x07;
case MessageRVRChannel: return 0x08;
case MessageRVRAnswer: return 0x09;
case MessageRVRContinue: return 0x0A;
case MessageGamemasterBroadcast: return 0x0B;
case MessageGamemasterChannel: return 0x0C;
case MessageGamemasterPrivateFrom: return 0x0D;
case MessageGamemasterPrivateTo: return 0x0D;
case MessageChannelHighlight: return 0x0E;
case MessageRed: return 0x11;
case MessageMonsterSay: return 0x12;
case MessageMonsterYell: return 0x13;
case MessageWarning: return 0x14;
case MessageGame: return 0x15;
case MessageLogin: return 0x16;
case MessageStatus: return 0x17;
case MessageLook: return 0x18;
case MessageFailure: return 0x19;
case MessageBlue: return 0x1A;
default: break;
}
}
else if(g_clientVersion >= 723)
{
switch(mode)
{
case MessageNone: return 0x00;
case MessageSay: return 0x01;
case MessageWhisper: return 0x02;
case MessageYell: return 0x03;
case MessagePrivateFrom: return 0x04;
case MessagePrivateTo: return 0x04;
case MessageChannel: return 0x05;
case MessageRVRChannel: return 0x06;
case MessageRVRAnswer: return 0x07;
case MessageRVRContinue: return 0x08;
case MessageGamemasterBroadcast: return 0x09;
case MessageGamemasterChannel: return 0x0A;
case MessageGamemasterPrivateFrom: return 0x0B;
case MessageGamemasterPrivateTo: return 0x0B;
case MessageChannelHighlight: return 0x0C;
case MessageMonsterSay: return 0x10;
case MessageMonsterYell: return 0x11;
case MessageWarning: return 0x12;
case MessageGame: return 0x13;
case MessageLogin: return 0x14;
case MessageStatus: return 0x15;
case MessageLook: return 0x16;
case MessageFailure: return 0x17;
case MessageBlue: return 0x18;
case MessageRed: return 0x19;
default: break;
}
}
else if(g_clientVersion >= 710)
{
switch(mode)
{
case MessageNone: return 0x00;
case MessageSay: return 0x01;
case MessageWhisper: return 0x02;
case MessageYell: return 0x03;
case MessagePrivateFrom: return 0x04;
case MessagePrivateTo: return 0x04;
case MessageChannel: return 0x05;
case MessageRVRChannel: return 0x06;
case MessageRVRAnswer: return 0x07;
case MessageRVRContinue: return 0x08;
case MessageGamemasterBroadcast: return 0x09;
case MessageGamemasterPrivateFrom: return 0x0A;
case MessageGamemasterPrivateTo: return 0x0A;
case MessageMonsterSay: return 0x0D;
case MessageMonsterYell: return 0x0E;
case MessageWarning: return 0x0F;
case MessageGame: return 0x10;
case MessageLogin: return 0x11;
case MessageStatus: return 0x12;
case MessageLook: return 0x13;
case MessageFailure: return 0x14;
default: break;
}
}
return SDL_static_cast(Uint8, MessageInvalid);
}
Thing* ProtocolGame::internalGetThing(InputMessage& msg, const Position& pos)
{
Thing* thing = NULL;
Uint16 thingId = msg.getU16();
if(thingId == 0x61 || thingId == 0x62 || thingId == 0x63)
thing = getCreature(msg, thingId, pos);
else
thing = getItem(msg, thingId, pos);
return thing;
}
Creature* ProtocolGame::getCreature(InputMessage& msg, Uint16 thingId, const Position&)
{
Creature* creature;
switch(thingId)
{
case 0x61:
{
Uint32 removeId = msg.getU32();
Uint32 creatureId = msg.getU32();
Uint8 creatureType;
if(g_clientVersion >= 910)
creatureType = msg.getU8();
else
{
if(creatureId < 0x40000000)
creatureType = CREATURETYPE_PLAYER;
else if(creatureId < 0x80000000)
creatureType = CREATURETYPE_MONSTER;
else
creatureType = CREATURETYPE_NPC;
}
if(g_clientVersion >= 1121 && creatureType == CREATURETYPE_SUMMON_OWN)
{
Uint32 masterId = msg.getU32();
if(masterId != g_game.getPlayerID())
creatureType = CREATURETYPE_SUMMON_OTHERS;
}
const std::string& creatureName = UTIL_formatCreatureName(msg.getString());
if(removeId == creatureId)
{
//Rare case but can happen on custom-servers
creature = g_map.getCreatureById(creatureId);
if(creature)
{
creature->setType(creatureType);
creature->setName(creatureName);
}
}
else
{
g_map.removeCreatureById(removeId);
creature = new Creature();
if(creature)
{
creature->setId(creatureId);
creature->setType(creatureType);
creature->setName(creatureName);
g_map.addCreatureById(creatureId, creature);
//If somehow server doesn't send playerid the server is not worth to use with our client
if(g_game.getPlayerID() == creatureId)
{
g_map.setLocalCreature(creature);
creature->setLocalCreature(true);
}
}
}
}
break;
case 0x62:
{
Uint32 creatureId = msg.getU32();
creature = g_map.getCreatureById(creatureId);
}
break;
case 0x63:
{
Uint32 creatureId = msg.getU32();
Uint8 direction = msg.getU8();
creature = g_map.getCreatureById(creatureId);
if(creature)
creature->turnDirection(SDL_static_cast(Direction, direction));
if(g_clientVersion >= 953)
{
bool unpassable = msg.getBool();
if(creature)
creature->setUnpassable(unpassable);
}
}
return creature;
default: return NULL;
}
Uint8 health = msg.getU8();
Uint8 direction = msg.getU8();
Uint16 lookType;
if(g_game.hasGameFeature(GAME_FEATURE_LOOKTYPE_U16))
lookType = msg.getU16();
else
lookType = SDL_static_cast(Uint16, msg.getU8());
Uint16 lookTypeEx = 0;
Uint8 lookHead = 0;
Uint8 lookBody = 0;
Uint8 lookLegs = 0;
Uint8 lookFeet = 0;
Uint8 lookAddons = 0;
if(lookType != 0)
{
lookHead = msg.getU8();
lookBody = msg.getU8();
lookLegs = msg.getU8();
lookFeet = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_ADDONS))
lookAddons = msg.getU8();
}
else
lookTypeEx = msg.getU16();
Uint16 lookMount = 0;
if(g_game.hasGameFeature(GAME_FEATURE_MOUNTS))
lookMount = msg.getU16();
Uint16 light[2];
light[0] = SDL_static_cast(Uint16, msg.getU8());
light[1] = SDL_static_cast(Uint16, msg.getU8());
Uint16 speed = msg.getU16();
if(g_clientVersion >= 1240)
{
Uint8 icons = msg.getU8();
for(Uint8 i = 0; i < icons; ++i)
{
Uint8 iconId = msg.getU8();
Uint16 iconValue = msg.getU16();
(void)iconId;
(void)iconValue;
}
}
Uint8 skull = msg.getU8();
Uint8 shield = msg.getU8();
Uint8 emblem = 0;
Uint8 icon = 0;
bool unpassable = true;
if(g_game.hasGameFeature(GAME_FEATURE_CREATURE_EMBLEM) && thingId == 0x61)
emblem = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_CREATURE_TYPE))
{
Uint8 creatureType = msg.getU8();
if(creature)
creature->setType(creatureType);
if(g_clientVersion >= 1121 && creatureType == CREATURETYPE_SUMMON_OWN)
{
Uint32 masterId = msg.getU32();
if(masterId != g_game.getPlayerID())
creatureType = CREATURETYPE_SUMMON_OTHERS;
}
if(g_clientVersion >= 1220 && creatureType == CREATURETYPE_PLAYER)
{
//We need %10 because cipsoft declare promoted vocation as vocationid + 10
//so in case you need to check promotion just check if >= 10
Uint8 vocation = msg.getU8() % 10;
if(creature)
creature->setVocation(vocation);
}
}
if(g_game.hasGameFeature(GAME_FEATURE_CREATURE_ICONS))
icon = msg.getU8();
if(g_game.hasGameFeature(GAME_FEATURE_CREATURE_MARK))
{
Uint8 markType = msg.getU8();
if(creature)
{
if(markType == 0xFF)
creature->hideStaticSquare();
else
creature->showStaticSquare(markType);
}
}
if(g_game.hasGameFeature(GAME_FEATURE_INSPECTION))
msg.getU8();
if(g_clientVersion >= 1000 && g_clientVersion < 1185)
{
Uint16 helpers = msg.getU16();
if(creature)
creature->setHelpers(helpers);
}
if(g_clientVersion >= 854)
unpassable = msg.getBool();
if(creature)
{
creature->setHealth(health);
creature->turnDirection(SDL_static_cast(Direction, direction));
creature->setOutfit(lookType, lookTypeEx, lookHead, lookBody, lookLegs, lookFeet, lookAddons, lookMount);
creature->setSpeed(speed);
creature->setSkull(skull);
creature->setShield(shield);
creature->setUnpassable(unpassable);
creature->setLight(light);
creature->setIcon(icon);
if(thingId == 0x61)
creature->setEmblem(emblem);
}
return creature;
}
Item* ProtocolGame::getItem(InputMessage& msg, Uint16 thingId, const Position& pos)
{
if(g_game.hasGameFeature(GAME_FEATURE_ITEM_MARK))
msg.getU8();
ThingType* ttype = g_thingManager.getThingType(ThingCategory_Item, thingId);
if(!ttype)
return Item::createItem(pos, thingId, 0);//Create null item :)
Uint16 count = 1;
if(ttype->hasFlag(ThingAttribute_Stackable) || ttype->hasFlag(ThingAttribute_Chargeable))
{
if(g_game.hasGameFeature(GAME_FEATURE_ITEMS_U16))
count = msg.getU16();
else
count = SDL_static_cast(Uint16, msg.getU8());
}
else if(ttype->hasFlag(ThingAttribute_Splash) || ttype->hasFlag(ThingAttribute_FluidContainer))
count = SDL_static_cast(Uint16, msg.getU8());
else if(ttype->hasFlag(ThingAttribute_Hangable))
{
Tile* tile = g_map.getTile(pos);
if(tile)
{
if(tile->mustHookSouth())
count = 2;
else if(tile->mustHookEast())
count = 3;
}
}
if(g_game.hasGameFeature(GAME_FEATURE_QUICK_LOOT) && ttype->hasFlag(ThingAttribute_Container))
{
bool assignedToQuickLoot = msg.getBool();
if(assignedToQuickLoot)
msg.getU32();
}
Sint32 phase = AnimationPhase_Automatic;
if(g_game.hasGameFeature(GAME_FEATURE_ITEM_ANIMATION_PHASES))
{
if(ttype->m_frameGroup[ThingFrameGroup_Default].m_animCount > 1)
{
Uint8 startPhase = msg.getU8();
if(startPhase == 0xFF)
phase = AnimationPhase_Async;
else if(startPhase == 0xFE)
phase = AnimationPhase_Random;
else
phase = SDL_static_cast(Sint32, startPhase);
}
}
return Item::createItem(pos, thingId, count, phase);
}
ItemUI* ProtocolGame::getItemUI(InputMessage& msg, Uint16 thingId)
{
if(g_game.hasGameFeature(GAME_FEATURE_ITEM_MARK))
msg.getU8();
ThingType* type = g_thingManager.getThingType(ThingCategory_Item, thingId);
if(!type)
return NULL;
Uint16 count = 1;
if(type->hasFlag(ThingAttribute_Stackable) || type->hasFlag(ThingAttribute_Chargeable))
{
if(g_game.hasGameFeature(GAME_FEATURE_ITEMS_U16))
count = msg.getU16();
else
count = SDL_static_cast(Uint16, msg.getU8());
}
else if(type->hasFlag(ThingAttribute_Splash) || type->hasFlag(ThingAttribute_FluidContainer))
count = SDL_static_cast(Uint16, msg.getU8());
if(g_game.hasGameFeature(GAME_FEATURE_QUICK_LOOT) && type->hasFlag(ThingAttribute_Container))
{
bool assignedToQuickLoot = msg.getBool();
if(assignedToQuickLoot)
msg.getU32();
}
Sint32 phase = AnimationPhase_Automatic;
if(g_game.hasGameFeature(GAME_FEATURE_ITEM_ANIMATION_PHASES))
{
if(type->m_frameGroup[ThingFrameGroup_Default].m_animCount > 1)
{
Uint8 startPhase = msg.getU8();
if(startPhase == 0xFF)
phase = AnimationPhase_Async;
else if(startPhase == 0xFE)
phase = AnimationPhase_Random;
else
phase = SDL_static_cast(Sint32, startPhase);
}
}
return ItemUI::createItemUI(type, count, phase);
}
void ProtocolGame::setMapDescription(InputMessage& msg, Sint32 x, Sint32 y, Uint8 z, Sint32 width, Sint32 height)
{
Sint32 startz, endz, zstep;
if(z > GAME_PLAYER_FLOOR)
{
startz = z - GAME_MAP_AWARERANGE;
endz = UTIL_min<Sint32>(SDL_static_cast(Sint32, z) + GAME_MAP_AWARERANGE, GAME_MAP_FLOORS);
zstep = 1;
}
else
{
startz = GAME_PLAYER_FLOOR;
endz = 0;
zstep = -1;
}
Sint32 skip = 0;
for(Sint32 nz = startz; nz != endz + zstep; nz += zstep)
skip = setFloorDescription(msg, x, y, SDL_static_cast(Uint8, nz), width, height, SDL_static_cast(Sint32, z) - nz, skip);
}
Sint32 ProtocolGame::setFloorDescription(InputMessage& msg, Sint32 x, Sint32 y, Uint8 z, Sint32 width, Sint32 height, Sint32 offset, Sint32 skip)
{
for(Sint32 nx = 0; nx < width; ++nx)
{
for(Sint32 ny = 0; ny < height; ++ny)
{
Position tilePos(SDL_static_cast(Uint16, x + nx + offset), SDL_static_cast(Uint16, y + ny + offset), z);
if(skip == 0)
skip = setTileDescription(msg, tilePos, offset);
else
{
g_map.cleanTile(tilePos, offset);
updateMinimapTile(tilePos, NULL);
--skip;
}
}
}
return skip;
}
Sint32 ProtocolGame::setTileDescription(InputMessage& msg, const Position& position, Sint32 offset)
{
Tile* tile = g_map.resetTile(position, offset);
if(!tile)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u, Offset: %d).", "[ProtocolGame::setTileDescription] Tile not found", SDL_static_cast(Uint32, position.x), SDL_static_cast(Uint32, position.y), SDL_static_cast(Uint32, position.z), offset);
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
bool gotEffect = false;
for(Sint32 stackPos = 0; stackPos < 256; ++stackPos)
{
if(msg.peekU16() >= 0xFF00)
{
updateMinimapTile(position, tile);
return (msg.getU16() - 0xFF00);
}
if(g_game.hasGameFeature(GAME_FEATURE_ENVIRONMENT_EFFECTS) && !gotEffect)
{
msg.getU16(); //Environment effect
gotEffect = true;
continue;
}
if(stackPos > 10)
{
Sint32 len = SDL_snprintf(g_buffer, sizeof(g_buffer), "%s(X: %u, Y: %u, Z: %u, Stack: %u).", "[ProtocolGame::setTileDescription] Too many things", SDL_static_cast(Uint32, position.x), SDL_static_cast(Uint32, position.y), SDL_static_cast(Uint32, position.z), SDL_static_cast(Uint32, stackPos));
g_logger.addLog(LOG_CATEGORY_ERROR, std::string(g_buffer, SDL_static_cast(size_t, len)));
}
Thing* thing = internalGetThing(msg, position);
if(tile)
tile->addThing(thing);
}
updateMinimapTile(position, tile);
return 0;
}
void ProtocolGame::updateMinimapTile(const Position& position, Tile* tile)
{
if(position.z == g_map.getCentralPosition().z)
{
Uint8 minimapColor = 0, groundSpeed = 0;
if(tile)
{
minimapColor = SDL_static_cast(Uint8, tile->getMinimapColor());
groundSpeed = SDL_static_cast(Uint8, tile->getMinimapSpeed());
}
g_automap.setTileDetail(position.x, position.y, position.z, minimapColor, groundSpeed);
}
}
|
827c5a8f2ab932e0935502034c12f2fbccbef4d6
|
46f992ec5ac6ad7bda1ef3e19cb7a6d601b5d680
|
/misc/keep.hpp
|
109fe2c512a1a40a1d6045abddf486c466069ca3
|
[] |
no_license
|
ANGSD/angsd
|
b4bfdb03fb6887e19835b0f461d3dea84828216c
|
8a58e179d23a3230adf2fa4115e16ecf057a9695
|
refs/heads/master
| 2023-09-03T18:29:16.676109
| 2023-08-20T22:49:37
| 2023-08-20T22:49:37
| 21,312,324
| 194
| 70
| null | 2023-08-20T07:45:41
| 2014-06-28T22:38:46
|
C++
|
UTF-8
|
C++
| false
| false
| 2,543
|
hpp
|
keep.hpp
|
#pragma once
#include <cstdio>
#include <cstdlib>
#include <cstring>
template <typename T>
struct keep{
size_t m;//length of d array
size_t l;//number of elements with a set value
size_t first;//lowest index
size_t last;//highest index
T *d;
};
#ifndef kroundup32
#define kroundup32(x) (--(x), (x)|=(x)>>1, (x)|=(x)>>2, (x)|=(x)>>4, (x)|=(x)>>8, (x)|=(x)>>16, ++(x))
#endif
template<typename T>
void keep_info(keep<T> *k,FILE *fp,int full,int hit){
fprintf(fp,"[%s] \t k->m:%lu hit:%d\n",__FUNCTION__,k->m,hit);
for(size_t i=0;full&&i<k->m;i++)
fprintf(stderr,"[%s]&k->d[%d]:%p ; k->d+%d:%p ; &k->d[%d+1]:%p k->d+%d+1:%p val:%d\n",__FUNCTION__,i,&k->d[i],i,k->d+i,i,&k->d[i]+1,i,k->d+i+1,k->d[i]);
size_t tt =0;
for(int i=0;i<k->m;i++)
if(k->d[i]==hit)
tt++;
fprintf(stderr,"[%s]tt:%d first:%lu last:%lu\n",__FUNCTION__,tt,k->first,k->last);
}
template<typename T>
keep<T> *keep_alloc(){
keep<T> *ret =(keep<T>*) calloc(1,sizeof(keep<T>));
return ret;
}
template<typename T>
void realloc(keep<T> *k,size_t newlen){
// fprintf(stderr,"[%s] k:%p k->m:%lu newlen:%lu\n",__FUNCTION__,k,k->m,newlen);
kroundup32(newlen);
k->d = (T*) realloc(k->d,sizeof(T)*newlen);
if(k->d==NULL) exit(1);
memset(k->d+k->m,0,(newlen-k->m)*sizeof(T));
k->m=newlen;
//fprintf(stderr,"[%s] k:%p k->m:%lu newlen:%lu\n",__FUNCTION__,k,k->m,newlen);
}
template<typename T>
void keep_set(keep<T> *k,size_t pos,T val){
// fprintf(stderr,"[%s] first:%lu last:%lu pos:%lu\n",__FUNCTION__,k->first,k->last,pos);
if(pos+1>k->m)
realloc<T>(k,pos+1);
k->d[pos]=val;
if(k->l==0){
k->first=pos;
k->last=pos;
}else{
if(pos<k->first)
k->first=pos;
if(pos>k->last)
k->last=pos;
}
k->l++;
//fprintf(stderr,"[%s] first:%lu last:%lu pos:%lu\n",__FUNCTION__,k->first,k->last,pos);
}
template<typename T>
void keep_destroy(keep<T> *k){
if(k&&k->d){//<- for some reason valgrind complains about
free(k->d);
k->d=NULL;
}
free(k);
k=NULL;
}
template<typename T>
void keep_clear(keep<T> *k){
memset(k->d,0,k->m*sizeof(T));
k->m = k->first = k->last = k->l = 0;
}
template class keep<char>;
#ifdef __WITH_MAIN__
typedef char type;
int main(int argc,char **argv){
keep<type> *k =(keep<type> *) alloc_keep<type>();
set<type>(k,1,2);
set<type>(k,2,1);
set<type>(k,3,1);
set<type>(k,3,2);
set<type>(k,4,2);
set<type>(k,4,1);
set<type>(k,7,4);
set<type>(k,8,4);
set<type>(k,15,10);
set<type>(k,16,10);
destroy(k);
}
#endif
|
a3bab68d37023481cf133adda0062c1fa437907f
|
120f0352e375444649a98d0970306e2010888290
|
/LI_XU_projet_bezier/projet/src/main.cpp
|
e2d43f41bae8b6e4e8654af11cbf0dbaca1caf3d
|
[] |
no_license
|
kevinxu-git/PAP_Project
|
2006f9e499e884c81d1bd2eab4a57a4192ebe9d1
|
0a1d826d9ad979ceca5b6ea402887b25f55dec87
|
refs/heads/master
| 2021-06-15T19:28:08.976729
| 2021-02-24T14:25:35
| 2021-02-24T14:25:35
| 158,954,180
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 9,275
|
cpp
|
main.cpp
|
#include "Point.h"
#include "Image.h"
#include "BezierCurve.h"
#include "FontV1.h"
#include "FontV2.h"
#include "FontV3.h"
int main() {
// Generate the letters of the class FontV1
char fileName1A[] = "./FontV1/FontV1_A.png";
FontV1 L1A(fileName1A);
L1A.A();
L1A.finishLetter();
char fileName1B[] = "./FontV1/FontV1_B.png";
FontV1 L1B(fileName1B);
L1B.B();
L1B.finishLetter();
char fileName1C[] = "./FontV1/FontV1_C.png";
FontV1 L1C(fileName1C);
L1C.C();
L1C.finishLetter();
char fileName1D[] = "./FontV1/FontV1_D.png";
FontV1 L1D(fileName1D);
L1D.D();
L1D.finishLetter();
char fileName1E[] = "./FontV1/FontV1_E.png";
FontV1 L1E(fileName1E);
L1E.E();
L1E.finishLetter();
char fileName1F[] = "./FontV1/FontV1_F.png";
FontV1 L1F(fileName1F);
L1F.F();
L1F.finishLetter();
char fileName1G[] = "./FontV1/FontV1_G.png";
FontV1 L1G(fileName1G);
L1G.G();
L1G.finishLetter();
char fileName1H[] = "./FontV1/FontV1_H.png";
FontV1 L1H(fileName1H);
L1H.H();
L1H.finishLetter();
char fileName1I[] = "./FontV1/FontV1_I.png";
FontV1 L1I(fileName1I);
L1I.I();
L1I.finishLetter();
char fileName1J[] = "./FontV1/FontV1_J.png";
FontV1 L1J(fileName1J);
L1J.J();
L1J.finishLetter();
char fileName1K[] = "./FontV1/FontV1_K.png";
FontV1 L1K(fileName1K);
L1K.K();
L1K.finishLetter();
char fileName1L[] = "./FontV1/FontV1_L.png";
FontV1 L1L(fileName1L);
L1L.L();
L1L.finishLetter();
char fileName1M[] = "./FontV1/FontV1_M.png";
FontV1 L1M(fileName1M);
L1M.M();
L1M.finishLetter();
char fileName1N[] = "./FontV1/FontV1_N.png";
FontV1 L1N(fileName1N);
L1N.N();
L1N.finishLetter();
char fileName1O[] = "./FontV1/FontV1_O.png";
FontV1 L1O(fileName1O);
L1O.O();
L1O.finishLetter();
char fileName1P[] = "./FontV1/FontV1_P.png";
FontV1 L1P(fileName1P);
L1P.P();
L1P.finishLetter();
char fileName1Q[] = "./FontV1/FontV1_Q.png";
FontV1 L1Q(fileName1Q);
L1Q.Q();
L1Q.finishLetter();
char fileName1R[] = "./FontV1/FontV1_R.png";
FontV1 L1R(fileName1R);
L1R.R();
L1R.finishLetter();
char fileName1S[] = "./FontV1/FontV1_S.png";
FontV1 L1S(fileName1S);
L1S.S();
L1S.finishLetter();
char fileName1T[] = "./FontV1/FontV1_T.png";
FontV1 L1T(fileName1T);
L1T.T();
L1T.finishLetter();
char fileName1U[] = "./FontV1/FontV1_U.png";
FontV1 L1U(fileName1U);
L1U.U();
L1U.finishLetter();
char fileName1V[] = "./FontV1/FontV1_V.png";
FontV1 L1V(fileName1V);
L1V.V();
L1V.finishLetter();
char fileName1W[] = "./FontV1/FontV1_W.png";
FontV1 L1W(fileName1W);
L1W.W();
L1W.finishLetter();
char fileName1X[] = "./FontV1/FontV1_X.png";
FontV1 L1X(fileName1X);
L1X.X();
L1X.finishLetter();
char fileName1Y[] = "./FontV1/FontV1_Y.png";
FontV1 L1Y(fileName1Y);
L1Y.Y();
L1Y.finishLetter();
char fileName1Z[] = "./FontV1/FontV1_Z.png";
FontV1 L1Z(fileName1Z);
L1Z.Z();
L1Z.finishLetter();
// Generate the letters of the class FontV2
char fileName2A[] = "./FontV2/FontV2_A.png";
FontV2 L2A(fileName2A);
L2A.A();
L2A.finishLetter();
char fileName2B[] = "./FontV2/FontV2_B.png";
FontV2 L2B(fileName2B);
L2B.B();
L2B.finishLetter();
char fileName2C[] = "./FontV2/FontV2_C.png";
FontV2 L2C(fileName2C);
L2C.C();
L2C.finishLetter();
char fileName2D[] = "./FontV2/FontV2_D.png";
FontV2 L2D(fileName2D);
L2D.D();
L2D.finishLetter();
char fileName2E[] = "./FontV2/FontV2_E.png";
FontV2 L2E(fileName2E);
L2E.E();
L2E.finishLetter();
char fileName2F[] = "./FontV2/FontV2_F.png";
FontV2 L2F(fileName2F);
L2F.F();
L2F.finishLetter();
char fileName2G[] = "./FontV2/FontV2_G.png";
FontV2 L2G(fileName2G);
L2G.G();
L2G.finishLetter();
char fileName2H[] = "./FontV2/FontV2_H.png";
FontV2 L2H(fileName2H);
L2H.H();
L2H.finishLetter();
char fileName2I[] = "./FontV2/FontV2_I.png";
FontV2 L2I(fileName2I);
L2I.I();
L2I.finishLetter();
char fileName2J[] = "./FontV2/FontV2_J.png";
FontV2 L2J(fileName2J);
L2J.J();
L2J.finishLetter();
char fileName2K[] = "./FontV2/FontV2_K.png";
FontV2 L2K(fileName2K);
L2K.K();
L2K.finishLetter();
char fileName2L[] = "./FontV2/FontV2_L.png";
FontV2 L2L(fileName2L);
L2L.L();
L2L.finishLetter();
char fileName2M[] = "./FontV2/FontV2_M.png";
FontV2 L2M(fileName2M);
L2M.M();
L2M.finishLetter();
char fileName2N[] = "./FontV2/FontV2_N.png";
FontV2 L2N(fileName2N);
L2N.N();
L2N.finishLetter();
char fileName2O[] = "./FontV2/FontV2_O.png";
FontV2 L2O(fileName2O);
L2O.O();
L2O.finishLetter();
char fileName2P[] = "./FontV2/FontV2_P.png";
FontV2 L2P(fileName2P);
L2P.P();
L2P.finishLetter();
char fileName2Q[] = "./FontV2/FontV2_Q.png";
FontV2 L2Q(fileName2Q);
L2Q.Q();
L2Q.finishLetter();
char fileName2R[] = "./FontV2/FontV2_R.png";
FontV2 L2R(fileName2R);
L2R.R();
L2R.finishLetter();
char fileName2S[] = "./FontV2/FontV2_S.png";
FontV2 L2S(fileName2S);
L2S.S();
L2S.finishLetter();
char fileName2T[] = "./FontV2/FontV2_T.png";
FontV2 L2T(fileName2T);
L2T.T();
L2T.finishLetter();
char fileName2U[] = "./FontV2/FontV2_U.png";
FontV2 L2U(fileName2U);
L2U.U();
L2U.finishLetter();
char fileName2V[] = "./FontV2/FontV2_V.png";
FontV2 L2V(fileName2V);
L2V.V();
L2V.finishLetter();
char fileName2W[] = "./FontV2/FontV2_W.png";
FontV2 L2W(fileName2W);
L2W.W();
L2W.finishLetter();
char fileName2X[] = "./FontV2/FontV2_X.png";
FontV2 L2X(fileName2X);
L2X.X();
L2X.finishLetter();
char fileName2Y[] = "./FontV2/FontV2_Y.png";
FontV2 L2Y(fileName2Y);
L2Y.Y();
L2Y.finishLetter();
char fileName2Z[] = "./FontV2/FontV2_Z.png";
FontV2 L2Z(fileName2Z);
L2Z.Z();
L2Z.finishLetter();
// Generate the letters of the class FontV3
char fileName3A[] = "./FontV3/FontV3_A.png";
FontV3 L3A(fileName3A);
L3A.A();
L3A.finishLetter();
char fileName3B[] = "./FontV3/FontV3_B.png";
FontV3 L3B(fileName3B);
L3B.B();
L3B.finishLetter();
char fileName3C[] = "./FontV3/FontV3_C.png";
FontV3 L3C(fileName3C);
L3C.C();
L3C.finishLetter();
char fileName3D[] = "./FontV3/FontV3_D.png";
FontV3 L3D(fileName3D);
L3D.D();
L3D.finishLetter();
char fileName3E[] = "./FontV3/FontV3_E.png";
FontV3 L3E(fileName3E);
L3E.E();
L3E.finishLetter();
char fileName3F[] = "./FontV3/FontV3_F.png";
FontV3 L3F(fileName3F);
L3F.F();
L3F.finishLetter();
char fileName3G[] = "./FontV3/FontV3_G.png";
FontV3 L3G(fileName3G);
L3G.G();
L3G.finishLetter();
char fileName3H[] = "./FontV3/FontV3_H.png";
FontV3 L3H(fileName3H);
L3H.H();
L3H.finishLetter();
char fileName3I[] = "./FontV3/FontV3_I.png";
FontV3 L3I(fileName3I);
L3I.I();
L3I.finishLetter();
char fileName3J[] = "./FontV3/FontV3_J.png";
FontV3 L3J(fileName3J);
L3J.J();
L3J.finishLetter();
char fileName3K[] = "./FontV3/FontV3_K.png";
FontV3 L3K(fileName3K);
L3K.K();
L3K.finishLetter();
char fileName3L[] = "./FontV3/FontV3_L.png";
FontV3 L3L(fileName3L);
L3L.L();
L3L.finishLetter();
char fileName3M[] = "./FontV3/FontV3_M.png";
FontV3 L3M(fileName3M);
L3M.M();
L3M.finishLetter();
char fileName3N[] = "./FontV3/FontV3_N.png";
FontV3 L3N(fileName3N);
L3N.N();
L3N.finishLetter();
char fileName3O[] = "./FontV3/FontV3_O.png";
FontV3 L3O(fileName3O);
L3O.O();
L3O.finishLetter();
char fileName3P[] = "./FontV3/FontV3_P.png";
FontV3 L3P(fileName3P);
L3P.P();
L3P.finishLetter();
char fileName3Q[] = "./FontV3/FontV3_Q.png";
FontV3 L3Q(fileName3Q);
L3Q.Q();
L3Q.finishLetter();
char fileName3R[] = "./FontV3/FontV3_R.png";
FontV3 L3R(fileName3R);
L3R.R();
L3R.finishLetter();
char fileName3S[] = "./FontV3/FontV3_S.png";
FontV3 L3S(fileName3S);
L3S.S();
L3S.finishLetter();
char fileName3T[] = "./FontV3/FontV3_T.png";
FontV3 L3T(fileName3T);
L3T.T();
L3T.finishLetter();
char fileName3U[] = "./FontV3/FontV3_U.png";
FontV3 L3U(fileName3U);
L3U.U();
L3U.finishLetter();
char fileName3V[] = "./FontV3/FontV3_V.png";
FontV3 L3V(fileName3V);
L3V.V();
L3V.finishLetter();
char fileName3W[] = "./FontV3/FontV3_W.png";
FontV3 L3W(fileName3W);
L3W.W();
L3W.finishLetter();
char fileName3X[] = "./FontV3/FontV3_X.png";
FontV3 L3X(fileName3X);
L3X.X();
L3X.finishLetter();
char fileName3Y[] = "./FontV3/FontV3_Y.png";
FontV3 L3Y(fileName3Y);
L3Y.Y();
L3Y.finishLetter();
char fileName3Z[] = "./FontV3/FontV3_Z.png";
FontV3 L3Z(fileName3Z);
L3Z.Z();
L3Z.finishLetter();
return 0;
}
|
ea3530ab51a755f2a163cbbf2bdcc5ed1f17e64d
|
b573902ab49bcb2b61c7e5ef34e67735724d5a2f
|
/DataStructures/LinkList/LinkList.hpp
|
a42b783d0eb84bf2b612e27e02a3a82ba32279b2
|
[] |
no_license
|
50mengzhu/IntroductionToAlgorithmCode
|
1fc9ac6efabaacf4e2934c65129aa5059cfeaba7
|
5dfc970fe1d551f0bcc9070bfae524f2240da669
|
refs/heads/master
| 2021-07-03T23:42:45.818390
| 2020-09-26T09:39:15
| 2020-09-26T09:39:15
| 171,135,390
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,663
|
hpp
|
LinkList.hpp
|
#include <iostream>
#include "LinkList.h"
Node::Node()
{
next = nullptr;
}
Node::Node(int val)
{
data = val;
next = nullptr;
}
Node::Node(Node* T)
{
data = T -> data;
next = T -> next;
}
Node::~Node()
{
delete next;
}
LinkList::LinkList()
{
head = nullptr;
}
LinkList::~LinkList()
{
while (head != nullptr)
{
Node* temp = head -> next;
delete head;
head = temp;
}
}
void LinkList::creatFront()
{
int value;
while (std::cin >> value)
{
Node* node = new Node(value);
// node -> next = head -> next;
// head -> next = node;
if (head == nullptr)
{
head = node;
head -> next = nullptr;
}
else
{
node -> next = head;
head = node;
}
}
}
void LinkList::creatRear()
{
int value;
while (std::cin >> value)
{
Node* node = new Node(value);
if (head == nullptr)
{
head = node;
rear = head;
}
else
{
node -> next = rear -> next;
rear -> next = node;
rear = node;
}
}
}
void LinkList::traverse()
{
Node* temp = head;
while (temp != nullptr)
{
std::cout << temp -> data << std::endl;
temp = temp -> next;
}
delete temp;
}
int LinkList::length()
{
int length = 0;
Node* temp = head;
while (temp != nullptr)
{
++ length;
temp = temp -> next;
}
return length;
}
Node* LinkList::getHead()
{
return head;
}
Node* Node::getNext()
{
return next;
}
int Node::getValue()
{
return data;
}
void Node::setNext(Node* node)
{
next = node;
}
CircleList::CircleList()
{
head = nullptr;
}
CircleList::~CircleList()
{
Node* temp = head -> next;
while (temp != head)
{
Node* temp_del = temp;
delete temp_del;
temp = temp -> next;
}
delete temp;
}
void CircleList::creat()
{
int value;
Node* node, *p_head;
while (std::cin >> value)
{
node = new Node(value);
if (head == nullptr)
{
head = node;
p_head = head;
}
else
{
p_head -> next = node;
node -> next = head;
p_head = node;
}
}
}
void CircleList::traverse()
{
Node* temp = head -> next;
std::cout << head -> data << std::endl;
while (temp != head)
{
std::cout << temp -> data << std::endl;
temp = temp -> next;
}
}
Node* CircleList::getHead()
{
return head;
}
|
9091ca7ee83a83d9eeff3f34b6a22ce5983385e4
|
7cb6ea6dae112b9fb7f357100abf6a1bd9984042
|
/450 DSA Questions/7. Rotate array by one.cpp
|
dd96befa9d4482bed681628110b9ff653c80a17d
|
[] |
no_license
|
hardik20sharma/Data_Structure_Algorithms_Practice
|
b172494fd9d04d66bdd4b7122abd5fb39528b0b7
|
d764c7e44bbc4a05cb5f3e01fc21ccd036e5604e
|
refs/heads/main
| 2023-07-04T23:11:58.111523
| 2021-08-27T14:07:29
| 2021-08-27T14:07:29
| 342,650,657
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 359
|
cpp
|
7. Rotate array by one.cpp
|
#include<bits/stdc++.h>
using namespace std;
void Rotate_By_One (vector<int> &vec)
{
int temp = vec[0];
for(int i=0; i<vec.size() - 1; i++)
vec[i] = vec[i+1];
vec[vec.size()-1] = temp;
}
int main()
{
vector<int> vec {1, 2, 3, 4, 5, 6};
Rotate_By_One(vec);
for(int i : vec)
cout << i << " ";
}
|
8e01bb875935918394cd8c7cea9daf20bdd68b0b
|
47eba68e913c8702f0bfcd0ee8a2796dee680dab
|
/C++/testy4/testy5.cpp
|
fbbcd1de9215231098ff5d0d142e569e103161a4
|
[] |
no_license
|
dereksalerno/Homework
|
271fd3b8eebfa03d02a4494ce8382f32938c90da
|
84997b9d497d8cfd6e1fc323ee9188c19b975b24
|
refs/heads/main
| 2023-01-22T17:16:59.160285
| 2020-12-08T15:36:48
| 2020-12-08T15:36:48
| 319,679,270
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 832
|
cpp
|
testy5.cpp
|
#include<iostream>
using namespace std;
int main()
{
int count1 = 12;
int count2 = 17;
int count3 = 71;
if ((count1 <= count2) && (count1 <= count3))
{
if (count1 == count2)
cout << "count1: " << count1 << "count2: " << count2 << endl;
else if (count1 == count3)
cout << "count1: " << count1 << "count3: " << count3 << endl;
else
cout << "count1: " << count1 << endl;
}
if ((count2 <= count1) && (count2 <= count3))
{
if (count2 == count1)
cout << "count2: " << count2 << "count1: " << count1 << endl;
else if (count2 == count3)
cout << "count2: " << count2 << "count3: " << count3 << endl;
else
cout << "count2: " << count2 << endl;
}
if ((count3 < count1) && (count3 < count2))
{
cout << "count3: " << count3 << endl;
}
else if (count1 == count2 == count3)
cout << "All three are equal" << endl;
return 0;
}
|
a826bbb37c390d46fcef7eef9da748732c55862b
|
5cb3aa9f250d8a7e29b63f46b4297de4bba0a198
|
/linear-algebra/include/Cholesky.inl
|
a6e2418a082143f092afb25b3a95417925f46e38
|
[
"MIT"
] |
permissive
|
diwot/boundary-first-flattening
|
7d6fc9f5ae7f2200521851d00075314138ada90a
|
92dc81ee840708f1426ec2e368df1328235e0732
|
refs/heads/master
| 2020-05-17T06:31:27.719309
| 2019-04-26T05:13:20
| 2019-04-26T05:13:20
| 183,559,296
| 0
| 0
| null | 2019-04-26T04:54:01
| 2019-04-26T04:54:01
| null |
UTF-8
|
C++
| false
| false
| 1,573
|
inl
|
Cholesky.inl
|
#include "SparseMatrix.h"
#include <Eigen/Sparse>
//extern Common common;
typedef Eigen::SimplicialLDLT<Eigen::SparseMatrix<double>> cholmod_factor;
inline cholmod_factor* cholmod_l_analyze(cholmod_sparse *C)
{
cholmod_factor* f = new cholmod_factor();
f->analyzePattern(*C);
return f;
}
inline bool cholmod_l_factorize(cholmod_sparse *C, cholmod_factor *f)
{
f->factorize(*C);
return true;
}
inline DenseMatrix cholmod_l_solve(cholmod_factor *f, cholmod_dense *B)
{
return DenseMatrix(new cholmod_dense(f->solve(*B)));
}
inline Cholesky::Cholesky(SparseMatrix& A_):
A(A_),
factor(NULL),
validSymbolic(false),
validNumeric(false)
{
}
inline Cholesky::~Cholesky()
{
clear();
}
inline void Cholesky::clear()
{
if (factor) {
//cholmod_l_free_factor(&factor, common);
delete factor;
factor = NULL;
}
validSymbolic = false;
validNumeric = false;
}
inline void Cholesky::clearNumeric()
{
validNumeric = false;
}
inline void Cholesky::buildSymbolic(cholmod_sparse *C)
{
clear();
factor = cholmod_l_analyze(C);
if (factor) validSymbolic = true;
}
inline void Cholesky::buildNumeric(cholmod_sparse *C)
{
if (factor) validNumeric = (bool)cholmod_l_factorize(C, factor);
}
inline void Cholesky::update()
{
cholmod_sparse *C = A.toCholmod();
//C->stype = 1;
if (!validSymbolic) buildSymbolic(C);
if (!validNumeric) buildNumeric(C);
}
inline void Cholesky::solvePositiveDefinite(DenseMatrix& x, DenseMatrix& b)
{
update();
if (factor) x = cholmod_l_solve(factor, b.toCholmod());
}
|
a749456c215004cd9a4047dee174851f920e8ba3
|
3970f1a70df104f46443480d1ba86e246d8f3b22
|
/vimrid-viewer/src/mri/MriVisualiser.h
|
dfa971d905a1eb896b292860c619ce7a14159ac5
|
[] |
no_license
|
zhan2016/vimrid
|
9f8ea8a6eb98153300e6f8c1264b2c042c23ee22
|
28ae31d57b77df883be3b869f6b64695df441edb
|
refs/heads/master
| 2021-01-20T16:24:36.247136
| 2009-07-28T18:32:31
| 2009-07-28T18:32:31
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,450
|
h
|
MriVisualiser.h
|
/* TODO: Short description of file.
*
* TODO: Write detailed information.
*
* Created: 20-Apr-2009
* Author: Nick Bolton (njb4@aber.ac.uk)
*/
#ifndef MRIVISUALISER_H_
#define MRIVISUALISER_H_
#include "MriSet.h"
#include "../textures/LuminanceTexture.h"
#include "../textures/VTextureManager.h"
#include "../sprites/SpriteManager.h"
#include "ScrollController.h"
#include "../input/DragController.h"
#include <vector>
#include <vimrid.h>
namespace vimrid
{
namespace mri
{
class MriVisualiser
{
public:
MriVisualiser(
vimrid::sprites::SpriteManager &spriteManager,
vimrid::textures::VTextureManager &textureManager,
vimrid::input::DragController &dragController,
VSizeF &windowSize);
virtual ~MriVisualiser();
void AddTextureAsSlice(vimrid::textures::VTexture *texture);
void Update();
void AddDicomImages(std::vector<vimrid::dicom::DicomImage*> images);
void AddImageAsSlice(vimrid::imaging::ImageMatrix &image);
const VimridUtility &GetUtility() const;
void Clear();
ScrollController &GetScrollController() { return mScrollController; }
private:
MriSet mMriSet;
std::vector<vimrid::textures::VTexture*> mTextures;
std::vector<vimrid::imaging::ImageMatrix*> mImages;
vimrid::sprites::SpriteManager &mSpriteManager;
vimrid::textures::VTextureManager &mTextureManager;
ScrollController mScrollController;
void deleteData();
void removeSliceSprites();
void removeSliceTextures();
};
}
}
#endif // MRIVISUALISER_H_
|
f2bf0450b1ff81d3315e78bc58f11384e2bd3dfe
|
72d69e41643bc756ac7c44471fdabe426e04eced
|
/aj_samples/hello_world_client/src/HelloWorldClient.cc
|
0af3553ed7f70592d63a0fe36228defb8370a5bf
|
[] |
no_license
|
alljoyn/extras-hackfest
|
0bb145ddfc62e2d21b2eb18dad63796001ea9f27
|
725ae68584134ebfe23169b594b5a2deddd95ab3
|
refs/heads/master
| 2021-09-11T12:31:38.385310
| 2018-04-06T21:46:18
| 2018-04-06T21:46:18
| 112,537,013
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 12,362
|
cc
|
HelloWorldClient.cc
|
/******************************************************************************
* Copyright (c) 2014, AllSeen Alliance. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************************/
#include <alljoyn/BusAttachment.h>
#include <alljoyn/about/AboutClient.h>
#include <alljoyn/about/AnnouncementRegistrar.h>
#include <qcc/StringUtil.h>
#include <signal.h>
#include <iostream>
#include <iomanip>
#include <stdio.h>
#include <stdlib.h>
using namespace ajn;
using namespace services;
using namespace qcc;
static const char* HELLO_WORLD_INTERFACE_NAME = "com.samples.helloworld";
static qcc::String remoteHelloWorldObjectPath = "";
typedef void (*AnnounceHandlerCallback)(qcc::String const& busName, unsigned short port);
void makeHelloWorldCall(const qcc::String& uniqueName, SessionId sessionId);
void connectTo(qcc::String const& busName, unsigned short port);
class HelloWorldClientAnnounceHandler : public ajn::services::AnnounceHandler {
public:
HelloWorldClientAnnounceHandler() : AnnounceHandler() {};
virtual ~HelloWorldClientAnnounceHandler() {};
void Announce(unsigned short version, unsigned short port, const char* busName, const ObjectDescriptions& objectDescs, const AboutData& aboutData)
{
std::cout << std::endl << std::endl << "***********************************************************************"
<< std::endl;
std::cout << "busName " << busName << std::endl;
std::cout << "port " << port << std::endl;
std::cout << "ObjectDescriptions" << std::endl;
for (AboutClient::ObjectDescriptions::const_iterator it = objectDescs.begin(); it != objectDescs.end(); ++it) {
qcc::String key = it->first;
std::vector<qcc::String> vector = it->second;
std::cout << "key=" << key.c_str();
for (std::vector<qcc::String>::const_iterator itv = vector.begin(); itv != vector.end(); ++itv) {
if (0 == itv->compare(HELLO_WORLD_INTERFACE_NAME)) {
remoteHelloWorldObjectPath = key;
connectTo(busName, port);
}
std::cout << " value=" << itv->c_str() << std::endl;
}
}
}
};
class HelloWorldClientSessionJoiner : public ajn::BusAttachment::JoinSessionAsyncCB {
private:
BusAttachment* mBusAttachment;
qcc::String mBusname;
void sessionJoinedCallback(qcc::String const& uniqueName, SessionId sessionId)
{
mBusAttachment->EnableConcurrentCallbacks();
AboutClient* aboutClient = new AboutClient(*mBusAttachment);
std::cout << "-----------------------------------" << std::endl;
if (false == remoteHelloWorldObjectPath.empty()) {
std::cout << "Joining session with sessionId " << sessionId << " with " << uniqueName.c_str() << std::endl;
makeHelloWorldCall(uniqueName, sessionId);
}
if (aboutClient) {
delete aboutClient;
aboutClient = NULL;
}
}
public:
HelloWorldClientSessionJoiner(BusAttachment* bus, const char* name) :
mBusAttachment(bus), mBusname("")
{
if (name) {
mBusname.assign(name);
}
}
virtual ~HelloWorldClientSessionJoiner() {};
void JoinSessionCB(QStatus status, SessionId id, const SessionOpts& opts, void* context)
{
if (ER_OK == status) {
std::cout << "JoinSessionCB(" << mBusname.c_str() << ") succeeded with id" << id << std::endl;
std::cout << "Calling sessionJoinedCallback" << std::endl;
sessionJoinedCallback(mBusname, id);
} else {
std::cout << "JoinSessionCB(" << mBusname.c_str() << ") failed with status: " << QCC_StatusText(status) << std::endl;
}
}
};
class HelloWorldSignalHandlerBusObject: public BusObject {
private:
const InterfaceDescription::Member* helloWorldSignalMember;
public:
HelloWorldSignalHandlerBusObject(const char* path) : BusObject(path) {
}
void Init(InterfaceDescription* intf) {
helloWorldSignalMember = intf->GetMember("helloWorldSignal");
assert(helloWorldSignalMember);
}
const InterfaceDescription::Member* GetHelloWorldSignalMember(void) {
return helloWorldSignalMember;
}
void HelloWorldSignalHandler(const InterfaceDescription::Member* member,
const char* sourcePath,
Message& msg)
{
printf("\n ### signalConsumer: HelloWorldSignal Received ###\n\n");
}
};
static BusAttachment* busAttachment = NULL;
static HelloWorldSignalHandlerBusObject* helloWorldSignalHandlerBusObject = NULL;
static HelloWorldClientAnnounceHandler* announceHandler = NULL;
static void cleanup()
{
// Clean up
if (busAttachment && announceHandler) {
AnnouncementRegistrar::UnRegisterAnnounceHandler(*busAttachment, *announceHandler);
}
if (announceHandler) {
delete announceHandler;
announceHandler = NULL;
}
if (helloWorldSignalHandlerBusObject) {
delete helloWorldSignalHandlerBusObject;
helloWorldSignalHandlerBusObject = NULL;
}
if (busAttachment) {
delete busAttachment;
busAttachment = NULL;
}
}
static QStatus BuildBusObject(HelloWorldSignalHandlerBusObject*& helloWorldSignalHandlerBusObject)
{
InterfaceDescription* intf = NULL;
QStatus status = busAttachment->CreateInterface(HELLO_WORLD_INTERFACE_NAME, intf);
if (ER_OK != status) {
std::cout << "Error in CreateInterface (" << QCC_StatusText(status) << ")." << std::endl;
cleanup();
return ER_FAIL;
}
printf("Interface created.\n");
status = intf->AddMethod("helloWorld", NULL, NULL, NULL, 0);
if (ER_OK != status) {
std::cout << "Error in AddMethod (" << QCC_StatusText(status) << ")." << std::endl;
cleanup();
return ER_FAIL;
}
status = intf->AddSignal("helloWorldSignal", NULL, NULL, 0);
if (ER_OK != status) {
std::cout << "Error in AddSignal (" << QCC_StatusText(status) << ")." << std::endl;
cleanup();
return ER_FAIL;
}
intf->Activate();
helloWorldSignalHandlerBusObject = new HelloWorldSignalHandlerBusObject("/helloWorldSignalHandler");
helloWorldSignalHandlerBusObject->Init(intf);
/* register the signal handler for the the 'helloWorldSignal' */
status = busAttachment->RegisterSignalHandler(helloWorldSignalHandlerBusObject,
static_cast<MessageReceiver::SignalHandler>(&HelloWorldSignalHandlerBusObject::HelloWorldSignalHandler),
helloWorldSignalHandlerBusObject->GetHelloWorldSignalMember(),
NULL);
if (ER_OK != status) {
std::cout << "Error in RegisterSignalHandler (" << QCC_StatusText(status) << ")." << std::endl;
cleanup();
return ER_FAIL;
}
status = busAttachment->AddMatch("type='signal',interface='com.samples.helloworld',member='helloWorldSignal'");
if (ER_OK != status) {
std::cout << "Error in AddMatch (type='signal') (" << QCC_StatusText(status) << ")." << std::endl;
cleanup();
return ER_FAIL;
}
return status;
}
void connectTo(qcc::String const& busName, unsigned short port)
{
SessionOpts opts(SessionOpts::TRAFFIC_MESSAGES, false, SessionOpts::PROXIMITY_ANY, TRANSPORT_ANY);
HelloWorldClientSessionJoiner* joincb = new HelloWorldClientSessionJoiner(busAttachment, busName.c_str());
QStatus status = busAttachment->JoinSessionAsync(busName.c_str(), (ajn::SessionPort) port, NULL,
opts, joincb, NULL);
if (status != ER_OK) {
std::cout << "Unable to JoinSession with " << busName.c_str() << std::endl;
return;
}
}
void makeHelloWorldCall(const qcc::String& uniqueName,
SessionId sessionId) {
ProxyBusObject remoteObj(*busAttachment, uniqueName.c_str(),
remoteHelloWorldObjectPath.c_str(), sessionId);
const InterfaceDescription* alljoynTestIntf =
busAttachment->GetInterface(HELLO_WORLD_INTERFACE_NAME);
assert(alljoynTestIntf);
remoteObj.AddInterface(*alljoynTestIntf);
Message reply(*busAttachment);
QStatus status = remoteObj.MethodCall(HELLO_WORLD_INTERFACE_NAME,
"helloWorld", NULL, 0, reply, 5000);
if (ER_OK == status) {
printf("MethodCall on '%s.%s' succeeded.\n",
HELLO_WORLD_INTERFACE_NAME, "helloWorld");
} else {
printf("MethodCall on '%s.%s' failed.\n",
HELLO_WORLD_INTERFACE_NAME, "helloWorld");
}
}
/*
* get a line of input from the the file pointer (most likely stdin).
* This will capture the the num-1 characters or till a newline character is
* entered.
*
* @param[out] str a pointer to a character array that will hold the user input
* @param[in] num the size of the character array 'str'
* @param[in] fp the file pointer the sting will be read from. (most likely stdin)
*
* @return returns the same string as 'str' if there has been a read error a null
* pointer will be returned and 'str' will remain unchanged.
*/
char* get_line(char*str, size_t num, FILE*fp)
{
char*p = fgets(str, num, fp);
// fgets will capture the '\n' character if the string entered is shorter than
// num. Remove the '\n' from the end of the line and replace it with nul '\0'.
if (p != NULL) {
size_t last = strlen(str) - 1;
if (str[last] == '\n') {
str[last] = '\0';
}
}
return p;
}
static String NextToken(String& inStr)
{
String ret;
size_t off = inStr.find_first_of(' ');
if (off == String::npos) {
ret = inStr;
inStr.clear();
} else {
ret = inStr.substr(0, off);
inStr = Trim(inStr.substr(off));
}
return Trim(ret);
}
int main(int argc, char**argv, char**envArg)
{
std::cout << "AllJoyn Library version: " << ajn::GetVersion() << std::endl;
std::cout << "AllJoyn Library build info: " << ajn::GetBuildInfo() << std::endl;
// Create message bus
busAttachment = new BusAttachment("HelloWorldClient", true);
if (NULL == busAttachment) {
std::cout << "Could not initialize BusAttachment." << std::endl;
return ER_OUT_OF_MEMORY;
}
// Start the BusAttachment
QStatus status = busAttachment->Start();
if (ER_OK != status) {
std::cout << "Failed to start the BusAttachment (" << QCC_StatusText(status) << ")." << std::endl;
cleanup();
return EXIT_FAILURE;
}
// Connect to the AJ Router
status = busAttachment->Connect();
if (ER_OK != status) {
std::cout << "Failed to connect to AJ Router (" << QCC_StatusText(status) << ")." << std::endl;
cleanup();
return EXIT_FAILURE;
}
status = BuildBusObject(helloWorldSignalHandlerBusObject);
if (ER_OK != status) {
std::cout << "Error in BuildBusObject (" << QCC_StatusText(status) << ")." << std::endl;
cleanup();
return EXIT_FAILURE;
}
announceHandler = new HelloWorldClientAnnounceHandler();
if (NULL == announceHandler) {
std::cout << "Could not initialize HelloWorldClientAnnounceHandler." << std::endl;
cleanup();
return ER_OUT_OF_MEMORY;
}
status = AnnouncementRegistrar::RegisterAnnounceHandler(*busAttachment, *announceHandler);
if (ER_OK != status) {
std::cout << "Error in RegisterAnnounceHandler (" << QCC_StatusText(status) << ")." << std::endl;
cleanup();
return EXIT_FAILURE;
}
status = busAttachment->AddMatch("sessionless='t',type='error'");
if (ER_OK != status) {
std::cout << "Error in AddMatch (sessionless='t') (" << QCC_StatusText(status) << ")." << std::endl;
cleanup();
return EXIT_FAILURE;
}
const int bufSize = 1024;
char buf[bufSize];
// An input loop, to allow for easy extension of the sample that takes in input
while (get_line(buf, bufSize, stdin)) {
qcc::String line(buf);
qcc::String cmd = NextToken(line);
if (cmd == "quit") {
cleanup();
return 0;
} else {
// Let the user know how to quit this loop (or Ctrl-C)
std::cout << "Usage: quit\n > ";
}
}
} /* main() */
|
84a4a4ded22a3cc12903ef30381e78e01ecabba1
|
0ac3c16e11057b97c898410619c8727b80827af4
|
/face.cpp
|
f81761965d86918c1f416a2099438844470f8fb4
|
[] |
no_license
|
garytcfsh/edMFF
|
75369789f88ca5fd858f444e1109a18846484b97
|
0455bf0c288ebeb17f675c280c089ffd6215d4b4
|
refs/heads/master
| 2022-09-27T11:45:19.813525
| 2020-06-03T04:25:24
| 2020-06-03T04:25:24
| 268,988,787
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,256
|
cpp
|
face.cpp
|
#include "face.h"
#include <QDebug>
Face::Face()
{
}
void Face::addApex(float x, float y, float z)
{
apex.append( Node( x, y, z));
}
void Face::addApex(QVector3D vector)
{
apex.append( Node( vector));
}
void Face::addNodeOnFace(int n, float x, float y, float z, int t, double h, double f, int g)
{
nodeOnFace.append( Node(n, x, y, z, t, h, h, g));
}
double Face::findNearestHead(Node node)
{
float dis = 0, min;
double head = 0;
min = node.xyz.distanceToPoint( nodeOnFace[0].xyz);
for (int i=0; i<nodeOnFace.count(); i++)
{
dis = node.xyz.distanceToPoint( nodeOnFace[i].xyz);
if (min >= dis)
{
min = dis;
head = nodeOnFace[i].head;
}
}
return head;
}
int Face::findNearestNode(Node node)
{
float dis = 0, min;
int nodeNum;
min = node.xyz.distanceToPoint( nodeOnFace[0].xyz);
for (int i=0; i<nodeOnFace.count(); i++)
{
dis = node.xyz.distanceToPoint( nodeOnFace[i].xyz);
if (min >= dis)
{
min = dis;
nodeNum = nodeOnFace[i].num;
}
}
return nodeNum;
}
QList< Node> Face::getApex()
{
return apex;
}
QList< Node> Face::getNodeOnFace()
{
return nodeOnFace;
}
|
a12cc8bcb8a383050064f1ec8549e6921b3c85c6
|
aed6881c69dbe1635b72a98291240b0c775b3b84
|
/NewModule/src/FrustumCullingGen.cpp
|
024d5b6f802a005571fe886e938ac51ef991286b
|
[] |
no_license
|
ohio-university-cs4900-spring-2019-2020/module-8-optimization-SiruiSong
|
4785dc70a91b1f1b860644cbd11a8c89129382e9
|
6f886d7a87fb392e1d532ad93970f4b3b7f27833
|
refs/heads/master
| 2021-05-18T06:29:33.491925
| 2020-04-08T04:05:41
| 2020-04-08T04:05:41
| 251,158,836
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,184
|
cpp
|
FrustumCullingGen.cpp
|
#include "FrustumCullingGen.h"
#include "ManagerGLView.h"
#include "GLView.h"
#include "Camera.h"
#include "Model.h"
#include "MGLFrustum.h"
using namespace Aftr;
using namespace std;
FrustumCullingGen::FrustumCullingGen() {
}
bool FrustumCullingGen::isCameraVisible(WO* wo) {
Camera* cam = ManagerGLView::getGLView()->getCamera();
float HFOV = cam->getCameraHorizontalFOVDeg();
float VFOV = 2.0f * atan(tan(HFOV * DEGtoRAD / 2.0f) / cam->getCameraAspectRatioWidthToHeight()) * DEGtoRAD;
AftrGeometryFrustum* frustumC = new AftrGeometryFrustum(cam->getCameraAspectRatioWidthToHeight(), VFOV, cam->getCameraNearClippingPlaneDistance(),
cam->getCameraFarClippingPlaneDistance(), cam->getLookDirection(), cam->getNormalDirection(), cam->getPosition());
return this->isInFrustum(wo, frustumC);
}
bool FrustumCullingGen::isFrustumVisible(WO* wo, WO* frust) {
//MGLFrustum* frustum = frust->getModelT<MGLFrustum>();
MGLFrustum* frustum = static_cast<MGLFrustum*>(frust->getModel());
float HFOV = frustum->getHorzFOVDeg();
float VFOV = 2.0f * atan(tan(HFOV * DEGtoRAD / 2.0f) / frustum->getAspectRatioWidthToHeight()) * DEGtoRAD;
AftrGeometryFrustum* frustumNC = new AftrGeometryFrustum(frustum->getAspectRatioWidthToHeight(), VFOV, frustum->getNearPlane(),
frustum->getFarPlane(), frustum->getLookDirection(), frustum->getNormalDirection(), frustum->getPosition());
return this->isInFrustum(wo, frustumNC);
}
bool FrustumCullingGen::isInFrustum(WO* wo, AftrGeometryFrustum* frustum) {
Vector boxXYZ = wo->getModel()->getBoundingBox().getlxlylz() / 2.0f;
Mat4 disMatrix = wo->getDisplayMatrix();
Vector pos = wo->getPosition();
// plane [0-5]
for (int plane = 0; plane <= 5; plane++) {
bool inside = false;
Vector normal = frustum->getPlaneNormal(plane);
float coef = frustum->getPlaneCoef(plane);
for (int x = -1; x <= 1; x += 2) {
for (int y = -1; y <= 1; y += 2) {
for (int z = -1; z <= 1; z += 2) {
if (normal.dotProduct(disMatrix * (Vector(x, y, z) * boxXYZ) + pos) < coef)
inside = true;
}
}
}
if (!inside) {
return false;
}
}
return true;
}
|
3fa2e8a24fa70b3e5f3f95545928aad948fde859
|
3e81d8710433bdf6bfd8fcd4d970c7dfe7f29b80
|
/baby_names/babies.cpp
|
bc12560ed468f4c9b70ed13c3476d9218e0abe46
|
[] |
no_license
|
jasont7/cpp-projects
|
6d51e2bc60852ac3d18373e4bd899aee556b1721
|
284b78a6681ce87e819339e1397d3426f368a100
|
refs/heads/main
| 2023-02-14T16:23:18.268549
| 2021-01-01T03:39:46
| 2021-01-01T03:39:46
| 325,857,091
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 6,937
|
cpp
|
babies.cpp
|
// CSC 116 - Fall 2020
// Jason Thomo (V00949336)
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <cassert>
#include <sstream>
#include <limits>
// The first year covered by the dataset
const int kFirstYear = 1920;
// The number of years in the dataset
const int kTotalYears = 100;
struct BabyName_t {
//Baby name
std::string name;
//The number of occurrences of the name in each year.
//After this structure is initialized, element i of yearsCount
//will contain the number of babies with this name in year i.
//Note that the year at index i corresponds to the year kFirstYear + i
//(for example, yearsCount.at(6) will give the count for 1920 + 6 = 1926)
//For this BabyName_t structure to be valid, the number of elements in yearsCount
//must equal kTotalYears after the structure is initialized.
std::vector<unsigned int> yearsCount;
//The total number of occurrences of this name over all years.
unsigned int total;
};
// Verify that the total matches the counts, and exit if it does not.
// (No need to modify this function)
void Check_Baby(const BabyName_t& baby) {
unsigned int sum {0};
if (baby.yearsCount.size() != kTotalYears) {
std::cout << "There was an error reading baby [" << baby.name << "]. Only " << baby.yearsCount.size() << " years were read." << std::endl;
exit(1);
}
for (unsigned int r: baby.yearsCount) {
sum+=r;
}
if (sum != baby.total) {
std::cout << "There was an error reading baby [" << baby.name << "]: the sum of yearsCount is inconsistent has [" << baby.total << "] expected [" << sum << "]" << std::endl;
exit(1);
}
}
/* Print_Baby( baby )
Given a reference to a valid BabyName_t structure, print the statistics for the
corresponding baby name in the format specified in the assignment description.
(Remember to exactly duplicate all spacing and capitalization)
*/
void Print_Baby(const BabyName_t &baby) {
unsigned int total {baby.total};
std::cout << " Total: " << total << std::endl;
std::vector yearsCount {baby.yearsCount};
unsigned int years {0};
for (auto yCount : yearsCount) {
if (yCount > 0)
years++;
}
std::cout << " Years: " << years << std::endl;
unsigned int babies2019 {yearsCount.back()};
std::cout << " 2019: " << babies2019 << std::endl;
unsigned int firstYear {0};
unsigned int firstYearCount {0};
for (size_t i=0; i < yearsCount.size(); i++) {
if (yearsCount.at(i) > 0) {
firstYear = kFirstYear + i;
firstYearCount = yearsCount.at(i);
break;
}
}
std::cout << " First: " << firstYear << " " << firstYearCount << std::endl;
unsigned int lastYear {0};
unsigned int lastYearCount {0};
for (size_t i=yearsCount.size()-1; i >= 0; i--) {
if (yearsCount.at(i) > 0) {
lastYear = kFirstYear + i;
lastYearCount = yearsCount.at(i);
break;
}
}
std::cout << " Last: " << lastYear << " " << lastYearCount << std::endl;
unsigned int minBabies {std::numeric_limits<int>::max()};
unsigned int minBabiesYear {0};
for (size_t i=0; i < yearsCount.size(); i++) {
if (yearsCount.at(i) < minBabies && yearsCount.at(i) >= 1) {
minBabies = yearsCount.at(i);
minBabiesYear = kFirstYear + i;
}
}
std::cout << " Min: " << minBabiesYear << " " << minBabies << std::endl;
unsigned int maxBabies {0};
unsigned int maxBabiesYear {0};
for (size_t i=0; i < yearsCount.size(); i++) {
if (yearsCount.at(i) >= maxBabies) {
maxBabies = yearsCount.at(i);
maxBabiesYear = kFirstYear + i;
}
}
std::cout << " Max: " << maxBabiesYear << " " << maxBabies << std::endl;
double totalCount {0};
double average {0};
for (auto yCount : yearsCount) {
totalCount += yCount;
}
average = totalCount/100;
std::cout << " Avg: " << average << std::endl;
}
/* Find_Baby( name_list, name, output_baby)
Given a vector name_list containing a sequence of BabyName_t structures and a name to search
for, determine whether the provided name is in the list.
If the name is found in name_list, assign the corresponding entry of name_list to the
provided structure baby and return true.
If the name is not found in name_list, return false.
*/
bool Find_Baby(const std::vector<BabyName_t>& name_list, const std::string& name, BabyName_t& output_baby) {
BabyName_t baby {};
for (auto bName : name_list) {
if (bName.name == name) { // names are equal
output_baby = bName;
return true;
}
}
return false;
}
/* Read_Babies(inputFileName)
Each line in inputFileName will be converted into a BabyName_t struct.
All lines will be read and return in a vector
*/
std::vector<BabyName_t> Read_Babies(const std::string& inputFileName) {
std::vector<BabyName_t> babies;
std::ifstream inputFile {};
inputFile.open(inputFileName);
if (inputFile.is_open()) {
std::string nameLine {};
while (std::getline(inputFile, nameLine)) {
std::string name {};
std::vector<unsigned int> yearsCount {};
unsigned int total {};
std::vector<std::string> lineComponents {};
std::stringstream ss(nameLine);
while (ss.good()) {
std::string lineComp {};
std::getline(ss, lineComp, ',');
lineComponents.push_back(lineComp);
}
name = lineComponents.at(0);
for (size_t i=1; i < lineComponents.size()-1; i++) {
yearsCount.push_back(std::stoi(lineComponents.at(i)));
}
total = std::stoi(lineComponents.back());
BabyName_t baby = {name, yearsCount, total};
babies.push_back(baby);
}
} else {
std::cout << "Unable to open input file." << std::endl;
exit(1);
}
return babies;
}
int main(int argc, char *argv[]) {
if (argc != 2) {
std::cout << "Usage " << argv[0] << " <filename>" << std::endl;
exit(1);
}
std::string inputFileName = argv[1];
// read the babies
std::vector<BabyName_t> babies = Read_Babies(inputFileName);
// verify them
for (auto &baby: babies) {
Check_Baby(baby);
}
std::cout << "Read " << babies.size() << " babies."<< std::endl;
std::string name {};
while (getline(std::cin, name)) {
std::cout << name << std::endl;
// search and print the baby, if exists
BabyName_t baby {};
if (Find_Baby(babies, name, baby)) {
Print_Baby(baby);
} else {
std::cout << "Baby name [" << name << "] was not found" << std::endl;
}
}
return 0;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.