Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

JoaoPagotto

Members
  • Joined

  • Last visited

  1. Hello friends.I tried everything to get the power status of the cloud around the aircraft to create a StormScope, but so far without success.Below is the code, everything works normally step around the range and altitude of the aircraft of the same, but the array of 64x64 rgbData always been zero. I do not know what else to do. Any hint or help will be very grateful. My little one StormScope project is stopped because of it. After all have any other way to get the status of the clouds by FSUIPC or other library?I need help from friends.//----------------------------------------------------------case SIMCONNECT_RECV_ID_CLOUD_STATE:{ SIMCONNECT_RECV_CLOUD_STATE* pWxData = (SIMCONNECT_RECV_CLOUD_STATE*) pData; printf("%dn", pWxData->dwArraySize); // OK. Returns 4096 = 64x64 for (int x=0; x < pWxData->dwArraySize; x++ ) { if ( pWxData->rgbData[x] != 0 ) { printf("pos:%d, val:%d :]n", x, pWxData->rgbData[x]); } } break;}
  2. I am developing a Scope to MSFSX Storm, but I can not get the status of the cloud.I'm using SimConnect for data and function: SimConnect_WeatherRequestCloudStateBelow is the code, note that the "pWxData-> rgbData" is always zero.Please friends, can someone save me?I'am attached file in:http://www.fsdeveloper.com/forum/showthread.php?p=332033#post332033Thanks

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.