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.

C Gauge: Where to save data

Featured Replies

Hi!I have to save a certain value from one gauge-cycle('tick18') to the next.Yes, I could save it into a file, but there should be a better way?Or can I use a normal variable and don't initialize it...so that the old value is kept in this variable over one gauge cycle.Regards,Harry

  • Moderator

Unless you are entering code, please to use the "Check here if you want..." box... It makes your message very difficult to read for us old folks! :)Use the latter approach...FLOAT64 fCurrentTick = 0 ;FLOAT64 fPreviousTick = 0 ;--------------------fCurrentTick = tick18var.var_value.n ;fPreviousTick = fCurrentTick ;

Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator

Thanks a lot.And yes, I'll take care of the formatting :-wave Kind regards,Harry

Create an account or sign in to comment

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.