Andy,
There isn't a preferred method of accessing those variables. Your method will work just fine. The alternative would be to remove the static from the EST_t est declaration and extern access the variable.
It will depend on how you want to setup the data accesses in your project.
That being said, I think it is better to use functions similar to what you did instead of allowing extern access to the motor control structures.