NEOCCA bindings Specification
0.2.8
|
Go to the source code of this file.
Namespaces | |
namespace | neo |
This is neoclassic -- the ::classic::gov::cca headers updated to be similar to the official CCA specification in sidl while retaining the low impact on component coding that the classic specification had. | |
namespace | neo::cca |
Enumerations | |
enum | neo::cca::Type { neo::cca::NoType = -1, neo::cca::Int = 1, neo::cca::Long = 2, neo::cca::Float = 3, neo::cca::Double = 4, neo::cca::Fcomplex = 5, neo::cca::Dcomplex = 6, neo::cca::String = 7, neo::cca::Bool = 8, neo::cca::IntArray = 21, neo::cca::LongArray = 22, neo::cca::FloatArray = 23, neo::cca::DoubleArray = 24, neo::cca::FcomplexArray = 25, neo::cca::DcomplexArray = 26, neo::cca::StringArray = 27, neo::cca::BoolArray = 28 } |
Mapping of sidl/java primitive types and arrays to occuring in the TypeMap interface to integers. More... |