Updated Example - IP Address

Changed IP to 127.0.0.1
This commit is contained in:
Chris Teubert
2014-11-24 12:13:38 -08:00
parent dde81b9706
commit 28a9d7573a
3 changed files with 10 additions and 15 deletions

View File

@@ -5,41 +5,36 @@
<key>IDESourceControlProjectFavoriteDictionaryKey</key> <key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/> <false/>
<key>IDESourceControlProjectIdentifier</key> <key>IDESourceControlProjectIdentifier</key>
<string>2D8FADF5-8504-4A76-A99F-91CA115CE4E3</string> <string>FBE0AA36-6228-4D09-93D5-9640D5AD126A</string>
<key>IDESourceControlProjectName</key> <key>IDESourceControlProjectName</key>
<string>xpcExample</string> <string>xpcExample</string>
<key>IDESourceControlProjectOriginsDictionary</key> <key>IDESourceControlProjectOriginsDictionary</key>
<dict> <dict>
<key>D7B4D224-FE26-406E-A48F-C604A5BE6975</key> <key>C03F0B00-9A73-4E8C-88E5-1BC53A92AE34</key>
<string>https://babelfish.arc.nasa.gov/svn/pcoe/cteubert/xplaneconnect</string> <string>https://github.com/nasa/XPlaneConnect.git</string>
</dict> </dict>
<key>IDESourceControlProjectPath</key> <key>IDESourceControlProjectPath</key>
<string>C/xpcExample/xpcExample.xcodeproj/project.xcworkspace</string> <string>C/xpcExample/xpcExample.xcodeproj/project.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key> <key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict> <dict>
<key>D7B4D224-FE26-406E-A48F-C604A5BE6975</key> <key>C03F0B00-9A73-4E8C-88E5-1BC53A92AE34</key>
<string>../../../..</string> <string>../../../..</string>
</dict> </dict>
<key>IDESourceControlProjectRepositoryRootDictionary</key>
<dict>
<key>D7B4D224-FE26-406E-A48F-C604A5BE6975</key>
<string>https://babelfish.arc.nasa.gov/svn/pcoe</string>
</dict>
<key>IDESourceControlProjectURL</key> <key>IDESourceControlProjectURL</key>
<string>https://babelfish.arc.nasa.gov/svn/pcoe/cteubert/xplaneconnect/C/xpcExample/xpcExample.xcodeproj</string> <string>https://github.com/nasa/XPlaneConnect.git</string>
<key>IDESourceControlProjectVersion</key> <key>IDESourceControlProjectVersion</key>
<integer>110</integer> <integer>110</integer>
<key>IDESourceControlProjectWCCIdentifier</key> <key>IDESourceControlProjectWCCIdentifier</key>
<string>D7B4D224-FE26-406E-A48F-C604A5BE6975</string> <string>C03F0B00-9A73-4E8C-88E5-1BC53A92AE34</string>
<key>IDESourceControlProjectWCConfigurations</key> <key>IDESourceControlProjectWCConfigurations</key>
<array> <array>
<dict> <dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key> <key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.subversion</string> <string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key> <key>IDESourceControlWCCIdentifierKey</key>
<string>D7B4D224-FE26-406E-A48F-C604A5BE6975</string> <string>C03F0B00-9A73-4E8C-88E5-1BC53A92AE34</string>
<key>IDESourceControlWCCName</key> <key>IDESourceControlWCCName</key>
<string>xplaneconnect</string> <string>XPlaneConnect</string>
</dict> </dict>
</array> </array>
</dict> </dict>

View File

@@ -24,7 +24,7 @@ int main() {
float POSI[9] = {0.0}; float POSI[9] = {0.0};
float CTRL[5] = {0.0}; float CTRL[5] = {0.0};
float gear; float gear;
char IP[16] = "143.232.73.41";//"127.0.0.1";//;// //IP Address of computer running X-Plane char IP[16] = "127.0.0.1";// //IP Address of computer running X-Plane
short PORT = 49009; //xpcPlugin Receiving port (usually 49009) short PORT = 49009; //xpcPlugin Receiving port (usually 49009)
printf("xplaneconnect Example Script\n- Setting up Simulation\n"); printf("xplaneconnect Example Script\n- Setting up Simulation\n");