The simulator’s configuration file lets you use built-in common scenarios of data checks and manipulation at the driver level including calculation and check of simple checksums, message counters, message id, and message sync number. This is easily performed using schema based XML properties without any coding or compilation of driver files.
There are times however, that more complex logic is needed for communication management of data, for customizing common tasks such as specific checksum handling. Other times it is required to handle communication over a carrier protocol that is not implemented inherently by SIM32.
SBASE lets you enhance the capabilities of the driver of SIM32 in any manner you see fit while retaining the data flow of the simulator. This keeps coding to a minimum and safeguards you from making costly mistakes while allowing complete flexibility in implementation.
SBASE API is written in un-managed C++ code that is intended for use in Microsoft Visual Studio environment*. It has been developed based on years of experience with different communication protocols and has been extensively used in configurations enfolding a comprehensive array of demands for data manipulation both in-house as well as in projects of leading companies in the defense industry.