|
Re: C++ Network Tables
Hmm... Normally when interacting with the SmartDashboard one uses the static functions from the SmartDashboard class. Like SmartDashboard::GetNumber("d"), for your example.
As far as I know, the smart dashboard class does not support defaults, because you should initialize variables before you try retrieving them.
|