normativeTypesCPP 6.0.2
nt.h
Go to the documentation of this file.
1/* nt.h */
2/*
3 * Copyright information and license terms for this software can be
4 * found in the file LICENSE that is included with the distribution
5 */
6#ifndef NT_H
7#define NT_H
8
9/*
10 * Include all the normative types here.
11 */
12#include <pv/ntfield.h>
13#include <pv/ntscalar.h>
14#include <pv/ntscalarArray.h>
15#include <pv/ntnameValue.h>
16#include <pv/nttable.h>
17#include <pv/ntndarray.h>
18#include <pv/ntmultiChannel.h>
20#include <pv/ntmatrix.h>
21#include <pv/ntenum.h>
22#include <pv/ntunion.h>
23#include <pv/ntaggregate.h>
24#include <pv/ntattribute.h>
25#include <pv/ntcontinuum.h>
26#include <pv/nthistogram.h>
27#include <pv/nturi.h>
29
30#endif /* NT_H */
31